aws-sdk-groundstation 1.24.0 → 1.41.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,15 +13,33 @@ module Aws::GroundStation
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AWSRegion = Shapes::StringShape.new(name: 'AWSRegion')
17
+ AgentCpuCoresList = Shapes::ListShape.new(name: 'AgentCpuCoresList')
18
+ AgentDetails = Shapes::StructureShape.new(name: 'AgentDetails')
19
+ AgentStatus = Shapes::StringShape.new(name: 'AgentStatus')
20
+ AggregateStatus = Shapes::StructureShape.new(name: 'AggregateStatus')
16
21
  AngleUnits = Shapes::StringShape.new(name: 'AngleUnits')
17
22
  AntennaDemodDecodeDetails = Shapes::StructureShape.new(name: 'AntennaDemodDecodeDetails')
18
23
  AntennaDownlinkConfig = Shapes::StructureShape.new(name: 'AntennaDownlinkConfig')
19
24
  AntennaDownlinkDemodDecodeConfig = Shapes::StructureShape.new(name: 'AntennaDownlinkDemodDecodeConfig')
20
25
  AntennaUplinkConfig = Shapes::StructureShape.new(name: 'AntennaUplinkConfig')
26
+ AnyArn = Shapes::StringShape.new(name: 'AnyArn')
27
+ AuditResults = Shapes::StringShape.new(name: 'AuditResults')
28
+ AwsGroundStationAgentEndpoint = Shapes::StructureShape.new(name: 'AwsGroundStationAgentEndpoint')
21
29
  BandwidthUnits = Shapes::StringShape.new(name: 'BandwidthUnits')
22
30
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
31
  BucketArn = Shapes::StringShape.new(name: 'BucketArn')
24
32
  CancelContactRequest = Shapes::StructureShape.new(name: 'CancelContactRequest')
33
+ CapabilityArn = Shapes::StringShape.new(name: 'CapabilityArn')
34
+ CapabilityArnList = Shapes::ListShape.new(name: 'CapabilityArnList')
35
+ CapabilityHealth = Shapes::StringShape.new(name: 'CapabilityHealth')
36
+ CapabilityHealthReason = Shapes::StringShape.new(name: 'CapabilityHealthReason')
37
+ CapabilityHealthReasonList = Shapes::ListShape.new(name: 'CapabilityHealthReasonList')
38
+ ComponentStatusData = Shapes::StructureShape.new(name: 'ComponentStatusData')
39
+ ComponentStatusList = Shapes::ListShape.new(name: 'ComponentStatusList')
40
+ ComponentTypeString = Shapes::StringShape.new(name: 'ComponentTypeString')
41
+ ComponentVersion = Shapes::StructureShape.new(name: 'ComponentVersion')
42
+ ComponentVersionList = Shapes::ListShape.new(name: 'ComponentVersionList')
25
43
  ConfigArn = Shapes::StringShape.new(name: 'ConfigArn')
26
44
  ConfigCapabilityType = Shapes::StringShape.new(name: 'ConfigCapabilityType')
27
45
  ConfigDetails = Shapes::UnionShape.new(name: 'ConfigDetails')
@@ -29,20 +47,24 @@ module Aws::GroundStation
29
47
  ConfigList = Shapes::ListShape.new(name: 'ConfigList')
30
48
  ConfigListItem = Shapes::StructureShape.new(name: 'ConfigListItem')
31
49
  ConfigTypeData = Shapes::UnionShape.new(name: 'ConfigTypeData')
50
+ ConnectionDetails = Shapes::StructureShape.new(name: 'ConnectionDetails')
32
51
  ContactData = Shapes::StructureShape.new(name: 'ContactData')
33
52
  ContactIdResponse = Shapes::StructureShape.new(name: 'ContactIdResponse')
34
53
  ContactList = Shapes::ListShape.new(name: 'ContactList')
35
54
  ContactStatus = Shapes::StringShape.new(name: 'ContactStatus')
36
55
  CreateConfigRequest = Shapes::StructureShape.new(name: 'CreateConfigRequest')
37
56
  CreateDataflowEndpointGroupRequest = Shapes::StructureShape.new(name: 'CreateDataflowEndpointGroupRequest')
57
+ CreateEphemerisRequest = Shapes::StructureShape.new(name: 'CreateEphemerisRequest')
38
58
  CreateMissionProfileRequest = Shapes::StructureShape.new(name: 'CreateMissionProfileRequest')
39
59
  Criticality = Shapes::StringShape.new(name: 'Criticality')
60
+ CustomerEphemerisPriority = Shapes::IntegerShape.new(name: 'CustomerEphemerisPriority')
40
61
  DataflowDetail = Shapes::StructureShape.new(name: 'DataflowDetail')
41
62
  DataflowEdge = Shapes::ListShape.new(name: 'DataflowEdge')
42
63
  DataflowEdgeList = Shapes::ListShape.new(name: 'DataflowEdgeList')
43
64
  DataflowEndpoint = Shapes::StructureShape.new(name: 'DataflowEndpoint')
44
65
  DataflowEndpointConfig = Shapes::StructureShape.new(name: 'DataflowEndpointConfig')
45
66
  DataflowEndpointGroupArn = Shapes::StringShape.new(name: 'DataflowEndpointGroupArn')
67
+ DataflowEndpointGroupDurationInSeconds = Shapes::IntegerShape.new(name: 'DataflowEndpointGroupDurationInSeconds')
46
68
  DataflowEndpointGroupIdResponse = Shapes::StructureShape.new(name: 'DataflowEndpointGroupIdResponse')
47
69
  DataflowEndpointGroupList = Shapes::ListShape.new(name: 'DataflowEndpointGroupList')
48
70
  DataflowEndpointListItem = Shapes::StructureShape.new(name: 'DataflowEndpointListItem')
@@ -51,12 +73,16 @@ module Aws::GroundStation
51
73
  DecodeConfig = Shapes::StructureShape.new(name: 'DecodeConfig')
52
74
  DeleteConfigRequest = Shapes::StructureShape.new(name: 'DeleteConfigRequest')
53
75
  DeleteDataflowEndpointGroupRequest = Shapes::StructureShape.new(name: 'DeleteDataflowEndpointGroupRequest')
76
+ DeleteEphemerisRequest = Shapes::StructureShape.new(name: 'DeleteEphemerisRequest')
54
77
  DeleteMissionProfileRequest = Shapes::StructureShape.new(name: 'DeleteMissionProfileRequest')
55
78
  DemodulationConfig = Shapes::StructureShape.new(name: 'DemodulationConfig')
56
79
  DependencyException = Shapes::StructureShape.new(name: 'DependencyException')
57
80
  DescribeContactRequest = Shapes::StructureShape.new(name: 'DescribeContactRequest')
58
81
  DescribeContactResponse = Shapes::StructureShape.new(name: 'DescribeContactResponse')
82
+ DescribeEphemerisRequest = Shapes::StructureShape.new(name: 'DescribeEphemerisRequest')
83
+ DescribeEphemerisResponse = Shapes::StructureShape.new(name: 'DescribeEphemerisResponse')
59
84
  Destination = Shapes::StructureShape.new(name: 'Destination')
85
+ DiscoveryData = Shapes::StructureShape.new(name: 'DiscoveryData')
60
86
  Double = Shapes::FloatShape.new(name: 'Double')
61
87
  DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
62
88
  Eirp = Shapes::StructureShape.new(name: 'Eirp')
@@ -65,9 +91,23 @@ module Aws::GroundStation
65
91
  EndpointDetails = Shapes::StructureShape.new(name: 'EndpointDetails')
66
92
  EndpointDetailsList = Shapes::ListShape.new(name: 'EndpointDetailsList')
67
93
  EndpointStatus = Shapes::StringShape.new(name: 'EndpointStatus')
94
+ EphemeridesList = Shapes::ListShape.new(name: 'EphemeridesList')
95
+ EphemerisData = Shapes::UnionShape.new(name: 'EphemerisData')
96
+ EphemerisDescription = Shapes::StructureShape.new(name: 'EphemerisDescription')
97
+ EphemerisIdResponse = Shapes::StructureShape.new(name: 'EphemerisIdResponse')
98
+ EphemerisInvalidReason = Shapes::StringShape.new(name: 'EphemerisInvalidReason')
99
+ EphemerisItem = Shapes::StructureShape.new(name: 'EphemerisItem')
100
+ EphemerisMetaData = Shapes::StructureShape.new(name: 'EphemerisMetaData')
101
+ EphemerisPriority = Shapes::IntegerShape.new(name: 'EphemerisPriority')
102
+ EphemerisSource = Shapes::StringShape.new(name: 'EphemerisSource')
103
+ EphemerisStatus = Shapes::StringShape.new(name: 'EphemerisStatus')
104
+ EphemerisStatusList = Shapes::ListShape.new(name: 'EphemerisStatusList')
105
+ EphemerisTypeDescription = Shapes::UnionShape.new(name: 'EphemerisTypeDescription')
68
106
  Frequency = Shapes::StructureShape.new(name: 'Frequency')
69
107
  FrequencyBandwidth = Shapes::StructureShape.new(name: 'FrequencyBandwidth')
70
108
  FrequencyUnits = Shapes::StringShape.new(name: 'FrequencyUnits')
109
+ GetAgentConfigurationRequest = Shapes::StructureShape.new(name: 'GetAgentConfigurationRequest')
110
+ GetAgentConfigurationResponse = Shapes::StructureShape.new(name: 'GetAgentConfigurationResponse')
71
111
  GetConfigRequest = Shapes::StructureShape.new(name: 'GetConfigRequest')
72
112
  GetConfigResponse = Shapes::StructureShape.new(name: 'GetConfigResponse')
73
113
  GetDataflowEndpointGroupRequest = Shapes::StructureShape.new(name: 'GetDataflowEndpointGroupRequest')
@@ -81,15 +121,27 @@ module Aws::GroundStation
81
121
  GroundStationData = Shapes::StructureShape.new(name: 'GroundStationData')
82
122
  GroundStationIdList = Shapes::ListShape.new(name: 'GroundStationIdList')
83
123
  GroundStationList = Shapes::ListShape.new(name: 'GroundStationList')
124
+ GroundStationName = Shapes::StringShape.new(name: 'GroundStationName')
125
+ InstanceId = Shapes::StringShape.new(name: 'InstanceId')
126
+ InstanceType = Shapes::StringShape.new(name: 'InstanceType')
84
127
  Integer = Shapes::IntegerShape.new(name: 'Integer')
128
+ IntegerRange = Shapes::StructureShape.new(name: 'IntegerRange')
85
129
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
130
+ IpAddressList = Shapes::ListShape.new(name: 'IpAddressList')
131
+ IpV4Address = Shapes::StringShape.new(name: 'IpV4Address')
86
132
  JsonString = Shapes::StringShape.new(name: 'JsonString')
133
+ KeyAliasArn = Shapes::StringShape.new(name: 'KeyAliasArn')
134
+ KeyAliasName = Shapes::StringShape.new(name: 'KeyAliasName')
135
+ KeyArn = Shapes::StringShape.new(name: 'KeyArn')
136
+ KmsKey = Shapes::UnionShape.new(name: 'KmsKey')
87
137
  ListConfigsRequest = Shapes::StructureShape.new(name: 'ListConfigsRequest')
88
138
  ListConfigsResponse = Shapes::StructureShape.new(name: 'ListConfigsResponse')
89
139
  ListContactsRequest = Shapes::StructureShape.new(name: 'ListContactsRequest')
90
140
  ListContactsResponse = Shapes::StructureShape.new(name: 'ListContactsResponse')
91
141
  ListDataflowEndpointGroupsRequest = Shapes::StructureShape.new(name: 'ListDataflowEndpointGroupsRequest')
92
142
  ListDataflowEndpointGroupsResponse = Shapes::StructureShape.new(name: 'ListDataflowEndpointGroupsResponse')
143
+ ListEphemeridesRequest = Shapes::StructureShape.new(name: 'ListEphemeridesRequest')
144
+ ListEphemeridesResponse = Shapes::StructureShape.new(name: 'ListEphemeridesResponse')
93
145
  ListGroundStationsRequest = Shapes::StructureShape.new(name: 'ListGroundStationsRequest')
94
146
  ListGroundStationsResponse = Shapes::StructureShape.new(name: 'ListGroundStationsResponse')
95
147
  ListMissionProfilesRequest = Shapes::StructureShape.new(name: 'ListMissionProfilesRequest')
@@ -98,45 +150,88 @@ module Aws::GroundStation
98
150
  ListSatellitesResponse = Shapes::StructureShape.new(name: 'ListSatellitesResponse')
99
151
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
100
152
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
153
+ Long = Shapes::IntegerShape.new(name: 'Long')
101
154
  MissionProfileArn = Shapes::StringShape.new(name: 'MissionProfileArn')
102
155
  MissionProfileIdResponse = Shapes::StructureShape.new(name: 'MissionProfileIdResponse')
103
156
  MissionProfileList = Shapes::ListShape.new(name: 'MissionProfileList')
104
157
  MissionProfileListItem = Shapes::StructureShape.new(name: 'MissionProfileListItem')
158
+ Month = Shapes::IntegerShape.new(name: 'Month')
159
+ OEMEphemeris = Shapes::StructureShape.new(name: 'OEMEphemeris')
160
+ PaginationMaxResults = Shapes::IntegerShape.new(name: 'PaginationMaxResults')
161
+ PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
105
162
  Polarization = Shapes::StringShape.new(name: 'Polarization')
163
+ PositiveDurationInSeconds = Shapes::IntegerShape.new(name: 'PositiveDurationInSeconds')
164
+ RangedConnectionDetails = Shapes::StructureShape.new(name: 'RangedConnectionDetails')
165
+ RangedConnectionDetailsMtuInteger = Shapes::IntegerShape.new(name: 'RangedConnectionDetailsMtuInteger')
166
+ RangedSocketAddress = Shapes::StructureShape.new(name: 'RangedSocketAddress')
167
+ RegisterAgentRequest = Shapes::StructureShape.new(name: 'RegisterAgentRequest')
168
+ RegisterAgentResponse = Shapes::StructureShape.new(name: 'RegisterAgentResponse')
106
169
  ReserveContactRequest = Shapes::StructureShape.new(name: 'ReserveContactRequest')
107
170
  ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
108
171
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
109
172
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
173
+ S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
110
174
  S3KeyPrefix = Shapes::StringShape.new(name: 'S3KeyPrefix')
175
+ S3Object = Shapes::StructureShape.new(name: 'S3Object')
176
+ S3ObjectKey = Shapes::StringShape.new(name: 'S3ObjectKey')
111
177
  S3RecordingConfig = Shapes::StructureShape.new(name: 'S3RecordingConfig')
112
178
  S3RecordingDetails = Shapes::StructureShape.new(name: 'S3RecordingDetails')
179
+ S3VersionId = Shapes::StringShape.new(name: 'S3VersionId')
113
180
  SafeName = Shapes::StringShape.new(name: 'SafeName')
114
181
  SatelliteList = Shapes::ListShape.new(name: 'SatelliteList')
115
182
  SatelliteListItem = Shapes::StructureShape.new(name: 'SatelliteListItem')
116
183
  SecurityDetails = Shapes::StructureShape.new(name: 'SecurityDetails')
117
184
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
185
+ SignatureMap = Shapes::MapShape.new(name: 'SignatureMap')
118
186
  SocketAddress = Shapes::StructureShape.new(name: 'SocketAddress')
119
187
  Source = Shapes::StructureShape.new(name: 'Source')
120
188
  SpectrumConfig = Shapes::StructureShape.new(name: 'SpectrumConfig')
121
189
  StatusList = Shapes::ListShape.new(name: 'StatusList')
122
190
  String = Shapes::StringShape.new(name: 'String')
123
191
  SubnetList = Shapes::ListShape.new(name: 'SubnetList')
192
+ TLEData = Shapes::StructureShape.new(name: 'TLEData')
193
+ TLEDataList = Shapes::ListShape.new(name: 'TLEDataList')
194
+ TLEEphemeris = Shapes::StructureShape.new(name: 'TLEEphemeris')
124
195
  TagKeys = Shapes::ListShape.new(name: 'TagKeys')
125
196
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
126
197
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
127
198
  TagsMap = Shapes::MapShape.new(name: 'TagsMap')
199
+ TimeRange = Shapes::StructureShape.new(name: 'TimeRange')
128
200
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
201
+ TleLineOne = Shapes::StringShape.new(name: 'TleLineOne')
202
+ TleLineTwo = Shapes::StringShape.new(name: 'TleLineTwo')
129
203
  TrackingConfig = Shapes::StructureShape.new(name: 'TrackingConfig')
204
+ UnboundedString = Shapes::StringShape.new(name: 'UnboundedString')
130
205
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
131
206
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
207
+ UpdateAgentStatusRequest = Shapes::StructureShape.new(name: 'UpdateAgentStatusRequest')
208
+ UpdateAgentStatusResponse = Shapes::StructureShape.new(name: 'UpdateAgentStatusResponse')
132
209
  UpdateConfigRequest = Shapes::StructureShape.new(name: 'UpdateConfigRequest')
210
+ UpdateEphemerisRequest = Shapes::StructureShape.new(name: 'UpdateEphemerisRequest')
133
211
  UpdateMissionProfileRequest = Shapes::StructureShape.new(name: 'UpdateMissionProfileRequest')
134
212
  UplinkEchoConfig = Shapes::StructureShape.new(name: 'UplinkEchoConfig')
135
213
  UplinkSpectrumConfig = Shapes::StructureShape.new(name: 'UplinkSpectrumConfig')
136
214
  Uuid = Shapes::StringShape.new(name: 'Uuid')
215
+ VersionString = Shapes::StringShape.new(name: 'VersionString')
216
+ VersionStringList = Shapes::ListShape.new(name: 'VersionStringList')
217
+ Year = Shapes::IntegerShape.new(name: 'Year')
137
218
  noradSatelliteID = Shapes::IntegerShape.new(name: 'noradSatelliteID')
138
219
  satelliteArn = Shapes::StringShape.new(name: 'satelliteArn')
139
220
 
221
+ AgentCpuCoresList.member = Shapes::ShapeRef.new(shape: Integer)
222
+
223
+ AgentDetails.add_member(:agent_cpu_cores, Shapes::ShapeRef.new(shape: AgentCpuCoresList, location_name: "agentCpuCores"))
224
+ AgentDetails.add_member(:agent_version, Shapes::ShapeRef.new(shape: VersionString, required: true, location_name: "agentVersion"))
225
+ AgentDetails.add_member(:component_versions, Shapes::ShapeRef.new(shape: ComponentVersionList, required: true, location_name: "componentVersions"))
226
+ AgentDetails.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
227
+ AgentDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "instanceType"))
228
+ AgentDetails.add_member(:reserved_cpu_cores, Shapes::ShapeRef.new(shape: AgentCpuCoresList, location_name: "reservedCpuCores"))
229
+ AgentDetails.struct_class = Types::AgentDetails
230
+
231
+ AggregateStatus.add_member(:signature_map, Shapes::ShapeRef.new(shape: SignatureMap, location_name: "signatureMap"))
232
+ AggregateStatus.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
233
+ AggregateStatus.struct_class = Types::AggregateStatus
234
+
140
235
  AntennaDemodDecodeDetails.add_member(:output_node, Shapes::ShapeRef.new(shape: String, location_name: "outputNode"))
141
236
  AntennaDemodDecodeDetails.struct_class = Types::AntennaDemodDecodeDetails
142
237
 
@@ -153,9 +248,37 @@ module Aws::GroundStation
153
248
  AntennaUplinkConfig.add_member(:transmit_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "transmitDisabled"))
154
249
  AntennaUplinkConfig.struct_class = Types::AntennaUplinkConfig
155
250
 
156
- CancelContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "contactId"))
251
+ AwsGroundStationAgentEndpoint.add_member(:agent_status, Shapes::ShapeRef.new(shape: AgentStatus, location_name: "agentStatus"))
252
+ AwsGroundStationAgentEndpoint.add_member(:audit_results, Shapes::ShapeRef.new(shape: AuditResults, location_name: "auditResults"))
253
+ AwsGroundStationAgentEndpoint.add_member(:egress_address, Shapes::ShapeRef.new(shape: ConnectionDetails, required: true, location_name: "egressAddress"))
254
+ AwsGroundStationAgentEndpoint.add_member(:ingress_address, Shapes::ShapeRef.new(shape: RangedConnectionDetails, required: true, location_name: "ingressAddress"))
255
+ AwsGroundStationAgentEndpoint.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, required: true, location_name: "name"))
256
+ AwsGroundStationAgentEndpoint.struct_class = Types::AwsGroundStationAgentEndpoint
257
+
258
+ CancelContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "contactId"))
157
259
  CancelContactRequest.struct_class = Types::CancelContactRequest
158
260
 
261
+ CapabilityArnList.member = Shapes::ShapeRef.new(shape: CapabilityArn)
262
+
263
+ CapabilityHealthReasonList.member = Shapes::ShapeRef.new(shape: CapabilityHealthReason)
264
+
265
+ ComponentStatusData.add_member(:bytes_received, Shapes::ShapeRef.new(shape: Long, location_name: "bytesReceived"))
266
+ ComponentStatusData.add_member(:bytes_sent, Shapes::ShapeRef.new(shape: Long, location_name: "bytesSent"))
267
+ ComponentStatusData.add_member(:capability_arn, Shapes::ShapeRef.new(shape: CapabilityArn, required: true, location_name: "capabilityArn"))
268
+ ComponentStatusData.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentTypeString, required: true, location_name: "componentType"))
269
+ ComponentStatusData.add_member(:dataflow_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "dataflowId"))
270
+ ComponentStatusData.add_member(:packets_dropped, Shapes::ShapeRef.new(shape: Long, location_name: "packetsDropped"))
271
+ ComponentStatusData.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
272
+ ComponentStatusData.struct_class = Types::ComponentStatusData
273
+
274
+ ComponentStatusList.member = Shapes::ShapeRef.new(shape: ComponentStatusData)
275
+
276
+ ComponentVersion.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentTypeString, required: true, location_name: "componentType"))
277
+ ComponentVersion.add_member(:versions, Shapes::ShapeRef.new(shape: VersionStringList, required: true, location_name: "versions"))
278
+ ComponentVersion.struct_class = Types::ComponentVersion
279
+
280
+ ComponentVersionList.member = Shapes::ShapeRef.new(shape: ComponentVersion)
281
+
159
282
  ConfigDetails.add_member(:antenna_demod_decode_details, Shapes::ShapeRef.new(shape: AntennaDemodDecodeDetails, location_name: "antennaDemodDecodeDetails"))
160
283
  ConfigDetails.add_member(:endpoint_details, Shapes::ShapeRef.new(shape: EndpointDetails, location_name: "endpointDetails"))
161
284
  ConfigDetails.add_member(:s3_recording_details, Shapes::ShapeRef.new(shape: S3RecordingDetails, location_name: "s3RecordingDetails"))
@@ -197,7 +320,11 @@ module Aws::GroundStation
197
320
  ConfigTypeData.add_member_subclass(:unknown, Types::ConfigTypeData::Unknown)
198
321
  ConfigTypeData.struct_class = Types::ConfigTypeData
199
322
 
200
- ContactData.add_member(:contact_id, Shapes::ShapeRef.new(shape: String, location_name: "contactId"))
323
+ ConnectionDetails.add_member(:mtu, Shapes::ShapeRef.new(shape: Integer, location_name: "mtu"))
324
+ ConnectionDetails.add_member(:socket_address, Shapes::ShapeRef.new(shape: SocketAddress, required: true, location_name: "socketAddress"))
325
+ ConnectionDetails.struct_class = Types::ConnectionDetails
326
+
327
+ ContactData.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "contactId"))
201
328
  ContactData.add_member(:contact_status, Shapes::ShapeRef.new(shape: ContactStatus, location_name: "contactStatus"))
202
329
  ContactData.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
203
330
  ContactData.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
@@ -212,7 +339,7 @@ module Aws::GroundStation
212
339
  ContactData.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
213
340
  ContactData.struct_class = Types::ContactData
214
341
 
215
- ContactIdResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: String, location_name: "contactId"))
342
+ ContactIdResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "contactId"))
216
343
  ContactIdResponse.struct_class = Types::ContactIdResponse
217
344
 
218
345
  ContactList.member = Shapes::ShapeRef.new(shape: ContactData)
@@ -222,15 +349,29 @@ module Aws::GroundStation
222
349
  CreateConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
223
350
  CreateConfigRequest.struct_class = Types::CreateConfigRequest
224
351
 
352
+ CreateDataflowEndpointGroupRequest.add_member(:contact_post_pass_duration_seconds, Shapes::ShapeRef.new(shape: DataflowEndpointGroupDurationInSeconds, location_name: "contactPostPassDurationSeconds"))
353
+ CreateDataflowEndpointGroupRequest.add_member(:contact_pre_pass_duration_seconds, Shapes::ShapeRef.new(shape: DataflowEndpointGroupDurationInSeconds, location_name: "contactPrePassDurationSeconds"))
225
354
  CreateDataflowEndpointGroupRequest.add_member(:endpoint_details, Shapes::ShapeRef.new(shape: EndpointDetailsList, required: true, location_name: "endpointDetails"))
226
355
  CreateDataflowEndpointGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
227
356
  CreateDataflowEndpointGroupRequest.struct_class = Types::CreateDataflowEndpointGroupRequest
228
357
 
358
+ CreateEphemerisRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
359
+ CreateEphemerisRequest.add_member(:ephemeris, Shapes::ShapeRef.new(shape: EphemerisData, location_name: "ephemeris"))
360
+ CreateEphemerisRequest.add_member(:expiration_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expirationTime"))
361
+ CreateEphemerisRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "kmsKeyArn"))
362
+ CreateEphemerisRequest.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, required: true, location_name: "name"))
363
+ CreateEphemerisRequest.add_member(:priority, Shapes::ShapeRef.new(shape: CustomerEphemerisPriority, location_name: "priority"))
364
+ CreateEphemerisRequest.add_member(:satellite_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "satelliteId"))
365
+ CreateEphemerisRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
366
+ CreateEphemerisRequest.struct_class = Types::CreateEphemerisRequest
367
+
229
368
  CreateMissionProfileRequest.add_member(:contact_post_pass_duration_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "contactPostPassDurationSeconds"))
230
369
  CreateMissionProfileRequest.add_member(:contact_pre_pass_duration_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "contactPrePassDurationSeconds"))
231
370
  CreateMissionProfileRequest.add_member(:dataflow_edges, Shapes::ShapeRef.new(shape: DataflowEdgeList, required: true, location_name: "dataflowEdges"))
232
- CreateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, required: true, location_name: "minimumViableContactDurationSeconds"))
371
+ CreateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, required: true, location_name: "minimumViableContactDurationSeconds"))
233
372
  CreateMissionProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, required: true, location_name: "name"))
373
+ CreateMissionProfileRequest.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
374
+ CreateMissionProfileRequest.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
234
375
  CreateMissionProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
235
376
  CreateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, required: true, location_name: "trackingConfigArn"))
236
377
  CreateMissionProfileRequest.struct_class = Types::CreateMissionProfileRequest
@@ -254,13 +395,13 @@ module Aws::GroundStation
254
395
  DataflowEndpointConfig.add_member(:dataflow_endpoint_region, Shapes::ShapeRef.new(shape: String, location_name: "dataflowEndpointRegion"))
255
396
  DataflowEndpointConfig.struct_class = Types::DataflowEndpointConfig
256
397
 
257
- DataflowEndpointGroupIdResponse.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: String, location_name: "dataflowEndpointGroupId"))
398
+ DataflowEndpointGroupIdResponse.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "dataflowEndpointGroupId"))
258
399
  DataflowEndpointGroupIdResponse.struct_class = Types::DataflowEndpointGroupIdResponse
259
400
 
260
401
  DataflowEndpointGroupList.member = Shapes::ShapeRef.new(shape: DataflowEndpointListItem)
261
402
 
262
403
  DataflowEndpointListItem.add_member(:dataflow_endpoint_group_arn, Shapes::ShapeRef.new(shape: DataflowEndpointGroupArn, location_name: "dataflowEndpointGroupArn"))
263
- DataflowEndpointListItem.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: String, location_name: "dataflowEndpointGroupId"))
404
+ DataflowEndpointListItem.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "dataflowEndpointGroupId"))
264
405
  DataflowEndpointListItem.struct_class = Types::DataflowEndpointListItem
265
406
 
266
407
  DataflowList.member = Shapes::ShapeRef.new(shape: DataflowDetail)
@@ -268,14 +409,17 @@ module Aws::GroundStation
268
409
  DecodeConfig.add_member(:unvalidated_json, Shapes::ShapeRef.new(shape: JsonString, required: true, location_name: "unvalidatedJSON"))
269
410
  DecodeConfig.struct_class = Types::DecodeConfig
270
411
 
271
- DeleteConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "configId"))
412
+ DeleteConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "configId"))
272
413
  DeleteConfigRequest.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, required: true, location: "uri", location_name: "configType"))
273
414
  DeleteConfigRequest.struct_class = Types::DeleteConfigRequest
274
415
 
275
- DeleteDataflowEndpointGroupRequest.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "dataflowEndpointGroupId"))
416
+ DeleteDataflowEndpointGroupRequest.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "dataflowEndpointGroupId"))
276
417
  DeleteDataflowEndpointGroupRequest.struct_class = Types::DeleteDataflowEndpointGroupRequest
277
418
 
278
- DeleteMissionProfileRequest.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "missionProfileId"))
419
+ DeleteEphemerisRequest.add_member(:ephemeris_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "ephemerisId"))
420
+ DeleteEphemerisRequest.struct_class = Types::DeleteEphemerisRequest
421
+
422
+ DeleteMissionProfileRequest.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "missionProfileId"))
279
423
  DeleteMissionProfileRequest.struct_class = Types::DeleteMissionProfileRequest
280
424
 
281
425
  DemodulationConfig.add_member(:unvalidated_json, Shapes::ShapeRef.new(shape: JsonString, required: true, location_name: "unvalidatedJSON"))
@@ -285,10 +429,10 @@ module Aws::GroundStation
285
429
  DependencyException.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "parameterName"))
286
430
  DependencyException.struct_class = Types::DependencyException
287
431
 
288
- DescribeContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "contactId"))
432
+ DescribeContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "contactId"))
289
433
  DescribeContactRequest.struct_class = Types::DescribeContactRequest
290
434
 
291
- DescribeContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: String, location_name: "contactId"))
435
+ DescribeContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "contactId"))
292
436
  DescribeContactResponse.add_member(:contact_status, Shapes::ShapeRef.new(shape: ContactStatus, location_name: "contactStatus"))
293
437
  DescribeContactResponse.add_member(:dataflow_list, Shapes::ShapeRef.new(shape: DataflowList, location_name: "dataflowList"))
294
438
  DescribeContactResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
@@ -304,12 +448,32 @@ module Aws::GroundStation
304
448
  DescribeContactResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
305
449
  DescribeContactResponse.struct_class = Types::DescribeContactResponse
306
450
 
451
+ DescribeEphemerisRequest.add_member(:ephemeris_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "ephemerisId"))
452
+ DescribeEphemerisRequest.struct_class = Types::DescribeEphemerisRequest
453
+
454
+ DescribeEphemerisResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
455
+ DescribeEphemerisResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
456
+ DescribeEphemerisResponse.add_member(:ephemeris_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "ephemerisId"))
457
+ DescribeEphemerisResponse.add_member(:invalid_reason, Shapes::ShapeRef.new(shape: EphemerisInvalidReason, location_name: "invalidReason"))
458
+ DescribeEphemerisResponse.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
459
+ DescribeEphemerisResponse.add_member(:priority, Shapes::ShapeRef.new(shape: EphemerisPriority, location_name: "priority"))
460
+ DescribeEphemerisResponse.add_member(:satellite_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "satelliteId"))
461
+ DescribeEphemerisResponse.add_member(:status, Shapes::ShapeRef.new(shape: EphemerisStatus, location_name: "status"))
462
+ DescribeEphemerisResponse.add_member(:supplied_data, Shapes::ShapeRef.new(shape: EphemerisTypeDescription, location_name: "suppliedData"))
463
+ DescribeEphemerisResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
464
+ DescribeEphemerisResponse.struct_class = Types::DescribeEphemerisResponse
465
+
307
466
  Destination.add_member(:config_details, Shapes::ShapeRef.new(shape: ConfigDetails, location_name: "configDetails"))
308
- Destination.add_member(:config_id, Shapes::ShapeRef.new(shape: String, location_name: "configId"))
467
+ Destination.add_member(:config_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "configId"))
309
468
  Destination.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, location_name: "configType"))
310
469
  Destination.add_member(:dataflow_destination_region, Shapes::ShapeRef.new(shape: String, location_name: "dataflowDestinationRegion"))
311
470
  Destination.struct_class = Types::Destination
312
471
 
472
+ DiscoveryData.add_member(:capability_arns, Shapes::ShapeRef.new(shape: CapabilityArnList, required: true, location_name: "capabilityArns"))
473
+ DiscoveryData.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, required: true, location_name: "privateIpAddresses"))
474
+ DiscoveryData.add_member(:public_ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, required: true, location_name: "publicIpAddresses"))
475
+ DiscoveryData.struct_class = Types::DiscoveryData
476
+
313
477
  Eirp.add_member(:units, Shapes::ShapeRef.new(shape: EirpUnits, required: true, location_name: "units"))
314
478
  Eirp.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
315
479
  Eirp.struct_class = Types::Eirp
@@ -318,12 +482,57 @@ module Aws::GroundStation
318
482
  Elevation.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
319
483
  Elevation.struct_class = Types::Elevation
320
484
 
485
+ EndpointDetails.add_member(:aws_ground_station_agent_endpoint, Shapes::ShapeRef.new(shape: AwsGroundStationAgentEndpoint, location_name: "awsGroundStationAgentEndpoint"))
321
486
  EndpointDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: DataflowEndpoint, location_name: "endpoint"))
487
+ EndpointDetails.add_member(:health_reasons, Shapes::ShapeRef.new(shape: CapabilityHealthReasonList, location_name: "healthReasons"))
488
+ EndpointDetails.add_member(:health_status, Shapes::ShapeRef.new(shape: CapabilityHealth, location_name: "healthStatus"))
322
489
  EndpointDetails.add_member(:security_details, Shapes::ShapeRef.new(shape: SecurityDetails, location_name: "securityDetails"))
323
490
  EndpointDetails.struct_class = Types::EndpointDetails
324
491
 
325
492
  EndpointDetailsList.member = Shapes::ShapeRef.new(shape: EndpointDetails)
326
493
 
494
+ EphemeridesList.member = Shapes::ShapeRef.new(shape: EphemerisItem)
495
+
496
+ EphemerisData.add_member(:oem, Shapes::ShapeRef.new(shape: OEMEphemeris, location_name: "oem"))
497
+ EphemerisData.add_member(:tle, Shapes::ShapeRef.new(shape: TLEEphemeris, location_name: "tle"))
498
+ EphemerisData.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
499
+ EphemerisData.add_member_subclass(:oem, Types::EphemerisData::Oem)
500
+ EphemerisData.add_member_subclass(:tle, Types::EphemerisData::Tle)
501
+ EphemerisData.add_member_subclass(:unknown, Types::EphemerisData::Unknown)
502
+ EphemerisData.struct_class = Types::EphemerisData
503
+
504
+ EphemerisDescription.add_member(:ephemeris_data, Shapes::ShapeRef.new(shape: UnboundedString, location_name: "ephemerisData"))
505
+ EphemerisDescription.add_member(:source_s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "sourceS3Object"))
506
+ EphemerisDescription.struct_class = Types::EphemerisDescription
507
+
508
+ EphemerisIdResponse.add_member(:ephemeris_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "ephemerisId"))
509
+ EphemerisIdResponse.struct_class = Types::EphemerisIdResponse
510
+
511
+ EphemerisItem.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
512
+ EphemerisItem.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
513
+ EphemerisItem.add_member(:ephemeris_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "ephemerisId"))
514
+ EphemerisItem.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
515
+ EphemerisItem.add_member(:priority, Shapes::ShapeRef.new(shape: EphemerisPriority, location_name: "priority"))
516
+ EphemerisItem.add_member(:source_s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "sourceS3Object"))
517
+ EphemerisItem.add_member(:status, Shapes::ShapeRef.new(shape: EphemerisStatus, location_name: "status"))
518
+ EphemerisItem.struct_class = Types::EphemerisItem
519
+
520
+ EphemerisMetaData.add_member(:ephemeris_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "ephemerisId"))
521
+ EphemerisMetaData.add_member(:epoch, Shapes::ShapeRef.new(shape: Timestamp, location_name: "epoch"))
522
+ EphemerisMetaData.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
523
+ EphemerisMetaData.add_member(:source, Shapes::ShapeRef.new(shape: EphemerisSource, required: true, location_name: "source"))
524
+ EphemerisMetaData.struct_class = Types::EphemerisMetaData
525
+
526
+ EphemerisStatusList.member = Shapes::ShapeRef.new(shape: EphemerisStatus)
527
+
528
+ EphemerisTypeDescription.add_member(:oem, Shapes::ShapeRef.new(shape: EphemerisDescription, location_name: "oem"))
529
+ EphemerisTypeDescription.add_member(:tle, Shapes::ShapeRef.new(shape: EphemerisDescription, location_name: "tle"))
530
+ EphemerisTypeDescription.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
531
+ EphemerisTypeDescription.add_member_subclass(:oem, Types::EphemerisTypeDescription::Oem)
532
+ EphemerisTypeDescription.add_member_subclass(:tle, Types::EphemerisTypeDescription::Tle)
533
+ EphemerisTypeDescription.add_member_subclass(:unknown, Types::EphemerisTypeDescription::Unknown)
534
+ EphemerisTypeDescription.struct_class = Types::EphemerisTypeDescription
535
+
327
536
  Frequency.add_member(:units, Shapes::ShapeRef.new(shape: FrequencyUnits, required: true, location_name: "units"))
328
537
  Frequency.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
329
538
  Frequency.struct_class = Types::Frequency
@@ -332,7 +541,14 @@ module Aws::GroundStation
332
541
  FrequencyBandwidth.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
333
542
  FrequencyBandwidth.struct_class = Types::FrequencyBandwidth
334
543
 
335
- GetConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "configId"))
544
+ GetAgentConfigurationRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "agentId"))
545
+ GetAgentConfigurationRequest.struct_class = Types::GetAgentConfigurationRequest
546
+
547
+ GetAgentConfigurationResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "agentId"))
548
+ GetAgentConfigurationResponse.add_member(:tasking_document, Shapes::ShapeRef.new(shape: String, location_name: "taskingDocument"))
549
+ GetAgentConfigurationResponse.struct_class = Types::GetAgentConfigurationResponse
550
+
551
+ GetConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "configId"))
336
552
  GetConfigRequest.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, required: true, location: "uri", location_name: "configType"))
337
553
  GetConfigRequest.struct_class = Types::GetConfigRequest
338
554
 
@@ -344,17 +560,19 @@ module Aws::GroundStation
344
560
  GetConfigResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
345
561
  GetConfigResponse.struct_class = Types::GetConfigResponse
346
562
 
347
- GetDataflowEndpointGroupRequest.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "dataflowEndpointGroupId"))
563
+ GetDataflowEndpointGroupRequest.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "dataflowEndpointGroupId"))
348
564
  GetDataflowEndpointGroupRequest.struct_class = Types::GetDataflowEndpointGroupRequest
349
565
 
566
+ GetDataflowEndpointGroupResponse.add_member(:contact_post_pass_duration_seconds, Shapes::ShapeRef.new(shape: DataflowEndpointGroupDurationInSeconds, location_name: "contactPostPassDurationSeconds"))
567
+ GetDataflowEndpointGroupResponse.add_member(:contact_pre_pass_duration_seconds, Shapes::ShapeRef.new(shape: DataflowEndpointGroupDurationInSeconds, location_name: "contactPrePassDurationSeconds"))
350
568
  GetDataflowEndpointGroupResponse.add_member(:dataflow_endpoint_group_arn, Shapes::ShapeRef.new(shape: DataflowEndpointGroupArn, location_name: "dataflowEndpointGroupArn"))
351
- GetDataflowEndpointGroupResponse.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: String, location_name: "dataflowEndpointGroupId"))
569
+ GetDataflowEndpointGroupResponse.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "dataflowEndpointGroupId"))
352
570
  GetDataflowEndpointGroupResponse.add_member(:endpoints_details, Shapes::ShapeRef.new(shape: EndpointDetailsList, location_name: "endpointsDetails"))
353
571
  GetDataflowEndpointGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
354
572
  GetDataflowEndpointGroupResponse.struct_class = Types::GetDataflowEndpointGroupResponse
355
573
 
356
- GetMinuteUsageRequest.add_member(:month, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "month"))
357
- GetMinuteUsageRequest.add_member(:year, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "year"))
574
+ GetMinuteUsageRequest.add_member(:month, Shapes::ShapeRef.new(shape: Month, required: true, location_name: "month"))
575
+ GetMinuteUsageRequest.add_member(:year, Shapes::ShapeRef.new(shape: Year, required: true, location_name: "year"))
358
576
  GetMinuteUsageRequest.struct_class = Types::GetMinuteUsageRequest
359
577
 
360
578
  GetMinuteUsageResponse.add_member(:estimated_minutes_remaining, Shapes::ShapeRef.new(shape: Integer, location_name: "estimatedMinutesRemaining"))
@@ -364,117 +582,167 @@ module Aws::GroundStation
364
582
  GetMinuteUsageResponse.add_member(:upcoming_minutes_scheduled, Shapes::ShapeRef.new(shape: Integer, location_name: "upcomingMinutesScheduled"))
365
583
  GetMinuteUsageResponse.struct_class = Types::GetMinuteUsageResponse
366
584
 
367
- GetMissionProfileRequest.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "missionProfileId"))
585
+ GetMissionProfileRequest.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "missionProfileId"))
368
586
  GetMissionProfileRequest.struct_class = Types::GetMissionProfileRequest
369
587
 
370
588
  GetMissionProfileResponse.add_member(:contact_post_pass_duration_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "contactPostPassDurationSeconds"))
371
589
  GetMissionProfileResponse.add_member(:contact_pre_pass_duration_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "contactPrePassDurationSeconds"))
372
590
  GetMissionProfileResponse.add_member(:dataflow_edges, Shapes::ShapeRef.new(shape: DataflowEdgeList, location_name: "dataflowEdges"))
373
- GetMissionProfileResponse.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "minimumViableContactDurationSeconds"))
591
+ GetMissionProfileResponse.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, location_name: "minimumViableContactDurationSeconds"))
374
592
  GetMissionProfileResponse.add_member(:mission_profile_arn, Shapes::ShapeRef.new(shape: MissionProfileArn, location_name: "missionProfileArn"))
375
- GetMissionProfileResponse.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: String, location_name: "missionProfileId"))
376
- GetMissionProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
377
- GetMissionProfileResponse.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
593
+ GetMissionProfileResponse.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "missionProfileId"))
594
+ GetMissionProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
595
+ GetMissionProfileResponse.add_member(:region, Shapes::ShapeRef.new(shape: AWSRegion, location_name: "region"))
596
+ GetMissionProfileResponse.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
597
+ GetMissionProfileResponse.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
378
598
  GetMissionProfileResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
379
599
  GetMissionProfileResponse.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "trackingConfigArn"))
380
600
  GetMissionProfileResponse.struct_class = Types::GetMissionProfileResponse
381
601
 
382
- GetSatelliteRequest.add_member(:satellite_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "satelliteId"))
602
+ GetSatelliteRequest.add_member(:satellite_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "satelliteId"))
383
603
  GetSatelliteRequest.struct_class = Types::GetSatelliteRequest
384
604
 
605
+ GetSatelliteResponse.add_member(:current_ephemeris, Shapes::ShapeRef.new(shape: EphemerisMetaData, location_name: "currentEphemeris"))
385
606
  GetSatelliteResponse.add_member(:ground_stations, Shapes::ShapeRef.new(shape: GroundStationIdList, location_name: "groundStations"))
386
607
  GetSatelliteResponse.add_member(:norad_satellite_id, Shapes::ShapeRef.new(shape: noradSatelliteID, location_name: "noradSatelliteID"))
387
608
  GetSatelliteResponse.add_member(:satellite_arn, Shapes::ShapeRef.new(shape: satelliteArn, location_name: "satelliteArn"))
388
609
  GetSatelliteResponse.add_member(:satellite_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "satelliteId"))
389
610
  GetSatelliteResponse.struct_class = Types::GetSatelliteResponse
390
611
 
391
- GroundStationData.add_member(:ground_station_id, Shapes::ShapeRef.new(shape: String, location_name: "groundStationId"))
392
- GroundStationData.add_member(:ground_station_name, Shapes::ShapeRef.new(shape: String, location_name: "groundStationName"))
393
- GroundStationData.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
612
+ GroundStationData.add_member(:ground_station_id, Shapes::ShapeRef.new(shape: GroundStationName, location_name: "groundStationId"))
613
+ GroundStationData.add_member(:ground_station_name, Shapes::ShapeRef.new(shape: GroundStationName, location_name: "groundStationName"))
614
+ GroundStationData.add_member(:region, Shapes::ShapeRef.new(shape: AWSRegion, location_name: "region"))
394
615
  GroundStationData.struct_class = Types::GroundStationData
395
616
 
396
- GroundStationIdList.member = Shapes::ShapeRef.new(shape: String)
617
+ GroundStationIdList.member = Shapes::ShapeRef.new(shape: GroundStationName)
397
618
 
398
619
  GroundStationList.member = Shapes::ShapeRef.new(shape: GroundStationData)
399
620
 
621
+ IntegerRange.add_member(:maximum, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "maximum"))
622
+ IntegerRange.add_member(:minimum, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "minimum"))
623
+ IntegerRange.struct_class = Types::IntegerRange
624
+
400
625
  InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
401
626
  InvalidParameterException.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "parameterName"))
402
627
  InvalidParameterException.struct_class = Types::InvalidParameterException
403
628
 
404
- ListConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
405
- ListConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
629
+ IpAddressList.member = Shapes::ShapeRef.new(shape: IpV4Address)
630
+
631
+ KmsKey.add_member(:kms_alias_arn, Shapes::ShapeRef.new(shape: KeyAliasArn, location_name: "kmsAliasArn"))
632
+ KmsKey.add_member(:kms_alias_name, Shapes::ShapeRef.new(shape: KeyAliasName, location_name: "kmsAliasName"))
633
+ KmsKey.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "kmsKeyArn"))
634
+ KmsKey.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
635
+ KmsKey.add_member_subclass(:kms_alias_arn, Types::KmsKey::KmsAliasArn)
636
+ KmsKey.add_member_subclass(:kms_alias_name, Types::KmsKey::KmsAliasName)
637
+ KmsKey.add_member_subclass(:kms_key_arn, Types::KmsKey::KmsKeyArn)
638
+ KmsKey.add_member_subclass(:unknown, Types::KmsKey::Unknown)
639
+ KmsKey.struct_class = Types::KmsKey
640
+
641
+ ListConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location: "querystring", location_name: "maxResults"))
642
+ ListConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
406
643
  ListConfigsRequest.struct_class = Types::ListConfigsRequest
407
644
 
408
645
  ListConfigsResponse.add_member(:config_list, Shapes::ShapeRef.new(shape: ConfigList, location_name: "configList"))
409
- ListConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
646
+ ListConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
410
647
  ListConfigsResponse.struct_class = Types::ListConfigsResponse
411
648
 
412
649
  ListContactsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
413
- ListContactsRequest.add_member(:ground_station, Shapes::ShapeRef.new(shape: String, location_name: "groundStation"))
414
- ListContactsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "maxResults"))
650
+ ListContactsRequest.add_member(:ground_station, Shapes::ShapeRef.new(shape: GroundStationName, location_name: "groundStation"))
651
+ ListContactsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "maxResults"))
415
652
  ListContactsRequest.add_member(:mission_profile_arn, Shapes::ShapeRef.new(shape: MissionProfileArn, location_name: "missionProfileArn"))
416
- ListContactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
653
+ ListContactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
417
654
  ListContactsRequest.add_member(:satellite_arn, Shapes::ShapeRef.new(shape: satelliteArn, location_name: "satelliteArn"))
418
655
  ListContactsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
419
656
  ListContactsRequest.add_member(:status_list, Shapes::ShapeRef.new(shape: StatusList, required: true, location_name: "statusList"))
420
657
  ListContactsRequest.struct_class = Types::ListContactsRequest
421
658
 
422
659
  ListContactsResponse.add_member(:contact_list, Shapes::ShapeRef.new(shape: ContactList, location_name: "contactList"))
423
- ListContactsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
660
+ ListContactsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
424
661
  ListContactsResponse.struct_class = Types::ListContactsResponse
425
662
 
426
- ListDataflowEndpointGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
427
- ListDataflowEndpointGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
663
+ ListDataflowEndpointGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location: "querystring", location_name: "maxResults"))
664
+ ListDataflowEndpointGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
428
665
  ListDataflowEndpointGroupsRequest.struct_class = Types::ListDataflowEndpointGroupsRequest
429
666
 
430
667
  ListDataflowEndpointGroupsResponse.add_member(:dataflow_endpoint_group_list, Shapes::ShapeRef.new(shape: DataflowEndpointGroupList, location_name: "dataflowEndpointGroupList"))
431
- ListDataflowEndpointGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
668
+ ListDataflowEndpointGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
432
669
  ListDataflowEndpointGroupsResponse.struct_class = Types::ListDataflowEndpointGroupsResponse
433
670
 
434
- ListGroundStationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
435
- ListGroundStationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
436
- ListGroundStationsRequest.add_member(:satellite_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "satelliteId"))
671
+ ListEphemeridesRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
672
+ ListEphemeridesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location: "querystring", location_name: "maxResults"))
673
+ ListEphemeridesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
674
+ ListEphemeridesRequest.add_member(:satellite_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "satelliteId"))
675
+ ListEphemeridesRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
676
+ ListEphemeridesRequest.add_member(:status_list, Shapes::ShapeRef.new(shape: EphemerisStatusList, location_name: "statusList"))
677
+ ListEphemeridesRequest.struct_class = Types::ListEphemeridesRequest
678
+
679
+ ListEphemeridesResponse.add_member(:ephemerides, Shapes::ShapeRef.new(shape: EphemeridesList, location_name: "ephemerides"))
680
+ ListEphemeridesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
681
+ ListEphemeridesResponse.struct_class = Types::ListEphemeridesResponse
682
+
683
+ ListGroundStationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location: "querystring", location_name: "maxResults"))
684
+ ListGroundStationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
685
+ ListGroundStationsRequest.add_member(:satellite_id, Shapes::ShapeRef.new(shape: Uuid, location: "querystring", location_name: "satelliteId"))
437
686
  ListGroundStationsRequest.struct_class = Types::ListGroundStationsRequest
438
687
 
439
688
  ListGroundStationsResponse.add_member(:ground_station_list, Shapes::ShapeRef.new(shape: GroundStationList, location_name: "groundStationList"))
440
- ListGroundStationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
689
+ ListGroundStationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
441
690
  ListGroundStationsResponse.struct_class = Types::ListGroundStationsResponse
442
691
 
443
- ListMissionProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
444
- ListMissionProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
692
+ ListMissionProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location: "querystring", location_name: "maxResults"))
693
+ ListMissionProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
445
694
  ListMissionProfilesRequest.struct_class = Types::ListMissionProfilesRequest
446
695
 
447
696
  ListMissionProfilesResponse.add_member(:mission_profile_list, Shapes::ShapeRef.new(shape: MissionProfileList, location_name: "missionProfileList"))
448
- ListMissionProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
697
+ ListMissionProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
449
698
  ListMissionProfilesResponse.struct_class = Types::ListMissionProfilesResponse
450
699
 
451
- ListSatellitesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location: "querystring", location_name: "maxResults"))
452
- ListSatellitesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
700
+ ListSatellitesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location: "querystring", location_name: "maxResults"))
701
+ ListSatellitesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
453
702
  ListSatellitesRequest.struct_class = Types::ListSatellitesRequest
454
703
 
455
- ListSatellitesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
704
+ ListSatellitesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
456
705
  ListSatellitesResponse.add_member(:satellites, Shapes::ShapeRef.new(shape: SatelliteList, location_name: "satellites"))
457
706
  ListSatellitesResponse.struct_class = Types::ListSatellitesResponse
458
707
 
459
- ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
708
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AnyArn, required: true, location: "uri", location_name: "resourceArn"))
460
709
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
461
710
 
462
711
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
463
712
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
464
713
 
465
- MissionProfileIdResponse.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: String, location_name: "missionProfileId"))
714
+ MissionProfileIdResponse.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "missionProfileId"))
466
715
  MissionProfileIdResponse.struct_class = Types::MissionProfileIdResponse
467
716
 
468
717
  MissionProfileList.member = Shapes::ShapeRef.new(shape: MissionProfileListItem)
469
718
 
470
719
  MissionProfileListItem.add_member(:mission_profile_arn, Shapes::ShapeRef.new(shape: MissionProfileArn, location_name: "missionProfileArn"))
471
- MissionProfileListItem.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: String, location_name: "missionProfileId"))
472
- MissionProfileListItem.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
473
- MissionProfileListItem.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
720
+ MissionProfileListItem.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "missionProfileId"))
721
+ MissionProfileListItem.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
722
+ MissionProfileListItem.add_member(:region, Shapes::ShapeRef.new(shape: AWSRegion, location_name: "region"))
474
723
  MissionProfileListItem.struct_class = Types::MissionProfileListItem
475
724
 
725
+ OEMEphemeris.add_member(:oem_data, Shapes::ShapeRef.new(shape: UnboundedString, location_name: "oemData"))
726
+ OEMEphemeris.add_member(:s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "s3Object"))
727
+ OEMEphemeris.struct_class = Types::OEMEphemeris
728
+
729
+ RangedConnectionDetails.add_member(:mtu, Shapes::ShapeRef.new(shape: RangedConnectionDetailsMtuInteger, location_name: "mtu"))
730
+ RangedConnectionDetails.add_member(:socket_address, Shapes::ShapeRef.new(shape: RangedSocketAddress, required: true, location_name: "socketAddress"))
731
+ RangedConnectionDetails.struct_class = Types::RangedConnectionDetails
732
+
733
+ RangedSocketAddress.add_member(:name, Shapes::ShapeRef.new(shape: IpV4Address, required: true, location_name: "name"))
734
+ RangedSocketAddress.add_member(:port_range, Shapes::ShapeRef.new(shape: IntegerRange, required: true, location_name: "portRange"))
735
+ RangedSocketAddress.struct_class = Types::RangedSocketAddress
736
+
737
+ RegisterAgentRequest.add_member(:agent_details, Shapes::ShapeRef.new(shape: AgentDetails, required: true, location_name: "agentDetails"))
738
+ RegisterAgentRequest.add_member(:discovery_data, Shapes::ShapeRef.new(shape: DiscoveryData, required: true, location_name: "discoveryData"))
739
+ RegisterAgentRequest.struct_class = Types::RegisterAgentRequest
740
+
741
+ RegisterAgentResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "agentId"))
742
+ RegisterAgentResponse.struct_class = Types::RegisterAgentResponse
743
+
476
744
  ReserveContactRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
477
- ReserveContactRequest.add_member(:ground_station, Shapes::ShapeRef.new(shape: String, required: true, location_name: "groundStation"))
745
+ ReserveContactRequest.add_member(:ground_station, Shapes::ShapeRef.new(shape: GroundStationName, required: true, location_name: "groundStation"))
478
746
  ReserveContactRequest.add_member(:mission_profile_arn, Shapes::ShapeRef.new(shape: MissionProfileArn, required: true, location_name: "missionProfileArn"))
479
747
  ReserveContactRequest.add_member(:satellite_arn, Shapes::ShapeRef.new(shape: satelliteArn, required: true, location_name: "satelliteArn"))
480
748
  ReserveContactRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
@@ -488,6 +756,11 @@ module Aws::GroundStation
488
756
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
489
757
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
490
758
 
759
+ S3Object.add_member(:bucket, Shapes::ShapeRef.new(shape: S3BucketName, location_name: "bucket"))
760
+ S3Object.add_member(:key, Shapes::ShapeRef.new(shape: S3ObjectKey, location_name: "key"))
761
+ S3Object.add_member(:version, Shapes::ShapeRef.new(shape: S3VersionId, location_name: "version"))
762
+ S3Object.struct_class = Types::S3Object
763
+
491
764
  S3RecordingConfig.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketArn, required: true, location_name: "bucketArn"))
492
765
  S3RecordingConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: S3KeyPrefix, location_name: "prefix"))
493
766
  S3RecordingConfig.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
@@ -499,6 +772,7 @@ module Aws::GroundStation
499
772
 
500
773
  SatelliteList.member = Shapes::ShapeRef.new(shape: SatelliteListItem)
501
774
 
775
+ SatelliteListItem.add_member(:current_ephemeris, Shapes::ShapeRef.new(shape: EphemerisMetaData, location_name: "currentEphemeris"))
502
776
  SatelliteListItem.add_member(:ground_stations, Shapes::ShapeRef.new(shape: GroundStationIdList, location_name: "groundStations"))
503
777
  SatelliteListItem.add_member(:norad_satellite_id, Shapes::ShapeRef.new(shape: noradSatelliteID, location_name: "noradSatelliteID"))
504
778
  SatelliteListItem.add_member(:satellite_arn, Shapes::ShapeRef.new(shape: satelliteArn, location_name: "satelliteArn"))
@@ -512,6 +786,9 @@ module Aws::GroundStation
512
786
 
513
787
  SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String)
514
788
 
789
+ SignatureMap.key = Shapes::ShapeRef.new(shape: String)
790
+ SignatureMap.value = Shapes::ShapeRef.new(shape: Boolean)
791
+
515
792
  SocketAddress.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
516
793
  SocketAddress.add_member(:port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "port"))
517
794
  SocketAddress.struct_class = Types::SocketAddress
@@ -531,9 +808,20 @@ module Aws::GroundStation
531
808
 
532
809
  SubnetList.member = Shapes::ShapeRef.new(shape: String)
533
810
 
534
- TagKeys.member = Shapes::ShapeRef.new(shape: String)
811
+ TLEData.add_member(:tle_line_1, Shapes::ShapeRef.new(shape: TleLineOne, required: true, location_name: "tleLine1"))
812
+ TLEData.add_member(:tle_line_2, Shapes::ShapeRef.new(shape: TleLineTwo, required: true, location_name: "tleLine2"))
813
+ TLEData.add_member(:valid_time_range, Shapes::ShapeRef.new(shape: TimeRange, required: true, location_name: "validTimeRange"))
814
+ TLEData.struct_class = Types::TLEData
815
+
816
+ TLEDataList.member = Shapes::ShapeRef.new(shape: TLEData)
535
817
 
536
- TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
818
+ TLEEphemeris.add_member(:s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "s3Object"))
819
+ TLEEphemeris.add_member(:tle_data, Shapes::ShapeRef.new(shape: TLEDataList, location_name: "tleData"))
820
+ TLEEphemeris.struct_class = Types::TLEEphemeris
821
+
822
+ TagKeys.member = Shapes::ShapeRef.new(shape: UnboundedString)
823
+
824
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AnyArn, required: true, location: "uri", location_name: "resourceArn"))
537
825
  TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "tags"))
538
826
  TagResourceRequest.struct_class = Types::TagResourceRequest
539
827
 
@@ -542,27 +830,48 @@ module Aws::GroundStation
542
830
  TagsMap.key = Shapes::ShapeRef.new(shape: String)
543
831
  TagsMap.value = Shapes::ShapeRef.new(shape: String)
544
832
 
833
+ TimeRange.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
834
+ TimeRange.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
835
+ TimeRange.struct_class = Types::TimeRange
836
+
545
837
  TrackingConfig.add_member(:autotrack, Shapes::ShapeRef.new(shape: Criticality, required: true, location_name: "autotrack"))
546
838
  TrackingConfig.struct_class = Types::TrackingConfig
547
839
 
548
- UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
840
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AnyArn, required: true, location: "uri", location_name: "resourceArn"))
549
841
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
550
842
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
551
843
 
552
844
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
553
845
 
846
+ UpdateAgentStatusRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "agentId"))
847
+ UpdateAgentStatusRequest.add_member(:aggregate_status, Shapes::ShapeRef.new(shape: AggregateStatus, required: true, location_name: "aggregateStatus"))
848
+ UpdateAgentStatusRequest.add_member(:component_statuses, Shapes::ShapeRef.new(shape: ComponentStatusList, required: true, location_name: "componentStatuses"))
849
+ UpdateAgentStatusRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "taskId"))
850
+ UpdateAgentStatusRequest.struct_class = Types::UpdateAgentStatusRequest
851
+
852
+ UpdateAgentStatusResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "agentId"))
853
+ UpdateAgentStatusResponse.struct_class = Types::UpdateAgentStatusResponse
854
+
554
855
  UpdateConfigRequest.add_member(:config_data, Shapes::ShapeRef.new(shape: ConfigTypeData, required: true, location_name: "configData"))
555
- UpdateConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "configId"))
856
+ UpdateConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "configId"))
556
857
  UpdateConfigRequest.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, required: true, location: "uri", location_name: "configType"))
557
858
  UpdateConfigRequest.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, required: true, location_name: "name"))
558
859
  UpdateConfigRequest.struct_class = Types::UpdateConfigRequest
559
860
 
861
+ UpdateEphemerisRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
862
+ UpdateEphemerisRequest.add_member(:ephemeris_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "ephemerisId"))
863
+ UpdateEphemerisRequest.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
864
+ UpdateEphemerisRequest.add_member(:priority, Shapes::ShapeRef.new(shape: EphemerisPriority, location_name: "priority"))
865
+ UpdateEphemerisRequest.struct_class = Types::UpdateEphemerisRequest
866
+
560
867
  UpdateMissionProfileRequest.add_member(:contact_post_pass_duration_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "contactPostPassDurationSeconds"))
561
868
  UpdateMissionProfileRequest.add_member(:contact_pre_pass_duration_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "contactPrePassDurationSeconds"))
562
869
  UpdateMissionProfileRequest.add_member(:dataflow_edges, Shapes::ShapeRef.new(shape: DataflowEdgeList, location_name: "dataflowEdges"))
563
- UpdateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "minimumViableContactDurationSeconds"))
564
- UpdateMissionProfileRequest.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "missionProfileId"))
870
+ UpdateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, location_name: "minimumViableContactDurationSeconds"))
871
+ UpdateMissionProfileRequest.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "missionProfileId"))
565
872
  UpdateMissionProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
873
+ UpdateMissionProfileRequest.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
874
+ UpdateMissionProfileRequest.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
566
875
  UpdateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "trackingConfigArn"))
567
876
  UpdateMissionProfileRequest.struct_class = Types::UpdateMissionProfileRequest
568
877
 
@@ -574,6 +883,8 @@ module Aws::GroundStation
574
883
  UplinkSpectrumConfig.add_member(:polarization, Shapes::ShapeRef.new(shape: Polarization, location_name: "polarization"))
575
884
  UplinkSpectrumConfig.struct_class = Types::UplinkSpectrumConfig
576
885
 
886
+ VersionStringList.member = Shapes::ShapeRef.new(shape: VersionString)
887
+
577
888
 
578
889
  # @api private
579
890
  API = Seahorse::Model::Api.new.tap do |api|
@@ -626,6 +937,17 @@ module Aws::GroundStation
626
937
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
627
938
  end)
628
939
 
940
+ api.add_operation(:create_ephemeris, Seahorse::Model::Operation.new.tap do |o|
941
+ o.name = "CreateEphemeris"
942
+ o.http_method = "POST"
943
+ o.http_request_uri = "/ephemeris"
944
+ o.input = Shapes::ShapeRef.new(shape: CreateEphemerisRequest)
945
+ o.output = Shapes::ShapeRef.new(shape: EphemerisIdResponse)
946
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
947
+ o.errors << Shapes::ShapeRef.new(shape: DependencyException)
948
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
949
+ end)
950
+
629
951
  api.add_operation(:create_mission_profile, Seahorse::Model::Operation.new.tap do |o|
630
952
  o.name = "CreateMissionProfile"
631
953
  o.http_method = "POST"
@@ -659,6 +981,17 @@ module Aws::GroundStation
659
981
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
660
982
  end)
661
983
 
984
+ api.add_operation(:delete_ephemeris, Seahorse::Model::Operation.new.tap do |o|
985
+ o.name = "DeleteEphemeris"
986
+ o.http_method = "DELETE"
987
+ o.http_request_uri = "/ephemeris/{ephemerisId}"
988
+ o.input = Shapes::ShapeRef.new(shape: DeleteEphemerisRequest)
989
+ o.output = Shapes::ShapeRef.new(shape: EphemerisIdResponse)
990
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
991
+ o.errors << Shapes::ShapeRef.new(shape: DependencyException)
992
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
993
+ end)
994
+
662
995
  api.add_operation(:delete_mission_profile, Seahorse::Model::Operation.new.tap do |o|
663
996
  o.name = "DeleteMissionProfile"
664
997
  o.http_method = "DELETE"
@@ -681,6 +1014,28 @@ module Aws::GroundStation
681
1014
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
682
1015
  end)
683
1016
 
1017
+ api.add_operation(:describe_ephemeris, Seahorse::Model::Operation.new.tap do |o|
1018
+ o.name = "DescribeEphemeris"
1019
+ o.http_method = "GET"
1020
+ o.http_request_uri = "/ephemeris/{ephemerisId}"
1021
+ o.input = Shapes::ShapeRef.new(shape: DescribeEphemerisRequest)
1022
+ o.output = Shapes::ShapeRef.new(shape: DescribeEphemerisResponse)
1023
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1024
+ o.errors << Shapes::ShapeRef.new(shape: DependencyException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1026
+ end)
1027
+
1028
+ api.add_operation(:get_agent_configuration, Seahorse::Model::Operation.new.tap do |o|
1029
+ o.name = "GetAgentConfiguration"
1030
+ o.http_method = "GET"
1031
+ o.http_request_uri = "/agent/{agentId}/configuration"
1032
+ o.input = Shapes::ShapeRef.new(shape: GetAgentConfigurationRequest)
1033
+ o.output = Shapes::ShapeRef.new(shape: GetAgentConfigurationResponse)
1034
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1035
+ o.errors << Shapes::ShapeRef.new(shape: DependencyException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1037
+ end)
1038
+
684
1039
  api.add_operation(:get_config, Seahorse::Model::Operation.new.tap do |o|
685
1040
  o.name = "GetConfig"
686
1041
  o.http_method = "GET"
@@ -787,6 +1142,23 @@ module Aws::GroundStation
787
1142
  )
788
1143
  end)
789
1144
 
1145
+ api.add_operation(:list_ephemerides, Seahorse::Model::Operation.new.tap do |o|
1146
+ o.name = "ListEphemerides"
1147
+ o.http_method = "POST"
1148
+ o.http_request_uri = "/ephemerides"
1149
+ o.input = Shapes::ShapeRef.new(shape: ListEphemeridesRequest)
1150
+ o.output = Shapes::ShapeRef.new(shape: ListEphemeridesResponse)
1151
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1152
+ o.errors << Shapes::ShapeRef.new(shape: DependencyException)
1153
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1154
+ o[:pager] = Aws::Pager.new(
1155
+ limit_key: "max_results",
1156
+ tokens: {
1157
+ "next_token" => "next_token"
1158
+ }
1159
+ )
1160
+ end)
1161
+
790
1162
  api.add_operation(:list_ground_stations, Seahorse::Model::Operation.new.tap do |o|
791
1163
  o.name = "ListGroundStations"
792
1164
  o.http_method = "GET"
@@ -849,6 +1221,17 @@ module Aws::GroundStation
849
1221
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
850
1222
  end)
851
1223
 
1224
+ api.add_operation(:register_agent, Seahorse::Model::Operation.new.tap do |o|
1225
+ o.name = "RegisterAgent"
1226
+ o.http_method = "POST"
1227
+ o.http_request_uri = "/agent"
1228
+ o.input = Shapes::ShapeRef.new(shape: RegisterAgentRequest)
1229
+ o.output = Shapes::ShapeRef.new(shape: RegisterAgentResponse)
1230
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: DependencyException)
1232
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1233
+ end)
1234
+
852
1235
  api.add_operation(:reserve_contact, Seahorse::Model::Operation.new.tap do |o|
853
1236
  o.name = "ReserveContact"
854
1237
  o.http_method = "POST"
@@ -882,6 +1265,17 @@ module Aws::GroundStation
882
1265
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
883
1266
  end)
884
1267
 
1268
+ api.add_operation(:update_agent_status, Seahorse::Model::Operation.new.tap do |o|
1269
+ o.name = "UpdateAgentStatus"
1270
+ o.http_method = "PUT"
1271
+ o.http_request_uri = "/agent/{agentId}"
1272
+ o.input = Shapes::ShapeRef.new(shape: UpdateAgentStatusRequest)
1273
+ o.output = Shapes::ShapeRef.new(shape: UpdateAgentStatusResponse)
1274
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1275
+ o.errors << Shapes::ShapeRef.new(shape: DependencyException)
1276
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1277
+ end)
1278
+
885
1279
  api.add_operation(:update_config, Seahorse::Model::Operation.new.tap do |o|
886
1280
  o.name = "UpdateConfig"
887
1281
  o.http_method = "PUT"
@@ -893,6 +1287,17 @@ module Aws::GroundStation
893
1287
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
894
1288
  end)
895
1289
 
1290
+ api.add_operation(:update_ephemeris, Seahorse::Model::Operation.new.tap do |o|
1291
+ o.name = "UpdateEphemeris"
1292
+ o.http_method = "PUT"
1293
+ o.http_request_uri = "/ephemeris/{ephemerisId}"
1294
+ o.input = Shapes::ShapeRef.new(shape: UpdateEphemerisRequest)
1295
+ o.output = Shapes::ShapeRef.new(shape: EphemerisIdResponse)
1296
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: DependencyException)
1298
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1299
+ end)
1300
+
896
1301
  api.add_operation(:update_mission_profile, Seahorse::Model::Operation.new.tap do |o|
897
1302
  o.name = "UpdateMissionProfile"
898
1303
  o.http_method = "PUT"