aws-sdk-groundstation 1.30.0 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,16 +14,28 @@ module Aws::GroundStation
14
14
  include Seahorse::Model
15
15
 
16
16
  AWSRegion = Shapes::StringShape.new(name: 'AWSRegion')
17
+ AgentDetails = Shapes::StructureShape.new(name: 'AgentDetails')
18
+ AgentStatus = Shapes::StringShape.new(name: 'AgentStatus')
19
+ AggregateStatus = Shapes::StructureShape.new(name: 'AggregateStatus')
17
20
  AngleUnits = Shapes::StringShape.new(name: 'AngleUnits')
18
21
  AntennaDemodDecodeDetails = Shapes::StructureShape.new(name: 'AntennaDemodDecodeDetails')
19
22
  AntennaDownlinkConfig = Shapes::StructureShape.new(name: 'AntennaDownlinkConfig')
20
23
  AntennaDownlinkDemodDecodeConfig = Shapes::StructureShape.new(name: 'AntennaDownlinkDemodDecodeConfig')
21
24
  AntennaUplinkConfig = Shapes::StructureShape.new(name: 'AntennaUplinkConfig')
22
25
  AnyArn = Shapes::StringShape.new(name: 'AnyArn')
26
+ AuditResults = Shapes::StringShape.new(name: 'AuditResults')
27
+ AwsGroundStationAgentEndpoint = Shapes::StructureShape.new(name: 'AwsGroundStationAgentEndpoint')
23
28
  BandwidthUnits = Shapes::StringShape.new(name: 'BandwidthUnits')
24
29
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
25
30
  BucketArn = Shapes::StringShape.new(name: 'BucketArn')
26
31
  CancelContactRequest = Shapes::StructureShape.new(name: 'CancelContactRequest')
32
+ CapabilityArn = Shapes::StringShape.new(name: 'CapabilityArn')
33
+ CapabilityArnList = Shapes::ListShape.new(name: 'CapabilityArnList')
34
+ ComponentStatusData = Shapes::StructureShape.new(name: 'ComponentStatusData')
35
+ ComponentStatusList = Shapes::ListShape.new(name: 'ComponentStatusList')
36
+ ComponentType = Shapes::StringShape.new(name: 'ComponentType')
37
+ ComponentVersion = Shapes::StructureShape.new(name: 'ComponentVersion')
38
+ ComponentVersionList = Shapes::ListShape.new(name: 'ComponentVersionList')
27
39
  ConfigArn = Shapes::StringShape.new(name: 'ConfigArn')
28
40
  ConfigCapabilityType = Shapes::StringShape.new(name: 'ConfigCapabilityType')
29
41
  ConfigDetails = Shapes::UnionShape.new(name: 'ConfigDetails')
@@ -31,6 +43,7 @@ module Aws::GroundStation
31
43
  ConfigList = Shapes::ListShape.new(name: 'ConfigList')
32
44
  ConfigListItem = Shapes::StructureShape.new(name: 'ConfigListItem')
33
45
  ConfigTypeData = Shapes::UnionShape.new(name: 'ConfigTypeData')
46
+ ConnectionDetails = Shapes::StructureShape.new(name: 'ConnectionDetails')
34
47
  ContactData = Shapes::StructureShape.new(name: 'ContactData')
35
48
  ContactIdResponse = Shapes::StructureShape.new(name: 'ContactIdResponse')
36
49
  ContactList = Shapes::ListShape.new(name: 'ContactList')
@@ -47,6 +60,7 @@ module Aws::GroundStation
47
60
  DataflowEndpoint = Shapes::StructureShape.new(name: 'DataflowEndpoint')
48
61
  DataflowEndpointConfig = Shapes::StructureShape.new(name: 'DataflowEndpointConfig')
49
62
  DataflowEndpointGroupArn = Shapes::StringShape.new(name: 'DataflowEndpointGroupArn')
63
+ DataflowEndpointGroupDurationInSeconds = Shapes::IntegerShape.new(name: 'DataflowEndpointGroupDurationInSeconds')
50
64
  DataflowEndpointGroupIdResponse = Shapes::StructureShape.new(name: 'DataflowEndpointGroupIdResponse')
51
65
  DataflowEndpointGroupList = Shapes::ListShape.new(name: 'DataflowEndpointGroupList')
52
66
  DataflowEndpointListItem = Shapes::StructureShape.new(name: 'DataflowEndpointListItem')
@@ -64,6 +78,7 @@ module Aws::GroundStation
64
78
  DescribeEphemerisRequest = Shapes::StructureShape.new(name: 'DescribeEphemerisRequest')
65
79
  DescribeEphemerisResponse = Shapes::StructureShape.new(name: 'DescribeEphemerisResponse')
66
80
  Destination = Shapes::StructureShape.new(name: 'Destination')
81
+ DiscoveryData = Shapes::StructureShape.new(name: 'DiscoveryData')
67
82
  Double = Shapes::FloatShape.new(name: 'Double')
68
83
  DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
69
84
  Eirp = Shapes::StructureShape.new(name: 'Eirp')
@@ -87,6 +102,8 @@ module Aws::GroundStation
87
102
  Frequency = Shapes::StructureShape.new(name: 'Frequency')
88
103
  FrequencyBandwidth = Shapes::StructureShape.new(name: 'FrequencyBandwidth')
89
104
  FrequencyUnits = Shapes::StringShape.new(name: 'FrequencyUnits')
105
+ GetAgentConfigurationRequest = Shapes::StructureShape.new(name: 'GetAgentConfigurationRequest')
106
+ GetAgentConfigurationResponse = Shapes::StructureShape.new(name: 'GetAgentConfigurationResponse')
90
107
  GetConfigRequest = Shapes::StructureShape.new(name: 'GetConfigRequest')
91
108
  GetConfigResponse = Shapes::StructureShape.new(name: 'GetConfigResponse')
92
109
  GetDataflowEndpointGroupRequest = Shapes::StructureShape.new(name: 'GetDataflowEndpointGroupRequest')
@@ -101,10 +118,17 @@ module Aws::GroundStation
101
118
  GroundStationIdList = Shapes::ListShape.new(name: 'GroundStationIdList')
102
119
  GroundStationList = Shapes::ListShape.new(name: 'GroundStationList')
103
120
  GroundStationName = Shapes::StringShape.new(name: 'GroundStationName')
121
+ InstanceId = Shapes::StringShape.new(name: 'InstanceId')
122
+ InstanceType = Shapes::StringShape.new(name: 'InstanceType')
104
123
  Integer = Shapes::IntegerShape.new(name: 'Integer')
124
+ IntegerRange = Shapes::StructureShape.new(name: 'IntegerRange')
105
125
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
126
+ IpAddressList = Shapes::ListShape.new(name: 'IpAddressList')
127
+ IpV4Address = Shapes::StringShape.new(name: 'IpV4Address')
106
128
  JsonString = Shapes::StringShape.new(name: 'JsonString')
129
+ KeyAliasArn = Shapes::StringShape.new(name: 'KeyAliasArn')
107
130
  KeyArn = Shapes::StringShape.new(name: 'KeyArn')
131
+ KmsKey = Shapes::UnionShape.new(name: 'KmsKey')
108
132
  ListConfigsRequest = Shapes::StructureShape.new(name: 'ListConfigsRequest')
109
133
  ListConfigsResponse = Shapes::StructureShape.new(name: 'ListConfigsResponse')
110
134
  ListContactsRequest = Shapes::StructureShape.new(name: 'ListContactsRequest')
@@ -121,6 +145,7 @@ module Aws::GroundStation
121
145
  ListSatellitesResponse = Shapes::StructureShape.new(name: 'ListSatellitesResponse')
122
146
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
123
147
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
148
+ Long = Shapes::IntegerShape.new(name: 'Long')
124
149
  MissionProfileArn = Shapes::StringShape.new(name: 'MissionProfileArn')
125
150
  MissionProfileIdResponse = Shapes::StructureShape.new(name: 'MissionProfileIdResponse')
126
151
  MissionProfileList = Shapes::ListShape.new(name: 'MissionProfileList')
@@ -131,7 +156,13 @@ module Aws::GroundStation
131
156
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
132
157
  Polarization = Shapes::StringShape.new(name: 'Polarization')
133
158
  PositiveDurationInSeconds = Shapes::IntegerShape.new(name: 'PositiveDurationInSeconds')
159
+ RangedConnectionDetails = Shapes::StructureShape.new(name: 'RangedConnectionDetails')
160
+ RangedConnectionDetailsMtuInteger = Shapes::IntegerShape.new(name: 'RangedConnectionDetailsMtuInteger')
161
+ RangedSocketAddress = Shapes::StructureShape.new(name: 'RangedSocketAddress')
162
+ RegisterAgentRequest = Shapes::StructureShape.new(name: 'RegisterAgentRequest')
163
+ RegisterAgentResponse = Shapes::StructureShape.new(name: 'RegisterAgentResponse')
134
164
  ReserveContactRequest = Shapes::StructureShape.new(name: 'ReserveContactRequest')
165
+ ReservedCpuCoresList = Shapes::ListShape.new(name: 'ReservedCpuCoresList')
135
166
  ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
136
167
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
137
168
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
@@ -147,6 +178,7 @@ module Aws::GroundStation
147
178
  SatelliteListItem = Shapes::StructureShape.new(name: 'SatelliteListItem')
148
179
  SecurityDetails = Shapes::StructureShape.new(name: 'SecurityDetails')
149
180
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
181
+ SignatureMap = Shapes::MapShape.new(name: 'SignatureMap')
150
182
  SocketAddress = Shapes::StructureShape.new(name: 'SocketAddress')
151
183
  Source = Shapes::StructureShape.new(name: 'Source')
152
184
  SpectrumConfig = Shapes::StructureShape.new(name: 'SpectrumConfig')
@@ -168,16 +200,31 @@ module Aws::GroundStation
168
200
  UnboundedString = Shapes::StringShape.new(name: 'UnboundedString')
169
201
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
170
202
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
203
+ UpdateAgentStatusRequest = Shapes::StructureShape.new(name: 'UpdateAgentStatusRequest')
204
+ UpdateAgentStatusResponse = Shapes::StructureShape.new(name: 'UpdateAgentStatusResponse')
171
205
  UpdateConfigRequest = Shapes::StructureShape.new(name: 'UpdateConfigRequest')
172
206
  UpdateEphemerisRequest = Shapes::StructureShape.new(name: 'UpdateEphemerisRequest')
173
207
  UpdateMissionProfileRequest = Shapes::StructureShape.new(name: 'UpdateMissionProfileRequest')
174
208
  UplinkEchoConfig = Shapes::StructureShape.new(name: 'UplinkEchoConfig')
175
209
  UplinkSpectrumConfig = Shapes::StructureShape.new(name: 'UplinkSpectrumConfig')
176
210
  Uuid = Shapes::StringShape.new(name: 'Uuid')
211
+ VersionString = Shapes::StringShape.new(name: 'VersionString')
212
+ VersionStringList = Shapes::ListShape.new(name: 'VersionStringList')
177
213
  Year = Shapes::IntegerShape.new(name: 'Year')
178
214
  noradSatelliteID = Shapes::IntegerShape.new(name: 'noradSatelliteID')
179
215
  satelliteArn = Shapes::StringShape.new(name: 'satelliteArn')
180
216
 
217
+ AgentDetails.add_member(:agent_version, Shapes::ShapeRef.new(shape: VersionString, required: true, location_name: "agentVersion"))
218
+ AgentDetails.add_member(:component_versions, Shapes::ShapeRef.new(shape: ComponentVersionList, required: true, location_name: "componentVersions"))
219
+ AgentDetails.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
220
+ AgentDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "instanceType"))
221
+ AgentDetails.add_member(:reserved_cpu_cores, Shapes::ShapeRef.new(shape: ReservedCpuCoresList, required: true, location_name: "reservedCpuCores"))
222
+ AgentDetails.struct_class = Types::AgentDetails
223
+
224
+ AggregateStatus.add_member(:signature_map, Shapes::ShapeRef.new(shape: SignatureMap, location_name: "signatureMap"))
225
+ AggregateStatus.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
226
+ AggregateStatus.struct_class = Types::AggregateStatus
227
+
181
228
  AntennaDemodDecodeDetails.add_member(:output_node, Shapes::ShapeRef.new(shape: String, location_name: "outputNode"))
182
229
  AntennaDemodDecodeDetails.struct_class = Types::AntennaDemodDecodeDetails
183
230
 
@@ -194,9 +241,35 @@ module Aws::GroundStation
194
241
  AntennaUplinkConfig.add_member(:transmit_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "transmitDisabled"))
195
242
  AntennaUplinkConfig.struct_class = Types::AntennaUplinkConfig
196
243
 
244
+ AwsGroundStationAgentEndpoint.add_member(:agent_status, Shapes::ShapeRef.new(shape: AgentStatus, location_name: "agentStatus"))
245
+ AwsGroundStationAgentEndpoint.add_member(:audit_results, Shapes::ShapeRef.new(shape: AuditResults, location_name: "auditResults"))
246
+ AwsGroundStationAgentEndpoint.add_member(:egress_address, Shapes::ShapeRef.new(shape: ConnectionDetails, required: true, location_name: "egressAddress"))
247
+ AwsGroundStationAgentEndpoint.add_member(:ingress_address, Shapes::ShapeRef.new(shape: RangedConnectionDetails, required: true, location_name: "ingressAddress"))
248
+ AwsGroundStationAgentEndpoint.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, required: true, location_name: "name"))
249
+ AwsGroundStationAgentEndpoint.struct_class = Types::AwsGroundStationAgentEndpoint
250
+
197
251
  CancelContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "contactId"))
198
252
  CancelContactRequest.struct_class = Types::CancelContactRequest
199
253
 
254
+ CapabilityArnList.member = Shapes::ShapeRef.new(shape: CapabilityArn)
255
+
256
+ ComponentStatusData.add_member(:bytes_received, Shapes::ShapeRef.new(shape: Long, location_name: "bytesReceived"))
257
+ ComponentStatusData.add_member(:bytes_sent, Shapes::ShapeRef.new(shape: Long, location_name: "bytesSent"))
258
+ ComponentStatusData.add_member(:capability_arn, Shapes::ShapeRef.new(shape: CapabilityArn, required: true, location_name: "capabilityArn"))
259
+ ComponentStatusData.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, required: true, location_name: "componentType"))
260
+ ComponentStatusData.add_member(:dataflow_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "dataflowId"))
261
+ ComponentStatusData.add_member(:packets_dropped, Shapes::ShapeRef.new(shape: Long, location_name: "packetsDropped"))
262
+ ComponentStatusData.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
263
+ ComponentStatusData.struct_class = Types::ComponentStatusData
264
+
265
+ ComponentStatusList.member = Shapes::ShapeRef.new(shape: ComponentStatusData)
266
+
267
+ ComponentVersion.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, required: true, location_name: "componentType"))
268
+ ComponentVersion.add_member(:versions, Shapes::ShapeRef.new(shape: VersionStringList, required: true, location_name: "versions"))
269
+ ComponentVersion.struct_class = Types::ComponentVersion
270
+
271
+ ComponentVersionList.member = Shapes::ShapeRef.new(shape: ComponentVersion)
272
+
200
273
  ConfigDetails.add_member(:antenna_demod_decode_details, Shapes::ShapeRef.new(shape: AntennaDemodDecodeDetails, location_name: "antennaDemodDecodeDetails"))
201
274
  ConfigDetails.add_member(:endpoint_details, Shapes::ShapeRef.new(shape: EndpointDetails, location_name: "endpointDetails"))
202
275
  ConfigDetails.add_member(:s3_recording_details, Shapes::ShapeRef.new(shape: S3RecordingDetails, location_name: "s3RecordingDetails"))
@@ -238,6 +311,10 @@ module Aws::GroundStation
238
311
  ConfigTypeData.add_member_subclass(:unknown, Types::ConfigTypeData::Unknown)
239
312
  ConfigTypeData.struct_class = Types::ConfigTypeData
240
313
 
314
+ ConnectionDetails.add_member(:mtu, Shapes::ShapeRef.new(shape: Integer, location_name: "mtu"))
315
+ ConnectionDetails.add_member(:socket_address, Shapes::ShapeRef.new(shape: SocketAddress, required: true, location_name: "socketAddress"))
316
+ ConnectionDetails.struct_class = Types::ConnectionDetails
317
+
241
318
  ContactData.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "contactId"))
242
319
  ContactData.add_member(:contact_status, Shapes::ShapeRef.new(shape: ContactStatus, location_name: "contactStatus"))
243
320
  ContactData.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
@@ -263,6 +340,8 @@ module Aws::GroundStation
263
340
  CreateConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
264
341
  CreateConfigRequest.struct_class = Types::CreateConfigRequest
265
342
 
343
+ CreateDataflowEndpointGroupRequest.add_member(:contact_post_pass_duration_seconds, Shapes::ShapeRef.new(shape: DataflowEndpointGroupDurationInSeconds, location_name: "contactPostPassDurationSeconds"))
344
+ CreateDataflowEndpointGroupRequest.add_member(:contact_pre_pass_duration_seconds, Shapes::ShapeRef.new(shape: DataflowEndpointGroupDurationInSeconds, location_name: "contactPrePassDurationSeconds"))
266
345
  CreateDataflowEndpointGroupRequest.add_member(:endpoint_details, Shapes::ShapeRef.new(shape: EndpointDetailsList, required: true, location_name: "endpointDetails"))
267
346
  CreateDataflowEndpointGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
268
347
  CreateDataflowEndpointGroupRequest.struct_class = Types::CreateDataflowEndpointGroupRequest
@@ -282,6 +361,8 @@ module Aws::GroundStation
282
361
  CreateMissionProfileRequest.add_member(:dataflow_edges, Shapes::ShapeRef.new(shape: DataflowEdgeList, required: true, location_name: "dataflowEdges"))
283
362
  CreateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, required: true, location_name: "minimumViableContactDurationSeconds"))
284
363
  CreateMissionProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, required: true, location_name: "name"))
364
+ CreateMissionProfileRequest.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
365
+ CreateMissionProfileRequest.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
285
366
  CreateMissionProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
286
367
  CreateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, required: true, location_name: "trackingConfigArn"))
287
368
  CreateMissionProfileRequest.struct_class = Types::CreateMissionProfileRequest
@@ -379,6 +460,11 @@ module Aws::GroundStation
379
460
  Destination.add_member(:dataflow_destination_region, Shapes::ShapeRef.new(shape: String, location_name: "dataflowDestinationRegion"))
380
461
  Destination.struct_class = Types::Destination
381
462
 
463
+ DiscoveryData.add_member(:capability_arns, Shapes::ShapeRef.new(shape: CapabilityArnList, required: true, location_name: "capabilityArns"))
464
+ DiscoveryData.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, required: true, location_name: "privateIpAddresses"))
465
+ DiscoveryData.add_member(:public_ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, required: true, location_name: "publicIpAddresses"))
466
+ DiscoveryData.struct_class = Types::DiscoveryData
467
+
382
468
  Eirp.add_member(:units, Shapes::ShapeRef.new(shape: EirpUnits, required: true, location_name: "units"))
383
469
  Eirp.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
384
470
  Eirp.struct_class = Types::Eirp
@@ -387,6 +473,7 @@ module Aws::GroundStation
387
473
  Elevation.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
388
474
  Elevation.struct_class = Types::Elevation
389
475
 
476
+ EndpointDetails.add_member(:aws_ground_station_agent_endpoint, Shapes::ShapeRef.new(shape: AwsGroundStationAgentEndpoint, location_name: "awsGroundStationAgentEndpoint"))
390
477
  EndpointDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: DataflowEndpoint, location_name: "endpoint"))
391
478
  EndpointDetails.add_member(:security_details, Shapes::ShapeRef.new(shape: SecurityDetails, location_name: "securityDetails"))
392
479
  EndpointDetails.struct_class = Types::EndpointDetails
@@ -443,6 +530,13 @@ module Aws::GroundStation
443
530
  FrequencyBandwidth.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
444
531
  FrequencyBandwidth.struct_class = Types::FrequencyBandwidth
445
532
 
533
+ GetAgentConfigurationRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "agentId"))
534
+ GetAgentConfigurationRequest.struct_class = Types::GetAgentConfigurationRequest
535
+
536
+ GetAgentConfigurationResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "agentId"))
537
+ GetAgentConfigurationResponse.add_member(:tasking_document, Shapes::ShapeRef.new(shape: String, location_name: "taskingDocument"))
538
+ GetAgentConfigurationResponse.struct_class = Types::GetAgentConfigurationResponse
539
+
446
540
  GetConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "configId"))
447
541
  GetConfigRequest.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, required: true, location: "uri", location_name: "configType"))
448
542
  GetConfigRequest.struct_class = Types::GetConfigRequest
@@ -458,6 +552,8 @@ module Aws::GroundStation
458
552
  GetDataflowEndpointGroupRequest.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "dataflowEndpointGroupId"))
459
553
  GetDataflowEndpointGroupRequest.struct_class = Types::GetDataflowEndpointGroupRequest
460
554
 
555
+ GetDataflowEndpointGroupResponse.add_member(:contact_post_pass_duration_seconds, Shapes::ShapeRef.new(shape: DataflowEndpointGroupDurationInSeconds, location_name: "contactPostPassDurationSeconds"))
556
+ GetDataflowEndpointGroupResponse.add_member(:contact_pre_pass_duration_seconds, Shapes::ShapeRef.new(shape: DataflowEndpointGroupDurationInSeconds, location_name: "contactPrePassDurationSeconds"))
461
557
  GetDataflowEndpointGroupResponse.add_member(:dataflow_endpoint_group_arn, Shapes::ShapeRef.new(shape: DataflowEndpointGroupArn, location_name: "dataflowEndpointGroupArn"))
462
558
  GetDataflowEndpointGroupResponse.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "dataflowEndpointGroupId"))
463
559
  GetDataflowEndpointGroupResponse.add_member(:endpoints_details, Shapes::ShapeRef.new(shape: EndpointDetailsList, location_name: "endpointsDetails"))
@@ -486,6 +582,8 @@ module Aws::GroundStation
486
582
  GetMissionProfileResponse.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "missionProfileId"))
487
583
  GetMissionProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
488
584
  GetMissionProfileResponse.add_member(:region, Shapes::ShapeRef.new(shape: AWSRegion, location_name: "region"))
585
+ GetMissionProfileResponse.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
586
+ GetMissionProfileResponse.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
489
587
  GetMissionProfileResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
490
588
  GetMissionProfileResponse.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "trackingConfigArn"))
491
589
  GetMissionProfileResponse.struct_class = Types::GetMissionProfileResponse
@@ -509,10 +607,24 @@ module Aws::GroundStation
509
607
 
510
608
  GroundStationList.member = Shapes::ShapeRef.new(shape: GroundStationData)
511
609
 
610
+ IntegerRange.add_member(:maximum, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "maximum"))
611
+ IntegerRange.add_member(:minimum, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "minimum"))
612
+ IntegerRange.struct_class = Types::IntegerRange
613
+
512
614
  InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
513
615
  InvalidParameterException.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "parameterName"))
514
616
  InvalidParameterException.struct_class = Types::InvalidParameterException
515
617
 
618
+ IpAddressList.member = Shapes::ShapeRef.new(shape: IpV4Address)
619
+
620
+ KmsKey.add_member(:kms_alias_arn, Shapes::ShapeRef.new(shape: KeyAliasArn, location_name: "kmsAliasArn"))
621
+ KmsKey.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "kmsKeyArn"))
622
+ KmsKey.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
623
+ KmsKey.add_member_subclass(:kms_alias_arn, Types::KmsKey::KmsAliasArn)
624
+ KmsKey.add_member_subclass(:kms_key_arn, Types::KmsKey::KmsKeyArn)
625
+ KmsKey.add_member_subclass(:unknown, Types::KmsKey::Unknown)
626
+ KmsKey.struct_class = Types::KmsKey
627
+
516
628
  ListConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location: "querystring", location_name: "maxResults"))
517
629
  ListConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
518
630
  ListConfigsRequest.struct_class = Types::ListConfigsRequest
@@ -601,6 +713,21 @@ module Aws::GroundStation
601
713
  OEMEphemeris.add_member(:s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "s3Object"))
602
714
  OEMEphemeris.struct_class = Types::OEMEphemeris
603
715
 
716
+ RangedConnectionDetails.add_member(:mtu, Shapes::ShapeRef.new(shape: RangedConnectionDetailsMtuInteger, location_name: "mtu"))
717
+ RangedConnectionDetails.add_member(:socket_address, Shapes::ShapeRef.new(shape: RangedSocketAddress, required: true, location_name: "socketAddress"))
718
+ RangedConnectionDetails.struct_class = Types::RangedConnectionDetails
719
+
720
+ RangedSocketAddress.add_member(:name, Shapes::ShapeRef.new(shape: IpV4Address, required: true, location_name: "name"))
721
+ RangedSocketAddress.add_member(:port_range, Shapes::ShapeRef.new(shape: IntegerRange, required: true, location_name: "portRange"))
722
+ RangedSocketAddress.struct_class = Types::RangedSocketAddress
723
+
724
+ RegisterAgentRequest.add_member(:agent_details, Shapes::ShapeRef.new(shape: AgentDetails, required: true, location_name: "agentDetails"))
725
+ RegisterAgentRequest.add_member(:discovery_data, Shapes::ShapeRef.new(shape: DiscoveryData, required: true, location_name: "discoveryData"))
726
+ RegisterAgentRequest.struct_class = Types::RegisterAgentRequest
727
+
728
+ RegisterAgentResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "agentId"))
729
+ RegisterAgentResponse.struct_class = Types::RegisterAgentResponse
730
+
604
731
  ReserveContactRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
605
732
  ReserveContactRequest.add_member(:ground_station, Shapes::ShapeRef.new(shape: GroundStationName, required: true, location_name: "groundStation"))
606
733
  ReserveContactRequest.add_member(:mission_profile_arn, Shapes::ShapeRef.new(shape: MissionProfileArn, required: true, location_name: "missionProfileArn"))
@@ -609,6 +736,8 @@ module Aws::GroundStation
609
736
  ReserveContactRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
610
737
  ReserveContactRequest.struct_class = Types::ReserveContactRequest
611
738
 
739
+ ReservedCpuCoresList.member = Shapes::ShapeRef.new(shape: Integer)
740
+
612
741
  ResourceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
613
742
  ResourceLimitExceededException.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "parameterName"))
614
743
  ResourceLimitExceededException.struct_class = Types::ResourceLimitExceededException
@@ -646,6 +775,9 @@ module Aws::GroundStation
646
775
 
647
776
  SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String)
648
777
 
778
+ SignatureMap.key = Shapes::ShapeRef.new(shape: String)
779
+ SignatureMap.value = Shapes::ShapeRef.new(shape: Boolean)
780
+
649
781
  SocketAddress.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
650
782
  SocketAddress.add_member(:port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "port"))
651
783
  SocketAddress.struct_class = Types::SocketAddress
@@ -700,6 +832,15 @@ module Aws::GroundStation
700
832
 
701
833
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
702
834
 
835
+ UpdateAgentStatusRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "agentId"))
836
+ UpdateAgentStatusRequest.add_member(:aggregate_status, Shapes::ShapeRef.new(shape: AggregateStatus, required: true, location_name: "aggregateStatus"))
837
+ UpdateAgentStatusRequest.add_member(:component_statuses, Shapes::ShapeRef.new(shape: ComponentStatusList, required: true, location_name: "componentStatuses"))
838
+ UpdateAgentStatusRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "taskId"))
839
+ UpdateAgentStatusRequest.struct_class = Types::UpdateAgentStatusRequest
840
+
841
+ UpdateAgentStatusResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "agentId"))
842
+ UpdateAgentStatusResponse.struct_class = Types::UpdateAgentStatusResponse
843
+
703
844
  UpdateConfigRequest.add_member(:config_data, Shapes::ShapeRef.new(shape: ConfigTypeData, required: true, location_name: "configData"))
704
845
  UpdateConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "configId"))
705
846
  UpdateConfigRequest.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, required: true, location: "uri", location_name: "configType"))
@@ -718,6 +859,8 @@ module Aws::GroundStation
718
859
  UpdateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, location_name: "minimumViableContactDurationSeconds"))
719
860
  UpdateMissionProfileRequest.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "missionProfileId"))
720
861
  UpdateMissionProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
862
+ UpdateMissionProfileRequest.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
863
+ UpdateMissionProfileRequest.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
721
864
  UpdateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "trackingConfigArn"))
722
865
  UpdateMissionProfileRequest.struct_class = Types::UpdateMissionProfileRequest
723
866
 
@@ -729,6 +872,8 @@ module Aws::GroundStation
729
872
  UplinkSpectrumConfig.add_member(:polarization, Shapes::ShapeRef.new(shape: Polarization, location_name: "polarization"))
730
873
  UplinkSpectrumConfig.struct_class = Types::UplinkSpectrumConfig
731
874
 
875
+ VersionStringList.member = Shapes::ShapeRef.new(shape: VersionString)
876
+
732
877
 
733
878
  # @api private
734
879
  API = Seahorse::Model::Api.new.tap do |api|
@@ -869,6 +1014,17 @@ module Aws::GroundStation
869
1014
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
870
1015
  end)
871
1016
 
1017
+ api.add_operation(:get_agent_configuration, Seahorse::Model::Operation.new.tap do |o|
1018
+ o.name = "GetAgentConfiguration"
1019
+ o.http_method = "GET"
1020
+ o.http_request_uri = "/agent/{agentId}/configuration"
1021
+ o.input = Shapes::ShapeRef.new(shape: GetAgentConfigurationRequest)
1022
+ o.output = Shapes::ShapeRef.new(shape: GetAgentConfigurationResponse)
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
+
872
1028
  api.add_operation(:get_config, Seahorse::Model::Operation.new.tap do |o|
873
1029
  o.name = "GetConfig"
874
1030
  o.http_method = "GET"
@@ -1054,6 +1210,17 @@ module Aws::GroundStation
1054
1210
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1055
1211
  end)
1056
1212
 
1213
+ api.add_operation(:register_agent, Seahorse::Model::Operation.new.tap do |o|
1214
+ o.name = "RegisterAgent"
1215
+ o.http_method = "POST"
1216
+ o.http_request_uri = "/agent"
1217
+ o.input = Shapes::ShapeRef.new(shape: RegisterAgentRequest)
1218
+ o.output = Shapes::ShapeRef.new(shape: RegisterAgentResponse)
1219
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1220
+ o.errors << Shapes::ShapeRef.new(shape: DependencyException)
1221
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1222
+ end)
1223
+
1057
1224
  api.add_operation(:reserve_contact, Seahorse::Model::Operation.new.tap do |o|
1058
1225
  o.name = "ReserveContact"
1059
1226
  o.http_method = "POST"
@@ -1087,6 +1254,17 @@ module Aws::GroundStation
1087
1254
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1088
1255
  end)
1089
1256
 
1257
+ api.add_operation(:update_agent_status, Seahorse::Model::Operation.new.tap do |o|
1258
+ o.name = "UpdateAgentStatus"
1259
+ o.http_method = "PUT"
1260
+ o.http_request_uri = "/agent/{agentId}"
1261
+ o.input = Shapes::ShapeRef.new(shape: UpdateAgentStatusRequest)
1262
+ o.output = Shapes::ShapeRef.new(shape: UpdateAgentStatusResponse)
1263
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1264
+ o.errors << Shapes::ShapeRef.new(shape: DependencyException)
1265
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1266
+ end)
1267
+
1090
1268
  api.add_operation(:update_config, Seahorse::Model::Operation.new.tap do |o|
1091
1269
  o.name = "UpdateConfig"
1092
1270
  o.http_method = "PUT"
@@ -50,6 +50,9 @@ module Aws::GroundStation
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -15,7 +15,7 @@ module Aws::GroundStation
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
17
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
18
+ if Aws::Endpoints::Matchers.set?(endpoint)
19
19
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
20
  raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
21
  end
@@ -165,6 +165,20 @@ module Aws::GroundStation
165
165
  end
166
166
  end
167
167
 
168
+ class GetAgentConfiguration
169
+ def self.build(context)
170
+ unless context.config.regional_endpoint
171
+ endpoint = context.config.endpoint.to_s
172
+ end
173
+ Aws::GroundStation::EndpointParameters.new(
174
+ region: context.config.region,
175
+ use_dual_stack: context.config.use_dualstack_endpoint,
176
+ use_fips: context.config.use_fips_endpoint,
177
+ endpoint: endpoint,
178
+ )
179
+ end
180
+ end
181
+
168
182
  class GetConfig
169
183
  def self.build(context)
170
184
  unless context.config.regional_endpoint
@@ -347,6 +361,20 @@ module Aws::GroundStation
347
361
  end
348
362
  end
349
363
 
364
+ class RegisterAgent
365
+ def self.build(context)
366
+ unless context.config.regional_endpoint
367
+ endpoint = context.config.endpoint.to_s
368
+ end
369
+ Aws::GroundStation::EndpointParameters.new(
370
+ region: context.config.region,
371
+ use_dual_stack: context.config.use_dualstack_endpoint,
372
+ use_fips: context.config.use_fips_endpoint,
373
+ endpoint: endpoint,
374
+ )
375
+ end
376
+ end
377
+
350
378
  class ReserveContact
351
379
  def self.build(context)
352
380
  unless context.config.regional_endpoint
@@ -389,6 +417,20 @@ module Aws::GroundStation
389
417
  end
390
418
  end
391
419
 
420
+ class UpdateAgentStatus
421
+ def self.build(context)
422
+ unless context.config.regional_endpoint
423
+ endpoint = context.config.endpoint.to_s
424
+ end
425
+ Aws::GroundStation::EndpointParameters.new(
426
+ region: context.config.region,
427
+ use_dual_stack: context.config.use_dualstack_endpoint,
428
+ use_fips: context.config.use_fips_endpoint,
429
+ endpoint: endpoint,
430
+ )
431
+ end
432
+ end
433
+
392
434
  class UpdateConfig
393
435
  def self.build(context)
394
436
  unless context.config.regional_endpoint
@@ -78,6 +78,8 @@ module Aws::GroundStation
78
78
  Aws::GroundStation::Endpoints::DescribeContact.build(context)
79
79
  when :describe_ephemeris
80
80
  Aws::GroundStation::Endpoints::DescribeEphemeris.build(context)
81
+ when :get_agent_configuration
82
+ Aws::GroundStation::Endpoints::GetAgentConfiguration.build(context)
81
83
  when :get_config
82
84
  Aws::GroundStation::Endpoints::GetConfig.build(context)
83
85
  when :get_dataflow_endpoint_group
@@ -104,12 +106,16 @@ module Aws::GroundStation
104
106
  Aws::GroundStation::Endpoints::ListSatellites.build(context)
105
107
  when :list_tags_for_resource
106
108
  Aws::GroundStation::Endpoints::ListTagsForResource.build(context)
109
+ when :register_agent
110
+ Aws::GroundStation::Endpoints::RegisterAgent.build(context)
107
111
  when :reserve_contact
108
112
  Aws::GroundStation::Endpoints::ReserveContact.build(context)
109
113
  when :tag_resource
110
114
  Aws::GroundStation::Endpoints::TagResource.build(context)
111
115
  when :untag_resource
112
116
  Aws::GroundStation::Endpoints::UntagResource.build(context)
117
+ when :update_agent_status
118
+ Aws::GroundStation::Endpoints::UpdateAgentStatus.build(context)
113
119
  when :update_config
114
120
  Aws::GroundStation::Endpoints::UpdateConfig.build(context)
115
121
  when :update_ephemeris