aws-sdk-groundstation 1.31.0 → 1.33.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-groundstation/client.rb +245 -7
- data/lib/aws-sdk-groundstation/client_api.rb +181 -0
- data/lib/aws-sdk-groundstation/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-groundstation/endpoint_provider.rb +27 -24
- 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 +457 -12
- data/lib/aws-sdk-groundstation.rb +1 -1
- metadata +2 -2
@@ -14,16 +14,32 @@ module Aws::GroundStation
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
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')
|
17
21
|
AngleUnits = Shapes::StringShape.new(name: 'AngleUnits')
|
18
22
|
AntennaDemodDecodeDetails = Shapes::StructureShape.new(name: 'AntennaDemodDecodeDetails')
|
19
23
|
AntennaDownlinkConfig = Shapes::StructureShape.new(name: 'AntennaDownlinkConfig')
|
20
24
|
AntennaDownlinkDemodDecodeConfig = Shapes::StructureShape.new(name: 'AntennaDownlinkDemodDecodeConfig')
|
21
25
|
AntennaUplinkConfig = Shapes::StructureShape.new(name: 'AntennaUplinkConfig')
|
22
26
|
AnyArn = Shapes::StringShape.new(name: 'AnyArn')
|
27
|
+
AuditResults = Shapes::StringShape.new(name: 'AuditResults')
|
28
|
+
AwsGroundStationAgentEndpoint = Shapes::StructureShape.new(name: 'AwsGroundStationAgentEndpoint')
|
23
29
|
BandwidthUnits = Shapes::StringShape.new(name: 'BandwidthUnits')
|
24
30
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
25
31
|
BucketArn = Shapes::StringShape.new(name: 'BucketArn')
|
26
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')
|
27
43
|
ConfigArn = Shapes::StringShape.new(name: 'ConfigArn')
|
28
44
|
ConfigCapabilityType = Shapes::StringShape.new(name: 'ConfigCapabilityType')
|
29
45
|
ConfigDetails = Shapes::UnionShape.new(name: 'ConfigDetails')
|
@@ -31,6 +47,7 @@ module Aws::GroundStation
|
|
31
47
|
ConfigList = Shapes::ListShape.new(name: 'ConfigList')
|
32
48
|
ConfigListItem = Shapes::StructureShape.new(name: 'ConfigListItem')
|
33
49
|
ConfigTypeData = Shapes::UnionShape.new(name: 'ConfigTypeData')
|
50
|
+
ConnectionDetails = Shapes::StructureShape.new(name: 'ConnectionDetails')
|
34
51
|
ContactData = Shapes::StructureShape.new(name: 'ContactData')
|
35
52
|
ContactIdResponse = Shapes::StructureShape.new(name: 'ContactIdResponse')
|
36
53
|
ContactList = Shapes::ListShape.new(name: 'ContactList')
|
@@ -65,6 +82,7 @@ module Aws::GroundStation
|
|
65
82
|
DescribeEphemerisRequest = Shapes::StructureShape.new(name: 'DescribeEphemerisRequest')
|
66
83
|
DescribeEphemerisResponse = Shapes::StructureShape.new(name: 'DescribeEphemerisResponse')
|
67
84
|
Destination = Shapes::StructureShape.new(name: 'Destination')
|
85
|
+
DiscoveryData = Shapes::StructureShape.new(name: 'DiscoveryData')
|
68
86
|
Double = Shapes::FloatShape.new(name: 'Double')
|
69
87
|
DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
|
70
88
|
Eirp = Shapes::StructureShape.new(name: 'Eirp')
|
@@ -88,6 +106,8 @@ module Aws::GroundStation
|
|
88
106
|
Frequency = Shapes::StructureShape.new(name: 'Frequency')
|
89
107
|
FrequencyBandwidth = Shapes::StructureShape.new(name: 'FrequencyBandwidth')
|
90
108
|
FrequencyUnits = Shapes::StringShape.new(name: 'FrequencyUnits')
|
109
|
+
GetAgentConfigurationRequest = Shapes::StructureShape.new(name: 'GetAgentConfigurationRequest')
|
110
|
+
GetAgentConfigurationResponse = Shapes::StructureShape.new(name: 'GetAgentConfigurationResponse')
|
91
111
|
GetConfigRequest = Shapes::StructureShape.new(name: 'GetConfigRequest')
|
92
112
|
GetConfigResponse = Shapes::StructureShape.new(name: 'GetConfigResponse')
|
93
113
|
GetDataflowEndpointGroupRequest = Shapes::StructureShape.new(name: 'GetDataflowEndpointGroupRequest')
|
@@ -102,10 +122,17 @@ module Aws::GroundStation
|
|
102
122
|
GroundStationIdList = Shapes::ListShape.new(name: 'GroundStationIdList')
|
103
123
|
GroundStationList = Shapes::ListShape.new(name: 'GroundStationList')
|
104
124
|
GroundStationName = Shapes::StringShape.new(name: 'GroundStationName')
|
125
|
+
InstanceId = Shapes::StringShape.new(name: 'InstanceId')
|
126
|
+
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
105
127
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
128
|
+
IntegerRange = Shapes::StructureShape.new(name: 'IntegerRange')
|
106
129
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
130
|
+
IpAddressList = Shapes::ListShape.new(name: 'IpAddressList')
|
131
|
+
IpV4Address = Shapes::StringShape.new(name: 'IpV4Address')
|
107
132
|
JsonString = Shapes::StringShape.new(name: 'JsonString')
|
133
|
+
KeyAliasArn = Shapes::StringShape.new(name: 'KeyAliasArn')
|
108
134
|
KeyArn = Shapes::StringShape.new(name: 'KeyArn')
|
135
|
+
KmsKey = Shapes::UnionShape.new(name: 'KmsKey')
|
109
136
|
ListConfigsRequest = Shapes::StructureShape.new(name: 'ListConfigsRequest')
|
110
137
|
ListConfigsResponse = Shapes::StructureShape.new(name: 'ListConfigsResponse')
|
111
138
|
ListContactsRequest = Shapes::StructureShape.new(name: 'ListContactsRequest')
|
@@ -122,6 +149,7 @@ module Aws::GroundStation
|
|
122
149
|
ListSatellitesResponse = Shapes::StructureShape.new(name: 'ListSatellitesResponse')
|
123
150
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
124
151
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
152
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
125
153
|
MissionProfileArn = Shapes::StringShape.new(name: 'MissionProfileArn')
|
126
154
|
MissionProfileIdResponse = Shapes::StructureShape.new(name: 'MissionProfileIdResponse')
|
127
155
|
MissionProfileList = Shapes::ListShape.new(name: 'MissionProfileList')
|
@@ -132,6 +160,11 @@ module Aws::GroundStation
|
|
132
160
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
133
161
|
Polarization = Shapes::StringShape.new(name: 'Polarization')
|
134
162
|
PositiveDurationInSeconds = Shapes::IntegerShape.new(name: 'PositiveDurationInSeconds')
|
163
|
+
RangedConnectionDetails = Shapes::StructureShape.new(name: 'RangedConnectionDetails')
|
164
|
+
RangedConnectionDetailsMtuInteger = Shapes::IntegerShape.new(name: 'RangedConnectionDetailsMtuInteger')
|
165
|
+
RangedSocketAddress = Shapes::StructureShape.new(name: 'RangedSocketAddress')
|
166
|
+
RegisterAgentRequest = Shapes::StructureShape.new(name: 'RegisterAgentRequest')
|
167
|
+
RegisterAgentResponse = Shapes::StructureShape.new(name: 'RegisterAgentResponse')
|
135
168
|
ReserveContactRequest = Shapes::StructureShape.new(name: 'ReserveContactRequest')
|
136
169
|
ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
|
137
170
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -148,6 +181,7 @@ module Aws::GroundStation
|
|
148
181
|
SatelliteListItem = Shapes::StructureShape.new(name: 'SatelliteListItem')
|
149
182
|
SecurityDetails = Shapes::StructureShape.new(name: 'SecurityDetails')
|
150
183
|
SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
|
184
|
+
SignatureMap = Shapes::MapShape.new(name: 'SignatureMap')
|
151
185
|
SocketAddress = Shapes::StructureShape.new(name: 'SocketAddress')
|
152
186
|
Source = Shapes::StructureShape.new(name: 'Source')
|
153
187
|
SpectrumConfig = Shapes::StructureShape.new(name: 'SpectrumConfig')
|
@@ -169,16 +203,34 @@ module Aws::GroundStation
|
|
169
203
|
UnboundedString = Shapes::StringShape.new(name: 'UnboundedString')
|
170
204
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
171
205
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
206
|
+
UpdateAgentStatusRequest = Shapes::StructureShape.new(name: 'UpdateAgentStatusRequest')
|
207
|
+
UpdateAgentStatusResponse = Shapes::StructureShape.new(name: 'UpdateAgentStatusResponse')
|
172
208
|
UpdateConfigRequest = Shapes::StructureShape.new(name: 'UpdateConfigRequest')
|
173
209
|
UpdateEphemerisRequest = Shapes::StructureShape.new(name: 'UpdateEphemerisRequest')
|
174
210
|
UpdateMissionProfileRequest = Shapes::StructureShape.new(name: 'UpdateMissionProfileRequest')
|
175
211
|
UplinkEchoConfig = Shapes::StructureShape.new(name: 'UplinkEchoConfig')
|
176
212
|
UplinkSpectrumConfig = Shapes::StructureShape.new(name: 'UplinkSpectrumConfig')
|
177
213
|
Uuid = Shapes::StringShape.new(name: 'Uuid')
|
214
|
+
VersionString = Shapes::StringShape.new(name: 'VersionString')
|
215
|
+
VersionStringList = Shapes::ListShape.new(name: 'VersionStringList')
|
178
216
|
Year = Shapes::IntegerShape.new(name: 'Year')
|
179
217
|
noradSatelliteID = Shapes::IntegerShape.new(name: 'noradSatelliteID')
|
180
218
|
satelliteArn = Shapes::StringShape.new(name: 'satelliteArn')
|
181
219
|
|
220
|
+
AgentCpuCoresList.member = Shapes::ShapeRef.new(shape: Integer)
|
221
|
+
|
222
|
+
AgentDetails.add_member(:agent_cpu_cores, Shapes::ShapeRef.new(shape: AgentCpuCoresList, location_name: "agentCpuCores"))
|
223
|
+
AgentDetails.add_member(:agent_version, Shapes::ShapeRef.new(shape: VersionString, required: true, location_name: "agentVersion"))
|
224
|
+
AgentDetails.add_member(:component_versions, Shapes::ShapeRef.new(shape: ComponentVersionList, required: true, location_name: "componentVersions"))
|
225
|
+
AgentDetails.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
|
226
|
+
AgentDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "instanceType"))
|
227
|
+
AgentDetails.add_member(:reserved_cpu_cores, Shapes::ShapeRef.new(shape: AgentCpuCoresList, location_name: "reservedCpuCores"))
|
228
|
+
AgentDetails.struct_class = Types::AgentDetails
|
229
|
+
|
230
|
+
AggregateStatus.add_member(:signature_map, Shapes::ShapeRef.new(shape: SignatureMap, location_name: "signatureMap"))
|
231
|
+
AggregateStatus.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
|
232
|
+
AggregateStatus.struct_class = Types::AggregateStatus
|
233
|
+
|
182
234
|
AntennaDemodDecodeDetails.add_member(:output_node, Shapes::ShapeRef.new(shape: String, location_name: "outputNode"))
|
183
235
|
AntennaDemodDecodeDetails.struct_class = Types::AntennaDemodDecodeDetails
|
184
236
|
|
@@ -195,9 +247,37 @@ module Aws::GroundStation
|
|
195
247
|
AntennaUplinkConfig.add_member(:transmit_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "transmitDisabled"))
|
196
248
|
AntennaUplinkConfig.struct_class = Types::AntennaUplinkConfig
|
197
249
|
|
250
|
+
AwsGroundStationAgentEndpoint.add_member(:agent_status, Shapes::ShapeRef.new(shape: AgentStatus, location_name: "agentStatus"))
|
251
|
+
AwsGroundStationAgentEndpoint.add_member(:audit_results, Shapes::ShapeRef.new(shape: AuditResults, location_name: "auditResults"))
|
252
|
+
AwsGroundStationAgentEndpoint.add_member(:egress_address, Shapes::ShapeRef.new(shape: ConnectionDetails, required: true, location_name: "egressAddress"))
|
253
|
+
AwsGroundStationAgentEndpoint.add_member(:ingress_address, Shapes::ShapeRef.new(shape: RangedConnectionDetails, required: true, location_name: "ingressAddress"))
|
254
|
+
AwsGroundStationAgentEndpoint.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, required: true, location_name: "name"))
|
255
|
+
AwsGroundStationAgentEndpoint.struct_class = Types::AwsGroundStationAgentEndpoint
|
256
|
+
|
198
257
|
CancelContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "contactId"))
|
199
258
|
CancelContactRequest.struct_class = Types::CancelContactRequest
|
200
259
|
|
260
|
+
CapabilityArnList.member = Shapes::ShapeRef.new(shape: CapabilityArn)
|
261
|
+
|
262
|
+
CapabilityHealthReasonList.member = Shapes::ShapeRef.new(shape: CapabilityHealthReason)
|
263
|
+
|
264
|
+
ComponentStatusData.add_member(:bytes_received, Shapes::ShapeRef.new(shape: Long, location_name: "bytesReceived"))
|
265
|
+
ComponentStatusData.add_member(:bytes_sent, Shapes::ShapeRef.new(shape: Long, location_name: "bytesSent"))
|
266
|
+
ComponentStatusData.add_member(:capability_arn, Shapes::ShapeRef.new(shape: CapabilityArn, required: true, location_name: "capabilityArn"))
|
267
|
+
ComponentStatusData.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentTypeString, required: true, location_name: "componentType"))
|
268
|
+
ComponentStatusData.add_member(:dataflow_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "dataflowId"))
|
269
|
+
ComponentStatusData.add_member(:packets_dropped, Shapes::ShapeRef.new(shape: Long, location_name: "packetsDropped"))
|
270
|
+
ComponentStatusData.add_member(:status, Shapes::ShapeRef.new(shape: AgentStatus, required: true, location_name: "status"))
|
271
|
+
ComponentStatusData.struct_class = Types::ComponentStatusData
|
272
|
+
|
273
|
+
ComponentStatusList.member = Shapes::ShapeRef.new(shape: ComponentStatusData)
|
274
|
+
|
275
|
+
ComponentVersion.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentTypeString, required: true, location_name: "componentType"))
|
276
|
+
ComponentVersion.add_member(:versions, Shapes::ShapeRef.new(shape: VersionStringList, required: true, location_name: "versions"))
|
277
|
+
ComponentVersion.struct_class = Types::ComponentVersion
|
278
|
+
|
279
|
+
ComponentVersionList.member = Shapes::ShapeRef.new(shape: ComponentVersion)
|
280
|
+
|
201
281
|
ConfigDetails.add_member(:antenna_demod_decode_details, Shapes::ShapeRef.new(shape: AntennaDemodDecodeDetails, location_name: "antennaDemodDecodeDetails"))
|
202
282
|
ConfigDetails.add_member(:endpoint_details, Shapes::ShapeRef.new(shape: EndpointDetails, location_name: "endpointDetails"))
|
203
283
|
ConfigDetails.add_member(:s3_recording_details, Shapes::ShapeRef.new(shape: S3RecordingDetails, location_name: "s3RecordingDetails"))
|
@@ -239,6 +319,10 @@ module Aws::GroundStation
|
|
239
319
|
ConfigTypeData.add_member_subclass(:unknown, Types::ConfigTypeData::Unknown)
|
240
320
|
ConfigTypeData.struct_class = Types::ConfigTypeData
|
241
321
|
|
322
|
+
ConnectionDetails.add_member(:mtu, Shapes::ShapeRef.new(shape: Integer, location_name: "mtu"))
|
323
|
+
ConnectionDetails.add_member(:socket_address, Shapes::ShapeRef.new(shape: SocketAddress, required: true, location_name: "socketAddress"))
|
324
|
+
ConnectionDetails.struct_class = Types::ConnectionDetails
|
325
|
+
|
242
326
|
ContactData.add_member(:contact_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "contactId"))
|
243
327
|
ContactData.add_member(:contact_status, Shapes::ShapeRef.new(shape: ContactStatus, location_name: "contactStatus"))
|
244
328
|
ContactData.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
|
@@ -285,6 +369,8 @@ module Aws::GroundStation
|
|
285
369
|
CreateMissionProfileRequest.add_member(:dataflow_edges, Shapes::ShapeRef.new(shape: DataflowEdgeList, required: true, location_name: "dataflowEdges"))
|
286
370
|
CreateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, required: true, location_name: "minimumViableContactDurationSeconds"))
|
287
371
|
CreateMissionProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, required: true, location_name: "name"))
|
372
|
+
CreateMissionProfileRequest.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
|
373
|
+
CreateMissionProfileRequest.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
|
288
374
|
CreateMissionProfileRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
289
375
|
CreateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, required: true, location_name: "trackingConfigArn"))
|
290
376
|
CreateMissionProfileRequest.struct_class = Types::CreateMissionProfileRequest
|
@@ -382,6 +468,11 @@ module Aws::GroundStation
|
|
382
468
|
Destination.add_member(:dataflow_destination_region, Shapes::ShapeRef.new(shape: String, location_name: "dataflowDestinationRegion"))
|
383
469
|
Destination.struct_class = Types::Destination
|
384
470
|
|
471
|
+
DiscoveryData.add_member(:capability_arns, Shapes::ShapeRef.new(shape: CapabilityArnList, required: true, location_name: "capabilityArns"))
|
472
|
+
DiscoveryData.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, required: true, location_name: "privateIpAddresses"))
|
473
|
+
DiscoveryData.add_member(:public_ip_addresses, Shapes::ShapeRef.new(shape: IpAddressList, required: true, location_name: "publicIpAddresses"))
|
474
|
+
DiscoveryData.struct_class = Types::DiscoveryData
|
475
|
+
|
385
476
|
Eirp.add_member(:units, Shapes::ShapeRef.new(shape: EirpUnits, required: true, location_name: "units"))
|
386
477
|
Eirp.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
|
387
478
|
Eirp.struct_class = Types::Eirp
|
@@ -390,7 +481,10 @@ module Aws::GroundStation
|
|
390
481
|
Elevation.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
|
391
482
|
Elevation.struct_class = Types::Elevation
|
392
483
|
|
484
|
+
EndpointDetails.add_member(:aws_ground_station_agent_endpoint, Shapes::ShapeRef.new(shape: AwsGroundStationAgentEndpoint, location_name: "awsGroundStationAgentEndpoint"))
|
393
485
|
EndpointDetails.add_member(:endpoint, Shapes::ShapeRef.new(shape: DataflowEndpoint, location_name: "endpoint"))
|
486
|
+
EndpointDetails.add_member(:health_reasons, Shapes::ShapeRef.new(shape: CapabilityHealthReasonList, location_name: "healthReasons"))
|
487
|
+
EndpointDetails.add_member(:health_status, Shapes::ShapeRef.new(shape: CapabilityHealth, location_name: "healthStatus"))
|
394
488
|
EndpointDetails.add_member(:security_details, Shapes::ShapeRef.new(shape: SecurityDetails, location_name: "securityDetails"))
|
395
489
|
EndpointDetails.struct_class = Types::EndpointDetails
|
396
490
|
|
@@ -446,6 +540,13 @@ module Aws::GroundStation
|
|
446
540
|
FrequencyBandwidth.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
|
447
541
|
FrequencyBandwidth.struct_class = Types::FrequencyBandwidth
|
448
542
|
|
543
|
+
GetAgentConfigurationRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "agentId"))
|
544
|
+
GetAgentConfigurationRequest.struct_class = Types::GetAgentConfigurationRequest
|
545
|
+
|
546
|
+
GetAgentConfigurationResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "agentId"))
|
547
|
+
GetAgentConfigurationResponse.add_member(:tasking_document, Shapes::ShapeRef.new(shape: String, location_name: "taskingDocument"))
|
548
|
+
GetAgentConfigurationResponse.struct_class = Types::GetAgentConfigurationResponse
|
549
|
+
|
449
550
|
GetConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "configId"))
|
450
551
|
GetConfigRequest.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, required: true, location: "uri", location_name: "configType"))
|
451
552
|
GetConfigRequest.struct_class = Types::GetConfigRequest
|
@@ -491,6 +592,8 @@ module Aws::GroundStation
|
|
491
592
|
GetMissionProfileResponse.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "missionProfileId"))
|
492
593
|
GetMissionProfileResponse.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
|
493
594
|
GetMissionProfileResponse.add_member(:region, Shapes::ShapeRef.new(shape: AWSRegion, location_name: "region"))
|
595
|
+
GetMissionProfileResponse.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
|
596
|
+
GetMissionProfileResponse.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
|
494
597
|
GetMissionProfileResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
495
598
|
GetMissionProfileResponse.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "trackingConfigArn"))
|
496
599
|
GetMissionProfileResponse.struct_class = Types::GetMissionProfileResponse
|
@@ -514,10 +617,24 @@ module Aws::GroundStation
|
|
514
617
|
|
515
618
|
GroundStationList.member = Shapes::ShapeRef.new(shape: GroundStationData)
|
516
619
|
|
620
|
+
IntegerRange.add_member(:maximum, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "maximum"))
|
621
|
+
IntegerRange.add_member(:minimum, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "minimum"))
|
622
|
+
IntegerRange.struct_class = Types::IntegerRange
|
623
|
+
|
517
624
|
InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
518
625
|
InvalidParameterException.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "parameterName"))
|
519
626
|
InvalidParameterException.struct_class = Types::InvalidParameterException
|
520
627
|
|
628
|
+
IpAddressList.member = Shapes::ShapeRef.new(shape: IpV4Address)
|
629
|
+
|
630
|
+
KmsKey.add_member(:kms_alias_arn, Shapes::ShapeRef.new(shape: KeyAliasArn, location_name: "kmsAliasArn"))
|
631
|
+
KmsKey.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KeyArn, location_name: "kmsKeyArn"))
|
632
|
+
KmsKey.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
633
|
+
KmsKey.add_member_subclass(:kms_alias_arn, Types::KmsKey::KmsAliasArn)
|
634
|
+
KmsKey.add_member_subclass(:kms_key_arn, Types::KmsKey::KmsKeyArn)
|
635
|
+
KmsKey.add_member_subclass(:unknown, Types::KmsKey::Unknown)
|
636
|
+
KmsKey.struct_class = Types::KmsKey
|
637
|
+
|
521
638
|
ListConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location: "querystring", location_name: "maxResults"))
|
522
639
|
ListConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
523
640
|
ListConfigsRequest.struct_class = Types::ListConfigsRequest
|
@@ -606,6 +723,21 @@ module Aws::GroundStation
|
|
606
723
|
OEMEphemeris.add_member(:s3_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "s3Object"))
|
607
724
|
OEMEphemeris.struct_class = Types::OEMEphemeris
|
608
725
|
|
726
|
+
RangedConnectionDetails.add_member(:mtu, Shapes::ShapeRef.new(shape: RangedConnectionDetailsMtuInteger, location_name: "mtu"))
|
727
|
+
RangedConnectionDetails.add_member(:socket_address, Shapes::ShapeRef.new(shape: RangedSocketAddress, required: true, location_name: "socketAddress"))
|
728
|
+
RangedConnectionDetails.struct_class = Types::RangedConnectionDetails
|
729
|
+
|
730
|
+
RangedSocketAddress.add_member(:name, Shapes::ShapeRef.new(shape: IpV4Address, required: true, location_name: "name"))
|
731
|
+
RangedSocketAddress.add_member(:port_range, Shapes::ShapeRef.new(shape: IntegerRange, required: true, location_name: "portRange"))
|
732
|
+
RangedSocketAddress.struct_class = Types::RangedSocketAddress
|
733
|
+
|
734
|
+
RegisterAgentRequest.add_member(:agent_details, Shapes::ShapeRef.new(shape: AgentDetails, required: true, location_name: "agentDetails"))
|
735
|
+
RegisterAgentRequest.add_member(:discovery_data, Shapes::ShapeRef.new(shape: DiscoveryData, required: true, location_name: "discoveryData"))
|
736
|
+
RegisterAgentRequest.struct_class = Types::RegisterAgentRequest
|
737
|
+
|
738
|
+
RegisterAgentResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "agentId"))
|
739
|
+
RegisterAgentResponse.struct_class = Types::RegisterAgentResponse
|
740
|
+
|
609
741
|
ReserveContactRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTime"))
|
610
742
|
ReserveContactRequest.add_member(:ground_station, Shapes::ShapeRef.new(shape: GroundStationName, required: true, location_name: "groundStation"))
|
611
743
|
ReserveContactRequest.add_member(:mission_profile_arn, Shapes::ShapeRef.new(shape: MissionProfileArn, required: true, location_name: "missionProfileArn"))
|
@@ -651,6 +783,9 @@ module Aws::GroundStation
|
|
651
783
|
|
652
784
|
SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String)
|
653
785
|
|
786
|
+
SignatureMap.key = Shapes::ShapeRef.new(shape: String)
|
787
|
+
SignatureMap.value = Shapes::ShapeRef.new(shape: Boolean)
|
788
|
+
|
654
789
|
SocketAddress.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
655
790
|
SocketAddress.add_member(:port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "port"))
|
656
791
|
SocketAddress.struct_class = Types::SocketAddress
|
@@ -705,6 +840,15 @@ module Aws::GroundStation
|
|
705
840
|
|
706
841
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
707
842
|
|
843
|
+
UpdateAgentStatusRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "agentId"))
|
844
|
+
UpdateAgentStatusRequest.add_member(:aggregate_status, Shapes::ShapeRef.new(shape: AggregateStatus, required: true, location_name: "aggregateStatus"))
|
845
|
+
UpdateAgentStatusRequest.add_member(:component_statuses, Shapes::ShapeRef.new(shape: ComponentStatusList, required: true, location_name: "componentStatuses"))
|
846
|
+
UpdateAgentStatusRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "taskId"))
|
847
|
+
UpdateAgentStatusRequest.struct_class = Types::UpdateAgentStatusRequest
|
848
|
+
|
849
|
+
UpdateAgentStatusResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "agentId"))
|
850
|
+
UpdateAgentStatusResponse.struct_class = Types::UpdateAgentStatusResponse
|
851
|
+
|
708
852
|
UpdateConfigRequest.add_member(:config_data, Shapes::ShapeRef.new(shape: ConfigTypeData, required: true, location_name: "configData"))
|
709
853
|
UpdateConfigRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "configId"))
|
710
854
|
UpdateConfigRequest.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, required: true, location: "uri", location_name: "configType"))
|
@@ -723,6 +867,8 @@ module Aws::GroundStation
|
|
723
867
|
UpdateMissionProfileRequest.add_member(:minimum_viable_contact_duration_seconds, Shapes::ShapeRef.new(shape: PositiveDurationInSeconds, location_name: "minimumViableContactDurationSeconds"))
|
724
868
|
UpdateMissionProfileRequest.add_member(:mission_profile_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "missionProfileId"))
|
725
869
|
UpdateMissionProfileRequest.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
|
870
|
+
UpdateMissionProfileRequest.add_member(:streams_kms_key, Shapes::ShapeRef.new(shape: KmsKey, location_name: "streamsKmsKey"))
|
871
|
+
UpdateMissionProfileRequest.add_member(:streams_kms_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "streamsKmsRole"))
|
726
872
|
UpdateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "trackingConfigArn"))
|
727
873
|
UpdateMissionProfileRequest.struct_class = Types::UpdateMissionProfileRequest
|
728
874
|
|
@@ -734,6 +880,8 @@ module Aws::GroundStation
|
|
734
880
|
UplinkSpectrumConfig.add_member(:polarization, Shapes::ShapeRef.new(shape: Polarization, location_name: "polarization"))
|
735
881
|
UplinkSpectrumConfig.struct_class = Types::UplinkSpectrumConfig
|
736
882
|
|
883
|
+
VersionStringList.member = Shapes::ShapeRef.new(shape: VersionString)
|
884
|
+
|
737
885
|
|
738
886
|
# @api private
|
739
887
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -874,6 +1022,17 @@ module Aws::GroundStation
|
|
874
1022
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
875
1023
|
end)
|
876
1024
|
|
1025
|
+
api.add_operation(:get_agent_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1026
|
+
o.name = "GetAgentConfiguration"
|
1027
|
+
o.http_method = "GET"
|
1028
|
+
o.http_request_uri = "/agent/{agentId}/configuration"
|
1029
|
+
o.input = Shapes::ShapeRef.new(shape: GetAgentConfigurationRequest)
|
1030
|
+
o.output = Shapes::ShapeRef.new(shape: GetAgentConfigurationResponse)
|
1031
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1032
|
+
o.errors << Shapes::ShapeRef.new(shape: DependencyException)
|
1033
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1034
|
+
end)
|
1035
|
+
|
877
1036
|
api.add_operation(:get_config, Seahorse::Model::Operation.new.tap do |o|
|
878
1037
|
o.name = "GetConfig"
|
879
1038
|
o.http_method = "GET"
|
@@ -1059,6 +1218,17 @@ module Aws::GroundStation
|
|
1059
1218
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1060
1219
|
end)
|
1061
1220
|
|
1221
|
+
api.add_operation(:register_agent, Seahorse::Model::Operation.new.tap do |o|
|
1222
|
+
o.name = "RegisterAgent"
|
1223
|
+
o.http_method = "POST"
|
1224
|
+
o.http_request_uri = "/agent"
|
1225
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterAgentRequest)
|
1226
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterAgentResponse)
|
1227
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1228
|
+
o.errors << Shapes::ShapeRef.new(shape: DependencyException)
|
1229
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1230
|
+
end)
|
1231
|
+
|
1062
1232
|
api.add_operation(:reserve_contact, Seahorse::Model::Operation.new.tap do |o|
|
1063
1233
|
o.name = "ReserveContact"
|
1064
1234
|
o.http_method = "POST"
|
@@ -1092,6 +1262,17 @@ module Aws::GroundStation
|
|
1092
1262
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1093
1263
|
end)
|
1094
1264
|
|
1265
|
+
api.add_operation(:update_agent_status, Seahorse::Model::Operation.new.tap do |o|
|
1266
|
+
o.name = "UpdateAgentStatus"
|
1267
|
+
o.http_method = "PUT"
|
1268
|
+
o.http_request_uri = "/agent/{agentId}"
|
1269
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAgentStatusRequest)
|
1270
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAgentStatusResponse)
|
1271
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1272
|
+
o.errors << Shapes::ShapeRef.new(shape: DependencyException)
|
1273
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1274
|
+
end)
|
1275
|
+
|
1095
1276
|
api.add_operation(:update_config, Seahorse::Model::Operation.new.tap do |o|
|
1096
1277
|
o.name = "UpdateConfig"
|
1097
1278
|
o.http_method = "PUT"
|
@@ -50,9 +50,6 @@ 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
|
56
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
57
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
58
55
|
if self[:use_dual_stack].nil?
|
@@ -14,36 +14,39 @@ module Aws::GroundStation
|
|
14
14
|
use_dual_stack = parameters.use_dual_stack
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
|
-
if
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
19
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
-
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
-
end
|
22
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
-
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
-
end
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
-
end
|
27
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
-
return Aws::Endpoints::Endpoint.new(url: "https://groundstation-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
-
end
|
31
|
-
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
-
end
|
17
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
33
18
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
-
|
35
|
-
return Aws::Endpoints::Endpoint.new(url: "https://groundstation-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
|
-
end
|
37
|
-
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
19
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
38
20
|
end
|
39
21
|
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
40
|
-
|
41
|
-
|
22
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
|
+
end
|
24
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
25
|
+
end
|
26
|
+
if Aws::Endpoints::Matchers.set?(region)
|
27
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
29
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
+
return Aws::Endpoints::Endpoint.new(url: "https://groundstation-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
|
+
end
|
32
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
|
+
end
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
36
|
+
return Aws::Endpoints::Endpoint.new(url: "https://groundstation-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
|
+
end
|
38
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
39
|
+
end
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
41
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://groundstation.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
43
|
+
end
|
44
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
42
45
|
end
|
43
|
-
|
46
|
+
return Aws::Endpoints::Endpoint.new(url: "https://groundstation.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
44
47
|
end
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://groundstation.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
46
48
|
end
|
49
|
+
raise ArgumentError, "Invalid Configuration: Missing Region"
|
47
50
|
raise ArgumentError, 'No endpoint could be resolved'
|
48
51
|
|
49
52
|
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
|