aws-sdk-groundstation 1.43.0 → 1.44.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-groundstation/client.rb +1 -1
- data/lib/aws-sdk-groundstation/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-groundstation.rb +1 -1
- data/sig/client.rbs +776 -0
- data/sig/errors.rbs +31 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +877 -0
- data/sig/waiters.rbs +23 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,877 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::GroundStation
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AgentDetails
|
12
|
+
attr_accessor agent_cpu_cores: ::Array[::Integer]
|
13
|
+
attr_accessor agent_version: ::String
|
14
|
+
attr_accessor component_versions: ::Array[Types::ComponentVersion]
|
15
|
+
attr_accessor instance_id: ::String
|
16
|
+
attr_accessor instance_type: ::String
|
17
|
+
attr_accessor reserved_cpu_cores: ::Array[::Integer]
|
18
|
+
SENSITIVE: []
|
19
|
+
end
|
20
|
+
|
21
|
+
class AggregateStatus
|
22
|
+
attr_accessor signature_map: ::Hash[::String, bool]
|
23
|
+
attr_accessor status: ("SUCCESS" | "FAILED" | "ACTIVE" | "INACTIVE")
|
24
|
+
SENSITIVE: []
|
25
|
+
end
|
26
|
+
|
27
|
+
class AntennaDemodDecodeDetails
|
28
|
+
attr_accessor output_node: ::String
|
29
|
+
SENSITIVE: []
|
30
|
+
end
|
31
|
+
|
32
|
+
class AntennaDownlinkConfig
|
33
|
+
attr_accessor spectrum_config: Types::SpectrumConfig
|
34
|
+
SENSITIVE: []
|
35
|
+
end
|
36
|
+
|
37
|
+
class AntennaDownlinkDemodDecodeConfig
|
38
|
+
attr_accessor decode_config: Types::DecodeConfig
|
39
|
+
attr_accessor demodulation_config: Types::DemodulationConfig
|
40
|
+
attr_accessor spectrum_config: Types::SpectrumConfig
|
41
|
+
SENSITIVE: []
|
42
|
+
end
|
43
|
+
|
44
|
+
class AntennaUplinkConfig
|
45
|
+
attr_accessor spectrum_config: Types::UplinkSpectrumConfig
|
46
|
+
attr_accessor target_eirp: Types::Eirp
|
47
|
+
attr_accessor transmit_disabled: bool
|
48
|
+
SENSITIVE: []
|
49
|
+
end
|
50
|
+
|
51
|
+
class AwsGroundStationAgentEndpoint
|
52
|
+
attr_accessor agent_status: ("SUCCESS" | "FAILED" | "ACTIVE" | "INACTIVE")
|
53
|
+
attr_accessor audit_results: ("HEALTHY" | "UNHEALTHY")
|
54
|
+
attr_accessor egress_address: Types::ConnectionDetails
|
55
|
+
attr_accessor ingress_address: Types::RangedConnectionDetails
|
56
|
+
attr_accessor name: ::String
|
57
|
+
SENSITIVE: []
|
58
|
+
end
|
59
|
+
|
60
|
+
class CancelContactRequest
|
61
|
+
attr_accessor contact_id: ::String
|
62
|
+
SENSITIVE: []
|
63
|
+
end
|
64
|
+
|
65
|
+
class ComponentStatusData
|
66
|
+
attr_accessor bytes_received: ::Integer
|
67
|
+
attr_accessor bytes_sent: ::Integer
|
68
|
+
attr_accessor capability_arn: ::String
|
69
|
+
attr_accessor component_type: ::String
|
70
|
+
attr_accessor dataflow_id: ::String
|
71
|
+
attr_accessor packets_dropped: ::Integer
|
72
|
+
attr_accessor status: ("SUCCESS" | "FAILED" | "ACTIVE" | "INACTIVE")
|
73
|
+
SENSITIVE: []
|
74
|
+
end
|
75
|
+
|
76
|
+
class ComponentVersion
|
77
|
+
attr_accessor component_type: ::String
|
78
|
+
attr_accessor versions: ::Array[::String]
|
79
|
+
SENSITIVE: []
|
80
|
+
end
|
81
|
+
|
82
|
+
class ConfigDetails
|
83
|
+
attr_accessor antenna_demod_decode_details: Types::AntennaDemodDecodeDetails
|
84
|
+
attr_accessor endpoint_details: Types::EndpointDetails
|
85
|
+
attr_accessor s3_recording_details: Types::S3RecordingDetails
|
86
|
+
attr_accessor unknown: untyped
|
87
|
+
SENSITIVE: []
|
88
|
+
|
89
|
+
class AntennaDemodDecodeDetails < ConfigDetails
|
90
|
+
end
|
91
|
+
class EndpointDetails < ConfigDetails
|
92
|
+
end
|
93
|
+
class S3RecordingDetails < ConfigDetails
|
94
|
+
end
|
95
|
+
class Unknown < ConfigDetails
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
class ConfigIdResponse
|
100
|
+
attr_accessor config_arn: ::String
|
101
|
+
attr_accessor config_id: ::String
|
102
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
|
103
|
+
SENSITIVE: []
|
104
|
+
end
|
105
|
+
|
106
|
+
class ConfigListItem
|
107
|
+
attr_accessor config_arn: ::String
|
108
|
+
attr_accessor config_id: ::String
|
109
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
|
110
|
+
attr_accessor name: ::String
|
111
|
+
SENSITIVE: []
|
112
|
+
end
|
113
|
+
|
114
|
+
class ConfigTypeData
|
115
|
+
attr_accessor antenna_downlink_config: Types::AntennaDownlinkConfig
|
116
|
+
attr_accessor antenna_downlink_demod_decode_config: Types::AntennaDownlinkDemodDecodeConfig
|
117
|
+
attr_accessor antenna_uplink_config: Types::AntennaUplinkConfig
|
118
|
+
attr_accessor dataflow_endpoint_config: Types::DataflowEndpointConfig
|
119
|
+
attr_accessor s3_recording_config: Types::S3RecordingConfig
|
120
|
+
attr_accessor tracking_config: Types::TrackingConfig
|
121
|
+
attr_accessor uplink_echo_config: Types::UplinkEchoConfig
|
122
|
+
attr_accessor unknown: untyped
|
123
|
+
SENSITIVE: []
|
124
|
+
|
125
|
+
class AntennaDownlinkConfig < ConfigTypeData
|
126
|
+
end
|
127
|
+
class AntennaDownlinkDemodDecodeConfig < ConfigTypeData
|
128
|
+
end
|
129
|
+
class AntennaUplinkConfig < ConfigTypeData
|
130
|
+
end
|
131
|
+
class DataflowEndpointConfig < ConfigTypeData
|
132
|
+
end
|
133
|
+
class S3RecordingConfig < ConfigTypeData
|
134
|
+
end
|
135
|
+
class TrackingConfig < ConfigTypeData
|
136
|
+
end
|
137
|
+
class UplinkEchoConfig < ConfigTypeData
|
138
|
+
end
|
139
|
+
class Unknown < ConfigTypeData
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
143
|
+
class ConnectionDetails
|
144
|
+
attr_accessor mtu: ::Integer
|
145
|
+
attr_accessor socket_address: Types::SocketAddress
|
146
|
+
SENSITIVE: []
|
147
|
+
end
|
148
|
+
|
149
|
+
class ContactData
|
150
|
+
attr_accessor contact_id: ::String
|
151
|
+
attr_accessor contact_status: ("AVAILABLE" | "AWS_CANCELLED" | "AWS_FAILED" | "CANCELLED" | "CANCELLING" | "COMPLETED" | "FAILED" | "FAILED_TO_SCHEDULE" | "PASS" | "POSTPASS" | "PREPASS" | "SCHEDULED" | "SCHEDULING")
|
152
|
+
attr_accessor end_time: ::Time
|
153
|
+
attr_accessor error_message: ::String
|
154
|
+
attr_accessor ground_station: ::String
|
155
|
+
attr_accessor maximum_elevation: Types::Elevation
|
156
|
+
attr_accessor mission_profile_arn: ::String
|
157
|
+
attr_accessor post_pass_end_time: ::Time
|
158
|
+
attr_accessor pre_pass_start_time: ::Time
|
159
|
+
attr_accessor region: ::String
|
160
|
+
attr_accessor satellite_arn: ::String
|
161
|
+
attr_accessor start_time: ::Time
|
162
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
163
|
+
SENSITIVE: []
|
164
|
+
end
|
165
|
+
|
166
|
+
class ContactIdResponse
|
167
|
+
attr_accessor contact_id: ::String
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class CreateConfigRequest
|
172
|
+
attr_accessor config_data: Types::ConfigTypeData
|
173
|
+
attr_accessor name: ::String
|
174
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
175
|
+
SENSITIVE: []
|
176
|
+
end
|
177
|
+
|
178
|
+
class CreateDataflowEndpointGroupRequest
|
179
|
+
attr_accessor contact_post_pass_duration_seconds: ::Integer
|
180
|
+
attr_accessor contact_pre_pass_duration_seconds: ::Integer
|
181
|
+
attr_accessor endpoint_details: ::Array[Types::EndpointDetails]
|
182
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
183
|
+
SENSITIVE: []
|
184
|
+
end
|
185
|
+
|
186
|
+
class CreateEphemerisRequest
|
187
|
+
attr_accessor enabled: bool
|
188
|
+
attr_accessor ephemeris: Types::EphemerisData
|
189
|
+
attr_accessor expiration_time: ::Time
|
190
|
+
attr_accessor kms_key_arn: ::String
|
191
|
+
attr_accessor name: ::String
|
192
|
+
attr_accessor priority: ::Integer
|
193
|
+
attr_accessor satellite_id: ::String
|
194
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
195
|
+
SENSITIVE: []
|
196
|
+
end
|
197
|
+
|
198
|
+
class CreateMissionProfileRequest
|
199
|
+
attr_accessor contact_post_pass_duration_seconds: ::Integer
|
200
|
+
attr_accessor contact_pre_pass_duration_seconds: ::Integer
|
201
|
+
attr_accessor dataflow_edges: ::Array[::Array[::String]]
|
202
|
+
attr_accessor minimum_viable_contact_duration_seconds: ::Integer
|
203
|
+
attr_accessor name: ::String
|
204
|
+
attr_accessor streams_kms_key: Types::KmsKey
|
205
|
+
attr_accessor streams_kms_role: ::String
|
206
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
207
|
+
attr_accessor tracking_config_arn: ::String
|
208
|
+
SENSITIVE: []
|
209
|
+
end
|
210
|
+
|
211
|
+
class DataflowDetail
|
212
|
+
attr_accessor destination: Types::Destination
|
213
|
+
attr_accessor error_message: ::String
|
214
|
+
attr_accessor source: Types::Source
|
215
|
+
SENSITIVE: []
|
216
|
+
end
|
217
|
+
|
218
|
+
class DataflowEndpoint
|
219
|
+
attr_accessor address: Types::SocketAddress
|
220
|
+
attr_accessor mtu: ::Integer
|
221
|
+
attr_accessor name: ::String
|
222
|
+
attr_accessor status: ("created" | "creating" | "deleted" | "deleting" | "failed")
|
223
|
+
SENSITIVE: []
|
224
|
+
end
|
225
|
+
|
226
|
+
class DataflowEndpointConfig
|
227
|
+
attr_accessor dataflow_endpoint_name: ::String
|
228
|
+
attr_accessor dataflow_endpoint_region: ::String
|
229
|
+
SENSITIVE: []
|
230
|
+
end
|
231
|
+
|
232
|
+
class DataflowEndpointGroupIdResponse
|
233
|
+
attr_accessor dataflow_endpoint_group_id: ::String
|
234
|
+
SENSITIVE: []
|
235
|
+
end
|
236
|
+
|
237
|
+
class DataflowEndpointListItem
|
238
|
+
attr_accessor dataflow_endpoint_group_arn: ::String
|
239
|
+
attr_accessor dataflow_endpoint_group_id: ::String
|
240
|
+
SENSITIVE: []
|
241
|
+
end
|
242
|
+
|
243
|
+
class DecodeConfig
|
244
|
+
attr_accessor unvalidated_json: ::String
|
245
|
+
SENSITIVE: []
|
246
|
+
end
|
247
|
+
|
248
|
+
class DeleteConfigRequest
|
249
|
+
attr_accessor config_id: ::String
|
250
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
|
251
|
+
SENSITIVE: []
|
252
|
+
end
|
253
|
+
|
254
|
+
class DeleteDataflowEndpointGroupRequest
|
255
|
+
attr_accessor dataflow_endpoint_group_id: ::String
|
256
|
+
SENSITIVE: []
|
257
|
+
end
|
258
|
+
|
259
|
+
class DeleteEphemerisRequest
|
260
|
+
attr_accessor ephemeris_id: ::String
|
261
|
+
SENSITIVE: []
|
262
|
+
end
|
263
|
+
|
264
|
+
class DeleteMissionProfileRequest
|
265
|
+
attr_accessor mission_profile_id: ::String
|
266
|
+
SENSITIVE: []
|
267
|
+
end
|
268
|
+
|
269
|
+
class DemodulationConfig
|
270
|
+
attr_accessor unvalidated_json: ::String
|
271
|
+
SENSITIVE: []
|
272
|
+
end
|
273
|
+
|
274
|
+
class DependencyException
|
275
|
+
attr_accessor message: ::String
|
276
|
+
attr_accessor parameter_name: ::String
|
277
|
+
SENSITIVE: []
|
278
|
+
end
|
279
|
+
|
280
|
+
class DescribeContactRequest
|
281
|
+
attr_accessor contact_id: ::String
|
282
|
+
SENSITIVE: []
|
283
|
+
end
|
284
|
+
|
285
|
+
class DescribeContactResponse
|
286
|
+
attr_accessor contact_id: ::String
|
287
|
+
attr_accessor contact_status: ("AVAILABLE" | "AWS_CANCELLED" | "AWS_FAILED" | "CANCELLED" | "CANCELLING" | "COMPLETED" | "FAILED" | "FAILED_TO_SCHEDULE" | "PASS" | "POSTPASS" | "PREPASS" | "SCHEDULED" | "SCHEDULING")
|
288
|
+
attr_accessor dataflow_list: ::Array[Types::DataflowDetail]
|
289
|
+
attr_accessor end_time: ::Time
|
290
|
+
attr_accessor error_message: ::String
|
291
|
+
attr_accessor ground_station: ::String
|
292
|
+
attr_accessor maximum_elevation: Types::Elevation
|
293
|
+
attr_accessor mission_profile_arn: ::String
|
294
|
+
attr_accessor post_pass_end_time: ::Time
|
295
|
+
attr_accessor pre_pass_start_time: ::Time
|
296
|
+
attr_accessor region: ::String
|
297
|
+
attr_accessor satellite_arn: ::String
|
298
|
+
attr_accessor start_time: ::Time
|
299
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
300
|
+
SENSITIVE: []
|
301
|
+
end
|
302
|
+
|
303
|
+
class DescribeEphemerisRequest
|
304
|
+
attr_accessor ephemeris_id: ::String
|
305
|
+
SENSITIVE: []
|
306
|
+
end
|
307
|
+
|
308
|
+
class DescribeEphemerisResponse
|
309
|
+
attr_accessor creation_time: ::Time
|
310
|
+
attr_accessor enabled: bool
|
311
|
+
attr_accessor ephemeris_id: ::String
|
312
|
+
attr_accessor invalid_reason: ("METADATA_INVALID" | "TIME_RANGE_INVALID" | "TRAJECTORY_INVALID" | "KMS_KEY_INVALID" | "VALIDATION_ERROR")
|
313
|
+
attr_accessor name: ::String
|
314
|
+
attr_accessor priority: ::Integer
|
315
|
+
attr_accessor satellite_id: ::String
|
316
|
+
attr_accessor status: ("VALIDATING" | "INVALID" | "ERROR" | "ENABLED" | "DISABLED" | "EXPIRED")
|
317
|
+
attr_accessor supplied_data: Types::EphemerisTypeDescription
|
318
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
319
|
+
SENSITIVE: []
|
320
|
+
end
|
321
|
+
|
322
|
+
class Destination
|
323
|
+
attr_accessor config_details: Types::ConfigDetails
|
324
|
+
attr_accessor config_id: ::String
|
325
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
|
326
|
+
attr_accessor dataflow_destination_region: ::String
|
327
|
+
SENSITIVE: []
|
328
|
+
end
|
329
|
+
|
330
|
+
class DiscoveryData
|
331
|
+
attr_accessor capability_arns: ::Array[::String]
|
332
|
+
attr_accessor private_ip_addresses: ::Array[::String]
|
333
|
+
attr_accessor public_ip_addresses: ::Array[::String]
|
334
|
+
SENSITIVE: []
|
335
|
+
end
|
336
|
+
|
337
|
+
class Eirp
|
338
|
+
attr_accessor units: ("dBW")
|
339
|
+
attr_accessor value: ::Float
|
340
|
+
SENSITIVE: []
|
341
|
+
end
|
342
|
+
|
343
|
+
class Elevation
|
344
|
+
attr_accessor unit: ("DEGREE_ANGLE" | "RADIAN")
|
345
|
+
attr_accessor value: ::Float
|
346
|
+
SENSITIVE: []
|
347
|
+
end
|
348
|
+
|
349
|
+
class EndpointDetails
|
350
|
+
attr_accessor aws_ground_station_agent_endpoint: Types::AwsGroundStationAgentEndpoint
|
351
|
+
attr_accessor endpoint: Types::DataflowEndpoint
|
352
|
+
attr_accessor health_reasons: ::Array[("NO_REGISTERED_AGENT" | "INVALID_IP_OWNERSHIP" | "NOT_AUTHORIZED_TO_CREATE_SLR" | "UNVERIFIED_IP_OWNERSHIP" | "INITIALIZING_DATAPLANE" | "DATAPLANE_FAILURE" | "HEALTHY")]
|
353
|
+
attr_accessor health_status: ("UNHEALTHY" | "HEALTHY")
|
354
|
+
attr_accessor security_details: Types::SecurityDetails
|
355
|
+
SENSITIVE: []
|
356
|
+
end
|
357
|
+
|
358
|
+
class EphemerisData
|
359
|
+
attr_accessor oem: Types::OEMEphemeris
|
360
|
+
attr_accessor tle: Types::TLEEphemeris
|
361
|
+
attr_accessor unknown: untyped
|
362
|
+
SENSITIVE: []
|
363
|
+
|
364
|
+
class Oem < EphemerisData
|
365
|
+
end
|
366
|
+
class Tle < EphemerisData
|
367
|
+
end
|
368
|
+
class Unknown < EphemerisData
|
369
|
+
end
|
370
|
+
end
|
371
|
+
|
372
|
+
class EphemerisDescription
|
373
|
+
attr_accessor ephemeris_data: ::String
|
374
|
+
attr_accessor source_s3_object: Types::S3Object
|
375
|
+
SENSITIVE: []
|
376
|
+
end
|
377
|
+
|
378
|
+
class EphemerisIdResponse
|
379
|
+
attr_accessor ephemeris_id: ::String
|
380
|
+
SENSITIVE: []
|
381
|
+
end
|
382
|
+
|
383
|
+
class EphemerisItem
|
384
|
+
attr_accessor creation_time: ::Time
|
385
|
+
attr_accessor enabled: bool
|
386
|
+
attr_accessor ephemeris_id: ::String
|
387
|
+
attr_accessor name: ::String
|
388
|
+
attr_accessor priority: ::Integer
|
389
|
+
attr_accessor source_s3_object: Types::S3Object
|
390
|
+
attr_accessor status: ("VALIDATING" | "INVALID" | "ERROR" | "ENABLED" | "DISABLED" | "EXPIRED")
|
391
|
+
SENSITIVE: []
|
392
|
+
end
|
393
|
+
|
394
|
+
class EphemerisMetaData
|
395
|
+
attr_accessor ephemeris_id: ::String
|
396
|
+
attr_accessor epoch: ::Time
|
397
|
+
attr_accessor name: ::String
|
398
|
+
attr_accessor source: ("CUSTOMER_PROVIDED" | "SPACE_TRACK")
|
399
|
+
SENSITIVE: []
|
400
|
+
end
|
401
|
+
|
402
|
+
class EphemerisTypeDescription
|
403
|
+
attr_accessor oem: Types::EphemerisDescription
|
404
|
+
attr_accessor tle: Types::EphemerisDescription
|
405
|
+
attr_accessor unknown: untyped
|
406
|
+
SENSITIVE: []
|
407
|
+
|
408
|
+
class Oem < EphemerisTypeDescription
|
409
|
+
end
|
410
|
+
class Tle < EphemerisTypeDescription
|
411
|
+
end
|
412
|
+
class Unknown < EphemerisTypeDescription
|
413
|
+
end
|
414
|
+
end
|
415
|
+
|
416
|
+
class Frequency
|
417
|
+
attr_accessor units: ("GHz" | "MHz" | "kHz")
|
418
|
+
attr_accessor value: ::Float
|
419
|
+
SENSITIVE: []
|
420
|
+
end
|
421
|
+
|
422
|
+
class FrequencyBandwidth
|
423
|
+
attr_accessor units: ("GHz" | "MHz" | "kHz")
|
424
|
+
attr_accessor value: ::Float
|
425
|
+
SENSITIVE: []
|
426
|
+
end
|
427
|
+
|
428
|
+
class GetAgentConfigurationRequest
|
429
|
+
attr_accessor agent_id: ::String
|
430
|
+
SENSITIVE: []
|
431
|
+
end
|
432
|
+
|
433
|
+
class GetAgentConfigurationResponse
|
434
|
+
attr_accessor agent_id: ::String
|
435
|
+
attr_accessor tasking_document: ::String
|
436
|
+
SENSITIVE: []
|
437
|
+
end
|
438
|
+
|
439
|
+
class GetConfigRequest
|
440
|
+
attr_accessor config_id: ::String
|
441
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
|
442
|
+
SENSITIVE: []
|
443
|
+
end
|
444
|
+
|
445
|
+
class GetConfigResponse
|
446
|
+
attr_accessor config_arn: ::String
|
447
|
+
attr_accessor config_data: Types::ConfigTypeData
|
448
|
+
attr_accessor config_id: ::String
|
449
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
|
450
|
+
attr_accessor name: ::String
|
451
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
452
|
+
SENSITIVE: []
|
453
|
+
end
|
454
|
+
|
455
|
+
class GetDataflowEndpointGroupRequest
|
456
|
+
attr_accessor dataflow_endpoint_group_id: ::String
|
457
|
+
SENSITIVE: []
|
458
|
+
end
|
459
|
+
|
460
|
+
class GetDataflowEndpointGroupResponse
|
461
|
+
attr_accessor contact_post_pass_duration_seconds: ::Integer
|
462
|
+
attr_accessor contact_pre_pass_duration_seconds: ::Integer
|
463
|
+
attr_accessor dataflow_endpoint_group_arn: ::String
|
464
|
+
attr_accessor dataflow_endpoint_group_id: ::String
|
465
|
+
attr_accessor endpoints_details: ::Array[Types::EndpointDetails]
|
466
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
467
|
+
SENSITIVE: []
|
468
|
+
end
|
469
|
+
|
470
|
+
class GetMinuteUsageRequest
|
471
|
+
attr_accessor month: ::Integer
|
472
|
+
attr_accessor year: ::Integer
|
473
|
+
SENSITIVE: []
|
474
|
+
end
|
475
|
+
|
476
|
+
class GetMinuteUsageResponse
|
477
|
+
attr_accessor estimated_minutes_remaining: ::Integer
|
478
|
+
attr_accessor is_reserved_minutes_customer: bool
|
479
|
+
attr_accessor total_reserved_minute_allocation: ::Integer
|
480
|
+
attr_accessor total_scheduled_minutes: ::Integer
|
481
|
+
attr_accessor upcoming_minutes_scheduled: ::Integer
|
482
|
+
SENSITIVE: []
|
483
|
+
end
|
484
|
+
|
485
|
+
class GetMissionProfileRequest
|
486
|
+
attr_accessor mission_profile_id: ::String
|
487
|
+
SENSITIVE: []
|
488
|
+
end
|
489
|
+
|
490
|
+
class GetMissionProfileResponse
|
491
|
+
attr_accessor contact_post_pass_duration_seconds: ::Integer
|
492
|
+
attr_accessor contact_pre_pass_duration_seconds: ::Integer
|
493
|
+
attr_accessor dataflow_edges: ::Array[::Array[::String]]
|
494
|
+
attr_accessor minimum_viable_contact_duration_seconds: ::Integer
|
495
|
+
attr_accessor mission_profile_arn: ::String
|
496
|
+
attr_accessor mission_profile_id: ::String
|
497
|
+
attr_accessor name: ::String
|
498
|
+
attr_accessor region: ::String
|
499
|
+
attr_accessor streams_kms_key: Types::KmsKey
|
500
|
+
attr_accessor streams_kms_role: ::String
|
501
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
502
|
+
attr_accessor tracking_config_arn: ::String
|
503
|
+
SENSITIVE: []
|
504
|
+
end
|
505
|
+
|
506
|
+
class GetSatelliteRequest
|
507
|
+
attr_accessor satellite_id: ::String
|
508
|
+
SENSITIVE: []
|
509
|
+
end
|
510
|
+
|
511
|
+
class GetSatelliteResponse
|
512
|
+
attr_accessor current_ephemeris: Types::EphemerisMetaData
|
513
|
+
attr_accessor ground_stations: ::Array[::String]
|
514
|
+
attr_accessor norad_satellite_id: ::Integer
|
515
|
+
attr_accessor satellite_arn: ::String
|
516
|
+
attr_accessor satellite_id: ::String
|
517
|
+
SENSITIVE: []
|
518
|
+
end
|
519
|
+
|
520
|
+
class GroundStationData
|
521
|
+
attr_accessor ground_station_id: ::String
|
522
|
+
attr_accessor ground_station_name: ::String
|
523
|
+
attr_accessor region: ::String
|
524
|
+
SENSITIVE: []
|
525
|
+
end
|
526
|
+
|
527
|
+
class IntegerRange
|
528
|
+
attr_accessor maximum: ::Integer
|
529
|
+
attr_accessor minimum: ::Integer
|
530
|
+
SENSITIVE: []
|
531
|
+
end
|
532
|
+
|
533
|
+
class InvalidParameterException
|
534
|
+
attr_accessor message: ::String
|
535
|
+
attr_accessor parameter_name: ::String
|
536
|
+
SENSITIVE: []
|
537
|
+
end
|
538
|
+
|
539
|
+
class KmsKey
|
540
|
+
attr_accessor kms_alias_arn: ::String
|
541
|
+
attr_accessor kms_alias_name: ::String
|
542
|
+
attr_accessor kms_key_arn: ::String
|
543
|
+
attr_accessor unknown: untyped
|
544
|
+
SENSITIVE: []
|
545
|
+
|
546
|
+
class KmsAliasArn < KmsKey
|
547
|
+
end
|
548
|
+
class KmsAliasName < KmsKey
|
549
|
+
end
|
550
|
+
class KmsKeyArn < KmsKey
|
551
|
+
end
|
552
|
+
class Unknown < KmsKey
|
553
|
+
end
|
554
|
+
end
|
555
|
+
|
556
|
+
class ListConfigsRequest
|
557
|
+
attr_accessor max_results: ::Integer
|
558
|
+
attr_accessor next_token: ::String
|
559
|
+
SENSITIVE: []
|
560
|
+
end
|
561
|
+
|
562
|
+
class ListConfigsResponse
|
563
|
+
attr_accessor config_list: ::Array[Types::ConfigListItem]
|
564
|
+
attr_accessor next_token: ::String
|
565
|
+
SENSITIVE: []
|
566
|
+
end
|
567
|
+
|
568
|
+
class ListContactsRequest
|
569
|
+
attr_accessor end_time: ::Time
|
570
|
+
attr_accessor ground_station: ::String
|
571
|
+
attr_accessor max_results: ::Integer
|
572
|
+
attr_accessor mission_profile_arn: ::String
|
573
|
+
attr_accessor next_token: ::String
|
574
|
+
attr_accessor satellite_arn: ::String
|
575
|
+
attr_accessor start_time: ::Time
|
576
|
+
attr_accessor status_list: ::Array[("AVAILABLE" | "AWS_CANCELLED" | "AWS_FAILED" | "CANCELLED" | "CANCELLING" | "COMPLETED" | "FAILED" | "FAILED_TO_SCHEDULE" | "PASS" | "POSTPASS" | "PREPASS" | "SCHEDULED" | "SCHEDULING")]
|
577
|
+
SENSITIVE: []
|
578
|
+
end
|
579
|
+
|
580
|
+
class ListContactsResponse
|
581
|
+
attr_accessor contact_list: ::Array[Types::ContactData]
|
582
|
+
attr_accessor next_token: ::String
|
583
|
+
SENSITIVE: []
|
584
|
+
end
|
585
|
+
|
586
|
+
class ListDataflowEndpointGroupsRequest
|
587
|
+
attr_accessor max_results: ::Integer
|
588
|
+
attr_accessor next_token: ::String
|
589
|
+
SENSITIVE: []
|
590
|
+
end
|
591
|
+
|
592
|
+
class ListDataflowEndpointGroupsResponse
|
593
|
+
attr_accessor dataflow_endpoint_group_list: ::Array[Types::DataflowEndpointListItem]
|
594
|
+
attr_accessor next_token: ::String
|
595
|
+
SENSITIVE: []
|
596
|
+
end
|
597
|
+
|
598
|
+
class ListEphemeridesRequest
|
599
|
+
attr_accessor end_time: ::Time
|
600
|
+
attr_accessor max_results: ::Integer
|
601
|
+
attr_accessor next_token: ::String
|
602
|
+
attr_accessor satellite_id: ::String
|
603
|
+
attr_accessor start_time: ::Time
|
604
|
+
attr_accessor status_list: ::Array[("VALIDATING" | "INVALID" | "ERROR" | "ENABLED" | "DISABLED" | "EXPIRED")]
|
605
|
+
SENSITIVE: []
|
606
|
+
end
|
607
|
+
|
608
|
+
class ListEphemeridesResponse
|
609
|
+
attr_accessor ephemerides: ::Array[Types::EphemerisItem]
|
610
|
+
attr_accessor next_token: ::String
|
611
|
+
SENSITIVE: []
|
612
|
+
end
|
613
|
+
|
614
|
+
class ListGroundStationsRequest
|
615
|
+
attr_accessor max_results: ::Integer
|
616
|
+
attr_accessor next_token: ::String
|
617
|
+
attr_accessor satellite_id: ::String
|
618
|
+
SENSITIVE: []
|
619
|
+
end
|
620
|
+
|
621
|
+
class ListGroundStationsResponse
|
622
|
+
attr_accessor ground_station_list: ::Array[Types::GroundStationData]
|
623
|
+
attr_accessor next_token: ::String
|
624
|
+
SENSITIVE: []
|
625
|
+
end
|
626
|
+
|
627
|
+
class ListMissionProfilesRequest
|
628
|
+
attr_accessor max_results: ::Integer
|
629
|
+
attr_accessor next_token: ::String
|
630
|
+
SENSITIVE: []
|
631
|
+
end
|
632
|
+
|
633
|
+
class ListMissionProfilesResponse
|
634
|
+
attr_accessor mission_profile_list: ::Array[Types::MissionProfileListItem]
|
635
|
+
attr_accessor next_token: ::String
|
636
|
+
SENSITIVE: []
|
637
|
+
end
|
638
|
+
|
639
|
+
class ListSatellitesRequest
|
640
|
+
attr_accessor max_results: ::Integer
|
641
|
+
attr_accessor next_token: ::String
|
642
|
+
SENSITIVE: []
|
643
|
+
end
|
644
|
+
|
645
|
+
class ListSatellitesResponse
|
646
|
+
attr_accessor next_token: ::String
|
647
|
+
attr_accessor satellites: ::Array[Types::SatelliteListItem]
|
648
|
+
SENSITIVE: []
|
649
|
+
end
|
650
|
+
|
651
|
+
class ListTagsForResourceRequest
|
652
|
+
attr_accessor resource_arn: ::String
|
653
|
+
SENSITIVE: []
|
654
|
+
end
|
655
|
+
|
656
|
+
class ListTagsForResourceResponse
|
657
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
658
|
+
SENSITIVE: []
|
659
|
+
end
|
660
|
+
|
661
|
+
class MissionProfileIdResponse
|
662
|
+
attr_accessor mission_profile_id: ::String
|
663
|
+
SENSITIVE: []
|
664
|
+
end
|
665
|
+
|
666
|
+
class MissionProfileListItem
|
667
|
+
attr_accessor mission_profile_arn: ::String
|
668
|
+
attr_accessor mission_profile_id: ::String
|
669
|
+
attr_accessor name: ::String
|
670
|
+
attr_accessor region: ::String
|
671
|
+
SENSITIVE: []
|
672
|
+
end
|
673
|
+
|
674
|
+
class OEMEphemeris
|
675
|
+
attr_accessor oem_data: ::String
|
676
|
+
attr_accessor s3_object: Types::S3Object
|
677
|
+
SENSITIVE: []
|
678
|
+
end
|
679
|
+
|
680
|
+
class RangedConnectionDetails
|
681
|
+
attr_accessor mtu: ::Integer
|
682
|
+
attr_accessor socket_address: Types::RangedSocketAddress
|
683
|
+
SENSITIVE: []
|
684
|
+
end
|
685
|
+
|
686
|
+
class RangedSocketAddress
|
687
|
+
attr_accessor name: ::String
|
688
|
+
attr_accessor port_range: Types::IntegerRange
|
689
|
+
SENSITIVE: []
|
690
|
+
end
|
691
|
+
|
692
|
+
class RegisterAgentRequest
|
693
|
+
attr_accessor agent_details: Types::AgentDetails
|
694
|
+
attr_accessor discovery_data: Types::DiscoveryData
|
695
|
+
SENSITIVE: []
|
696
|
+
end
|
697
|
+
|
698
|
+
class RegisterAgentResponse
|
699
|
+
attr_accessor agent_id: ::String
|
700
|
+
SENSITIVE: []
|
701
|
+
end
|
702
|
+
|
703
|
+
class ReserveContactRequest
|
704
|
+
attr_accessor end_time: ::Time
|
705
|
+
attr_accessor ground_station: ::String
|
706
|
+
attr_accessor mission_profile_arn: ::String
|
707
|
+
attr_accessor satellite_arn: ::String
|
708
|
+
attr_accessor start_time: ::Time
|
709
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
710
|
+
SENSITIVE: []
|
711
|
+
end
|
712
|
+
|
713
|
+
class ResourceLimitExceededException
|
714
|
+
attr_accessor message: ::String
|
715
|
+
attr_accessor parameter_name: ::String
|
716
|
+
SENSITIVE: []
|
717
|
+
end
|
718
|
+
|
719
|
+
class ResourceNotFoundException
|
720
|
+
attr_accessor message: ::String
|
721
|
+
SENSITIVE: []
|
722
|
+
end
|
723
|
+
|
724
|
+
class S3Object
|
725
|
+
attr_accessor bucket: ::String
|
726
|
+
attr_accessor key: ::String
|
727
|
+
attr_accessor version: ::String
|
728
|
+
SENSITIVE: []
|
729
|
+
end
|
730
|
+
|
731
|
+
class S3RecordingConfig
|
732
|
+
attr_accessor bucket_arn: ::String
|
733
|
+
attr_accessor prefix: ::String
|
734
|
+
attr_accessor role_arn: ::String
|
735
|
+
SENSITIVE: []
|
736
|
+
end
|
737
|
+
|
738
|
+
class S3RecordingDetails
|
739
|
+
attr_accessor bucket_arn: ::String
|
740
|
+
attr_accessor key_template: ::String
|
741
|
+
SENSITIVE: []
|
742
|
+
end
|
743
|
+
|
744
|
+
class SatelliteListItem
|
745
|
+
attr_accessor current_ephemeris: Types::EphemerisMetaData
|
746
|
+
attr_accessor ground_stations: ::Array[::String]
|
747
|
+
attr_accessor norad_satellite_id: ::Integer
|
748
|
+
attr_accessor satellite_arn: ::String
|
749
|
+
attr_accessor satellite_id: ::String
|
750
|
+
SENSITIVE: []
|
751
|
+
end
|
752
|
+
|
753
|
+
class SecurityDetails
|
754
|
+
attr_accessor role_arn: ::String
|
755
|
+
attr_accessor security_group_ids: ::Array[::String]
|
756
|
+
attr_accessor subnet_ids: ::Array[::String]
|
757
|
+
SENSITIVE: []
|
758
|
+
end
|
759
|
+
|
760
|
+
class SocketAddress
|
761
|
+
attr_accessor name: ::String
|
762
|
+
attr_accessor port: ::Integer
|
763
|
+
SENSITIVE: []
|
764
|
+
end
|
765
|
+
|
766
|
+
class Source
|
767
|
+
attr_accessor config_details: Types::ConfigDetails
|
768
|
+
attr_accessor config_id: ::String
|
769
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
|
770
|
+
attr_accessor dataflow_source_region: ::String
|
771
|
+
SENSITIVE: []
|
772
|
+
end
|
773
|
+
|
774
|
+
class SpectrumConfig
|
775
|
+
attr_accessor bandwidth: Types::FrequencyBandwidth
|
776
|
+
attr_accessor center_frequency: Types::Frequency
|
777
|
+
attr_accessor polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")
|
778
|
+
SENSITIVE: []
|
779
|
+
end
|
780
|
+
|
781
|
+
class TLEData
|
782
|
+
attr_accessor tle_line_1: ::String
|
783
|
+
attr_accessor tle_line_2: ::String
|
784
|
+
attr_accessor valid_time_range: Types::TimeRange
|
785
|
+
SENSITIVE: []
|
786
|
+
end
|
787
|
+
|
788
|
+
class TLEEphemeris
|
789
|
+
attr_accessor s3_object: Types::S3Object
|
790
|
+
attr_accessor tle_data: ::Array[Types::TLEData]
|
791
|
+
SENSITIVE: []
|
792
|
+
end
|
793
|
+
|
794
|
+
class TagResourceRequest
|
795
|
+
attr_accessor resource_arn: ::String
|
796
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
797
|
+
SENSITIVE: []
|
798
|
+
end
|
799
|
+
|
800
|
+
class TagResourceResponse < Aws::EmptyStructure
|
801
|
+
end
|
802
|
+
|
803
|
+
class TimeRange
|
804
|
+
attr_accessor end_time: ::Time
|
805
|
+
attr_accessor start_time: ::Time
|
806
|
+
SENSITIVE: []
|
807
|
+
end
|
808
|
+
|
809
|
+
class TrackingConfig
|
810
|
+
attr_accessor autotrack: ("PREFERRED" | "REMOVED" | "REQUIRED")
|
811
|
+
SENSITIVE: []
|
812
|
+
end
|
813
|
+
|
814
|
+
class UntagResourceRequest
|
815
|
+
attr_accessor resource_arn: ::String
|
816
|
+
attr_accessor tag_keys: ::Array[::String]
|
817
|
+
SENSITIVE: []
|
818
|
+
end
|
819
|
+
|
820
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
821
|
+
end
|
822
|
+
|
823
|
+
class UpdateAgentStatusRequest
|
824
|
+
attr_accessor agent_id: ::String
|
825
|
+
attr_accessor aggregate_status: Types::AggregateStatus
|
826
|
+
attr_accessor component_statuses: ::Array[Types::ComponentStatusData]
|
827
|
+
attr_accessor task_id: ::String
|
828
|
+
SENSITIVE: []
|
829
|
+
end
|
830
|
+
|
831
|
+
class UpdateAgentStatusResponse
|
832
|
+
attr_accessor agent_id: ::String
|
833
|
+
SENSITIVE: []
|
834
|
+
end
|
835
|
+
|
836
|
+
class UpdateConfigRequest
|
837
|
+
attr_accessor config_data: Types::ConfigTypeData
|
838
|
+
attr_accessor config_id: ::String
|
839
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
|
840
|
+
attr_accessor name: ::String
|
841
|
+
SENSITIVE: []
|
842
|
+
end
|
843
|
+
|
844
|
+
class UpdateEphemerisRequest
|
845
|
+
attr_accessor enabled: bool
|
846
|
+
attr_accessor ephemeris_id: ::String
|
847
|
+
attr_accessor name: ::String
|
848
|
+
attr_accessor priority: ::Integer
|
849
|
+
SENSITIVE: []
|
850
|
+
end
|
851
|
+
|
852
|
+
class UpdateMissionProfileRequest
|
853
|
+
attr_accessor contact_post_pass_duration_seconds: ::Integer
|
854
|
+
attr_accessor contact_pre_pass_duration_seconds: ::Integer
|
855
|
+
attr_accessor dataflow_edges: ::Array[::Array[::String]]
|
856
|
+
attr_accessor minimum_viable_contact_duration_seconds: ::Integer
|
857
|
+
attr_accessor mission_profile_id: ::String
|
858
|
+
attr_accessor name: ::String
|
859
|
+
attr_accessor streams_kms_key: Types::KmsKey
|
860
|
+
attr_accessor streams_kms_role: ::String
|
861
|
+
attr_accessor tracking_config_arn: ::String
|
862
|
+
SENSITIVE: []
|
863
|
+
end
|
864
|
+
|
865
|
+
class UplinkEchoConfig
|
866
|
+
attr_accessor antenna_uplink_config_arn: ::String
|
867
|
+
attr_accessor enabled: bool
|
868
|
+
SENSITIVE: []
|
869
|
+
end
|
870
|
+
|
871
|
+
class UplinkSpectrumConfig
|
872
|
+
attr_accessor center_frequency: Types::Frequency
|
873
|
+
attr_accessor polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")
|
874
|
+
SENSITIVE: []
|
875
|
+
end
|
876
|
+
end
|
877
|
+
end
|