aws-sdk-groundstation 1.31.0 → 1.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-groundstation/client.rb +212 -1
- data/lib/aws-sdk-groundstation/client_api.rb +173 -0
- data/lib/aws-sdk-groundstation/endpoints.rb +42 -0
- data/lib/aws-sdk-groundstation/plugins/endpoints.rb +6 -0
- data/lib/aws-sdk-groundstation/types.rb +415 -0
- data/lib/aws-sdk-groundstation.rb +1 -1
- metadata +2 -2
@@ -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')
|
@@ -65,6 +78,7 @@ module Aws::GroundStation
|
|
65
78
|
DescribeEphemerisRequest = Shapes::StructureShape.new(name: 'DescribeEphemerisRequest')
|
66
79
|
DescribeEphemerisResponse = Shapes::StructureShape.new(name: 'DescribeEphemerisResponse')
|
67
80
|
Destination = Shapes::StructureShape.new(name: 'Destination')
|
81
|
+
DiscoveryData = Shapes::StructureShape.new(name: 'DiscoveryData')
|
68
82
|
Double = Shapes::FloatShape.new(name: 'Double')
|
69
83
|
DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
|
70
84
|
Eirp = Shapes::StructureShape.new(name: 'Eirp')
|
@@ -88,6 +102,8 @@ module Aws::GroundStation
|
|
88
102
|
Frequency = Shapes::StructureShape.new(name: 'Frequency')
|
89
103
|
FrequencyBandwidth = Shapes::StructureShape.new(name: 'FrequencyBandwidth')
|
90
104
|
FrequencyUnits = Shapes::StringShape.new(name: 'FrequencyUnits')
|
105
|
+
GetAgentConfigurationRequest = Shapes::StructureShape.new(name: 'GetAgentConfigurationRequest')
|
106
|
+
GetAgentConfigurationResponse = Shapes::StructureShape.new(name: 'GetAgentConfigurationResponse')
|
91
107
|
GetConfigRequest = Shapes::StructureShape.new(name: 'GetConfigRequest')
|
92
108
|
GetConfigResponse = Shapes::StructureShape.new(name: 'GetConfigResponse')
|
93
109
|
GetDataflowEndpointGroupRequest = Shapes::StructureShape.new(name: 'GetDataflowEndpointGroupRequest')
|
@@ -102,10 +118,17 @@ module Aws::GroundStation
|
|
102
118
|
GroundStationIdList = Shapes::ListShape.new(name: 'GroundStationIdList')
|
103
119
|
GroundStationList = Shapes::ListShape.new(name: 'GroundStationList')
|
104
120
|
GroundStationName = Shapes::StringShape.new(name: 'GroundStationName')
|
121
|
+
InstanceId = Shapes::StringShape.new(name: 'InstanceId')
|
122
|
+
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
105
123
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
124
|
+
IntegerRange = Shapes::StructureShape.new(name: 'IntegerRange')
|
106
125
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
126
|
+
IpAddressList = Shapes::ListShape.new(name: 'IpAddressList')
|
127
|
+
IpV4Address = Shapes::StringShape.new(name: 'IpV4Address')
|
107
128
|
JsonString = Shapes::StringShape.new(name: 'JsonString')
|
129
|
+
KeyAliasArn = Shapes::StringShape.new(name: 'KeyAliasArn')
|
108
130
|
KeyArn = Shapes::StringShape.new(name: 'KeyArn')
|
131
|
+
KmsKey = Shapes::UnionShape.new(name: 'KmsKey')
|
109
132
|
ListConfigsRequest = Shapes::StructureShape.new(name: 'ListConfigsRequest')
|
110
133
|
ListConfigsResponse = Shapes::StructureShape.new(name: 'ListConfigsResponse')
|
111
134
|
ListContactsRequest = Shapes::StructureShape.new(name: 'ListContactsRequest')
|
@@ -122,6 +145,7 @@ module Aws::GroundStation
|
|
122
145
|
ListSatellitesResponse = Shapes::StructureShape.new(name: 'ListSatellitesResponse')
|
123
146
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
124
147
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
148
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
125
149
|
MissionProfileArn = Shapes::StringShape.new(name: 'MissionProfileArn')
|
126
150
|
MissionProfileIdResponse = Shapes::StructureShape.new(name: 'MissionProfileIdResponse')
|
127
151
|
MissionProfileList = Shapes::ListShape.new(name: 'MissionProfileList')
|
@@ -132,7 +156,13 @@ module Aws::GroundStation
|
|
132
156
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
133
157
|
Polarization = Shapes::StringShape.new(name: 'Polarization')
|
134
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')
|
135
164
|
ReserveContactRequest = Shapes::StructureShape.new(name: 'ReserveContactRequest')
|
165
|
+
ReservedCpuCoresList = Shapes::ListShape.new(name: 'ReservedCpuCoresList')
|
136
166
|
ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
|
137
167
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
138
168
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
@@ -148,6 +178,7 @@ module Aws::GroundStation
|
|
148
178
|
SatelliteListItem = Shapes::StructureShape.new(name: 'SatelliteListItem')
|
149
179
|
SecurityDetails = Shapes::StructureShape.new(name: 'SecurityDetails')
|
150
180
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
181
|
+
SignatureMap = Shapes::MapShape.new(name: 'SignatureMap')
|
151
182
|
SocketAddress = Shapes::StructureShape.new(name: 'SocketAddress')
|
152
183
|
Source = Shapes::StructureShape.new(name: 'Source')
|
153
184
|
SpectrumConfig = Shapes::StructureShape.new(name: 'SpectrumConfig')
|
@@ -169,16 +200,31 @@ module Aws::GroundStation
|
|
169
200
|
UnboundedString = Shapes::StringShape.new(name: 'UnboundedString')
|
170
201
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
171
202
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
203
|
+
UpdateAgentStatusRequest = Shapes::StructureShape.new(name: 'UpdateAgentStatusRequest')
|
204
|
+
UpdateAgentStatusResponse = Shapes::StructureShape.new(name: 'UpdateAgentStatusResponse')
|
172
205
|
UpdateConfigRequest = Shapes::StructureShape.new(name: 'UpdateConfigRequest')
|
173
206
|
UpdateEphemerisRequest = Shapes::StructureShape.new(name: 'UpdateEphemerisRequest')
|
174
207
|
UpdateMissionProfileRequest = Shapes::StructureShape.new(name: 'UpdateMissionProfileRequest')
|
175
208
|
UplinkEchoConfig = Shapes::StructureShape.new(name: 'UplinkEchoConfig')
|
176
209
|
UplinkSpectrumConfig = Shapes::StructureShape.new(name: 'UplinkSpectrumConfig')
|
177
210
|
Uuid = Shapes::StringShape.new(name: 'Uuid')
|
211
|
+
VersionString = Shapes::StringShape.new(name: 'VersionString')
|
212
|
+
VersionStringList = Shapes::ListShape.new(name: 'VersionStringList')
|
178
213
|
Year = Shapes::IntegerShape.new(name: 'Year')
|
179
214
|
noradSatelliteID = Shapes::IntegerShape.new(name: 'noradSatelliteID')
|
180
215
|
satelliteArn = Shapes::StringShape.new(name: 'satelliteArn')
|
181
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
|
+
|
182
228
|
AntennaDemodDecodeDetails.add_member(:output_node, Shapes::ShapeRef.new(shape: String, location_name: "outputNode"))
|
183
229
|
AntennaDemodDecodeDetails.struct_class = Types::AntennaDemodDecodeDetails
|
184
230
|
|
@@ -195,9 +241,35 @@ module Aws::GroundStation
|
|
195
241
|
AntennaUplinkConfig.add_member(:transmit_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "transmitDisabled"))
|
196
242
|
AntennaUplinkConfig.struct_class = Types::AntennaUplinkConfig
|
197
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
|
+
|
198
251
|
CancelContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "contactId"))
|
199
252
|
CancelContactRequest.struct_class = Types::CancelContactRequest
|
200
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
|
+
|
201
273
|
ConfigDetails.add_member(:antenna_demod_decode_details, Shapes::ShapeRef.new(shape: AntennaDemodDecodeDetails, location_name: "antennaDemodDecodeDetails"))
|
202
274
|
ConfigDetails.add_member(:endpoint_details, Shapes::ShapeRef.new(shape: EndpointDetails, location_name: "endpointDetails"))
|
203
275
|
ConfigDetails.add_member(:s3_recording_details, Shapes::ShapeRef.new(shape: S3RecordingDetails, location_name: "s3RecordingDetails"))
|
@@ -239,6 +311,10 @@ module Aws::GroundStation
|
|
239
311
|
ConfigTypeData.add_member_subclass(:unknown, Types::ConfigTypeData::Unknown)
|
240
312
|
ConfigTypeData.struct_class = Types::ConfigTypeData
|
241
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
|
+
|
242
318
|
ContactData.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "contactId"))
|
243
319
|
ContactData.add_member(:contact_status, Shapes::ShapeRef.new(shape: ContactStatus, location_name: "contactStatus"))
|
244
320
|
ContactData.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
@@ -285,6 +361,8 @@ module Aws::GroundStation
|
|
285
361
|
CreateMissionProfileRequest.add_member(:dataflow_edges, Shapes::ShapeRef.new(shape: DataflowEdgeList, required: true, location_name: "dataflowEdges"))
|
286
362
|
CreateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, required: true, location_name: "minimumViableContactDurationSeconds"))
|
287
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"))
|
288
366
|
CreateMissionProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
289
367
|
CreateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, required: true, location_name: "trackingConfigArn"))
|
290
368
|
CreateMissionProfileRequest.struct_class = Types::CreateMissionProfileRequest
|
@@ -382,6 +460,11 @@ module Aws::GroundStation
|
|
382
460
|
Destination.add_member(:dataflow_destination_region, Shapes::ShapeRef.new(shape: String, location_name: "dataflowDestinationRegion"))
|
383
461
|
Destination.struct_class = Types::Destination
|
384
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
|
+
|
385
468
|
Eirp.add_member(:units, Shapes::ShapeRef.new(shape: EirpUnits, required: true, location_name: "units"))
|
386
469
|
Eirp.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
|
387
470
|
Eirp.struct_class = Types::Eirp
|
@@ -390,6 +473,7 @@ module Aws::GroundStation
|
|
390
473
|
Elevation.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
|
391
474
|
Elevation.struct_class = Types::Elevation
|
392
475
|
|
476
|
+
EndpointDetails.add_member(:aws_ground_station_agent_endpoint, Shapes::ShapeRef.new(shape: AwsGroundStationAgentEndpoint, location_name: "awsGroundStationAgentEndpoint"))
|
393
477
|
EndpointDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: DataflowEndpoint, location_name: "endpoint"))
|
394
478
|
EndpointDetails.add_member(:security_details, Shapes::ShapeRef.new(shape: SecurityDetails, location_name: "securityDetails"))
|
395
479
|
EndpointDetails.struct_class = Types::EndpointDetails
|
@@ -446,6 +530,13 @@ module Aws::GroundStation
|
|
446
530
|
FrequencyBandwidth.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
|
447
531
|
FrequencyBandwidth.struct_class = Types::FrequencyBandwidth
|
448
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
|
+
|
449
540
|
GetConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "configId"))
|
450
541
|
GetConfigRequest.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, required: true, location: "uri", location_name: "configType"))
|
451
542
|
GetConfigRequest.struct_class = Types::GetConfigRequest
|
@@ -491,6 +582,8 @@ module Aws::GroundStation
|
|
491
582
|
GetMissionProfileResponse.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "missionProfileId"))
|
492
583
|
GetMissionProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
|
493
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"))
|
494
587
|
GetMissionProfileResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
495
588
|
GetMissionProfileResponse.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "trackingConfigArn"))
|
496
589
|
GetMissionProfileResponse.struct_class = Types::GetMissionProfileResponse
|
@@ -514,10 +607,24 @@ module Aws::GroundStation
|
|
514
607
|
|
515
608
|
GroundStationList.member = Shapes::ShapeRef.new(shape: GroundStationData)
|
516
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
|
+
|
517
614
|
InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
518
615
|
InvalidParameterException.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "parameterName"))
|
519
616
|
InvalidParameterException.struct_class = Types::InvalidParameterException
|
520
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
|
+
|
521
628
|
ListConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location: "querystring", location_name: "maxResults"))
|
522
629
|
ListConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
523
630
|
ListConfigsRequest.struct_class = Types::ListConfigsRequest
|
@@ -606,6 +713,21 @@ module Aws::GroundStation
|
|
606
713
|
OEMEphemeris.add_member(:s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "s3Object"))
|
607
714
|
OEMEphemeris.struct_class = Types::OEMEphemeris
|
608
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
|
+
|
609
731
|
ReserveContactRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
|
610
732
|
ReserveContactRequest.add_member(:ground_station, Shapes::ShapeRef.new(shape: GroundStationName, required: true, location_name: "groundStation"))
|
611
733
|
ReserveContactRequest.add_member(:mission_profile_arn, Shapes::ShapeRef.new(shape: MissionProfileArn, required: true, location_name: "missionProfileArn"))
|
@@ -614,6 +736,8 @@ module Aws::GroundStation
|
|
614
736
|
ReserveContactRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
615
737
|
ReserveContactRequest.struct_class = Types::ReserveContactRequest
|
616
738
|
|
739
|
+
ReservedCpuCoresList.member = Shapes::ShapeRef.new(shape: Integer)
|
740
|
+
|
617
741
|
ResourceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
618
742
|
ResourceLimitExceededException.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "parameterName"))
|
619
743
|
ResourceLimitExceededException.struct_class = Types::ResourceLimitExceededException
|
@@ -651,6 +775,9 @@ module Aws::GroundStation
|
|
651
775
|
|
652
776
|
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String)
|
653
777
|
|
778
|
+
SignatureMap.key = Shapes::ShapeRef.new(shape: String)
|
779
|
+
SignatureMap.value = Shapes::ShapeRef.new(shape: Boolean)
|
780
|
+
|
654
781
|
SocketAddress.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
655
782
|
SocketAddress.add_member(:port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "port"))
|
656
783
|
SocketAddress.struct_class = Types::SocketAddress
|
@@ -705,6 +832,15 @@ module Aws::GroundStation
|
|
705
832
|
|
706
833
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
707
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
|
+
|
708
844
|
UpdateConfigRequest.add_member(:config_data, Shapes::ShapeRef.new(shape: ConfigTypeData, required: true, location_name: "configData"))
|
709
845
|
UpdateConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "configId"))
|
710
846
|
UpdateConfigRequest.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, required: true, location: "uri", location_name: "configType"))
|
@@ -723,6 +859,8 @@ module Aws::GroundStation
|
|
723
859
|
UpdateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, location_name: "minimumViableContactDurationSeconds"))
|
724
860
|
UpdateMissionProfileRequest.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "missionProfileId"))
|
725
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"))
|
726
864
|
UpdateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "trackingConfigArn"))
|
727
865
|
UpdateMissionProfileRequest.struct_class = Types::UpdateMissionProfileRequest
|
728
866
|
|
@@ -734,6 +872,8 @@ module Aws::GroundStation
|
|
734
872
|
UplinkSpectrumConfig.add_member(:polarization, Shapes::ShapeRef.new(shape: Polarization, location_name: "polarization"))
|
735
873
|
UplinkSpectrumConfig.struct_class = Types::UplinkSpectrumConfig
|
736
874
|
|
875
|
+
VersionStringList.member = Shapes::ShapeRef.new(shape: VersionString)
|
876
|
+
|
737
877
|
|
738
878
|
# @api private
|
739
879
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -874,6 +1014,17 @@ module Aws::GroundStation
|
|
874
1014
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
875
1015
|
end)
|
876
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
|
+
|
877
1028
|
api.add_operation(:get_config, Seahorse::Model::Operation.new.tap do |o|
|
878
1029
|
o.name = "GetConfig"
|
879
1030
|
o.http_method = "GET"
|
@@ -1059,6 +1210,17 @@ module Aws::GroundStation
|
|
1059
1210
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1060
1211
|
end)
|
1061
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
|
+
|
1062
1224
|
api.add_operation(:reserve_contact, Seahorse::Model::Operation.new.tap do |o|
|
1063
1225
|
o.name = "ReserveContact"
|
1064
1226
|
o.http_method = "POST"
|
@@ -1092,6 +1254,17 @@ module Aws::GroundStation
|
|
1092
1254
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1093
1255
|
end)
|
1094
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
|
+
|
1095
1268
|
api.add_operation(:update_config, Seahorse::Model::Operation.new.tap do |o|
|
1096
1269
|
o.name = "UpdateConfig"
|
1097
1270
|
o.http_method = "PUT"
|
@@ -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
|