aws-sdk-groundstation 1.43.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,776 @@
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
9
+ module GroundStation
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CancelContactResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::ContactIdResponse]
77
+ def contact_id: () -> ::String
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#cancel_contact-instance_method
80
+ def cancel_contact: (
81
+ contact_id: ::String
82
+ ) -> _CancelContactResponseSuccess
83
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelContactResponseSuccess
84
+
85
+ interface _CreateConfigResponseSuccess
86
+ include ::Seahorse::Client::_ResponseSuccess[Types::ConfigIdResponse]
87
+ def config_arn: () -> ::String
88
+ def config_id: () -> ::String
89
+ def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
90
+ end
91
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#create_config-instance_method
92
+ def create_config: (
93
+ config_data: {
94
+ antenna_downlink_config: {
95
+ spectrum_config: {
96
+ bandwidth: {
97
+ units: ("GHz" | "MHz" | "kHz"),
98
+ value: ::Float
99
+ },
100
+ center_frequency: {
101
+ units: ("GHz" | "MHz" | "kHz"),
102
+ value: ::Float
103
+ },
104
+ polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")?
105
+ }
106
+ }?,
107
+ antenna_downlink_demod_decode_config: {
108
+ decode_config: {
109
+ unvalidated_json: ::String
110
+ },
111
+ demodulation_config: {
112
+ unvalidated_json: ::String
113
+ },
114
+ spectrum_config: {
115
+ bandwidth: {
116
+ units: ("GHz" | "MHz" | "kHz"),
117
+ value: ::Float
118
+ },
119
+ center_frequency: {
120
+ units: ("GHz" | "MHz" | "kHz"),
121
+ value: ::Float
122
+ },
123
+ polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")?
124
+ }
125
+ }?,
126
+ antenna_uplink_config: {
127
+ spectrum_config: {
128
+ center_frequency: {
129
+ units: ("GHz" | "MHz" | "kHz"),
130
+ value: ::Float
131
+ },
132
+ polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")?
133
+ },
134
+ target_eirp: {
135
+ units: ("dBW"),
136
+ value: ::Float
137
+ },
138
+ transmit_disabled: bool?
139
+ }?,
140
+ dataflow_endpoint_config: {
141
+ dataflow_endpoint_name: ::String,
142
+ dataflow_endpoint_region: ::String?
143
+ }?,
144
+ s3_recording_config: {
145
+ bucket_arn: ::String,
146
+ prefix: ::String?,
147
+ role_arn: ::String
148
+ }?,
149
+ tracking_config: {
150
+ autotrack: ("PREFERRED" | "REMOVED" | "REQUIRED")
151
+ }?,
152
+ uplink_echo_config: {
153
+ antenna_uplink_config_arn: ::String,
154
+ enabled: bool
155
+ }?
156
+ },
157
+ name: ::String,
158
+ ?tags: Hash[::String, ::String]
159
+ ) -> _CreateConfigResponseSuccess
160
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfigResponseSuccess
161
+
162
+ interface _CreateDataflowEndpointGroupResponseSuccess
163
+ include ::Seahorse::Client::_ResponseSuccess[Types::DataflowEndpointGroupIdResponse]
164
+ def dataflow_endpoint_group_id: () -> ::String
165
+ end
166
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#create_dataflow_endpoint_group-instance_method
167
+ def create_dataflow_endpoint_group: (
168
+ ?contact_post_pass_duration_seconds: ::Integer,
169
+ ?contact_pre_pass_duration_seconds: ::Integer,
170
+ endpoint_details: Array[
171
+ {
172
+ aws_ground_station_agent_endpoint: {
173
+ agent_status: ("SUCCESS" | "FAILED" | "ACTIVE" | "INACTIVE")?,
174
+ audit_results: ("HEALTHY" | "UNHEALTHY")?,
175
+ egress_address: {
176
+ mtu: ::Integer?,
177
+ socket_address: {
178
+ name: ::String,
179
+ port: ::Integer
180
+ }
181
+ },
182
+ ingress_address: {
183
+ mtu: ::Integer?,
184
+ socket_address: {
185
+ name: ::String,
186
+ port_range: {
187
+ maximum: ::Integer,
188
+ minimum: ::Integer
189
+ }
190
+ }
191
+ },
192
+ name: ::String
193
+ }?,
194
+ endpoint: {
195
+ address: {
196
+ name: ::String,
197
+ port: ::Integer
198
+ }?,
199
+ mtu: ::Integer?,
200
+ name: ::String?,
201
+ status: ("created" | "creating" | "deleted" | "deleting" | "failed")?
202
+ }?,
203
+ health_reasons: Array[("NO_REGISTERED_AGENT" | "INVALID_IP_OWNERSHIP" | "NOT_AUTHORIZED_TO_CREATE_SLR" | "UNVERIFIED_IP_OWNERSHIP" | "INITIALIZING_DATAPLANE" | "DATAPLANE_FAILURE" | "HEALTHY")]?,
204
+ health_status: ("UNHEALTHY" | "HEALTHY")?,
205
+ security_details: {
206
+ role_arn: ::String,
207
+ security_group_ids: Array[::String],
208
+ subnet_ids: Array[::String]
209
+ }?
210
+ },
211
+ ],
212
+ ?tags: Hash[::String, ::String]
213
+ ) -> _CreateDataflowEndpointGroupResponseSuccess
214
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataflowEndpointGroupResponseSuccess
215
+
216
+ interface _CreateEphemerisResponseSuccess
217
+ include ::Seahorse::Client::_ResponseSuccess[Types::EphemerisIdResponse]
218
+ def ephemeris_id: () -> ::String
219
+ end
220
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#create_ephemeris-instance_method
221
+ def create_ephemeris: (
222
+ ?enabled: bool,
223
+ ?ephemeris: {
224
+ oem: {
225
+ oem_data: ::String?,
226
+ s3_object: {
227
+ bucket: ::String?,
228
+ key: ::String?,
229
+ version: ::String?
230
+ }?
231
+ }?,
232
+ tle: {
233
+ s3_object: {
234
+ bucket: ::String?,
235
+ key: ::String?,
236
+ version: ::String?
237
+ }?,
238
+ tle_data: Array[
239
+ {
240
+ tle_line_1: ::String,
241
+ tle_line_2: ::String,
242
+ valid_time_range: {
243
+ end_time: ::Time,
244
+ start_time: ::Time
245
+ }
246
+ },
247
+ ]?
248
+ }?
249
+ },
250
+ ?expiration_time: ::Time,
251
+ ?kms_key_arn: ::String,
252
+ name: ::String,
253
+ ?priority: ::Integer,
254
+ satellite_id: ::String,
255
+ ?tags: Hash[::String, ::String]
256
+ ) -> _CreateEphemerisResponseSuccess
257
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEphemerisResponseSuccess
258
+
259
+ interface _CreateMissionProfileResponseSuccess
260
+ include ::Seahorse::Client::_ResponseSuccess[Types::MissionProfileIdResponse]
261
+ def mission_profile_id: () -> ::String
262
+ end
263
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#create_mission_profile-instance_method
264
+ def create_mission_profile: (
265
+ ?contact_post_pass_duration_seconds: ::Integer,
266
+ ?contact_pre_pass_duration_seconds: ::Integer,
267
+ dataflow_edges: Array[
268
+ Array[::String],
269
+ ],
270
+ minimum_viable_contact_duration_seconds: ::Integer,
271
+ name: ::String,
272
+ ?streams_kms_key: {
273
+ kms_alias_arn: ::String?,
274
+ kms_alias_name: ::String?,
275
+ kms_key_arn: ::String?
276
+ },
277
+ ?streams_kms_role: ::String,
278
+ ?tags: Hash[::String, ::String],
279
+ tracking_config_arn: ::String
280
+ ) -> _CreateMissionProfileResponseSuccess
281
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMissionProfileResponseSuccess
282
+
283
+ interface _DeleteConfigResponseSuccess
284
+ include ::Seahorse::Client::_ResponseSuccess[Types::ConfigIdResponse]
285
+ def config_arn: () -> ::String
286
+ def config_id: () -> ::String
287
+ def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
288
+ end
289
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#delete_config-instance_method
290
+ def delete_config: (
291
+ config_id: ::String,
292
+ config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
293
+ ) -> _DeleteConfigResponseSuccess
294
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConfigResponseSuccess
295
+
296
+ interface _DeleteDataflowEndpointGroupResponseSuccess
297
+ include ::Seahorse::Client::_ResponseSuccess[Types::DataflowEndpointGroupIdResponse]
298
+ def dataflow_endpoint_group_id: () -> ::String
299
+ end
300
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#delete_dataflow_endpoint_group-instance_method
301
+ def delete_dataflow_endpoint_group: (
302
+ dataflow_endpoint_group_id: ::String
303
+ ) -> _DeleteDataflowEndpointGroupResponseSuccess
304
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDataflowEndpointGroupResponseSuccess
305
+
306
+ interface _DeleteEphemerisResponseSuccess
307
+ include ::Seahorse::Client::_ResponseSuccess[Types::EphemerisIdResponse]
308
+ def ephemeris_id: () -> ::String
309
+ end
310
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#delete_ephemeris-instance_method
311
+ def delete_ephemeris: (
312
+ ephemeris_id: ::String
313
+ ) -> _DeleteEphemerisResponseSuccess
314
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEphemerisResponseSuccess
315
+
316
+ interface _DeleteMissionProfileResponseSuccess
317
+ include ::Seahorse::Client::_ResponseSuccess[Types::MissionProfileIdResponse]
318
+ def mission_profile_id: () -> ::String
319
+ end
320
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#delete_mission_profile-instance_method
321
+ def delete_mission_profile: (
322
+ mission_profile_id: ::String
323
+ ) -> _DeleteMissionProfileResponseSuccess
324
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteMissionProfileResponseSuccess
325
+
326
+ interface _DescribeContactResponseSuccess
327
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeContactResponse]
328
+ def contact_id: () -> ::String
329
+ def contact_status: () -> ("AVAILABLE" | "AWS_CANCELLED" | "AWS_FAILED" | "CANCELLED" | "CANCELLING" | "COMPLETED" | "FAILED" | "FAILED_TO_SCHEDULE" | "PASS" | "POSTPASS" | "PREPASS" | "SCHEDULED" | "SCHEDULING")
330
+ def dataflow_list: () -> ::Array[Types::DataflowDetail]
331
+ def end_time: () -> ::Time
332
+ def error_message: () -> ::String
333
+ def ground_station: () -> ::String
334
+ def maximum_elevation: () -> Types::Elevation
335
+ def mission_profile_arn: () -> ::String
336
+ def post_pass_end_time: () -> ::Time
337
+ def pre_pass_start_time: () -> ::Time
338
+ def region: () -> ::String
339
+ def satellite_arn: () -> ::String
340
+ def start_time: () -> ::Time
341
+ def tags: () -> ::Hash[::String, ::String]
342
+ end
343
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#describe_contact-instance_method
344
+ def describe_contact: (
345
+ contact_id: ::String
346
+ ) -> _DescribeContactResponseSuccess
347
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeContactResponseSuccess
348
+
349
+ interface _DescribeEphemerisResponseSuccess
350
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEphemerisResponse]
351
+ def creation_time: () -> ::Time
352
+ def enabled: () -> bool
353
+ def ephemeris_id: () -> ::String
354
+ def invalid_reason: () -> ("METADATA_INVALID" | "TIME_RANGE_INVALID" | "TRAJECTORY_INVALID" | "KMS_KEY_INVALID" | "VALIDATION_ERROR")
355
+ def name: () -> ::String
356
+ def priority: () -> ::Integer
357
+ def satellite_id: () -> ::String
358
+ def status: () -> ("VALIDATING" | "INVALID" | "ERROR" | "ENABLED" | "DISABLED" | "EXPIRED")
359
+ def supplied_data: () -> Types::EphemerisTypeDescription
360
+ def tags: () -> ::Hash[::String, ::String]
361
+ end
362
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#describe_ephemeris-instance_method
363
+ def describe_ephemeris: (
364
+ ephemeris_id: ::String
365
+ ) -> _DescribeEphemerisResponseSuccess
366
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEphemerisResponseSuccess
367
+
368
+ interface _GetAgentConfigurationResponseSuccess
369
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAgentConfigurationResponse]
370
+ def agent_id: () -> ::String
371
+ def tasking_document: () -> ::String
372
+ end
373
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_agent_configuration-instance_method
374
+ def get_agent_configuration: (
375
+ agent_id: ::String
376
+ ) -> _GetAgentConfigurationResponseSuccess
377
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAgentConfigurationResponseSuccess
378
+
379
+ interface _GetConfigResponseSuccess
380
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetConfigResponse]
381
+ def config_arn: () -> ::String
382
+ def config_data: () -> Types::ConfigTypeData
383
+ def config_id: () -> ::String
384
+ def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
385
+ def name: () -> ::String
386
+ def tags: () -> ::Hash[::String, ::String]
387
+ end
388
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_config-instance_method
389
+ def get_config: (
390
+ config_id: ::String,
391
+ config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
392
+ ) -> _GetConfigResponseSuccess
393
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConfigResponseSuccess
394
+
395
+ interface _GetDataflowEndpointGroupResponseSuccess
396
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDataflowEndpointGroupResponse]
397
+ def contact_post_pass_duration_seconds: () -> ::Integer
398
+ def contact_pre_pass_duration_seconds: () -> ::Integer
399
+ def dataflow_endpoint_group_arn: () -> ::String
400
+ def dataflow_endpoint_group_id: () -> ::String
401
+ def endpoints_details: () -> ::Array[Types::EndpointDetails]
402
+ def tags: () -> ::Hash[::String, ::String]
403
+ end
404
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_dataflow_endpoint_group-instance_method
405
+ def get_dataflow_endpoint_group: (
406
+ dataflow_endpoint_group_id: ::String
407
+ ) -> _GetDataflowEndpointGroupResponseSuccess
408
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDataflowEndpointGroupResponseSuccess
409
+
410
+ interface _GetMinuteUsageResponseSuccess
411
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMinuteUsageResponse]
412
+ def estimated_minutes_remaining: () -> ::Integer
413
+ def is_reserved_minutes_customer: () -> bool
414
+ def total_reserved_minute_allocation: () -> ::Integer
415
+ def total_scheduled_minutes: () -> ::Integer
416
+ def upcoming_minutes_scheduled: () -> ::Integer
417
+ end
418
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_minute_usage-instance_method
419
+ def get_minute_usage: (
420
+ month: ::Integer,
421
+ year: ::Integer
422
+ ) -> _GetMinuteUsageResponseSuccess
423
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMinuteUsageResponseSuccess
424
+
425
+ interface _GetMissionProfileResponseSuccess
426
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMissionProfileResponse]
427
+ def contact_post_pass_duration_seconds: () -> ::Integer
428
+ def contact_pre_pass_duration_seconds: () -> ::Integer
429
+ def dataflow_edges: () -> ::Array[::Array[::String]]
430
+ def minimum_viable_contact_duration_seconds: () -> ::Integer
431
+ def mission_profile_arn: () -> ::String
432
+ def mission_profile_id: () -> ::String
433
+ def name: () -> ::String
434
+ def region: () -> ::String
435
+ def streams_kms_key: () -> Types::KmsKey
436
+ def streams_kms_role: () -> ::String
437
+ def tags: () -> ::Hash[::String, ::String]
438
+ def tracking_config_arn: () -> ::String
439
+ end
440
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_mission_profile-instance_method
441
+ def get_mission_profile: (
442
+ mission_profile_id: ::String
443
+ ) -> _GetMissionProfileResponseSuccess
444
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMissionProfileResponseSuccess
445
+
446
+ interface _GetSatelliteResponseSuccess
447
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSatelliteResponse]
448
+ def current_ephemeris: () -> Types::EphemerisMetaData
449
+ def ground_stations: () -> ::Array[::String]
450
+ def norad_satellite_id: () -> ::Integer
451
+ def satellite_arn: () -> ::String
452
+ def satellite_id: () -> ::String
453
+ end
454
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_satellite-instance_method
455
+ def get_satellite: (
456
+ satellite_id: ::String
457
+ ) -> _GetSatelliteResponseSuccess
458
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSatelliteResponseSuccess
459
+
460
+ interface _ListConfigsResponseSuccess
461
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListConfigsResponse]
462
+ def config_list: () -> ::Array[Types::ConfigListItem]
463
+ def next_token: () -> ::String
464
+ end
465
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_configs-instance_method
466
+ def list_configs: (
467
+ ?max_results: ::Integer,
468
+ ?next_token: ::String
469
+ ) -> _ListConfigsResponseSuccess
470
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConfigsResponseSuccess
471
+
472
+ interface _ListContactsResponseSuccess
473
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListContactsResponse]
474
+ def contact_list: () -> ::Array[Types::ContactData]
475
+ def next_token: () -> ::String
476
+ end
477
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_contacts-instance_method
478
+ def list_contacts: (
479
+ end_time: ::Time,
480
+ ?ground_station: ::String,
481
+ ?max_results: ::Integer,
482
+ ?mission_profile_arn: ::String,
483
+ ?next_token: ::String,
484
+ ?satellite_arn: ::String,
485
+ start_time: ::Time,
486
+ status_list: Array[("AVAILABLE" | "AWS_CANCELLED" | "AWS_FAILED" | "CANCELLED" | "CANCELLING" | "COMPLETED" | "FAILED" | "FAILED_TO_SCHEDULE" | "PASS" | "POSTPASS" | "PREPASS" | "SCHEDULED" | "SCHEDULING")]
487
+ ) -> _ListContactsResponseSuccess
488
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListContactsResponseSuccess
489
+
490
+ interface _ListDataflowEndpointGroupsResponseSuccess
491
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDataflowEndpointGroupsResponse]
492
+ def dataflow_endpoint_group_list: () -> ::Array[Types::DataflowEndpointListItem]
493
+ def next_token: () -> ::String
494
+ end
495
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_dataflow_endpoint_groups-instance_method
496
+ def list_dataflow_endpoint_groups: (
497
+ ?max_results: ::Integer,
498
+ ?next_token: ::String
499
+ ) -> _ListDataflowEndpointGroupsResponseSuccess
500
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDataflowEndpointGroupsResponseSuccess
501
+
502
+ interface _ListEphemeridesResponseSuccess
503
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEphemeridesResponse]
504
+ def ephemerides: () -> ::Array[Types::EphemerisItem]
505
+ def next_token: () -> ::String
506
+ end
507
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_ephemerides-instance_method
508
+ def list_ephemerides: (
509
+ end_time: ::Time,
510
+ ?max_results: ::Integer,
511
+ ?next_token: ::String,
512
+ satellite_id: ::String,
513
+ start_time: ::Time,
514
+ ?status_list: Array[("VALIDATING" | "INVALID" | "ERROR" | "ENABLED" | "DISABLED" | "EXPIRED")]
515
+ ) -> _ListEphemeridesResponseSuccess
516
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEphemeridesResponseSuccess
517
+
518
+ interface _ListGroundStationsResponseSuccess
519
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGroundStationsResponse]
520
+ def ground_station_list: () -> ::Array[Types::GroundStationData]
521
+ def next_token: () -> ::String
522
+ end
523
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_ground_stations-instance_method
524
+ def list_ground_stations: (
525
+ ?max_results: ::Integer,
526
+ ?next_token: ::String,
527
+ ?satellite_id: ::String
528
+ ) -> _ListGroundStationsResponseSuccess
529
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGroundStationsResponseSuccess
530
+
531
+ interface _ListMissionProfilesResponseSuccess
532
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMissionProfilesResponse]
533
+ def mission_profile_list: () -> ::Array[Types::MissionProfileListItem]
534
+ def next_token: () -> ::String
535
+ end
536
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_mission_profiles-instance_method
537
+ def list_mission_profiles: (
538
+ ?max_results: ::Integer,
539
+ ?next_token: ::String
540
+ ) -> _ListMissionProfilesResponseSuccess
541
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMissionProfilesResponseSuccess
542
+
543
+ interface _ListSatellitesResponseSuccess
544
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSatellitesResponse]
545
+ def next_token: () -> ::String
546
+ def satellites: () -> ::Array[Types::SatelliteListItem]
547
+ end
548
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_satellites-instance_method
549
+ def list_satellites: (
550
+ ?max_results: ::Integer,
551
+ ?next_token: ::String
552
+ ) -> _ListSatellitesResponseSuccess
553
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSatellitesResponseSuccess
554
+
555
+ interface _ListTagsForResourceResponseSuccess
556
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
557
+ def tags: () -> ::Hash[::String, ::String]
558
+ end
559
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_tags_for_resource-instance_method
560
+ def list_tags_for_resource: (
561
+ resource_arn: ::String
562
+ ) -> _ListTagsForResourceResponseSuccess
563
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
564
+
565
+ interface _RegisterAgentResponseSuccess
566
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterAgentResponse]
567
+ def agent_id: () -> ::String
568
+ end
569
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#register_agent-instance_method
570
+ def register_agent: (
571
+ agent_details: {
572
+ agent_cpu_cores: Array[::Integer]?,
573
+ agent_version: ::String,
574
+ component_versions: Array[
575
+ {
576
+ component_type: ::String,
577
+ versions: Array[::String]
578
+ },
579
+ ],
580
+ instance_id: ::String,
581
+ instance_type: ::String,
582
+ reserved_cpu_cores: Array[::Integer]?
583
+ },
584
+ discovery_data: {
585
+ capability_arns: Array[::String],
586
+ private_ip_addresses: Array[::String],
587
+ public_ip_addresses: Array[::String]
588
+ }
589
+ ) -> _RegisterAgentResponseSuccess
590
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterAgentResponseSuccess
591
+
592
+ interface _ReserveContactResponseSuccess
593
+ include ::Seahorse::Client::_ResponseSuccess[Types::ContactIdResponse]
594
+ def contact_id: () -> ::String
595
+ end
596
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#reserve_contact-instance_method
597
+ def reserve_contact: (
598
+ end_time: ::Time,
599
+ ground_station: ::String,
600
+ mission_profile_arn: ::String,
601
+ satellite_arn: ::String,
602
+ start_time: ::Time,
603
+ ?tags: Hash[::String, ::String]
604
+ ) -> _ReserveContactResponseSuccess
605
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReserveContactResponseSuccess
606
+
607
+ interface _TagResourceResponseSuccess
608
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
609
+ end
610
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#tag_resource-instance_method
611
+ def tag_resource: (
612
+ resource_arn: ::String,
613
+ tags: Hash[::String, ::String]
614
+ ) -> _TagResourceResponseSuccess
615
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
616
+
617
+ interface _UntagResourceResponseSuccess
618
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
619
+ end
620
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#untag_resource-instance_method
621
+ def untag_resource: (
622
+ resource_arn: ::String,
623
+ tag_keys: Array[::String]
624
+ ) -> _UntagResourceResponseSuccess
625
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
626
+
627
+ interface _UpdateAgentStatusResponseSuccess
628
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAgentStatusResponse]
629
+ def agent_id: () -> ::String
630
+ end
631
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#update_agent_status-instance_method
632
+ def update_agent_status: (
633
+ agent_id: ::String,
634
+ aggregate_status: {
635
+ signature_map: Hash[::String, bool]?,
636
+ status: ("SUCCESS" | "FAILED" | "ACTIVE" | "INACTIVE")
637
+ },
638
+ component_statuses: Array[
639
+ {
640
+ bytes_received: ::Integer?,
641
+ bytes_sent: ::Integer?,
642
+ capability_arn: ::String,
643
+ component_type: ::String,
644
+ dataflow_id: ::String,
645
+ packets_dropped: ::Integer?,
646
+ status: ("SUCCESS" | "FAILED" | "ACTIVE" | "INACTIVE")
647
+ },
648
+ ],
649
+ task_id: ::String
650
+ ) -> _UpdateAgentStatusResponseSuccess
651
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAgentStatusResponseSuccess
652
+
653
+ interface _UpdateConfigResponseSuccess
654
+ include ::Seahorse::Client::_ResponseSuccess[Types::ConfigIdResponse]
655
+ def config_arn: () -> ::String
656
+ def config_id: () -> ::String
657
+ def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
658
+ end
659
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#update_config-instance_method
660
+ def update_config: (
661
+ config_data: {
662
+ antenna_downlink_config: {
663
+ spectrum_config: {
664
+ bandwidth: {
665
+ units: ("GHz" | "MHz" | "kHz"),
666
+ value: ::Float
667
+ },
668
+ center_frequency: {
669
+ units: ("GHz" | "MHz" | "kHz"),
670
+ value: ::Float
671
+ },
672
+ polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")?
673
+ }
674
+ }?,
675
+ antenna_downlink_demod_decode_config: {
676
+ decode_config: {
677
+ unvalidated_json: ::String
678
+ },
679
+ demodulation_config: {
680
+ unvalidated_json: ::String
681
+ },
682
+ spectrum_config: {
683
+ bandwidth: {
684
+ units: ("GHz" | "MHz" | "kHz"),
685
+ value: ::Float
686
+ },
687
+ center_frequency: {
688
+ units: ("GHz" | "MHz" | "kHz"),
689
+ value: ::Float
690
+ },
691
+ polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")?
692
+ }
693
+ }?,
694
+ antenna_uplink_config: {
695
+ spectrum_config: {
696
+ center_frequency: {
697
+ units: ("GHz" | "MHz" | "kHz"),
698
+ value: ::Float
699
+ },
700
+ polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")?
701
+ },
702
+ target_eirp: {
703
+ units: ("dBW"),
704
+ value: ::Float
705
+ },
706
+ transmit_disabled: bool?
707
+ }?,
708
+ dataflow_endpoint_config: {
709
+ dataflow_endpoint_name: ::String,
710
+ dataflow_endpoint_region: ::String?
711
+ }?,
712
+ s3_recording_config: {
713
+ bucket_arn: ::String,
714
+ prefix: ::String?,
715
+ role_arn: ::String
716
+ }?,
717
+ tracking_config: {
718
+ autotrack: ("PREFERRED" | "REMOVED" | "REQUIRED")
719
+ }?,
720
+ uplink_echo_config: {
721
+ antenna_uplink_config_arn: ::String,
722
+ enabled: bool
723
+ }?
724
+ },
725
+ config_id: ::String,
726
+ config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording"),
727
+ name: ::String
728
+ ) -> _UpdateConfigResponseSuccess
729
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfigResponseSuccess
730
+
731
+ interface _UpdateEphemerisResponseSuccess
732
+ include ::Seahorse::Client::_ResponseSuccess[Types::EphemerisIdResponse]
733
+ def ephemeris_id: () -> ::String
734
+ end
735
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#update_ephemeris-instance_method
736
+ def update_ephemeris: (
737
+ enabled: bool,
738
+ ephemeris_id: ::String,
739
+ ?name: ::String,
740
+ ?priority: ::Integer
741
+ ) -> _UpdateEphemerisResponseSuccess
742
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEphemerisResponseSuccess
743
+
744
+ interface _UpdateMissionProfileResponseSuccess
745
+ include ::Seahorse::Client::_ResponseSuccess[Types::MissionProfileIdResponse]
746
+ def mission_profile_id: () -> ::String
747
+ end
748
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#update_mission_profile-instance_method
749
+ def update_mission_profile: (
750
+ ?contact_post_pass_duration_seconds: ::Integer,
751
+ ?contact_pre_pass_duration_seconds: ::Integer,
752
+ ?dataflow_edges: Array[
753
+ Array[::String],
754
+ ],
755
+ ?minimum_viable_contact_duration_seconds: ::Integer,
756
+ mission_profile_id: ::String,
757
+ ?name: ::String,
758
+ ?streams_kms_key: {
759
+ kms_alias_arn: ::String?,
760
+ kms_alias_name: ::String?,
761
+ kms_key_arn: ::String?
762
+ },
763
+ ?streams_kms_role: ::String,
764
+ ?tracking_config_arn: ::String
765
+ ) -> _UpdateMissionProfileResponseSuccess
766
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMissionProfileResponseSuccess
767
+
768
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#wait_until-instance_method
769
+ def wait_until: (:contact_scheduled waiter_name,
770
+ contact_id: ::String
771
+ ) -> Client::_DescribeContactResponseSuccess
772
+ | (:contact_scheduled waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeContactResponseSuccess
773
+ end
774
+ end
775
+ end
776
+