aws-sdk-groundstation 1.43.0 → 1.45.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,778 @@
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
+ def visibility_end_time: () -> ::Time
343
+ def visibility_start_time: () -> ::Time
344
+ end
345
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#describe_contact-instance_method
346
+ def describe_contact: (
347
+ contact_id: ::String
348
+ ) -> _DescribeContactResponseSuccess
349
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeContactResponseSuccess
350
+
351
+ interface _DescribeEphemerisResponseSuccess
352
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEphemerisResponse]
353
+ def creation_time: () -> ::Time
354
+ def enabled: () -> bool
355
+ def ephemeris_id: () -> ::String
356
+ def invalid_reason: () -> ("METADATA_INVALID" | "TIME_RANGE_INVALID" | "TRAJECTORY_INVALID" | "KMS_KEY_INVALID" | "VALIDATION_ERROR")
357
+ def name: () -> ::String
358
+ def priority: () -> ::Integer
359
+ def satellite_id: () -> ::String
360
+ def status: () -> ("VALIDATING" | "INVALID" | "ERROR" | "ENABLED" | "DISABLED" | "EXPIRED")
361
+ def supplied_data: () -> Types::EphemerisTypeDescription
362
+ def tags: () -> ::Hash[::String, ::String]
363
+ end
364
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#describe_ephemeris-instance_method
365
+ def describe_ephemeris: (
366
+ ephemeris_id: ::String
367
+ ) -> _DescribeEphemerisResponseSuccess
368
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEphemerisResponseSuccess
369
+
370
+ interface _GetAgentConfigurationResponseSuccess
371
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAgentConfigurationResponse]
372
+ def agent_id: () -> ::String
373
+ def tasking_document: () -> ::String
374
+ end
375
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_agent_configuration-instance_method
376
+ def get_agent_configuration: (
377
+ agent_id: ::String
378
+ ) -> _GetAgentConfigurationResponseSuccess
379
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAgentConfigurationResponseSuccess
380
+
381
+ interface _GetConfigResponseSuccess
382
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetConfigResponse]
383
+ def config_arn: () -> ::String
384
+ def config_data: () -> Types::ConfigTypeData
385
+ def config_id: () -> ::String
386
+ def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
387
+ def name: () -> ::String
388
+ def tags: () -> ::Hash[::String, ::String]
389
+ end
390
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_config-instance_method
391
+ def get_config: (
392
+ config_id: ::String,
393
+ config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
394
+ ) -> _GetConfigResponseSuccess
395
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConfigResponseSuccess
396
+
397
+ interface _GetDataflowEndpointGroupResponseSuccess
398
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDataflowEndpointGroupResponse]
399
+ def contact_post_pass_duration_seconds: () -> ::Integer
400
+ def contact_pre_pass_duration_seconds: () -> ::Integer
401
+ def dataflow_endpoint_group_arn: () -> ::String
402
+ def dataflow_endpoint_group_id: () -> ::String
403
+ def endpoints_details: () -> ::Array[Types::EndpointDetails]
404
+ def tags: () -> ::Hash[::String, ::String]
405
+ end
406
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_dataflow_endpoint_group-instance_method
407
+ def get_dataflow_endpoint_group: (
408
+ dataflow_endpoint_group_id: ::String
409
+ ) -> _GetDataflowEndpointGroupResponseSuccess
410
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDataflowEndpointGroupResponseSuccess
411
+
412
+ interface _GetMinuteUsageResponseSuccess
413
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMinuteUsageResponse]
414
+ def estimated_minutes_remaining: () -> ::Integer
415
+ def is_reserved_minutes_customer: () -> bool
416
+ def total_reserved_minute_allocation: () -> ::Integer
417
+ def total_scheduled_minutes: () -> ::Integer
418
+ def upcoming_minutes_scheduled: () -> ::Integer
419
+ end
420
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_minute_usage-instance_method
421
+ def get_minute_usage: (
422
+ month: ::Integer,
423
+ year: ::Integer
424
+ ) -> _GetMinuteUsageResponseSuccess
425
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMinuteUsageResponseSuccess
426
+
427
+ interface _GetMissionProfileResponseSuccess
428
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMissionProfileResponse]
429
+ def contact_post_pass_duration_seconds: () -> ::Integer
430
+ def contact_pre_pass_duration_seconds: () -> ::Integer
431
+ def dataflow_edges: () -> ::Array[::Array[::String]]
432
+ def minimum_viable_contact_duration_seconds: () -> ::Integer
433
+ def mission_profile_arn: () -> ::String
434
+ def mission_profile_id: () -> ::String
435
+ def name: () -> ::String
436
+ def region: () -> ::String
437
+ def streams_kms_key: () -> Types::KmsKey
438
+ def streams_kms_role: () -> ::String
439
+ def tags: () -> ::Hash[::String, ::String]
440
+ def tracking_config_arn: () -> ::String
441
+ end
442
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_mission_profile-instance_method
443
+ def get_mission_profile: (
444
+ mission_profile_id: ::String
445
+ ) -> _GetMissionProfileResponseSuccess
446
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMissionProfileResponseSuccess
447
+
448
+ interface _GetSatelliteResponseSuccess
449
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSatelliteResponse]
450
+ def current_ephemeris: () -> Types::EphemerisMetaData
451
+ def ground_stations: () -> ::Array[::String]
452
+ def norad_satellite_id: () -> ::Integer
453
+ def satellite_arn: () -> ::String
454
+ def satellite_id: () -> ::String
455
+ end
456
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_satellite-instance_method
457
+ def get_satellite: (
458
+ satellite_id: ::String
459
+ ) -> _GetSatelliteResponseSuccess
460
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSatelliteResponseSuccess
461
+
462
+ interface _ListConfigsResponseSuccess
463
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListConfigsResponse]
464
+ def config_list: () -> ::Array[Types::ConfigListItem]
465
+ def next_token: () -> ::String
466
+ end
467
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_configs-instance_method
468
+ def list_configs: (
469
+ ?max_results: ::Integer,
470
+ ?next_token: ::String
471
+ ) -> _ListConfigsResponseSuccess
472
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConfigsResponseSuccess
473
+
474
+ interface _ListContactsResponseSuccess
475
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListContactsResponse]
476
+ def contact_list: () -> ::Array[Types::ContactData]
477
+ def next_token: () -> ::String
478
+ end
479
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_contacts-instance_method
480
+ def list_contacts: (
481
+ end_time: ::Time,
482
+ ?ground_station: ::String,
483
+ ?max_results: ::Integer,
484
+ ?mission_profile_arn: ::String,
485
+ ?next_token: ::String,
486
+ ?satellite_arn: ::String,
487
+ start_time: ::Time,
488
+ status_list: Array[("AVAILABLE" | "AWS_CANCELLED" | "AWS_FAILED" | "CANCELLED" | "CANCELLING" | "COMPLETED" | "FAILED" | "FAILED_TO_SCHEDULE" | "PASS" | "POSTPASS" | "PREPASS" | "SCHEDULED" | "SCHEDULING")]
489
+ ) -> _ListContactsResponseSuccess
490
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListContactsResponseSuccess
491
+
492
+ interface _ListDataflowEndpointGroupsResponseSuccess
493
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDataflowEndpointGroupsResponse]
494
+ def dataflow_endpoint_group_list: () -> ::Array[Types::DataflowEndpointListItem]
495
+ def next_token: () -> ::String
496
+ end
497
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_dataflow_endpoint_groups-instance_method
498
+ def list_dataflow_endpoint_groups: (
499
+ ?max_results: ::Integer,
500
+ ?next_token: ::String
501
+ ) -> _ListDataflowEndpointGroupsResponseSuccess
502
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDataflowEndpointGroupsResponseSuccess
503
+
504
+ interface _ListEphemeridesResponseSuccess
505
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEphemeridesResponse]
506
+ def ephemerides: () -> ::Array[Types::EphemerisItem]
507
+ def next_token: () -> ::String
508
+ end
509
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_ephemerides-instance_method
510
+ def list_ephemerides: (
511
+ end_time: ::Time,
512
+ ?max_results: ::Integer,
513
+ ?next_token: ::String,
514
+ satellite_id: ::String,
515
+ start_time: ::Time,
516
+ ?status_list: Array[("VALIDATING" | "INVALID" | "ERROR" | "ENABLED" | "DISABLED" | "EXPIRED")]
517
+ ) -> _ListEphemeridesResponseSuccess
518
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEphemeridesResponseSuccess
519
+
520
+ interface _ListGroundStationsResponseSuccess
521
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGroundStationsResponse]
522
+ def ground_station_list: () -> ::Array[Types::GroundStationData]
523
+ def next_token: () -> ::String
524
+ end
525
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_ground_stations-instance_method
526
+ def list_ground_stations: (
527
+ ?max_results: ::Integer,
528
+ ?next_token: ::String,
529
+ ?satellite_id: ::String
530
+ ) -> _ListGroundStationsResponseSuccess
531
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGroundStationsResponseSuccess
532
+
533
+ interface _ListMissionProfilesResponseSuccess
534
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMissionProfilesResponse]
535
+ def mission_profile_list: () -> ::Array[Types::MissionProfileListItem]
536
+ def next_token: () -> ::String
537
+ end
538
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_mission_profiles-instance_method
539
+ def list_mission_profiles: (
540
+ ?max_results: ::Integer,
541
+ ?next_token: ::String
542
+ ) -> _ListMissionProfilesResponseSuccess
543
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMissionProfilesResponseSuccess
544
+
545
+ interface _ListSatellitesResponseSuccess
546
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSatellitesResponse]
547
+ def next_token: () -> ::String
548
+ def satellites: () -> ::Array[Types::SatelliteListItem]
549
+ end
550
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_satellites-instance_method
551
+ def list_satellites: (
552
+ ?max_results: ::Integer,
553
+ ?next_token: ::String
554
+ ) -> _ListSatellitesResponseSuccess
555
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSatellitesResponseSuccess
556
+
557
+ interface _ListTagsForResourceResponseSuccess
558
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
559
+ def tags: () -> ::Hash[::String, ::String]
560
+ end
561
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#list_tags_for_resource-instance_method
562
+ def list_tags_for_resource: (
563
+ resource_arn: ::String
564
+ ) -> _ListTagsForResourceResponseSuccess
565
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
566
+
567
+ interface _RegisterAgentResponseSuccess
568
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterAgentResponse]
569
+ def agent_id: () -> ::String
570
+ end
571
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#register_agent-instance_method
572
+ def register_agent: (
573
+ agent_details: {
574
+ agent_cpu_cores: Array[::Integer]?,
575
+ agent_version: ::String,
576
+ component_versions: Array[
577
+ {
578
+ component_type: ::String,
579
+ versions: Array[::String]
580
+ },
581
+ ],
582
+ instance_id: ::String,
583
+ instance_type: ::String,
584
+ reserved_cpu_cores: Array[::Integer]?
585
+ },
586
+ discovery_data: {
587
+ capability_arns: Array[::String],
588
+ private_ip_addresses: Array[::String],
589
+ public_ip_addresses: Array[::String]
590
+ }
591
+ ) -> _RegisterAgentResponseSuccess
592
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterAgentResponseSuccess
593
+
594
+ interface _ReserveContactResponseSuccess
595
+ include ::Seahorse::Client::_ResponseSuccess[Types::ContactIdResponse]
596
+ def contact_id: () -> ::String
597
+ end
598
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#reserve_contact-instance_method
599
+ def reserve_contact: (
600
+ end_time: ::Time,
601
+ ground_station: ::String,
602
+ mission_profile_arn: ::String,
603
+ satellite_arn: ::String,
604
+ start_time: ::Time,
605
+ ?tags: Hash[::String, ::String]
606
+ ) -> _ReserveContactResponseSuccess
607
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReserveContactResponseSuccess
608
+
609
+ interface _TagResourceResponseSuccess
610
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
611
+ end
612
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#tag_resource-instance_method
613
+ def tag_resource: (
614
+ resource_arn: ::String,
615
+ tags: Hash[::String, ::String]
616
+ ) -> _TagResourceResponseSuccess
617
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
618
+
619
+ interface _UntagResourceResponseSuccess
620
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
621
+ end
622
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#untag_resource-instance_method
623
+ def untag_resource: (
624
+ resource_arn: ::String,
625
+ tag_keys: Array[::String]
626
+ ) -> _UntagResourceResponseSuccess
627
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
628
+
629
+ interface _UpdateAgentStatusResponseSuccess
630
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAgentStatusResponse]
631
+ def agent_id: () -> ::String
632
+ end
633
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#update_agent_status-instance_method
634
+ def update_agent_status: (
635
+ agent_id: ::String,
636
+ aggregate_status: {
637
+ signature_map: Hash[::String, bool]?,
638
+ status: ("SUCCESS" | "FAILED" | "ACTIVE" | "INACTIVE")
639
+ },
640
+ component_statuses: Array[
641
+ {
642
+ bytes_received: ::Integer?,
643
+ bytes_sent: ::Integer?,
644
+ capability_arn: ::String,
645
+ component_type: ::String,
646
+ dataflow_id: ::String,
647
+ packets_dropped: ::Integer?,
648
+ status: ("SUCCESS" | "FAILED" | "ACTIVE" | "INACTIVE")
649
+ },
650
+ ],
651
+ task_id: ::String
652
+ ) -> _UpdateAgentStatusResponseSuccess
653
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAgentStatusResponseSuccess
654
+
655
+ interface _UpdateConfigResponseSuccess
656
+ include ::Seahorse::Client::_ResponseSuccess[Types::ConfigIdResponse]
657
+ def config_arn: () -> ::String
658
+ def config_id: () -> ::String
659
+ def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording")
660
+ end
661
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#update_config-instance_method
662
+ def update_config: (
663
+ config_data: {
664
+ antenna_downlink_config: {
665
+ spectrum_config: {
666
+ bandwidth: {
667
+ units: ("GHz" | "MHz" | "kHz"),
668
+ value: ::Float
669
+ },
670
+ center_frequency: {
671
+ units: ("GHz" | "MHz" | "kHz"),
672
+ value: ::Float
673
+ },
674
+ polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")?
675
+ }
676
+ }?,
677
+ antenna_downlink_demod_decode_config: {
678
+ decode_config: {
679
+ unvalidated_json: ::String
680
+ },
681
+ demodulation_config: {
682
+ unvalidated_json: ::String
683
+ },
684
+ spectrum_config: {
685
+ bandwidth: {
686
+ units: ("GHz" | "MHz" | "kHz"),
687
+ value: ::Float
688
+ },
689
+ center_frequency: {
690
+ units: ("GHz" | "MHz" | "kHz"),
691
+ value: ::Float
692
+ },
693
+ polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")?
694
+ }
695
+ }?,
696
+ antenna_uplink_config: {
697
+ spectrum_config: {
698
+ center_frequency: {
699
+ units: ("GHz" | "MHz" | "kHz"),
700
+ value: ::Float
701
+ },
702
+ polarization: ("LEFT_HAND" | "NONE" | "RIGHT_HAND")?
703
+ },
704
+ target_eirp: {
705
+ units: ("dBW"),
706
+ value: ::Float
707
+ },
708
+ transmit_disabled: bool?
709
+ }?,
710
+ dataflow_endpoint_config: {
711
+ dataflow_endpoint_name: ::String,
712
+ dataflow_endpoint_region: ::String?
713
+ }?,
714
+ s3_recording_config: {
715
+ bucket_arn: ::String,
716
+ prefix: ::String?,
717
+ role_arn: ::String
718
+ }?,
719
+ tracking_config: {
720
+ autotrack: ("PREFERRED" | "REMOVED" | "REQUIRED")
721
+ }?,
722
+ uplink_echo_config: {
723
+ antenna_uplink_config_arn: ::String,
724
+ enabled: bool
725
+ }?
726
+ },
727
+ config_id: ::String,
728
+ config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "antenna-uplink" | "dataflow-endpoint" | "tracking" | "uplink-echo" | "s3-recording"),
729
+ name: ::String
730
+ ) -> _UpdateConfigResponseSuccess
731
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfigResponseSuccess
732
+
733
+ interface _UpdateEphemerisResponseSuccess
734
+ include ::Seahorse::Client::_ResponseSuccess[Types::EphemerisIdResponse]
735
+ def ephemeris_id: () -> ::String
736
+ end
737
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#update_ephemeris-instance_method
738
+ def update_ephemeris: (
739
+ enabled: bool,
740
+ ephemeris_id: ::String,
741
+ ?name: ::String,
742
+ ?priority: ::Integer
743
+ ) -> _UpdateEphemerisResponseSuccess
744
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEphemerisResponseSuccess
745
+
746
+ interface _UpdateMissionProfileResponseSuccess
747
+ include ::Seahorse::Client::_ResponseSuccess[Types::MissionProfileIdResponse]
748
+ def mission_profile_id: () -> ::String
749
+ end
750
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#update_mission_profile-instance_method
751
+ def update_mission_profile: (
752
+ ?contact_post_pass_duration_seconds: ::Integer,
753
+ ?contact_pre_pass_duration_seconds: ::Integer,
754
+ ?dataflow_edges: Array[
755
+ Array[::String],
756
+ ],
757
+ ?minimum_viable_contact_duration_seconds: ::Integer,
758
+ mission_profile_id: ::String,
759
+ ?name: ::String,
760
+ ?streams_kms_key: {
761
+ kms_alias_arn: ::String?,
762
+ kms_alias_name: ::String?,
763
+ kms_key_arn: ::String?
764
+ },
765
+ ?streams_kms_role: ::String,
766
+ ?tracking_config_arn: ::String
767
+ ) -> _UpdateMissionProfileResponseSuccess
768
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateMissionProfileResponseSuccess
769
+
770
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#wait_until-instance_method
771
+ def wait_until: (:contact_scheduled waiter_name,
772
+ contact_id: ::String
773
+ ) -> Client::_DescribeContactResponseSuccess
774
+ | (:contact_scheduled waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeContactResponseSuccess
775
+ end
776
+ end
777
+ end
778
+