1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CancelContact` operation.
pub mod cancel_contact;

/// Types for the `CreateConfig` operation.
pub mod create_config;

/// Types for the `CreateDataflowEndpointGroup` operation.
pub mod create_dataflow_endpoint_group;

/// Types for the `CreateEphemeris` operation.
pub mod create_ephemeris;

/// Types for the `CreateMissionProfile` operation.
pub mod create_mission_profile;

/// Types for the `DeleteConfig` operation.
pub mod delete_config;

/// Types for the `DeleteDataflowEndpointGroup` operation.
pub mod delete_dataflow_endpoint_group;

/// Types for the `DeleteEphemeris` operation.
pub mod delete_ephemeris;

/// Types for the `DeleteMissionProfile` operation.
pub mod delete_mission_profile;

/// Types for the `DescribeContact` operation.
pub mod describe_contact;

/// Types for the `DescribeEphemeris` operation.
pub mod describe_ephemeris;

/// Types for the `GetAgentConfiguration` operation.
pub mod get_agent_configuration;

/// Types for the `GetConfig` operation.
pub mod get_config;

/// Types for the `GetDataflowEndpointGroup` operation.
pub mod get_dataflow_endpoint_group;

/// Types for the `GetMinuteUsage` operation.
pub mod get_minute_usage;

/// Types for the `GetMissionProfile` operation.
pub mod get_mission_profile;

/// Types for the `GetSatellite` operation.
pub mod get_satellite;

/// Types for the `ListConfigs` operation.
pub mod list_configs;

/// Types for the `ListContacts` operation.
pub mod list_contacts;

/// Types for the `ListDataflowEndpointGroups` operation.
pub mod list_dataflow_endpoint_groups;

/// Types for the `ListEphemerides` operation.
pub mod list_ephemerides;

/// Types for the `ListGroundStations` operation.
pub mod list_ground_stations;

/// Types for the `ListMissionProfiles` operation.
pub mod list_mission_profiles;

/// Types for the `ListSatellites` operation.
pub mod list_satellites;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `RegisterAgent` operation.
pub mod register_agent;

/// Types for the `ReserveContact` operation.
pub mod reserve_contact;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAgentStatus` operation.
pub mod update_agent_status;

/// Types for the `UpdateConfig` operation.
pub mod update_config;

/// Types for the `UpdateEphemeris` operation.
pub mod update_ephemeris;

/// Types for the `UpdateMissionProfile` operation.
pub mod update_mission_profile;