aws-sdk-groundstation 1.43.0 → 1.45.0

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