aws-sdk-groundstation 1.4.0 → 1.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-groundstation.rb +7 -4
- data/lib/aws-sdk-groundstation/client.rb +340 -264
- data/lib/aws-sdk-groundstation/client_api.rb +96 -84
- data/lib/aws-sdk-groundstation/errors.rb +48 -5
- data/lib/aws-sdk-groundstation/resource.rb +1 -0
- data/lib/aws-sdk-groundstation/types.rb +1290 -1254
- metadata +5 -5
@@ -8,75 +8,163 @@
|
|
8
8
|
module Aws::GroundStation
|
9
9
|
module Types
|
10
10
|
|
11
|
-
#
|
11
|
+
# Information about how AWS Ground Station should configure an antenna
|
12
|
+
# for downlink during a contact.
|
13
|
+
#
|
14
|
+
# @note When making an API call, you may pass AntennaDownlinkConfig
|
12
15
|
# data as a hash:
|
13
16
|
#
|
14
17
|
# {
|
15
|
-
#
|
16
|
-
#
|
17
|
-
#
|
18
|
-
#
|
19
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
20
|
-
# value: 1.0, # required
|
21
|
-
# },
|
22
|
-
# center_frequency: { # required
|
23
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
24
|
-
# value: 1.0, # required
|
25
|
-
# },
|
26
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
27
|
-
# },
|
28
|
-
# },
|
29
|
-
# antenna_downlink_demod_decode_config: {
|
30
|
-
# decode_config: { # required
|
31
|
-
# unvalidated_json: "JsonString", # required
|
32
|
-
# },
|
33
|
-
# demodulation_config: { # required
|
34
|
-
# unvalidated_json: "JsonString", # required
|
35
|
-
# },
|
36
|
-
# spectrum_config: { # required
|
37
|
-
# bandwidth: { # required
|
38
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
39
|
-
# value: 1.0, # required
|
40
|
-
# },
|
41
|
-
# center_frequency: { # required
|
42
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
43
|
-
# value: 1.0, # required
|
44
|
-
# },
|
45
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
46
|
-
# },
|
18
|
+
# spectrum_config: { # required
|
19
|
+
# bandwidth: { # required
|
20
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
21
|
+
# value: 1.0, # required
|
47
22
|
# },
|
48
|
-
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
52
|
-
# value: 1.0, # required
|
53
|
-
# },
|
54
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
55
|
-
# },
|
56
|
-
# target_eirp: { # required
|
57
|
-
# units: "dBW", # required, accepts dBW
|
58
|
-
# value: 1.0, # required
|
59
|
-
# },
|
23
|
+
# center_frequency: { # required
|
24
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
25
|
+
# value: 1.0, # required
|
60
26
|
# },
|
61
|
-
#
|
62
|
-
#
|
27
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
28
|
+
# },
|
29
|
+
# }
|
30
|
+
#
|
31
|
+
# @!attribute [rw] spectrum_config
|
32
|
+
# Object that describes a spectral `Config`.
|
33
|
+
# @return [Types::SpectrumConfig]
|
34
|
+
#
|
35
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/AntennaDownlinkConfig AWS API Documentation
|
36
|
+
#
|
37
|
+
class AntennaDownlinkConfig < Struct.new(
|
38
|
+
:spectrum_config)
|
39
|
+
include Aws::Structure
|
40
|
+
end
|
41
|
+
|
42
|
+
# Information about how AWS Ground Station should configure an antenna
|
43
|
+
# for downlink demod decode during a contact.
|
44
|
+
#
|
45
|
+
# @note When making an API call, you may pass AntennaDownlinkDemodDecodeConfig
|
46
|
+
# data as a hash:
|
47
|
+
#
|
48
|
+
# {
|
49
|
+
# decode_config: { # required
|
50
|
+
# unvalidated_json: "JsonString", # required
|
51
|
+
# },
|
52
|
+
# demodulation_config: { # required
|
53
|
+
# unvalidated_json: "JsonString", # required
|
54
|
+
# },
|
55
|
+
# spectrum_config: { # required
|
56
|
+
# bandwidth: { # required
|
57
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
58
|
+
# value: 1.0, # required
|
63
59
|
# },
|
64
|
-
#
|
65
|
-
#
|
60
|
+
# center_frequency: { # required
|
61
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
62
|
+
# value: 1.0, # required
|
66
63
|
# },
|
67
|
-
#
|
68
|
-
#
|
69
|
-
#
|
64
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
65
|
+
# },
|
66
|
+
# }
|
67
|
+
#
|
68
|
+
# @!attribute [rw] decode_config
|
69
|
+
# Information about the decode `Config`.
|
70
|
+
# @return [Types::DecodeConfig]
|
71
|
+
#
|
72
|
+
# @!attribute [rw] demodulation_config
|
73
|
+
# Information about the demodulation `Config`.
|
74
|
+
# @return [Types::DemodulationConfig]
|
75
|
+
#
|
76
|
+
# @!attribute [rw] spectrum_config
|
77
|
+
# Information about the spectral `Config`.
|
78
|
+
# @return [Types::SpectrumConfig]
|
79
|
+
#
|
80
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/AntennaDownlinkDemodDecodeConfig AWS API Documentation
|
81
|
+
#
|
82
|
+
class AntennaDownlinkDemodDecodeConfig < Struct.new(
|
83
|
+
:decode_config,
|
84
|
+
:demodulation_config,
|
85
|
+
:spectrum_config)
|
86
|
+
include Aws::Structure
|
87
|
+
end
|
88
|
+
|
89
|
+
# Information about the uplink `Config` of an antenna.
|
90
|
+
#
|
91
|
+
# @note When making an API call, you may pass AntennaUplinkConfig
|
92
|
+
# data as a hash:
|
93
|
+
#
|
94
|
+
# {
|
95
|
+
# spectrum_config: { # required
|
96
|
+
# center_frequency: { # required
|
97
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
98
|
+
# value: 1.0, # required
|
70
99
|
# },
|
100
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
101
|
+
# },
|
102
|
+
# target_eirp: { # required
|
103
|
+
# units: "dBW", # required, accepts dBW
|
104
|
+
# value: 1.0, # required
|
71
105
|
# },
|
72
|
-
# config_id: "String", # required
|
73
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, antenna-uplink, dataflow-endpoint, tracking, uplink-echo
|
74
|
-
# name: "SafeName", # required
|
75
106
|
# }
|
76
107
|
#
|
77
|
-
# @!attribute [rw]
|
78
|
-
#
|
79
|
-
# @return [Types::
|
108
|
+
# @!attribute [rw] spectrum_config
|
109
|
+
# Information about the uplink spectral `Config`.
|
110
|
+
# @return [Types::UplinkSpectrumConfig]
|
111
|
+
#
|
112
|
+
# @!attribute [rw] target_eirp
|
113
|
+
# EIRP of the target.
|
114
|
+
# @return [Types::Eirp]
|
115
|
+
#
|
116
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/AntennaUplinkConfig AWS API Documentation
|
117
|
+
#
|
118
|
+
class AntennaUplinkConfig < Struct.new(
|
119
|
+
:spectrum_config,
|
120
|
+
:target_eirp)
|
121
|
+
include Aws::Structure
|
122
|
+
end
|
123
|
+
|
124
|
+
# @note When making an API call, you may pass CancelContactRequest
|
125
|
+
# data as a hash:
|
126
|
+
#
|
127
|
+
# {
|
128
|
+
# contact_id: "String", # required
|
129
|
+
# }
|
130
|
+
#
|
131
|
+
# @!attribute [rw] contact_id
|
132
|
+
# UUID of a contact.
|
133
|
+
# @return [String]
|
134
|
+
#
|
135
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CancelContactRequest AWS API Documentation
|
136
|
+
#
|
137
|
+
class CancelContactRequest < Struct.new(
|
138
|
+
:contact_id)
|
139
|
+
include Aws::Structure
|
140
|
+
end
|
141
|
+
|
142
|
+
# @!attribute [rw] config_arn
|
143
|
+
# ARN of a `Config`.
|
144
|
+
# @return [String]
|
145
|
+
#
|
146
|
+
# @!attribute [rw] config_id
|
147
|
+
# UUID of a `Config`.
|
148
|
+
# @return [String]
|
149
|
+
#
|
150
|
+
# @!attribute [rw] config_type
|
151
|
+
# Type of a `Config`.
|
152
|
+
# @return [String]
|
153
|
+
#
|
154
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ConfigIdResponse AWS API Documentation
|
155
|
+
#
|
156
|
+
class ConfigIdResponse < Struct.new(
|
157
|
+
:config_arn,
|
158
|
+
:config_id,
|
159
|
+
:config_type)
|
160
|
+
include Aws::Structure
|
161
|
+
end
|
162
|
+
|
163
|
+
# An item in a list of `Config` objects.
|
164
|
+
#
|
165
|
+
# @!attribute [rw] config_arn
|
166
|
+
# ARN of a `Config`.
|
167
|
+
# @return [String]
|
80
168
|
#
|
81
169
|
# @!attribute [rw] config_id
|
82
170
|
# UUID of a `Config`.
|
@@ -90,17 +178,17 @@ module Aws::GroundStation
|
|
90
178
|
# Name of a `Config`.
|
91
179
|
# @return [String]
|
92
180
|
#
|
93
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
181
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ConfigListItem AWS API Documentation
|
94
182
|
#
|
95
|
-
class
|
96
|
-
:
|
183
|
+
class ConfigListItem < Struct.new(
|
184
|
+
:config_arn,
|
97
185
|
:config_id,
|
98
186
|
:config_type,
|
99
187
|
:name)
|
100
188
|
include Aws::Structure
|
101
189
|
end
|
102
190
|
|
103
|
-
# Object containing the parameters
|
191
|
+
# Object containing the parameters of a `Config`.
|
104
192
|
#
|
105
193
|
# See the subtype definitions for what each type of `Config` contains.
|
106
194
|
#
|
@@ -155,6 +243,7 @@ module Aws::GroundStation
|
|
155
243
|
# },
|
156
244
|
# dataflow_endpoint_config: {
|
157
245
|
# dataflow_endpoint_name: "String", # required
|
246
|
+
# dataflow_endpoint_region: "String",
|
158
247
|
# },
|
159
248
|
# tracking_config: {
|
160
249
|
# autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
|
@@ -209,449 +298,661 @@ module Aws::GroundStation
|
|
209
298
|
include Aws::Structure
|
210
299
|
end
|
211
300
|
|
212
|
-
#
|
213
|
-
#
|
214
|
-
# @!attribute [rw] ground_station_id
|
215
|
-
# ID of a ground station.
|
216
|
-
# @return [String]
|
301
|
+
# Data describing a contact.
|
217
302
|
#
|
218
|
-
# @!attribute [rw]
|
219
|
-
#
|
303
|
+
# @!attribute [rw] contact_id
|
304
|
+
# UUID of a contact.
|
220
305
|
# @return [String]
|
221
306
|
#
|
222
|
-
# @!attribute [rw]
|
223
|
-
#
|
307
|
+
# @!attribute [rw] contact_status
|
308
|
+
# Status of a contact.
|
224
309
|
# @return [String]
|
225
310
|
#
|
226
|
-
#
|
227
|
-
#
|
228
|
-
|
229
|
-
:ground_station_id,
|
230
|
-
:ground_station_name,
|
231
|
-
:region)
|
232
|
-
include Aws::Structure
|
233
|
-
end
|
234
|
-
|
235
|
-
# @note When making an API call, you may pass GetConfigRequest
|
236
|
-
# data as a hash:
|
237
|
-
#
|
238
|
-
# {
|
239
|
-
# config_id: "String", # required
|
240
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, antenna-uplink, dataflow-endpoint, tracking, uplink-echo
|
241
|
-
# }
|
311
|
+
# @!attribute [rw] end_time
|
312
|
+
# End time of a contact.
|
313
|
+
# @return [Time]
|
242
314
|
#
|
243
|
-
# @!attribute [rw]
|
244
|
-
#
|
315
|
+
# @!attribute [rw] error_message
|
316
|
+
# Error message of a contact.
|
245
317
|
# @return [String]
|
246
318
|
#
|
247
|
-
# @!attribute [rw]
|
248
|
-
#
|
319
|
+
# @!attribute [rw] ground_station
|
320
|
+
# Name of a ground station.
|
249
321
|
# @return [String]
|
250
322
|
#
|
251
|
-
#
|
323
|
+
# @!attribute [rw] maximum_elevation
|
324
|
+
# Maximum elevation angle of a contact.
|
325
|
+
# @return [Types::Elevation]
|
252
326
|
#
|
253
|
-
|
254
|
-
|
255
|
-
|
327
|
+
# @!attribute [rw] mission_profile_arn
|
328
|
+
# ARN of a mission profile.
|
329
|
+
# @return [String]
|
330
|
+
#
|
331
|
+
# @!attribute [rw] post_pass_end_time
|
332
|
+
# Amount of time after a contact ends that you’d like to receive a
|
333
|
+
# CloudWatch event indicating the pass has finished.
|
334
|
+
# @return [Time]
|
335
|
+
#
|
336
|
+
# @!attribute [rw] pre_pass_start_time
|
337
|
+
# Amount of time prior to contact start you’d like to receive a
|
338
|
+
# CloudWatch event indicating an upcoming pass.
|
339
|
+
# @return [Time]
|
340
|
+
#
|
341
|
+
# @!attribute [rw] region
|
342
|
+
# Region of a contact.
|
343
|
+
# @return [String]
|
344
|
+
#
|
345
|
+
# @!attribute [rw] satellite_arn
|
346
|
+
# ARN of a satellite.
|
347
|
+
# @return [String]
|
348
|
+
#
|
349
|
+
# @!attribute [rw] start_time
|
350
|
+
# Start time of a contact.
|
351
|
+
# @return [Time]
|
352
|
+
#
|
353
|
+
# @!attribute [rw] tags
|
354
|
+
# Tags assigned to a contact.
|
355
|
+
# @return [Hash<String,String>]
|
356
|
+
#
|
357
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ContactData AWS API Documentation
|
358
|
+
#
|
359
|
+
class ContactData < Struct.new(
|
360
|
+
:contact_id,
|
361
|
+
:contact_status,
|
362
|
+
:end_time,
|
363
|
+
:error_message,
|
364
|
+
:ground_station,
|
365
|
+
:maximum_elevation,
|
366
|
+
:mission_profile_arn,
|
367
|
+
:post_pass_end_time,
|
368
|
+
:pre_pass_start_time,
|
369
|
+
:region,
|
370
|
+
:satellite_arn,
|
371
|
+
:start_time,
|
372
|
+
:tags)
|
256
373
|
include Aws::Structure
|
257
374
|
end
|
258
375
|
|
259
|
-
#
|
376
|
+
# @!attribute [rw] contact_id
|
377
|
+
# UUID of a contact.
|
378
|
+
# @return [String]
|
260
379
|
#
|
261
|
-
# @
|
380
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ContactIdResponse AWS API Documentation
|
381
|
+
#
|
382
|
+
class ContactIdResponse < Struct.new(
|
383
|
+
:contact_id)
|
384
|
+
include Aws::Structure
|
385
|
+
end
|
386
|
+
|
387
|
+
# @note When making an API call, you may pass CreateConfigRequest
|
262
388
|
# data as a hash:
|
263
389
|
#
|
264
390
|
# {
|
265
|
-
#
|
266
|
-
#
|
267
|
-
#
|
268
|
-
#
|
391
|
+
# config_data: { # required
|
392
|
+
# antenna_downlink_config: {
|
393
|
+
# spectrum_config: { # required
|
394
|
+
# bandwidth: { # required
|
395
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
396
|
+
# value: 1.0, # required
|
397
|
+
# },
|
398
|
+
# center_frequency: { # required
|
399
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
400
|
+
# value: 1.0, # required
|
401
|
+
# },
|
402
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
403
|
+
# },
|
404
|
+
# },
|
405
|
+
# antenna_downlink_demod_decode_config: {
|
406
|
+
# decode_config: { # required
|
407
|
+
# unvalidated_json: "JsonString", # required
|
408
|
+
# },
|
409
|
+
# demodulation_config: { # required
|
410
|
+
# unvalidated_json: "JsonString", # required
|
411
|
+
# },
|
412
|
+
# spectrum_config: { # required
|
413
|
+
# bandwidth: { # required
|
414
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
415
|
+
# value: 1.0, # required
|
416
|
+
# },
|
417
|
+
# center_frequency: { # required
|
418
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
419
|
+
# value: 1.0, # required
|
420
|
+
# },
|
421
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
422
|
+
# },
|
423
|
+
# },
|
424
|
+
# antenna_uplink_config: {
|
425
|
+
# spectrum_config: { # required
|
426
|
+
# center_frequency: { # required
|
427
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
428
|
+
# value: 1.0, # required
|
429
|
+
# },
|
430
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
431
|
+
# },
|
432
|
+
# target_eirp: { # required
|
433
|
+
# units: "dBW", # required, accepts dBW
|
434
|
+
# value: 1.0, # required
|
435
|
+
# },
|
436
|
+
# },
|
437
|
+
# dataflow_endpoint_config: {
|
438
|
+
# dataflow_endpoint_name: "String", # required
|
439
|
+
# dataflow_endpoint_region: "String",
|
440
|
+
# },
|
441
|
+
# tracking_config: {
|
442
|
+
# autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
|
443
|
+
# },
|
444
|
+
# uplink_echo_config: {
|
445
|
+
# antenna_uplink_config_arn: "ConfigArn", # required
|
446
|
+
# enabled: false, # required
|
269
447
|
# },
|
270
|
-
# name: "SafeName",
|
271
|
-
# status: "created", # accepts created, creating, deleted, deleting, failed
|
272
448
|
# },
|
273
|
-
#
|
274
|
-
#
|
275
|
-
#
|
276
|
-
# subnet_ids: ["String"], # required
|
449
|
+
# name: "SafeName", # required
|
450
|
+
# tags: {
|
451
|
+
# "String" => "String",
|
277
452
|
# },
|
278
453
|
# }
|
279
454
|
#
|
280
|
-
# @!attribute [rw]
|
281
|
-
#
|
282
|
-
# @return [Types::
|
455
|
+
# @!attribute [rw] config_data
|
456
|
+
# Parameters of a `Config`.
|
457
|
+
# @return [Types::ConfigTypeData]
|
283
458
|
#
|
284
|
-
# @!attribute [rw]
|
285
|
-
#
|
286
|
-
# @return [
|
459
|
+
# @!attribute [rw] name
|
460
|
+
# Name of a `Config`.
|
461
|
+
# @return [String]
|
287
462
|
#
|
288
|
-
#
|
463
|
+
# @!attribute [rw] tags
|
464
|
+
# Tags assigned to a `Config`.
|
465
|
+
# @return [Hash<String,String>]
|
289
466
|
#
|
290
|
-
|
291
|
-
|
292
|
-
|
467
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateConfigRequest AWS API Documentation
|
468
|
+
#
|
469
|
+
class CreateConfigRequest < Struct.new(
|
470
|
+
:config_data,
|
471
|
+
:name,
|
472
|
+
:tags)
|
293
473
|
include Aws::Structure
|
294
474
|
end
|
295
475
|
|
296
|
-
#
|
297
|
-
#
|
298
|
-
# the month being requested.
|
299
|
-
# @return [Integer]
|
476
|
+
# @note When making an API call, you may pass CreateDataflowEndpointGroupRequest
|
477
|
+
# data as a hash:
|
300
478
|
#
|
301
|
-
#
|
302
|
-
#
|
303
|
-
#
|
304
|
-
#
|
479
|
+
# {
|
480
|
+
# endpoint_details: [ # required
|
481
|
+
# {
|
482
|
+
# endpoint: {
|
483
|
+
# address: {
|
484
|
+
# name: "String", # required
|
485
|
+
# port: 1, # required
|
486
|
+
# },
|
487
|
+
# name: "SafeName",
|
488
|
+
# status: "created", # accepts created, creating, deleted, deleting, failed
|
489
|
+
# },
|
490
|
+
# security_details: {
|
491
|
+
# role_arn: "RoleArn", # required
|
492
|
+
# security_group_ids: ["String"], # required
|
493
|
+
# subnet_ids: ["String"], # required
|
494
|
+
# },
|
495
|
+
# },
|
496
|
+
# ],
|
497
|
+
# tags: {
|
498
|
+
# "String" => "String",
|
499
|
+
# },
|
500
|
+
# }
|
305
501
|
#
|
306
|
-
# @!attribute [rw]
|
307
|
-
#
|
308
|
-
#
|
502
|
+
# @!attribute [rw] endpoint_details
|
503
|
+
# Endpoint details of each endpoint in the dataflow endpoint group.
|
504
|
+
# @return [Array<Types::EndpointDetails>]
|
505
|
+
#
|
506
|
+
# @!attribute [rw] tags
|
507
|
+
# Tags of a dataflow endpoint group.
|
508
|
+
# @return [Hash<String,String>]
|
509
|
+
#
|
510
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateDataflowEndpointGroupRequest AWS API Documentation
|
511
|
+
#
|
512
|
+
class CreateDataflowEndpointGroupRequest < Struct.new(
|
513
|
+
:endpoint_details,
|
514
|
+
:tags)
|
515
|
+
include Aws::Structure
|
516
|
+
end
|
517
|
+
|
518
|
+
# @note When making an API call, you may pass CreateMissionProfileRequest
|
519
|
+
# data as a hash:
|
520
|
+
#
|
521
|
+
# {
|
522
|
+
# contact_post_pass_duration_seconds: 1,
|
523
|
+
# contact_pre_pass_duration_seconds: 1,
|
524
|
+
# dataflow_edges: [ # required
|
525
|
+
# ["ConfigArn"],
|
526
|
+
# ],
|
527
|
+
# minimum_viable_contact_duration_seconds: 1, # required
|
528
|
+
# name: "SafeName", # required
|
529
|
+
# tags: {
|
530
|
+
# "String" => "String",
|
531
|
+
# },
|
532
|
+
# tracking_config_arn: "ConfigArn", # required
|
533
|
+
# }
|
534
|
+
#
|
535
|
+
# @!attribute [rw] contact_post_pass_duration_seconds
|
536
|
+
# Amount of time after a contact ends that you’d like to receive a
|
537
|
+
# CloudWatch event indicating the pass has finished.
|
309
538
|
# @return [Integer]
|
310
539
|
#
|
311
|
-
# @!attribute [rw]
|
312
|
-
#
|
313
|
-
#
|
540
|
+
# @!attribute [rw] contact_pre_pass_duration_seconds
|
541
|
+
# Amount of time prior to contact start you’d like to receive a
|
542
|
+
# CloudWatch event indicating an upcoming pass.
|
314
543
|
# @return [Integer]
|
315
544
|
#
|
316
|
-
# @!attribute [rw]
|
317
|
-
#
|
318
|
-
#
|
545
|
+
# @!attribute [rw] dataflow_edges
|
546
|
+
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
|
547
|
+
# `Config` and a *to* `Config`.
|
548
|
+
# @return [Array<Array<String>>]
|
549
|
+
#
|
550
|
+
# @!attribute [rw] minimum_viable_contact_duration_seconds
|
551
|
+
# Smallest amount of time in seconds that you’d like to see for an
|
552
|
+
# available contact. AWS Ground Station will not present you with
|
553
|
+
# contacts shorter than this duration.
|
319
554
|
# @return [Integer]
|
320
555
|
#
|
321
|
-
#
|
556
|
+
# @!attribute [rw] name
|
557
|
+
# Name of a mission profile.
|
558
|
+
# @return [String]
|
322
559
|
#
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
560
|
+
# @!attribute [rw] tags
|
561
|
+
# Tags assigned to a mission profile.
|
562
|
+
# @return [Hash<String,String>]
|
563
|
+
#
|
564
|
+
# @!attribute [rw] tracking_config_arn
|
565
|
+
# ARN of a tracking `Config`.
|
566
|
+
# @return [String]
|
567
|
+
#
|
568
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateMissionProfileRequest AWS API Documentation
|
569
|
+
#
|
570
|
+
class CreateMissionProfileRequest < Struct.new(
|
571
|
+
:contact_post_pass_duration_seconds,
|
572
|
+
:contact_pre_pass_duration_seconds,
|
573
|
+
:dataflow_edges,
|
574
|
+
:minimum_viable_contact_duration_seconds,
|
575
|
+
:name,
|
576
|
+
:tags,
|
577
|
+
:tracking_config_arn)
|
329
578
|
include Aws::Structure
|
330
579
|
end
|
331
580
|
|
332
|
-
#
|
581
|
+
# Information about a dataflow endpoint.
|
333
582
|
#
|
334
|
-
#
|
335
|
-
#
|
336
|
-
# @return [String]
|
583
|
+
# @note When making an API call, you may pass DataflowEndpoint
|
584
|
+
# data as a hash:
|
337
585
|
#
|
338
|
-
#
|
339
|
-
#
|
340
|
-
#
|
586
|
+
# {
|
587
|
+
# address: {
|
588
|
+
# name: "String", # required
|
589
|
+
# port: 1, # required
|
590
|
+
# },
|
591
|
+
# name: "SafeName",
|
592
|
+
# status: "created", # accepts created, creating, deleted, deleting, failed
|
593
|
+
# }
|
594
|
+
#
|
595
|
+
# @!attribute [rw] address
|
596
|
+
# Socket address of a dataflow endpoint.
|
597
|
+
# @return [Types::SocketAddress]
|
341
598
|
#
|
342
599
|
# @!attribute [rw] name
|
343
|
-
# Name of a
|
600
|
+
# Name of a dataflow endpoint.
|
344
601
|
# @return [String]
|
345
602
|
#
|
346
|
-
# @!attribute [rw]
|
347
|
-
#
|
603
|
+
# @!attribute [rw] status
|
604
|
+
# Status of a dataflow endpoint.
|
348
605
|
# @return [String]
|
349
606
|
#
|
350
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
607
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DataflowEndpoint AWS API Documentation
|
351
608
|
#
|
352
|
-
class
|
353
|
-
:
|
354
|
-
:mission_profile_id,
|
609
|
+
class DataflowEndpoint < Struct.new(
|
610
|
+
:address,
|
355
611
|
:name,
|
356
|
-
:
|
612
|
+
:status)
|
357
613
|
include Aws::Structure
|
358
614
|
end
|
359
615
|
|
360
|
-
#
|
361
|
-
# A list of dataflow endpoint groups.
|
362
|
-
# @return [Array<Types::DataflowEndpointListItem>]
|
616
|
+
# Information about the dataflow endpoint `Config`.
|
363
617
|
#
|
364
|
-
#
|
365
|
-
#
|
366
|
-
#
|
367
|
-
#
|
618
|
+
# @note When making an API call, you may pass DataflowEndpointConfig
|
619
|
+
# data as a hash:
|
620
|
+
#
|
621
|
+
# {
|
622
|
+
# dataflow_endpoint_name: "String", # required
|
623
|
+
# dataflow_endpoint_region: "String",
|
624
|
+
# }
|
625
|
+
#
|
626
|
+
# @!attribute [rw] dataflow_endpoint_name
|
627
|
+
# Name of a dataflow endpoint.
|
368
628
|
# @return [String]
|
369
629
|
#
|
370
|
-
#
|
630
|
+
# @!attribute [rw] dataflow_endpoint_region
|
631
|
+
# Region of a dataflow endpoint.
|
632
|
+
# @return [String]
|
371
633
|
#
|
372
|
-
|
373
|
-
|
374
|
-
|
634
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DataflowEndpointConfig AWS API Documentation
|
635
|
+
#
|
636
|
+
class DataflowEndpointConfig < Struct.new(
|
637
|
+
:dataflow_endpoint_name,
|
638
|
+
:dataflow_endpoint_region)
|
375
639
|
include Aws::Structure
|
376
640
|
end
|
377
641
|
|
378
|
-
#
|
379
|
-
#
|
642
|
+
# @!attribute [rw] dataflow_endpoint_group_id
|
643
|
+
# UUID of a dataflow endpoint group.
|
644
|
+
# @return [String]
|
380
645
|
#
|
381
|
-
# @
|
646
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DataflowEndpointGroupIdResponse AWS API Documentation
|
647
|
+
#
|
648
|
+
class DataflowEndpointGroupIdResponse < Struct.new(
|
649
|
+
:dataflow_endpoint_group_id)
|
650
|
+
include Aws::Structure
|
651
|
+
end
|
652
|
+
|
653
|
+
# Item in a list of `DataflowEndpoint` groups.
|
654
|
+
#
|
655
|
+
# @!attribute [rw] dataflow_endpoint_group_arn
|
656
|
+
# ARN of a dataflow endpoint group.
|
657
|
+
# @return [String]
|
658
|
+
#
|
659
|
+
# @!attribute [rw] dataflow_endpoint_group_id
|
660
|
+
# UUID of a dataflow endpoint group.
|
661
|
+
# @return [String]
|
662
|
+
#
|
663
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DataflowEndpointListItem AWS API Documentation
|
664
|
+
#
|
665
|
+
class DataflowEndpointListItem < Struct.new(
|
666
|
+
:dataflow_endpoint_group_arn,
|
667
|
+
:dataflow_endpoint_group_id)
|
668
|
+
include Aws::Structure
|
669
|
+
end
|
670
|
+
|
671
|
+
# Information about the decode `Config`.
|
672
|
+
#
|
673
|
+
# @note When making an API call, you may pass DecodeConfig
|
382
674
|
# data as a hash:
|
383
675
|
#
|
384
676
|
# {
|
385
|
-
#
|
386
|
-
# unvalidated_json: "JsonString", # required
|
387
|
-
# },
|
388
|
-
# demodulation_config: { # required
|
389
|
-
# unvalidated_json: "JsonString", # required
|
390
|
-
# },
|
391
|
-
# spectrum_config: { # required
|
392
|
-
# bandwidth: { # required
|
393
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
394
|
-
# value: 1.0, # required
|
395
|
-
# },
|
396
|
-
# center_frequency: { # required
|
397
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
398
|
-
# value: 1.0, # required
|
399
|
-
# },
|
400
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
401
|
-
# },
|
677
|
+
# unvalidated_json: "JsonString", # required
|
402
678
|
# }
|
403
679
|
#
|
404
|
-
# @!attribute [rw]
|
405
|
-
#
|
406
|
-
# @return [
|
680
|
+
# @!attribute [rw] unvalidated_json
|
681
|
+
# Unvalidated JSON of a decode `Config`.
|
682
|
+
# @return [String]
|
407
683
|
#
|
408
|
-
#
|
409
|
-
# Information about the demodulation `Config`.
|
410
|
-
# @return [Types::DemodulationConfig]
|
684
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DecodeConfig AWS API Documentation
|
411
685
|
#
|
412
|
-
|
413
|
-
|
414
|
-
|
686
|
+
class DecodeConfig < Struct.new(
|
687
|
+
:unvalidated_json)
|
688
|
+
include Aws::Structure
|
689
|
+
end
|
690
|
+
|
691
|
+
# @note When making an API call, you may pass DeleteConfigRequest
|
692
|
+
# data as a hash:
|
415
693
|
#
|
416
|
-
#
|
694
|
+
# {
|
695
|
+
# config_id: "String", # required
|
696
|
+
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, antenna-uplink, dataflow-endpoint, tracking, uplink-echo
|
697
|
+
# }
|
417
698
|
#
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
699
|
+
# @!attribute [rw] config_id
|
700
|
+
# UUID of a `Config`.
|
701
|
+
# @return [String]
|
702
|
+
#
|
703
|
+
# @!attribute [rw] config_type
|
704
|
+
# Type of a `Config`.
|
705
|
+
# @return [String]
|
706
|
+
#
|
707
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteConfigRequest AWS API Documentation
|
708
|
+
#
|
709
|
+
class DeleteConfigRequest < Struct.new(
|
710
|
+
:config_id,
|
711
|
+
:config_type)
|
712
|
+
include Aws::Structure
|
713
|
+
end
|
714
|
+
|
715
|
+
# @note When making an API call, you may pass DeleteDataflowEndpointGroupRequest
|
716
|
+
# data as a hash:
|
717
|
+
#
|
718
|
+
# {
|
719
|
+
# dataflow_endpoint_group_id: "String", # required
|
720
|
+
# }
|
721
|
+
#
|
722
|
+
# @!attribute [rw] dataflow_endpoint_group_id
|
723
|
+
# UUID of a dataflow endpoint group.
|
724
|
+
# @return [String]
|
725
|
+
#
|
726
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteDataflowEndpointGroupRequest AWS API Documentation
|
727
|
+
#
|
728
|
+
class DeleteDataflowEndpointGroupRequest < Struct.new(
|
729
|
+
:dataflow_endpoint_group_id)
|
422
730
|
include Aws::Structure
|
423
731
|
end
|
424
732
|
|
733
|
+
# @note When making an API call, you may pass DeleteMissionProfileRequest
|
734
|
+
# data as a hash:
|
735
|
+
#
|
736
|
+
# {
|
737
|
+
# mission_profile_id: "String", # required
|
738
|
+
# }
|
739
|
+
#
|
425
740
|
# @!attribute [rw] mission_profile_id
|
426
|
-
#
|
741
|
+
# UUID of a mission profile.
|
427
742
|
# @return [String]
|
428
743
|
#
|
429
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
744
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteMissionProfileRequest AWS API Documentation
|
430
745
|
#
|
431
|
-
class
|
746
|
+
class DeleteMissionProfileRequest < Struct.new(
|
432
747
|
:mission_profile_id)
|
433
748
|
include Aws::Structure
|
434
749
|
end
|
435
750
|
|
436
|
-
# Information about the
|
751
|
+
# Information about the demodulation `Config`.
|
437
752
|
#
|
438
|
-
# @note When making an API call, you may pass
|
753
|
+
# @note When making an API call, you may pass DemodulationConfig
|
439
754
|
# data as a hash:
|
440
755
|
#
|
441
756
|
# {
|
442
|
-
#
|
443
|
-
# center_frequency: { # required
|
444
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
445
|
-
# value: 1.0, # required
|
446
|
-
# },
|
447
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
448
|
-
# },
|
449
|
-
# target_eirp: { # required
|
450
|
-
# units: "dBW", # required, accepts dBW
|
451
|
-
# value: 1.0, # required
|
452
|
-
# },
|
757
|
+
# unvalidated_json: "JsonString", # required
|
453
758
|
# }
|
454
759
|
#
|
455
|
-
# @!attribute [rw]
|
456
|
-
#
|
457
|
-
# @return [
|
458
|
-
#
|
459
|
-
# @!attribute [rw] target_eirp
|
460
|
-
# EIRP of the target.
|
461
|
-
# @return [Types::Eirp]
|
760
|
+
# @!attribute [rw] unvalidated_json
|
761
|
+
# Unvalidated JSON of a demodulation `Config`.
|
762
|
+
# @return [String]
|
462
763
|
#
|
463
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
764
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DemodulationConfig AWS API Documentation
|
464
765
|
#
|
465
|
-
class
|
466
|
-
:
|
467
|
-
:target_eirp)
|
766
|
+
class DemodulationConfig < Struct.new(
|
767
|
+
:unvalidated_json)
|
468
768
|
include Aws::Structure
|
469
769
|
end
|
470
770
|
|
471
|
-
#
|
472
|
-
# for downlink during a contact.
|
771
|
+
# Dependency encountered an error.
|
473
772
|
#
|
474
|
-
#
|
773
|
+
# @!attribute [rw] message
|
774
|
+
# @return [String]
|
775
|
+
#
|
776
|
+
# @!attribute [rw] parameter_name
|
777
|
+
# @return [String]
|
778
|
+
#
|
779
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DependencyException AWS API Documentation
|
780
|
+
#
|
781
|
+
class DependencyException < Struct.new(
|
782
|
+
:message,
|
783
|
+
:parameter_name)
|
784
|
+
include Aws::Structure
|
785
|
+
end
|
786
|
+
|
787
|
+
# @note When making an API call, you may pass DescribeContactRequest
|
475
788
|
# data as a hash:
|
476
789
|
#
|
477
790
|
# {
|
478
|
-
#
|
479
|
-
# bandwidth: { # required
|
480
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
481
|
-
# value: 1.0, # required
|
482
|
-
# },
|
483
|
-
# center_frequency: { # required
|
484
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
485
|
-
# value: 1.0, # required
|
486
|
-
# },
|
487
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
488
|
-
# },
|
791
|
+
# contact_id: "String", # required
|
489
792
|
# }
|
490
793
|
#
|
491
|
-
# @!attribute [rw]
|
492
|
-
#
|
493
|
-
# @return [
|
794
|
+
# @!attribute [rw] contact_id
|
795
|
+
# UUID of a contact.
|
796
|
+
# @return [String]
|
494
797
|
#
|
495
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
798
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DescribeContactRequest AWS API Documentation
|
496
799
|
#
|
497
|
-
class
|
498
|
-
:
|
800
|
+
class DescribeContactRequest < Struct.new(
|
801
|
+
:contact_id)
|
499
802
|
include Aws::Structure
|
500
803
|
end
|
501
804
|
|
502
|
-
#
|
805
|
+
# @!attribute [rw] contact_id
|
806
|
+
# UUID of a contact.
|
807
|
+
# @return [String]
|
503
808
|
#
|
504
|
-
#
|
505
|
-
#
|
506
|
-
#
|
809
|
+
# @!attribute [rw] contact_status
|
810
|
+
# Status of a contact.
|
811
|
+
# @return [String]
|
507
812
|
#
|
508
|
-
#
|
509
|
-
#
|
813
|
+
# @!attribute [rw] end_time
|
814
|
+
# End time of a contact.
|
815
|
+
# @return [Time]
|
510
816
|
#
|
511
|
-
#
|
512
|
-
#
|
513
|
-
#
|
514
|
-
# }
|
817
|
+
# @!attribute [rw] error_message
|
818
|
+
# Error message for a contact.
|
819
|
+
# @return [String]
|
515
820
|
#
|
516
|
-
# @!attribute [rw]
|
517
|
-
#
|
821
|
+
# @!attribute [rw] ground_station
|
822
|
+
# Ground station for a contact.
|
518
823
|
# @return [String]
|
519
824
|
#
|
520
|
-
# @!attribute [rw]
|
521
|
-
#
|
522
|
-
# @return [
|
825
|
+
# @!attribute [rw] maximum_elevation
|
826
|
+
# Maximum elevation angle of a contact.
|
827
|
+
# @return [Types::Elevation]
|
523
828
|
#
|
524
|
-
#
|
829
|
+
# @!attribute [rw] mission_profile_arn
|
830
|
+
# ARN of a mission profile.
|
831
|
+
# @return [String]
|
525
832
|
#
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
end
|
531
|
-
|
532
|
-
# Information about the decode `Config`.
|
833
|
+
# @!attribute [rw] post_pass_end_time
|
834
|
+
# Amount of time after a contact ends that you’d like to receive a
|
835
|
+
# CloudWatch event indicating the pass has finished.
|
836
|
+
# @return [Time]
|
533
837
|
#
|
534
|
-
#
|
535
|
-
#
|
838
|
+
# @!attribute [rw] pre_pass_start_time
|
839
|
+
# Amount of time prior to contact start you’d like to receive a
|
840
|
+
# CloudWatch event indicating an upcoming pass.
|
841
|
+
# @return [Time]
|
536
842
|
#
|
537
|
-
#
|
538
|
-
#
|
539
|
-
#
|
843
|
+
# @!attribute [rw] region
|
844
|
+
# Region of a contact.
|
845
|
+
# @return [String]
|
540
846
|
#
|
541
|
-
# @!attribute [rw]
|
542
|
-
#
|
847
|
+
# @!attribute [rw] satellite_arn
|
848
|
+
# ARN of a satellite.
|
543
849
|
# @return [String]
|
544
850
|
#
|
545
|
-
#
|
851
|
+
# @!attribute [rw] start_time
|
852
|
+
# Start time of a contact.
|
853
|
+
# @return [Time]
|
546
854
|
#
|
547
|
-
|
548
|
-
|
855
|
+
# @!attribute [rw] tags
|
856
|
+
# Tags assigned to a contact.
|
857
|
+
# @return [Hash<String,String>]
|
858
|
+
#
|
859
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DescribeContactResponse AWS API Documentation
|
860
|
+
#
|
861
|
+
class DescribeContactResponse < Struct.new(
|
862
|
+
:contact_id,
|
863
|
+
:contact_status,
|
864
|
+
:end_time,
|
865
|
+
:error_message,
|
866
|
+
:ground_station,
|
867
|
+
:maximum_elevation,
|
868
|
+
:mission_profile_arn,
|
869
|
+
:post_pass_end_time,
|
870
|
+
:pre_pass_start_time,
|
871
|
+
:region,
|
872
|
+
:satellite_arn,
|
873
|
+
:start_time,
|
874
|
+
:tags)
|
549
875
|
include Aws::Structure
|
550
876
|
end
|
551
877
|
|
552
|
-
#
|
878
|
+
# Object that represents EIRP.
|
879
|
+
#
|
880
|
+
# @note When making an API call, you may pass Eirp
|
553
881
|
# data as a hash:
|
554
882
|
#
|
555
883
|
# {
|
556
|
-
#
|
884
|
+
# units: "dBW", # required, accepts dBW
|
885
|
+
# value: 1.0, # required
|
557
886
|
# }
|
558
887
|
#
|
559
|
-
# @!attribute [rw]
|
560
|
-
#
|
888
|
+
# @!attribute [rw] units
|
889
|
+
# Units of an EIRP.
|
561
890
|
# @return [String]
|
562
891
|
#
|
563
|
-
#
|
564
|
-
#
|
565
|
-
|
566
|
-
:dataflow_endpoint_group_id)
|
567
|
-
include Aws::Structure
|
568
|
-
end
|
569
|
-
|
570
|
-
# @note When making an API call, you may pass CreateConfigRequest
|
571
|
-
# data as a hash:
|
892
|
+
# @!attribute [rw] value
|
893
|
+
# Value of an EIRP.
|
894
|
+
# @return [Float]
|
572
895
|
#
|
573
|
-
#
|
574
|
-
#
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
#
|
582
|
-
#
|
583
|
-
#
|
584
|
-
#
|
585
|
-
#
|
586
|
-
#
|
587
|
-
#
|
588
|
-
#
|
589
|
-
#
|
590
|
-
#
|
591
|
-
#
|
592
|
-
#
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
#
|
600
|
-
#
|
601
|
-
#
|
602
|
-
#
|
603
|
-
#
|
604
|
-
#
|
605
|
-
#
|
606
|
-
#
|
607
|
-
#
|
608
|
-
#
|
609
|
-
# center_frequency: { # required
|
610
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
611
|
-
# value: 1.0, # required
|
612
|
-
# },
|
613
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
614
|
-
# },
|
615
|
-
# target_eirp: { # required
|
616
|
-
# units: "dBW", # required, accepts dBW
|
617
|
-
# value: 1.0, # required
|
618
|
-
# },
|
619
|
-
# },
|
620
|
-
# dataflow_endpoint_config: {
|
621
|
-
# dataflow_endpoint_name: "String", # required
|
622
|
-
# },
|
623
|
-
# tracking_config: {
|
624
|
-
# autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
|
625
|
-
# },
|
626
|
-
# uplink_echo_config: {
|
627
|
-
# antenna_uplink_config_arn: "ConfigArn", # required
|
628
|
-
# enabled: false, # required
|
896
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Eirp AWS API Documentation
|
897
|
+
#
|
898
|
+
class Eirp < Struct.new(
|
899
|
+
:units,
|
900
|
+
:value)
|
901
|
+
include Aws::Structure
|
902
|
+
end
|
903
|
+
|
904
|
+
# Elevation angle of the satellite in the sky during a contact.
|
905
|
+
#
|
906
|
+
# @!attribute [rw] unit
|
907
|
+
# Elevation angle units.
|
908
|
+
# @return [String]
|
909
|
+
#
|
910
|
+
# @!attribute [rw] value
|
911
|
+
# Elevation angle value.
|
912
|
+
# @return [Float]
|
913
|
+
#
|
914
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Elevation AWS API Documentation
|
915
|
+
#
|
916
|
+
class Elevation < Struct.new(
|
917
|
+
:unit,
|
918
|
+
:value)
|
919
|
+
include Aws::Structure
|
920
|
+
end
|
921
|
+
|
922
|
+
# Information about the endpoint details.
|
923
|
+
#
|
924
|
+
# @note When making an API call, you may pass EndpointDetails
|
925
|
+
# data as a hash:
|
926
|
+
#
|
927
|
+
# {
|
928
|
+
# endpoint: {
|
929
|
+
# address: {
|
930
|
+
# name: "String", # required
|
931
|
+
# port: 1, # required
|
629
932
|
# },
|
933
|
+
# name: "SafeName",
|
934
|
+
# status: "created", # accepts created, creating, deleted, deleting, failed
|
630
935
|
# },
|
631
|
-
#
|
632
|
-
#
|
633
|
-
# "String"
|
936
|
+
# security_details: {
|
937
|
+
# role_arn: "RoleArn", # required
|
938
|
+
# security_group_ids: ["String"], # required
|
939
|
+
# subnet_ids: ["String"], # required
|
634
940
|
# },
|
635
941
|
# }
|
636
942
|
#
|
637
|
-
# @!attribute [rw]
|
638
|
-
#
|
639
|
-
# @return [Types::
|
640
|
-
#
|
641
|
-
# @!attribute [rw] name
|
642
|
-
# Name of a `Config`.
|
643
|
-
# @return [String]
|
943
|
+
# @!attribute [rw] endpoint
|
944
|
+
# A dataflow endpoint.
|
945
|
+
# @return [Types::DataflowEndpoint]
|
644
946
|
#
|
645
|
-
# @!attribute [rw]
|
646
|
-
#
|
647
|
-
# @return [
|
947
|
+
# @!attribute [rw] security_details
|
948
|
+
# Endpoint security details.
|
949
|
+
# @return [Types::SecurityDetails]
|
648
950
|
#
|
649
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
951
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/EndpointDetails AWS API Documentation
|
650
952
|
#
|
651
|
-
class
|
652
|
-
:
|
653
|
-
:
|
654
|
-
:tags)
|
953
|
+
class EndpointDetails < Struct.new(
|
954
|
+
:endpoint,
|
955
|
+
:security_details)
|
655
956
|
include Aws::Structure
|
656
957
|
end
|
657
958
|
|
@@ -681,14 +982,40 @@ module Aws::GroundStation
|
|
681
982
|
include Aws::Structure
|
682
983
|
end
|
683
984
|
|
684
|
-
#
|
985
|
+
# Object that describes the frequency bandwidth.
|
685
986
|
#
|
686
|
-
|
687
|
-
|
688
|
-
#
|
689
|
-
#
|
987
|
+
# @note When making an API call, you may pass FrequencyBandwidth
|
988
|
+
# data as a hash:
|
989
|
+
#
|
990
|
+
# {
|
991
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
992
|
+
# value: 1.0, # required
|
993
|
+
# }
|
994
|
+
#
|
995
|
+
# @!attribute [rw] units
|
996
|
+
# Frequency bandwidth units.
|
690
997
|
# @return [String]
|
691
998
|
#
|
999
|
+
# @!attribute [rw] value
|
1000
|
+
# Frequency bandwidth value.
|
1001
|
+
# @return [Float]
|
1002
|
+
#
|
1003
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/FrequencyBandwidth AWS API Documentation
|
1004
|
+
#
|
1005
|
+
class FrequencyBandwidth < Struct.new(
|
1006
|
+
:units,
|
1007
|
+
:value)
|
1008
|
+
include Aws::Structure
|
1009
|
+
end
|
1010
|
+
|
1011
|
+
# @note When making an API call, you may pass GetConfigRequest
|
1012
|
+
# data as a hash:
|
1013
|
+
#
|
1014
|
+
# {
|
1015
|
+
# config_id: "String", # required
|
1016
|
+
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, antenna-uplink, dataflow-endpoint, tracking, uplink-echo
|
1017
|
+
# }
|
1018
|
+
#
|
692
1019
|
# @!attribute [rw] config_id
|
693
1020
|
# UUID of a `Config`.
|
694
1021
|
# @return [String]
|
@@ -697,215 +1024,169 @@ module Aws::GroundStation
|
|
697
1024
|
# Type of a `Config`.
|
698
1025
|
# @return [String]
|
699
1026
|
#
|
700
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1027
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetConfigRequest AWS API Documentation
|
701
1028
|
#
|
702
|
-
class
|
703
|
-
:config_arn,
|
1029
|
+
class GetConfigRequest < Struct.new(
|
704
1030
|
:config_id,
|
705
1031
|
:config_type)
|
706
1032
|
include Aws::Structure
|
707
1033
|
end
|
708
1034
|
|
709
|
-
#
|
1035
|
+
# @!attribute [rw] config_arn
|
1036
|
+
# ARN of a `Config`
|
1037
|
+
# @return [String]
|
710
1038
|
#
|
711
|
-
#
|
712
|
-
#
|
1039
|
+
# @!attribute [rw] config_data
|
1040
|
+
# Data elements in a `Config`.
|
1041
|
+
# @return [Types::ConfigTypeData]
|
713
1042
|
#
|
714
|
-
#
|
715
|
-
#
|
716
|
-
#
|
717
|
-
# subnet_ids: ["String"], # required
|
718
|
-
# }
|
1043
|
+
# @!attribute [rw] config_id
|
1044
|
+
# UUID of a `Config`.
|
1045
|
+
# @return [String]
|
719
1046
|
#
|
720
|
-
# @!attribute [rw]
|
721
|
-
#
|
1047
|
+
# @!attribute [rw] config_type
|
1048
|
+
# Type of a `Config`.
|
722
1049
|
# @return [String]
|
723
1050
|
#
|
724
|
-
# @!attribute [rw]
|
725
|
-
#
|
726
|
-
# @return [
|
1051
|
+
# @!attribute [rw] name
|
1052
|
+
# Name of a `Config`.
|
1053
|
+
# @return [String]
|
727
1054
|
#
|
728
|
-
# @!attribute [rw]
|
729
|
-
#
|
730
|
-
#
|
731
|
-
# @return [Array<String>]
|
1055
|
+
# @!attribute [rw] tags
|
1056
|
+
# Tags assigned to a `Config`.
|
1057
|
+
# @return [Hash<String,String>]
|
732
1058
|
#
|
733
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1059
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetConfigResponse AWS API Documentation
|
734
1060
|
#
|
735
|
-
class
|
736
|
-
:
|
737
|
-
:
|
738
|
-
:
|
1061
|
+
class GetConfigResponse < Struct.new(
|
1062
|
+
:config_arn,
|
1063
|
+
:config_data,
|
1064
|
+
:config_id,
|
1065
|
+
:config_type,
|
1066
|
+
:name,
|
1067
|
+
:tags)
|
739
1068
|
include Aws::Structure
|
740
1069
|
end
|
741
1070
|
|
742
|
-
#
|
743
|
-
# contact executed with this `Config` in the mission profile.
|
744
|
-
#
|
745
|
-
# @note When making an API call, you may pass TrackingConfig
|
1071
|
+
# @note When making an API call, you may pass GetDataflowEndpointGroupRequest
|
746
1072
|
# data as a hash:
|
747
1073
|
#
|
748
1074
|
# {
|
749
|
-
#
|
1075
|
+
# dataflow_endpoint_group_id: "String", # required
|
750
1076
|
# }
|
751
1077
|
#
|
752
|
-
# @!attribute [rw]
|
753
|
-
#
|
1078
|
+
# @!attribute [rw] dataflow_endpoint_group_id
|
1079
|
+
# UUID of a dataflow endpoint group.
|
754
1080
|
# @return [String]
|
755
1081
|
#
|
756
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1082
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetDataflowEndpointGroupRequest AWS API Documentation
|
757
1083
|
#
|
758
|
-
class
|
759
|
-
:
|
1084
|
+
class GetDataflowEndpointGroupRequest < Struct.new(
|
1085
|
+
:dataflow_endpoint_group_id)
|
760
1086
|
include Aws::Structure
|
761
1087
|
end
|
762
1088
|
|
763
|
-
#
|
764
|
-
#
|
1089
|
+
# @!attribute [rw] dataflow_endpoint_group_arn
|
1090
|
+
# ARN of a dataflow endpoint group.
|
1091
|
+
# @return [String]
|
765
1092
|
#
|
766
|
-
#
|
767
|
-
#
|
768
|
-
#
|
769
|
-
# endpoint: {
|
770
|
-
# address: {
|
771
|
-
# name: "String", # required
|
772
|
-
# port: 1, # required
|
773
|
-
# },
|
774
|
-
# name: "SafeName",
|
775
|
-
# status: "created", # accepts created, creating, deleted, deleting, failed
|
776
|
-
# },
|
777
|
-
# security_details: {
|
778
|
-
# role_arn: "RoleArn", # required
|
779
|
-
# security_group_ids: ["String"], # required
|
780
|
-
# subnet_ids: ["String"], # required
|
781
|
-
# },
|
782
|
-
# },
|
783
|
-
# ],
|
784
|
-
# tags: {
|
785
|
-
# "String" => "String",
|
786
|
-
# },
|
787
|
-
# }
|
1093
|
+
# @!attribute [rw] dataflow_endpoint_group_id
|
1094
|
+
# UUID of a dataflow endpoint group.
|
1095
|
+
# @return [String]
|
788
1096
|
#
|
789
|
-
# @!attribute [rw]
|
790
|
-
#
|
1097
|
+
# @!attribute [rw] endpoints_details
|
1098
|
+
# Details of a dataflow endpoint.
|
791
1099
|
# @return [Array<Types::EndpointDetails>]
|
792
1100
|
#
|
793
1101
|
# @!attribute [rw] tags
|
794
|
-
# Tags
|
1102
|
+
# Tags assigned to a dataflow endpoint group.
|
795
1103
|
# @return [Hash<String,String>]
|
796
1104
|
#
|
797
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1105
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetDataflowEndpointGroupResponse AWS API Documentation
|
798
1106
|
#
|
799
|
-
class
|
800
|
-
:
|
1107
|
+
class GetDataflowEndpointGroupResponse < Struct.new(
|
1108
|
+
:dataflow_endpoint_group_arn,
|
1109
|
+
:dataflow_endpoint_group_id,
|
1110
|
+
:endpoints_details,
|
801
1111
|
:tags)
|
802
1112
|
include Aws::Structure
|
803
1113
|
end
|
804
1114
|
|
805
|
-
#
|
806
|
-
#
|
807
|
-
# @!attribute [rw] unit
|
808
|
-
# Elevation angle units.
|
809
|
-
# @return [String]
|
810
|
-
#
|
811
|
-
# @!attribute [rw] value
|
812
|
-
# Elevation angle value.
|
813
|
-
# @return [Float]
|
814
|
-
#
|
815
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Elevation AWS API Documentation
|
816
|
-
#
|
817
|
-
class Elevation < Struct.new(
|
818
|
-
:unit,
|
819
|
-
:value)
|
820
|
-
include Aws::Structure
|
821
|
-
end
|
822
|
-
|
823
|
-
# @note When making an API call, you may pass GetSatelliteRequest
|
824
|
-
# data as a hash:
|
825
|
-
#
|
826
|
-
# {
|
827
|
-
# satellite_id: "String", # required
|
828
|
-
# }
|
829
|
-
#
|
830
|
-
# @!attribute [rw] satellite_id
|
831
|
-
# UUID of a satellite.
|
832
|
-
# @return [String]
|
833
|
-
#
|
834
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetSatelliteRequest AWS API Documentation
|
835
|
-
#
|
836
|
-
class GetSatelliteRequest < Struct.new(
|
837
|
-
:satellite_id)
|
838
|
-
include Aws::Structure
|
839
|
-
end
|
840
|
-
|
841
|
-
# @note When making an API call, you may pass CancelContactRequest
|
1115
|
+
# @note When making an API call, you may pass GetMinuteUsageRequest
|
842
1116
|
# data as a hash:
|
843
1117
|
#
|
844
1118
|
# {
|
845
|
-
#
|
1119
|
+
# month: 1, # required
|
1120
|
+
# year: 1, # required
|
846
1121
|
# }
|
847
1122
|
#
|
848
|
-
# @!attribute [rw]
|
849
|
-
#
|
850
|
-
# @return [
|
1123
|
+
# @!attribute [rw] month
|
1124
|
+
# The month being requested, with a value of 1-12.
|
1125
|
+
# @return [Integer]
|
851
1126
|
#
|
852
|
-
#
|
1127
|
+
# @!attribute [rw] year
|
1128
|
+
# The year being requested, in the format of YYYY.
|
1129
|
+
# @return [Integer]
|
853
1130
|
#
|
854
|
-
|
855
|
-
|
1131
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMinuteUsageRequest AWS API Documentation
|
1132
|
+
#
|
1133
|
+
class GetMinuteUsageRequest < Struct.new(
|
1134
|
+
:month,
|
1135
|
+
:year)
|
856
1136
|
include Aws::Structure
|
857
1137
|
end
|
858
1138
|
|
859
|
-
#
|
1139
|
+
# @!attribute [rw] estimated_minutes_remaining
|
1140
|
+
# Estimated number of minutes remaining for an account, specific to
|
1141
|
+
# the month being requested.
|
1142
|
+
# @return [Integer]
|
860
1143
|
#
|
861
|
-
#
|
862
|
-
#
|
1144
|
+
# @!attribute [rw] is_reserved_minutes_customer
|
1145
|
+
# Returns whether or not an account has signed up for the reserved
|
1146
|
+
# minutes pricing plan, specific to the month being requested.
|
1147
|
+
# @return [Boolean]
|
863
1148
|
#
|
864
|
-
#
|
865
|
-
#
|
866
|
-
#
|
867
|
-
#
|
868
|
-
# },
|
869
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
870
|
-
# }
|
1149
|
+
# @!attribute [rw] total_reserved_minute_allocation
|
1150
|
+
# Total number of reserved minutes allocated, specific to the month
|
1151
|
+
# being requested.
|
1152
|
+
# @return [Integer]
|
871
1153
|
#
|
872
|
-
# @!attribute [rw]
|
873
|
-
#
|
874
|
-
#
|
1154
|
+
# @!attribute [rw] total_scheduled_minutes
|
1155
|
+
# Total scheduled minutes for an account, specific to the month being
|
1156
|
+
# requested.
|
1157
|
+
# @return [Integer]
|
875
1158
|
#
|
876
|
-
# @!attribute [rw]
|
877
|
-
#
|
878
|
-
#
|
1159
|
+
# @!attribute [rw] upcoming_minutes_scheduled
|
1160
|
+
# Upcoming minutes scheduled for an account, specific to the month
|
1161
|
+
# being requested.
|
1162
|
+
# @return [Integer]
|
879
1163
|
#
|
880
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1164
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMinuteUsageResponse AWS API Documentation
|
881
1165
|
#
|
882
|
-
class
|
883
|
-
:
|
884
|
-
:
|
1166
|
+
class GetMinuteUsageResponse < Struct.new(
|
1167
|
+
:estimated_minutes_remaining,
|
1168
|
+
:is_reserved_minutes_customer,
|
1169
|
+
:total_reserved_minute_allocation,
|
1170
|
+
:total_scheduled_minutes,
|
1171
|
+
:upcoming_minutes_scheduled)
|
885
1172
|
include Aws::Structure
|
886
1173
|
end
|
887
1174
|
|
888
|
-
# @note When making an API call, you may pass
|
1175
|
+
# @note When making an API call, you may pass GetMissionProfileRequest
|
889
1176
|
# data as a hash:
|
890
1177
|
#
|
891
1178
|
# {
|
892
|
-
#
|
893
|
-
# tag_keys: ["String"], # required
|
1179
|
+
# mission_profile_id: "String", # required
|
894
1180
|
# }
|
895
1181
|
#
|
896
|
-
# @!attribute [rw]
|
897
|
-
#
|
1182
|
+
# @!attribute [rw] mission_profile_id
|
1183
|
+
# UUID of a mission profile.
|
898
1184
|
# @return [String]
|
899
1185
|
#
|
900
|
-
#
|
901
|
-
# Keys of a resource tag.
|
902
|
-
# @return [Array<String>]
|
903
|
-
#
|
904
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UntagResourceRequest AWS API Documentation
|
1186
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMissionProfileRequest AWS API Documentation
|
905
1187
|
#
|
906
|
-
class
|
907
|
-
:
|
908
|
-
:tag_keys)
|
1188
|
+
class GetMissionProfileRequest < Struct.new(
|
1189
|
+
:mission_profile_id)
|
909
1190
|
include Aws::Structure
|
910
1191
|
end
|
911
1192
|
|
@@ -920,8 +1201,8 @@ module Aws::GroundStation
|
|
920
1201
|
# @return [Integer]
|
921
1202
|
#
|
922
1203
|
# @!attribute [rw] dataflow_edges
|
923
|
-
# A list of lists of ARNs. Each list of ARNs is an edge, with a from
|
924
|
-
# `Config` and a to `Config`.
|
1204
|
+
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
|
1205
|
+
# `Config` and a *to* `Config`.
|
925
1206
|
# @return [Array<Array<String>>]
|
926
1207
|
#
|
927
1208
|
# @!attribute [rw] minimum_viable_contact_duration_seconds
|
@@ -935,7 +1216,7 @@ module Aws::GroundStation
|
|
935
1216
|
# @return [String]
|
936
1217
|
#
|
937
1218
|
# @!attribute [rw] mission_profile_id
|
938
|
-
#
|
1219
|
+
# UUID of a mission profile.
|
939
1220
|
# @return [String]
|
940
1221
|
#
|
941
1222
|
# @!attribute [rw] name
|
@@ -960,257 +1241,100 @@ module Aws::GroundStation
|
|
960
1241
|
:contact_post_pass_duration_seconds,
|
961
1242
|
:contact_pre_pass_duration_seconds,
|
962
1243
|
:dataflow_edges,
|
963
|
-
:minimum_viable_contact_duration_seconds,
|
964
|
-
:mission_profile_arn,
|
965
|
-
:mission_profile_id,
|
966
|
-
:name,
|
967
|
-
:region,
|
968
|
-
:tags,
|
969
|
-
:tracking_config_arn)
|
970
|
-
include Aws::Structure
|
971
|
-
end
|
972
|
-
|
973
|
-
# @!attribute [rw] contact_id
|
974
|
-
# UUID of a contact.
|
975
|
-
# @return [String]
|
976
|
-
#
|
977
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ContactIdResponse AWS API Documentation
|
978
|
-
#
|
979
|
-
class ContactIdResponse < Struct.new(
|
980
|
-
:contact_id)
|
981
|
-
include Aws::Structure
|
982
|
-
end
|
983
|
-
|
984
|
-
# @note When making an API call, you may pass ListGroundStationsRequest
|
985
|
-
# data as a hash:
|
986
|
-
#
|
987
|
-
# {
|
988
|
-
# max_results: 1,
|
989
|
-
# next_token: "String",
|
990
|
-
# }
|
991
|
-
#
|
992
|
-
# @!attribute [rw] max_results
|
993
|
-
# Maximum number of ground stations returned.
|
994
|
-
# @return [Integer]
|
995
|
-
#
|
996
|
-
# @!attribute [rw] next_token
|
997
|
-
# Next token that can be supplied in the next call to get the next
|
998
|
-
# page of ground stations.
|
999
|
-
# @return [String]
|
1000
|
-
#
|
1001
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListGroundStationsRequest AWS API Documentation
|
1002
|
-
#
|
1003
|
-
class ListGroundStationsRequest < Struct.new(
|
1004
|
-
:max_results,
|
1005
|
-
:next_token)
|
1006
|
-
include Aws::Structure
|
1007
|
-
end
|
1008
|
-
|
1009
|
-
# One or more parameters are not valid.
|
1010
|
-
#
|
1011
|
-
# @!attribute [rw] message
|
1012
|
-
# @return [String]
|
1013
|
-
#
|
1014
|
-
# @!attribute [rw] parameter_name
|
1015
|
-
# @return [String]
|
1016
|
-
#
|
1017
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/InvalidParameterException AWS API Documentation
|
1018
|
-
#
|
1019
|
-
class InvalidParameterException < Struct.new(
|
1020
|
-
:message,
|
1021
|
-
:parameter_name)
|
1022
|
-
include Aws::Structure
|
1023
|
-
end
|
1024
|
-
|
1025
|
-
# Dependency encountered an error.
|
1026
|
-
#
|
1027
|
-
# @!attribute [rw] message
|
1028
|
-
# @return [String]
|
1029
|
-
#
|
1030
|
-
# @!attribute [rw] parameter_name
|
1031
|
-
# @return [String]
|
1032
|
-
#
|
1033
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DependencyException AWS API Documentation
|
1034
|
-
#
|
1035
|
-
class DependencyException < Struct.new(
|
1036
|
-
:message,
|
1037
|
-
:parameter_name)
|
1038
|
-
include Aws::Structure
|
1039
|
-
end
|
1040
|
-
|
1041
|
-
# @note When making an API call, you may pass DescribeContactRequest
|
1042
|
-
# data as a hash:
|
1043
|
-
#
|
1044
|
-
# {
|
1045
|
-
# contact_id: "String", # required
|
1046
|
-
# }
|
1047
|
-
#
|
1048
|
-
# @!attribute [rw] contact_id
|
1049
|
-
# UUID of a contact.
|
1050
|
-
# @return [String]
|
1051
|
-
#
|
1052
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DescribeContactRequest AWS API Documentation
|
1053
|
-
#
|
1054
|
-
class DescribeContactRequest < Struct.new(
|
1055
|
-
:contact_id)
|
1056
|
-
include Aws::Structure
|
1057
|
-
end
|
1058
|
-
|
1059
|
-
# Resource was not found.
|
1060
|
-
#
|
1061
|
-
# @!attribute [rw] message
|
1062
|
-
# @return [String]
|
1063
|
-
#
|
1064
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ResourceNotFoundException AWS API Documentation
|
1065
|
-
#
|
1066
|
-
class ResourceNotFoundException < Struct.new(
|
1067
|
-
:message)
|
1068
|
-
include Aws::Structure
|
1069
|
-
end
|
1070
|
-
|
1071
|
-
# @note When making an API call, you may pass DeleteConfigRequest
|
1072
|
-
# data as a hash:
|
1073
|
-
#
|
1074
|
-
# {
|
1075
|
-
# config_id: "String", # required
|
1076
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, antenna-uplink, dataflow-endpoint, tracking, uplink-echo
|
1077
|
-
# }
|
1078
|
-
#
|
1079
|
-
# @!attribute [rw] config_id
|
1080
|
-
# UUID of a `Config`.
|
1081
|
-
# @return [String]
|
1082
|
-
#
|
1083
|
-
# @!attribute [rw] config_type
|
1084
|
-
# Type of a `Config`.
|
1085
|
-
# @return [String]
|
1086
|
-
#
|
1087
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteConfigRequest AWS API Documentation
|
1088
|
-
#
|
1089
|
-
class DeleteConfigRequest < Struct.new(
|
1090
|
-
:config_id,
|
1091
|
-
:config_type)
|
1092
|
-
include Aws::Structure
|
1093
|
-
end
|
1094
|
-
|
1095
|
-
# Object that describes a spectral `Config`.
|
1096
|
-
#
|
1097
|
-
# @note When making an API call, you may pass SpectrumConfig
|
1098
|
-
# data as a hash:
|
1099
|
-
#
|
1100
|
-
# {
|
1101
|
-
# bandwidth: { # required
|
1102
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
1103
|
-
# value: 1.0, # required
|
1104
|
-
# },
|
1105
|
-
# center_frequency: { # required
|
1106
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
1107
|
-
# value: 1.0, # required
|
1108
|
-
# },
|
1109
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
1110
|
-
# }
|
1111
|
-
#
|
1112
|
-
# @!attribute [rw] bandwidth
|
1113
|
-
# Bandwidth of a spectral `Config`.
|
1114
|
-
# @return [Types::FrequencyBandwidth]
|
1115
|
-
#
|
1116
|
-
# @!attribute [rw] center_frequency
|
1117
|
-
# Center frequency of a spectral `Config`.
|
1118
|
-
# @return [Types::Frequency]
|
1119
|
-
#
|
1120
|
-
# @!attribute [rw] polarization
|
1121
|
-
# Polarization of a spectral `Config`.
|
1122
|
-
# @return [String]
|
1123
|
-
#
|
1124
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SpectrumConfig AWS API Documentation
|
1125
|
-
#
|
1126
|
-
class SpectrumConfig < Struct.new(
|
1127
|
-
:bandwidth,
|
1128
|
-
:center_frequency,
|
1129
|
-
:polarization)
|
1244
|
+
:minimum_viable_contact_duration_seconds,
|
1245
|
+
:mission_profile_arn,
|
1246
|
+
:mission_profile_id,
|
1247
|
+
:name,
|
1248
|
+
:region,
|
1249
|
+
:tags,
|
1250
|
+
:tracking_config_arn)
|
1130
1251
|
include Aws::Structure
|
1131
1252
|
end
|
1132
1253
|
|
1133
|
-
#
|
1134
|
-
#
|
1135
|
-
# @note When making an API call, you may pass DemodulationConfig
|
1254
|
+
# @note When making an API call, you may pass GetSatelliteRequest
|
1136
1255
|
# data as a hash:
|
1137
1256
|
#
|
1138
1257
|
# {
|
1139
|
-
#
|
1258
|
+
# satellite_id: "String", # required
|
1140
1259
|
# }
|
1141
1260
|
#
|
1142
|
-
# @!attribute [rw]
|
1143
|
-
#
|
1261
|
+
# @!attribute [rw] satellite_id
|
1262
|
+
# UUID of a satellite.
|
1144
1263
|
# @return [String]
|
1145
1264
|
#
|
1146
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1265
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetSatelliteRequest AWS API Documentation
|
1147
1266
|
#
|
1148
|
-
class
|
1149
|
-
:
|
1267
|
+
class GetSatelliteRequest < Struct.new(
|
1268
|
+
:satellite_id)
|
1150
1269
|
include Aws::Structure
|
1151
1270
|
end
|
1152
1271
|
|
1153
|
-
# @!attribute [rw]
|
1154
|
-
#
|
1155
|
-
# @return [Array<
|
1272
|
+
# @!attribute [rw] ground_stations
|
1273
|
+
# A list of ground stations to which the satellite is on-boarded.
|
1274
|
+
# @return [Array<String>]
|
1156
1275
|
#
|
1157
|
-
# @!attribute [rw]
|
1158
|
-
#
|
1159
|
-
#
|
1276
|
+
# @!attribute [rw] norad_satellite_id
|
1277
|
+
# NORAD satellite ID number.
|
1278
|
+
# @return [Integer]
|
1279
|
+
#
|
1280
|
+
# @!attribute [rw] satellite_arn
|
1281
|
+
# ARN of a satellite.
|
1160
1282
|
# @return [String]
|
1161
1283
|
#
|
1162
|
-
#
|
1284
|
+
# @!attribute [rw] satellite_id
|
1285
|
+
# UUID of a satellite.
|
1286
|
+
# @return [String]
|
1163
1287
|
#
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1288
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetSatelliteResponse AWS API Documentation
|
1289
|
+
#
|
1290
|
+
class GetSatelliteResponse < Struct.new(
|
1291
|
+
:ground_stations,
|
1292
|
+
:norad_satellite_id,
|
1293
|
+
:satellite_arn,
|
1294
|
+
:satellite_id)
|
1167
1295
|
include Aws::Structure
|
1168
1296
|
end
|
1169
1297
|
|
1170
|
-
#
|
1171
|
-
# List of `Config` items.
|
1172
|
-
# @return [Array<Types::ConfigListItem>]
|
1298
|
+
# Information about the ground station data.
|
1173
1299
|
#
|
1174
|
-
# @!attribute [rw]
|
1175
|
-
#
|
1176
|
-
# call. Used to get the next page of results.
|
1300
|
+
# @!attribute [rw] ground_station_id
|
1301
|
+
# UUID of a ground station.
|
1177
1302
|
# @return [String]
|
1178
1303
|
#
|
1179
|
-
#
|
1304
|
+
# @!attribute [rw] ground_station_name
|
1305
|
+
# Name of a ground station.
|
1306
|
+
# @return [String]
|
1180
1307
|
#
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1308
|
+
# @!attribute [rw] region
|
1309
|
+
# Ground station Region.
|
1310
|
+
# @return [String]
|
1311
|
+
#
|
1312
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GroundStationData AWS API Documentation
|
1313
|
+
#
|
1314
|
+
class GroundStationData < Struct.new(
|
1315
|
+
:ground_station_id,
|
1316
|
+
:ground_station_name,
|
1317
|
+
:region)
|
1184
1318
|
include Aws::Structure
|
1185
1319
|
end
|
1186
1320
|
|
1187
|
-
#
|
1188
|
-
#
|
1189
|
-
# @note When making an API call, you may pass Eirp
|
1190
|
-
# data as a hash:
|
1191
|
-
#
|
1192
|
-
# {
|
1193
|
-
# units: "dBW", # required, accepts dBW
|
1194
|
-
# value: 1.0, # required
|
1195
|
-
# }
|
1321
|
+
# One or more parameters are not valid.
|
1196
1322
|
#
|
1197
|
-
# @!attribute [rw]
|
1198
|
-
# Units of an EIRP.
|
1323
|
+
# @!attribute [rw] message
|
1199
1324
|
# @return [String]
|
1200
1325
|
#
|
1201
|
-
# @!attribute [rw]
|
1202
|
-
#
|
1203
|
-
# @return [Float]
|
1326
|
+
# @!attribute [rw] parameter_name
|
1327
|
+
# @return [String]
|
1204
1328
|
#
|
1205
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1329
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/InvalidParameterException AWS API Documentation
|
1206
1330
|
#
|
1207
|
-
class
|
1208
|
-
:
|
1209
|
-
:
|
1331
|
+
class InvalidParameterException < Struct.new(
|
1332
|
+
:message,
|
1333
|
+
:parameter_name)
|
1210
1334
|
include Aws::Structure
|
1211
1335
|
end
|
1212
1336
|
|
1213
|
-
# @note When making an API call, you may pass
|
1337
|
+
# @note When making an API call, you may pass ListConfigsRequest
|
1214
1338
|
# data as a hash:
|
1215
1339
|
#
|
1216
1340
|
# {
|
@@ -1219,55 +1343,36 @@ module Aws::GroundStation
|
|
1219
1343
|
# }
|
1220
1344
|
#
|
1221
1345
|
# @!attribute [rw] max_results
|
1222
|
-
# Maximum number of
|
1346
|
+
# Maximum number of `Configs` returned.
|
1223
1347
|
# @return [Integer]
|
1224
1348
|
#
|
1225
1349
|
# @!attribute [rw] next_token
|
1226
|
-
# Next token returned in the request of a previous
|
1227
|
-
#
|
1350
|
+
# Next token returned in the request of a previous `ListConfigs` call.
|
1351
|
+
# Used to get the next page of results.
|
1228
1352
|
# @return [String]
|
1229
1353
|
#
|
1230
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1354
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListConfigsRequest AWS API Documentation
|
1231
1355
|
#
|
1232
|
-
class
|
1356
|
+
class ListConfigsRequest < Struct.new(
|
1233
1357
|
:max_results,
|
1234
1358
|
:next_token)
|
1235
1359
|
include Aws::Structure
|
1236
1360
|
end
|
1237
1361
|
|
1238
|
-
# @!attribute [rw]
|
1239
|
-
#
|
1240
|
-
# @return [
|
1241
|
-
#
|
1242
|
-
# @!attribute [rw] last_updated
|
1243
|
-
# When a satellite was last updated.
|
1244
|
-
# @return [Time]
|
1245
|
-
#
|
1246
|
-
# @!attribute [rw] norad_satellite_id
|
1247
|
-
# NORAD satellite ID number.
|
1248
|
-
# @return [Integer]
|
1249
|
-
#
|
1250
|
-
# @!attribute [rw] satellite_arn
|
1251
|
-
# ARN of a satellite.
|
1252
|
-
# @return [String]
|
1362
|
+
# @!attribute [rw] config_list
|
1363
|
+
# List of `Config` items.
|
1364
|
+
# @return [Array<Types::ConfigListItem>]
|
1253
1365
|
#
|
1254
|
-
# @!attribute [rw]
|
1255
|
-
#
|
1366
|
+
# @!attribute [rw] next_token
|
1367
|
+
# Next token returned in the response of a previous `ListConfigs`
|
1368
|
+
# call. Used to get the next page of results.
|
1256
1369
|
# @return [String]
|
1257
1370
|
#
|
1258
|
-
#
|
1259
|
-
# Tags assigned to a satellite.
|
1260
|
-
# @return [Hash<String,String>]
|
1261
|
-
#
|
1262
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetSatelliteResponse AWS API Documentation
|
1371
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListConfigsResponse AWS API Documentation
|
1263
1372
|
#
|
1264
|
-
class
|
1265
|
-
:
|
1266
|
-
:
|
1267
|
-
:norad_satellite_id,
|
1268
|
-
:satellite_arn,
|
1269
|
-
:satellite_id,
|
1270
|
-
:tags)
|
1373
|
+
class ListConfigsResponse < Struct.new(
|
1374
|
+
:config_list,
|
1375
|
+
:next_token)
|
1271
1376
|
include Aws::Structure
|
1272
1377
|
end
|
1273
1378
|
|
@@ -1282,7 +1387,7 @@ module Aws::GroundStation
|
|
1282
1387
|
# next_token: "String",
|
1283
1388
|
# satellite_arn: "satelliteArn",
|
1284
1389
|
# start_time: Time.now, # required
|
1285
|
-
# status_list: ["AVAILABLE"], # required, accepts AVAILABLE, AWS_CANCELLED, CANCELLED, COMPLETED, FAILED, FAILED_TO_SCHEDULE, PASS, POSTPASS, PREPASS, SCHEDULED, SCHEDULING
|
1390
|
+
# status_list: ["AVAILABLE"], # required, accepts AVAILABLE, AWS_CANCELLED, CANCELLED, CANCELLING, COMPLETED, FAILED, FAILED_TO_SCHEDULE, PASS, POSTPASS, PREPASS, SCHEDULED, SCHEDULING
|
1286
1391
|
# }
|
1287
1392
|
#
|
1288
1393
|
# @!attribute [rw] end_time
|
@@ -1332,129 +1437,24 @@ module Aws::GroundStation
|
|
1332
1437
|
include Aws::Structure
|
1333
1438
|
end
|
1334
1439
|
|
1335
|
-
#
|
1336
|
-
#
|
1337
|
-
#
|
1338
|
-
#
|
1339
|
-
#
|
1340
|
-
#
|
1341
|
-
#
|
1342
|
-
# Status of a contact.
|
1343
|
-
# @return [String]
|
1344
|
-
#
|
1345
|
-
# @!attribute [rw] end_time
|
1346
|
-
# End time of a contact.
|
1347
|
-
# @return [Time]
|
1348
|
-
#
|
1349
|
-
# @!attribute [rw] error_message
|
1350
|
-
# Error message of a contact.
|
1351
|
-
# @return [String]
|
1352
|
-
#
|
1353
|
-
# @!attribute [rw] ground_station
|
1354
|
-
# Name of a ground station.
|
1355
|
-
# @return [String]
|
1356
|
-
#
|
1357
|
-
# @!attribute [rw] maximum_elevation
|
1358
|
-
# Maximum elevation angle of a contact.
|
1359
|
-
# @return [Types::Elevation]
|
1360
|
-
#
|
1361
|
-
# @!attribute [rw] mission_profile_arn
|
1362
|
-
# ARN of a mission profile.
|
1363
|
-
# @return [String]
|
1364
|
-
#
|
1365
|
-
# @!attribute [rw] post_pass_end_time
|
1366
|
-
# Amount of time after a contact ends that you’d like to receive a
|
1367
|
-
# CloudWatch event indicating the pass has finished.
|
1368
|
-
# @return [Time]
|
1369
|
-
#
|
1370
|
-
# @!attribute [rw] pre_pass_start_time
|
1371
|
-
# Amount of time prior to contact start you’d like to receive a
|
1372
|
-
# CloudWatch event indicating an upcoming pass.
|
1373
|
-
# @return [Time]
|
1374
|
-
#
|
1375
|
-
# @!attribute [rw] satellite_arn
|
1376
|
-
# ARN of a satellite.
|
1377
|
-
# @return [String]
|
1378
|
-
#
|
1379
|
-
# @!attribute [rw] start_time
|
1380
|
-
# Start time of a contact.
|
1381
|
-
# @return [Time]
|
1382
|
-
#
|
1383
|
-
# @!attribute [rw] tags
|
1384
|
-
# Tags assigned to a contact.
|
1385
|
-
# @return [Hash<String,String>]
|
1386
|
-
#
|
1387
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ContactData AWS API Documentation
|
1388
|
-
#
|
1389
|
-
class ContactData < Struct.new(
|
1390
|
-
:contact_id,
|
1391
|
-
:contact_status,
|
1392
|
-
:end_time,
|
1393
|
-
:error_message,
|
1394
|
-
:ground_station,
|
1395
|
-
:maximum_elevation,
|
1396
|
-
:mission_profile_arn,
|
1397
|
-
:post_pass_end_time,
|
1398
|
-
:pre_pass_start_time,
|
1399
|
-
:satellite_arn,
|
1400
|
-
:start_time,
|
1401
|
-
:tags)
|
1402
|
-
include Aws::Structure
|
1403
|
-
end
|
1404
|
-
|
1405
|
-
# @!attribute [rw] ground_station_list
|
1406
|
-
# List of ground stations.
|
1407
|
-
# @return [Array<Types::GroundStationData>]
|
1408
|
-
#
|
1409
|
-
# @!attribute [rw] next_token
|
1410
|
-
# Next token that can be supplied in the next call to get the next
|
1411
|
-
# page of ground stations.
|
1412
|
-
# @return [String]
|
1413
|
-
#
|
1414
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListGroundStationsResponse AWS API Documentation
|
1415
|
-
#
|
1416
|
-
class ListGroundStationsResponse < Struct.new(
|
1417
|
-
:ground_station_list,
|
1418
|
-
:next_token)
|
1419
|
-
include Aws::Structure
|
1420
|
-
end
|
1421
|
-
|
1422
|
-
# Information about a dataflow endpoint.
|
1423
|
-
#
|
1424
|
-
# @note When making an API call, you may pass DataflowEndpoint
|
1425
|
-
# data as a hash:
|
1426
|
-
#
|
1427
|
-
# {
|
1428
|
-
# address: {
|
1429
|
-
# name: "String", # required
|
1430
|
-
# port: 1, # required
|
1431
|
-
# },
|
1432
|
-
# name: "SafeName",
|
1433
|
-
# status: "created", # accepts created, creating, deleted, deleting, failed
|
1434
|
-
# }
|
1435
|
-
#
|
1436
|
-
# @!attribute [rw] address
|
1437
|
-
# Socket address of a dataflow endpoint.
|
1438
|
-
# @return [Types::SocketAddress]
|
1439
|
-
#
|
1440
|
-
# @!attribute [rw] name
|
1441
|
-
# Name of a dataflow endpoint.
|
1442
|
-
# @return [String]
|
1443
|
-
#
|
1444
|
-
# @!attribute [rw] status
|
1445
|
-
# Status of a dataflow endpoint.
|
1440
|
+
# @!attribute [rw] contact_list
|
1441
|
+
# List of contacts.
|
1442
|
+
# @return [Array<Types::ContactData>]
|
1443
|
+
#
|
1444
|
+
# @!attribute [rw] next_token
|
1445
|
+
# Next token returned in the response of a previous `ListContacts`
|
1446
|
+
# call. Used to get the next page of results.
|
1446
1447
|
# @return [String]
|
1447
1448
|
#
|
1448
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1449
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListContactsResponse AWS API Documentation
|
1449
1450
|
#
|
1450
|
-
class
|
1451
|
-
:
|
1452
|
-
:
|
1453
|
-
:status)
|
1451
|
+
class ListContactsResponse < Struct.new(
|
1452
|
+
:contact_list,
|
1453
|
+
:next_token)
|
1454
1454
|
include Aws::Structure
|
1455
1455
|
end
|
1456
1456
|
|
1457
|
-
# @note When making an API call, you may pass
|
1457
|
+
# @note When making an API call, you may pass ListDataflowEndpointGroupsRequest
|
1458
1458
|
# data as a hash:
|
1459
1459
|
#
|
1460
1460
|
# {
|
@@ -1463,144 +1463,153 @@ module Aws::GroundStation
|
|
1463
1463
|
# }
|
1464
1464
|
#
|
1465
1465
|
# @!attribute [rw] max_results
|
1466
|
-
# Maximum number of
|
1466
|
+
# Maximum number of dataflow endpoint groups returned.
|
1467
1467
|
# @return [Integer]
|
1468
1468
|
#
|
1469
1469
|
# @!attribute [rw] next_token
|
1470
|
-
# Next token returned in the request of a previous
|
1471
|
-
# Used to get the next page of
|
1470
|
+
# Next token returned in the request of a previous
|
1471
|
+
# `ListDataflowEndpointGroups` call. Used to get the next page of
|
1472
|
+
# results.
|
1472
1473
|
# @return [String]
|
1473
1474
|
#
|
1474
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1475
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListDataflowEndpointGroupsRequest AWS API Documentation
|
1475
1476
|
#
|
1476
|
-
class
|
1477
|
+
class ListDataflowEndpointGroupsRequest < Struct.new(
|
1477
1478
|
:max_results,
|
1478
1479
|
:next_token)
|
1479
1480
|
include Aws::Structure
|
1480
1481
|
end
|
1481
1482
|
|
1482
|
-
#
|
1483
|
-
#
|
1484
|
-
#
|
1485
|
-
# data as a hash:
|
1486
|
-
#
|
1487
|
-
# {
|
1488
|
-
# name: "String", # required
|
1489
|
-
# port: 1, # required
|
1490
|
-
# }
|
1483
|
+
# @!attribute [rw] dataflow_endpoint_group_list
|
1484
|
+
# A list of dataflow endpoint groups.
|
1485
|
+
# @return [Array<Types::DataflowEndpointListItem>]
|
1491
1486
|
#
|
1492
|
-
# @!attribute [rw]
|
1493
|
-
#
|
1487
|
+
# @!attribute [rw] next_token
|
1488
|
+
# Next token returned in the response of a previous
|
1489
|
+
# `ListDataflowEndpointGroups` call. Used to get the next page of
|
1490
|
+
# results.
|
1494
1491
|
# @return [String]
|
1495
1492
|
#
|
1496
|
-
#
|
1497
|
-
# Port of a socket address.
|
1498
|
-
# @return [Integer]
|
1499
|
-
#
|
1500
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SocketAddress AWS API Documentation
|
1493
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListDataflowEndpointGroupsResponse AWS API Documentation
|
1501
1494
|
#
|
1502
|
-
class
|
1503
|
-
:
|
1504
|
-
:
|
1495
|
+
class ListDataflowEndpointGroupsResponse < Struct.new(
|
1496
|
+
:dataflow_endpoint_group_list,
|
1497
|
+
:next_token)
|
1505
1498
|
include Aws::Structure
|
1506
1499
|
end
|
1507
1500
|
|
1508
|
-
#
|
1509
|
-
#
|
1510
|
-
# @return [String]
|
1501
|
+
# @note When making an API call, you may pass ListGroundStationsRequest
|
1502
|
+
# data as a hash:
|
1511
1503
|
#
|
1512
|
-
#
|
1513
|
-
#
|
1514
|
-
#
|
1504
|
+
# {
|
1505
|
+
# max_results: 1,
|
1506
|
+
# next_token: "String",
|
1507
|
+
# satellite_id: "String",
|
1508
|
+
# }
|
1515
1509
|
#
|
1516
|
-
# @!attribute [rw]
|
1517
|
-
#
|
1518
|
-
# @return [
|
1510
|
+
# @!attribute [rw] max_results
|
1511
|
+
# Maximum number of ground stations returned.
|
1512
|
+
# @return [Integer]
|
1519
1513
|
#
|
1520
|
-
# @!attribute [rw]
|
1521
|
-
#
|
1514
|
+
# @!attribute [rw] next_token
|
1515
|
+
# Next token that can be supplied in the next call to get the next
|
1516
|
+
# page of ground stations.
|
1522
1517
|
# @return [String]
|
1523
1518
|
#
|
1524
|
-
# @!attribute [rw]
|
1525
|
-
#
|
1519
|
+
# @!attribute [rw] satellite_id
|
1520
|
+
# Satellite ID to retrieve on-boarded ground stations.
|
1526
1521
|
# @return [String]
|
1527
1522
|
#
|
1528
|
-
#
|
1529
|
-
# Tags assigned to a `Config`.
|
1530
|
-
# @return [Hash<String,String>]
|
1531
|
-
#
|
1532
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetConfigResponse AWS API Documentation
|
1523
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListGroundStationsRequest AWS API Documentation
|
1533
1524
|
#
|
1534
|
-
class
|
1535
|
-
:
|
1536
|
-
:
|
1537
|
-
:
|
1538
|
-
:config_type,
|
1539
|
-
:name,
|
1540
|
-
:tags)
|
1525
|
+
class ListGroundStationsRequest < Struct.new(
|
1526
|
+
:max_results,
|
1527
|
+
:next_token,
|
1528
|
+
:satellite_id)
|
1541
1529
|
include Aws::Structure
|
1542
1530
|
end
|
1543
1531
|
|
1544
|
-
#
|
1532
|
+
# @!attribute [rw] ground_station_list
|
1533
|
+
# List of ground stations.
|
1534
|
+
# @return [Array<Types::GroundStationData>]
|
1545
1535
|
#
|
1546
|
-
|
1536
|
+
# @!attribute [rw] next_token
|
1537
|
+
# Next token that can be supplied in the next call to get the next
|
1538
|
+
# page of ground stations.
|
1539
|
+
# @return [String]
|
1540
|
+
#
|
1541
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListGroundStationsResponse AWS API Documentation
|
1542
|
+
#
|
1543
|
+
class ListGroundStationsResponse < Struct.new(
|
1544
|
+
:ground_station_list,
|
1545
|
+
:next_token)
|
1546
|
+
include Aws::Structure
|
1547
|
+
end
|
1547
1548
|
|
1548
|
-
# @note When making an API call, you may pass
|
1549
|
+
# @note When making an API call, you may pass ListMissionProfilesRequest
|
1549
1550
|
# data as a hash:
|
1550
1551
|
#
|
1551
1552
|
# {
|
1552
|
-
#
|
1553
|
+
# max_results: 1,
|
1554
|
+
# next_token: "String",
|
1553
1555
|
# }
|
1554
1556
|
#
|
1555
|
-
# @!attribute [rw]
|
1556
|
-
#
|
1557
|
+
# @!attribute [rw] max_results
|
1558
|
+
# Maximum number of mission profiles returned.
|
1559
|
+
# @return [Integer]
|
1560
|
+
#
|
1561
|
+
# @!attribute [rw] next_token
|
1562
|
+
# Next token returned in the request of a previous
|
1563
|
+
# `ListMissionProfiles` call. Used to get the next page of results.
|
1557
1564
|
# @return [String]
|
1558
1565
|
#
|
1559
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1566
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListMissionProfilesRequest AWS API Documentation
|
1560
1567
|
#
|
1561
|
-
class
|
1562
|
-
:
|
1568
|
+
class ListMissionProfilesRequest < Struct.new(
|
1569
|
+
:max_results,
|
1570
|
+
:next_token)
|
1563
1571
|
include Aws::Structure
|
1564
1572
|
end
|
1565
1573
|
|
1566
|
-
#
|
1567
|
-
#
|
1568
|
-
#
|
1569
|
-
# NORAD satellite ID number.
|
1570
|
-
# @return [Integer]
|
1571
|
-
#
|
1572
|
-
# @!attribute [rw] satellite_arn
|
1573
|
-
# ARN of a satellite.
|
1574
|
-
# @return [String]
|
1574
|
+
# @!attribute [rw] mission_profile_list
|
1575
|
+
# List of mission profiles.
|
1576
|
+
# @return [Array<Types::MissionProfileListItem>]
|
1575
1577
|
#
|
1576
|
-
# @!attribute [rw]
|
1577
|
-
#
|
1578
|
+
# @!attribute [rw] next_token
|
1579
|
+
# Next token returned in the response of a previous
|
1580
|
+
# `ListMissionProfiles` call. Used to get the next page of results.
|
1578
1581
|
# @return [String]
|
1579
1582
|
#
|
1580
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1583
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListMissionProfilesResponse AWS API Documentation
|
1581
1584
|
#
|
1582
|
-
class
|
1583
|
-
:
|
1584
|
-
:
|
1585
|
-
:satellite_id)
|
1585
|
+
class ListMissionProfilesResponse < Struct.new(
|
1586
|
+
:mission_profile_list,
|
1587
|
+
:next_token)
|
1586
1588
|
include Aws::Structure
|
1587
1589
|
end
|
1588
1590
|
|
1589
|
-
# @note When making an API call, you may pass
|
1591
|
+
# @note When making an API call, you may pass ListSatellitesRequest
|
1590
1592
|
# data as a hash:
|
1591
1593
|
#
|
1592
1594
|
# {
|
1593
|
-
#
|
1595
|
+
# max_results: 1,
|
1596
|
+
# next_token: "String",
|
1594
1597
|
# }
|
1595
1598
|
#
|
1596
|
-
# @!attribute [rw]
|
1597
|
-
#
|
1599
|
+
# @!attribute [rw] max_results
|
1600
|
+
# Maximum number of satellites returned.
|
1601
|
+
# @return [Integer]
|
1602
|
+
#
|
1603
|
+
# @!attribute [rw] next_token
|
1604
|
+
# Next token that can be supplied in the next call to get the next
|
1605
|
+
# page of satellites.
|
1598
1606
|
# @return [String]
|
1599
1607
|
#
|
1600
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1608
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListSatellitesRequest AWS API Documentation
|
1601
1609
|
#
|
1602
|
-
class
|
1603
|
-
:
|
1610
|
+
class ListSatellitesRequest < Struct.new(
|
1611
|
+
:max_results,
|
1612
|
+
:next_token)
|
1604
1613
|
include Aws::Structure
|
1605
1614
|
end
|
1606
1615
|
|
@@ -1621,66 +1630,71 @@ module Aws::GroundStation
|
|
1621
1630
|
include Aws::Structure
|
1622
1631
|
end
|
1623
1632
|
|
1624
|
-
# @note When making an API call, you may pass
|
1633
|
+
# @note When making an API call, you may pass ListTagsForResourceRequest
|
1625
1634
|
# data as a hash:
|
1626
1635
|
#
|
1627
1636
|
# {
|
1628
|
-
#
|
1629
|
-
# contact_pre_pass_duration_seconds: 1,
|
1630
|
-
# dataflow_edges: [ # required
|
1631
|
-
# ["ConfigArn"],
|
1632
|
-
# ],
|
1633
|
-
# minimum_viable_contact_duration_seconds: 1, # required
|
1634
|
-
# name: "SafeName", # required
|
1635
|
-
# tags: {
|
1636
|
-
# "String" => "String",
|
1637
|
-
# },
|
1638
|
-
# tracking_config_arn: "ConfigArn", # required
|
1637
|
+
# resource_arn: "String", # required
|
1639
1638
|
# }
|
1640
1639
|
#
|
1641
|
-
# @!attribute [rw]
|
1642
|
-
#
|
1643
|
-
#
|
1644
|
-
# @return [Integer]
|
1640
|
+
# @!attribute [rw] resource_arn
|
1641
|
+
# ARN of a resource.
|
1642
|
+
# @return [String]
|
1645
1643
|
#
|
1646
|
-
#
|
1647
|
-
# Amount of time prior to contact start you’d like to receive a
|
1648
|
-
# CloudWatch event indicating an upcoming pass.
|
1649
|
-
# @return [Integer]
|
1644
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListTagsForResourceRequest AWS API Documentation
|
1650
1645
|
#
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1646
|
+
class ListTagsForResourceRequest < Struct.new(
|
1647
|
+
:resource_arn)
|
1648
|
+
include Aws::Structure
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
# @!attribute [rw] tags
|
1652
|
+
# Tags assigned to a resource.
|
1653
|
+
# @return [Hash<String,String>]
|
1655
1654
|
#
|
1656
|
-
#
|
1657
|
-
#
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1655
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListTagsForResourceResponse AWS API Documentation
|
1656
|
+
#
|
1657
|
+
class ListTagsForResourceResponse < Struct.new(
|
1658
|
+
:tags)
|
1659
|
+
include Aws::Structure
|
1660
|
+
end
|
1661
|
+
|
1662
|
+
# @!attribute [rw] mission_profile_id
|
1663
|
+
# UUID of a mission profile.
|
1664
|
+
# @return [String]
|
1665
|
+
#
|
1666
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/MissionProfileIdResponse AWS API Documentation
|
1667
|
+
#
|
1668
|
+
class MissionProfileIdResponse < Struct.new(
|
1669
|
+
:mission_profile_id)
|
1670
|
+
include Aws::Structure
|
1671
|
+
end
|
1672
|
+
|
1673
|
+
# Item in a list of mission profiles.
|
1674
|
+
#
|
1675
|
+
# @!attribute [rw] mission_profile_arn
|
1676
|
+
# ARN of a mission profile.
|
1677
|
+
# @return [String]
|
1678
|
+
#
|
1679
|
+
# @!attribute [rw] mission_profile_id
|
1680
|
+
# UUID of a mission profile.
|
1681
|
+
# @return [String]
|
1661
1682
|
#
|
1662
1683
|
# @!attribute [rw] name
|
1663
1684
|
# Name of a mission profile.
|
1664
1685
|
# @return [String]
|
1665
1686
|
#
|
1666
|
-
# @!attribute [rw]
|
1667
|
-
#
|
1668
|
-
# @return [Hash<String,String>]
|
1669
|
-
#
|
1670
|
-
# @!attribute [rw] tracking_config_arn
|
1671
|
-
# ARN of a tracking `Config`.
|
1687
|
+
# @!attribute [rw] region
|
1688
|
+
# Region of a mission profile.
|
1672
1689
|
# @return [String]
|
1673
1690
|
#
|
1674
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1691
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/MissionProfileListItem AWS API Documentation
|
1675
1692
|
#
|
1676
|
-
class
|
1677
|
-
:
|
1678
|
-
:
|
1679
|
-
:dataflow_edges,
|
1680
|
-
:minimum_viable_contact_duration_seconds,
|
1693
|
+
class MissionProfileListItem < Struct.new(
|
1694
|
+
:mission_profile_arn,
|
1695
|
+
:mission_profile_id,
|
1681
1696
|
:name,
|
1682
|
-
:
|
1683
|
-
:tracking_config_arn)
|
1697
|
+
:region)
|
1684
1698
|
include Aws::Structure
|
1685
1699
|
end
|
1686
1700
|
|
@@ -1734,242 +1748,328 @@ module Aws::GroundStation
|
|
1734
1748
|
include Aws::Structure
|
1735
1749
|
end
|
1736
1750
|
|
1737
|
-
#
|
1751
|
+
# Account limits for this resource have been exceeded.
|
1738
1752
|
#
|
1739
|
-
#
|
1740
|
-
#
|
1741
|
-
#
|
1742
|
-
# {
|
1743
|
-
# dataflow_endpoint_name: "String", # required
|
1744
|
-
# }
|
1753
|
+
# @!attribute [rw] message
|
1754
|
+
# @return [String]
|
1745
1755
|
#
|
1746
|
-
# @!attribute [rw]
|
1747
|
-
# Name of a dataflow endpoint.
|
1756
|
+
# @!attribute [rw] parameter_name
|
1748
1757
|
# @return [String]
|
1749
1758
|
#
|
1750
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1759
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ResourceLimitExceededException AWS API Documentation
|
1751
1760
|
#
|
1752
|
-
class
|
1753
|
-
:
|
1761
|
+
class ResourceLimitExceededException < Struct.new(
|
1762
|
+
:message,
|
1763
|
+
:parameter_name)
|
1754
1764
|
include Aws::Structure
|
1755
1765
|
end
|
1756
1766
|
|
1757
|
-
#
|
1758
|
-
# Tags assigned to a resource.
|
1759
|
-
# @return [Hash<String,String>]
|
1767
|
+
# Resource was not found.
|
1760
1768
|
#
|
1761
|
-
#
|
1769
|
+
# @!attribute [rw] message
|
1770
|
+
# @return [String]
|
1762
1771
|
#
|
1763
|
-
|
1764
|
-
|
1772
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ResourceNotFoundException AWS API Documentation
|
1773
|
+
#
|
1774
|
+
class ResourceNotFoundException < Struct.new(
|
1775
|
+
:message)
|
1765
1776
|
include Aws::Structure
|
1766
1777
|
end
|
1767
1778
|
|
1768
|
-
#
|
1769
|
-
# List of contacts.
|
1770
|
-
# @return [Array<Types::ContactData>]
|
1779
|
+
# Item in a list of satellites.
|
1771
1780
|
#
|
1772
|
-
# @!attribute [rw]
|
1773
|
-
#
|
1774
|
-
#
|
1781
|
+
# @!attribute [rw] ground_stations
|
1782
|
+
# A list of ground stations to which the satellite is on-boarded.
|
1783
|
+
# @return [Array<String>]
|
1784
|
+
#
|
1785
|
+
# @!attribute [rw] norad_satellite_id
|
1786
|
+
# NORAD satellite ID number.
|
1787
|
+
# @return [Integer]
|
1788
|
+
#
|
1789
|
+
# @!attribute [rw] satellite_arn
|
1790
|
+
# ARN of a satellite.
|
1775
1791
|
# @return [String]
|
1776
1792
|
#
|
1777
|
-
#
|
1793
|
+
# @!attribute [rw] satellite_id
|
1794
|
+
# UUID of a satellite.
|
1795
|
+
# @return [String]
|
1778
1796
|
#
|
1779
|
-
|
1780
|
-
|
1781
|
-
|
1797
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SatelliteListItem AWS API Documentation
|
1798
|
+
#
|
1799
|
+
class SatelliteListItem < Struct.new(
|
1800
|
+
:ground_stations,
|
1801
|
+
:norad_satellite_id,
|
1802
|
+
:satellite_arn,
|
1803
|
+
:satellite_id)
|
1782
1804
|
include Aws::Structure
|
1783
1805
|
end
|
1784
1806
|
|
1785
|
-
#
|
1786
|
-
# UUID of a contact.
|
1787
|
-
# @return [String]
|
1807
|
+
# Information about endpoints.
|
1788
1808
|
#
|
1789
|
-
#
|
1790
|
-
#
|
1791
|
-
# @return [String]
|
1809
|
+
# @note When making an API call, you may pass SecurityDetails
|
1810
|
+
# data as a hash:
|
1792
1811
|
#
|
1793
|
-
#
|
1794
|
-
#
|
1795
|
-
#
|
1812
|
+
# {
|
1813
|
+
# role_arn: "RoleArn", # required
|
1814
|
+
# security_group_ids: ["String"], # required
|
1815
|
+
# subnet_ids: ["String"], # required
|
1816
|
+
# }
|
1796
1817
|
#
|
1797
|
-
# @!attribute [rw]
|
1798
|
-
#
|
1818
|
+
# @!attribute [rw] role_arn
|
1819
|
+
# ARN to a role needed for connecting streams to your instances.
|
1799
1820
|
# @return [String]
|
1800
1821
|
#
|
1801
|
-
# @!attribute [rw]
|
1802
|
-
#
|
1803
|
-
# @return [String]
|
1822
|
+
# @!attribute [rw] security_group_ids
|
1823
|
+
# The security groups to attach to the elastic network interfaces.
|
1824
|
+
# @return [Array<String>]
|
1804
1825
|
#
|
1805
|
-
# @!attribute [rw]
|
1806
|
-
#
|
1807
|
-
#
|
1826
|
+
# @!attribute [rw] subnet_ids
|
1827
|
+
# A list of subnets where AWS Ground Station places elastic network
|
1828
|
+
# interfaces to send streams to your instances.
|
1829
|
+
# @return [Array<String>]
|
1808
1830
|
#
|
1809
|
-
#
|
1810
|
-
# ARN of a mission profile.
|
1811
|
-
# @return [String]
|
1831
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SecurityDetails AWS API Documentation
|
1812
1832
|
#
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
|
1833
|
+
class SecurityDetails < Struct.new(
|
1834
|
+
:role_arn,
|
1835
|
+
:security_group_ids,
|
1836
|
+
:subnet_ids)
|
1837
|
+
include Aws::Structure
|
1838
|
+
end
|
1839
|
+
|
1840
|
+
# Information about the socket address.
|
1817
1841
|
#
|
1818
|
-
#
|
1819
|
-
#
|
1820
|
-
# CloudWatch event indicating an upcoming pass.
|
1821
|
-
# @return [Time]
|
1842
|
+
# @note When making an API call, you may pass SocketAddress
|
1843
|
+
# data as a hash:
|
1822
1844
|
#
|
1823
|
-
#
|
1824
|
-
#
|
1825
|
-
#
|
1845
|
+
# {
|
1846
|
+
# name: "String", # required
|
1847
|
+
# port: 1, # required
|
1848
|
+
# }
|
1826
1849
|
#
|
1827
|
-
# @!attribute [rw]
|
1828
|
-
#
|
1829
|
-
# @return [
|
1850
|
+
# @!attribute [rw] name
|
1851
|
+
# Name of a socket address.
|
1852
|
+
# @return [String]
|
1830
1853
|
#
|
1831
|
-
# @!attribute [rw]
|
1832
|
-
#
|
1833
|
-
# @return [
|
1854
|
+
# @!attribute [rw] port
|
1855
|
+
# Port of a socket address.
|
1856
|
+
# @return [Integer]
|
1834
1857
|
#
|
1835
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1858
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SocketAddress AWS API Documentation
|
1836
1859
|
#
|
1837
|
-
class
|
1838
|
-
:
|
1839
|
-
:
|
1840
|
-
:end_time,
|
1841
|
-
:error_message,
|
1842
|
-
:ground_station,
|
1843
|
-
:maximum_elevation,
|
1844
|
-
:mission_profile_arn,
|
1845
|
-
:post_pass_end_time,
|
1846
|
-
:pre_pass_start_time,
|
1847
|
-
:satellite_arn,
|
1848
|
-
:start_time,
|
1849
|
-
:tags)
|
1860
|
+
class SocketAddress < Struct.new(
|
1861
|
+
:name,
|
1862
|
+
:port)
|
1850
1863
|
include Aws::Structure
|
1851
1864
|
end
|
1852
1865
|
|
1853
|
-
#
|
1866
|
+
# Object that describes a spectral `Config`.
|
1854
1867
|
#
|
1855
|
-
#
|
1856
|
-
#
|
1857
|
-
# @return [String]
|
1868
|
+
# @note When making an API call, you may pass SpectrumConfig
|
1869
|
+
# data as a hash:
|
1858
1870
|
#
|
1859
|
-
#
|
1860
|
-
#
|
1861
|
-
#
|
1871
|
+
# {
|
1872
|
+
# bandwidth: { # required
|
1873
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
1874
|
+
# value: 1.0, # required
|
1875
|
+
# },
|
1876
|
+
# center_frequency: { # required
|
1877
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
1878
|
+
# value: 1.0, # required
|
1879
|
+
# },
|
1880
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
1881
|
+
# }
|
1862
1882
|
#
|
1863
|
-
# @!attribute [rw]
|
1864
|
-
#
|
1865
|
-
# @return [
|
1883
|
+
# @!attribute [rw] bandwidth
|
1884
|
+
# Bandwidth of a spectral `Config`.
|
1885
|
+
# @return [Types::FrequencyBandwidth]
|
1866
1886
|
#
|
1867
|
-
# @!attribute [rw]
|
1868
|
-
#
|
1887
|
+
# @!attribute [rw] center_frequency
|
1888
|
+
# Center frequency of a spectral `Config`.
|
1889
|
+
# @return [Types::Frequency]
|
1890
|
+
#
|
1891
|
+
# @!attribute [rw] polarization
|
1892
|
+
# Polarization of a spectral `Config`.
|
1869
1893
|
# @return [String]
|
1870
1894
|
#
|
1871
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1895
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SpectrumConfig AWS API Documentation
|
1872
1896
|
#
|
1873
|
-
class
|
1874
|
-
:
|
1875
|
-
:
|
1876
|
-
:
|
1877
|
-
:name)
|
1897
|
+
class SpectrumConfig < Struct.new(
|
1898
|
+
:bandwidth,
|
1899
|
+
:center_frequency,
|
1900
|
+
:polarization)
|
1878
1901
|
include Aws::Structure
|
1879
1902
|
end
|
1880
1903
|
|
1881
|
-
# @note When making an API call, you may pass
|
1904
|
+
# @note When making an API call, you may pass TagResourceRequest
|
1882
1905
|
# data as a hash:
|
1883
1906
|
#
|
1884
1907
|
# {
|
1885
1908
|
# resource_arn: "String", # required
|
1909
|
+
# tags: { # required
|
1910
|
+
# "String" => "String",
|
1911
|
+
# },
|
1886
1912
|
# }
|
1887
1913
|
#
|
1888
1914
|
# @!attribute [rw] resource_arn
|
1889
|
-
# ARN of a resource.
|
1915
|
+
# ARN of a resource tag.
|
1890
1916
|
# @return [String]
|
1891
1917
|
#
|
1892
|
-
#
|
1918
|
+
# @!attribute [rw] tags
|
1919
|
+
# Tags assigned to a resource.
|
1920
|
+
# @return [Hash<String,String>]
|
1893
1921
|
#
|
1894
|
-
|
1895
|
-
|
1922
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/TagResourceRequest AWS API Documentation
|
1923
|
+
#
|
1924
|
+
class TagResourceRequest < Struct.new(
|
1925
|
+
:resource_arn,
|
1926
|
+
:tags)
|
1896
1927
|
include Aws::Structure
|
1897
1928
|
end
|
1898
1929
|
|
1899
|
-
# @
|
1930
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/TagResourceResponse AWS API Documentation
|
1931
|
+
#
|
1932
|
+
class TagResourceResponse < Aws::EmptyStructure; end
|
1933
|
+
|
1934
|
+
# Object that determines whether tracking should be used during a
|
1935
|
+
# contact executed with this `Config` in the mission profile.
|
1936
|
+
#
|
1937
|
+
# @note When making an API call, you may pass TrackingConfig
|
1900
1938
|
# data as a hash:
|
1901
1939
|
#
|
1902
1940
|
# {
|
1903
|
-
#
|
1904
|
-
# next_token: "String",
|
1941
|
+
# autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
|
1905
1942
|
# }
|
1906
1943
|
#
|
1907
|
-
# @!attribute [rw]
|
1908
|
-
#
|
1909
|
-
# @return [Integer]
|
1910
|
-
#
|
1911
|
-
# @!attribute [rw] next_token
|
1912
|
-
# Next token returned in the request of a previous
|
1913
|
-
# `ListDataflowEndpointGroups` call. Used to get the next page of
|
1914
|
-
# results.
|
1944
|
+
# @!attribute [rw] autotrack
|
1945
|
+
# Current setting for autotrack.
|
1915
1946
|
# @return [String]
|
1916
1947
|
#
|
1917
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1948
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/TrackingConfig AWS API Documentation
|
1918
1949
|
#
|
1919
|
-
class
|
1920
|
-
:
|
1921
|
-
:next_token)
|
1950
|
+
class TrackingConfig < Struct.new(
|
1951
|
+
:autotrack)
|
1922
1952
|
include Aws::Structure
|
1923
1953
|
end
|
1924
1954
|
|
1925
|
-
#
|
1926
|
-
#
|
1927
|
-
# @note When making an API call, you may pass FrequencyBandwidth
|
1955
|
+
# @note When making an API call, you may pass UntagResourceRequest
|
1928
1956
|
# data as a hash:
|
1929
1957
|
#
|
1930
1958
|
# {
|
1931
|
-
#
|
1932
|
-
#
|
1959
|
+
# resource_arn: "String", # required
|
1960
|
+
# tag_keys: ["String"], # required
|
1933
1961
|
# }
|
1934
1962
|
#
|
1935
|
-
# @!attribute [rw]
|
1936
|
-
#
|
1963
|
+
# @!attribute [rw] resource_arn
|
1964
|
+
# ARN of a resource.
|
1937
1965
|
# @return [String]
|
1938
1966
|
#
|
1939
|
-
# @!attribute [rw]
|
1940
|
-
#
|
1941
|
-
# @return [
|
1967
|
+
# @!attribute [rw] tag_keys
|
1968
|
+
# Keys of a resource tag.
|
1969
|
+
# @return [Array<String>]
|
1942
1970
|
#
|
1943
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
1971
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UntagResourceRequest AWS API Documentation
|
1944
1972
|
#
|
1945
|
-
class
|
1946
|
-
:
|
1947
|
-
:
|
1973
|
+
class UntagResourceRequest < Struct.new(
|
1974
|
+
:resource_arn,
|
1975
|
+
:tag_keys)
|
1948
1976
|
include Aws::Structure
|
1949
1977
|
end
|
1950
1978
|
|
1951
|
-
# @
|
1979
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UntagResourceResponse AWS API Documentation
|
1980
|
+
#
|
1981
|
+
class UntagResourceResponse < Aws::EmptyStructure; end
|
1982
|
+
|
1983
|
+
# @note When making an API call, you may pass UpdateConfigRequest
|
1952
1984
|
# data as a hash:
|
1953
1985
|
#
|
1954
1986
|
# {
|
1955
|
-
#
|
1956
|
-
#
|
1987
|
+
# config_data: { # required
|
1988
|
+
# antenna_downlink_config: {
|
1989
|
+
# spectrum_config: { # required
|
1990
|
+
# bandwidth: { # required
|
1991
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
1992
|
+
# value: 1.0, # required
|
1993
|
+
# },
|
1994
|
+
# center_frequency: { # required
|
1995
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
1996
|
+
# value: 1.0, # required
|
1997
|
+
# },
|
1998
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
1999
|
+
# },
|
2000
|
+
# },
|
2001
|
+
# antenna_downlink_demod_decode_config: {
|
2002
|
+
# decode_config: { # required
|
2003
|
+
# unvalidated_json: "JsonString", # required
|
2004
|
+
# },
|
2005
|
+
# demodulation_config: { # required
|
2006
|
+
# unvalidated_json: "JsonString", # required
|
2007
|
+
# },
|
2008
|
+
# spectrum_config: { # required
|
2009
|
+
# bandwidth: { # required
|
2010
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2011
|
+
# value: 1.0, # required
|
2012
|
+
# },
|
2013
|
+
# center_frequency: { # required
|
2014
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2015
|
+
# value: 1.0, # required
|
2016
|
+
# },
|
2017
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
2018
|
+
# },
|
2019
|
+
# },
|
2020
|
+
# antenna_uplink_config: {
|
2021
|
+
# spectrum_config: { # required
|
2022
|
+
# center_frequency: { # required
|
2023
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2024
|
+
# value: 1.0, # required
|
2025
|
+
# },
|
2026
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
2027
|
+
# },
|
2028
|
+
# target_eirp: { # required
|
2029
|
+
# units: "dBW", # required, accepts dBW
|
2030
|
+
# value: 1.0, # required
|
2031
|
+
# },
|
2032
|
+
# },
|
2033
|
+
# dataflow_endpoint_config: {
|
2034
|
+
# dataflow_endpoint_name: "String", # required
|
2035
|
+
# dataflow_endpoint_region: "String",
|
2036
|
+
# },
|
2037
|
+
# tracking_config: {
|
2038
|
+
# autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
|
2039
|
+
# },
|
2040
|
+
# uplink_echo_config: {
|
2041
|
+
# antenna_uplink_config_arn: "ConfigArn", # required
|
2042
|
+
# enabled: false, # required
|
2043
|
+
# },
|
2044
|
+
# },
|
2045
|
+
# config_id: "String", # required
|
2046
|
+
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, antenna-uplink, dataflow-endpoint, tracking, uplink-echo
|
2047
|
+
# name: "SafeName", # required
|
1957
2048
|
# }
|
1958
2049
|
#
|
1959
|
-
# @!attribute [rw]
|
1960
|
-
#
|
1961
|
-
# @return [
|
2050
|
+
# @!attribute [rw] config_data
|
2051
|
+
# Parameters of a `Config`.
|
2052
|
+
# @return [Types::ConfigTypeData]
|
1962
2053
|
#
|
1963
|
-
# @!attribute [rw]
|
1964
|
-
#
|
1965
|
-
# page of satellites.
|
2054
|
+
# @!attribute [rw] config_id
|
2055
|
+
# UUID of a `Config`.
|
1966
2056
|
# @return [String]
|
1967
2057
|
#
|
1968
|
-
#
|
2058
|
+
# @!attribute [rw] config_type
|
2059
|
+
# Type of a `Config`.
|
2060
|
+
# @return [String]
|
1969
2061
|
#
|
1970
|
-
|
1971
|
-
|
1972
|
-
|
2062
|
+
# @!attribute [rw] name
|
2063
|
+
# Name of a `Config`.
|
2064
|
+
# @return [String]
|
2065
|
+
#
|
2066
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UpdateConfigRequest AWS API Documentation
|
2067
|
+
#
|
2068
|
+
class UpdateConfigRequest < Struct.new(
|
2069
|
+
:config_data,
|
2070
|
+
:config_id,
|
2071
|
+
:config_type,
|
2072
|
+
:name)
|
1973
2073
|
include Aws::Structure
|
1974
2074
|
end
|
1975
2075
|
|
@@ -1999,8 +2099,8 @@ module Aws::GroundStation
|
|
1999
2099
|
# @return [Integer]
|
2000
2100
|
#
|
2001
2101
|
# @!attribute [rw] dataflow_edges
|
2002
|
-
# A list of lists of ARNs. Each list of ARNs is an edge, with a from
|
2003
|
-
# `Config` and a to `Config`.
|
2102
|
+
# A list of lists of ARNs. Each list of ARNs is an edge, with a *from*
|
2103
|
+
# `Config` and a *to* `Config`.
|
2004
2104
|
# @return [Array<Array<String>>]
|
2005
2105
|
#
|
2006
2106
|
# @!attribute [rw] minimum_viable_contact_duration_seconds
|
@@ -2010,7 +2110,7 @@ module Aws::GroundStation
|
|
2010
2110
|
# @return [Integer]
|
2011
2111
|
#
|
2012
2112
|
# @!attribute [rw] mission_profile_id
|
2013
|
-
#
|
2113
|
+
# UUID of a mission profile.
|
2014
2114
|
# @return [String]
|
2015
2115
|
#
|
2016
2116
|
# @!attribute [rw] name
|
@@ -2034,126 +2134,62 @@ module Aws::GroundStation
|
|
2034
2134
|
include Aws::Structure
|
2035
2135
|
end
|
2036
2136
|
|
2037
|
-
#
|
2038
|
-
# data as a hash:
|
2039
|
-
#
|
2040
|
-
# {
|
2041
|
-
# resource_arn: "String", # required
|
2042
|
-
# tags: {
|
2043
|
-
# "String" => "String",
|
2044
|
-
# },
|
2045
|
-
# }
|
2046
|
-
#
|
2047
|
-
# @!attribute [rw] resource_arn
|
2048
|
-
# ARN of a resource tag.
|
2049
|
-
# @return [String]
|
2050
|
-
#
|
2051
|
-
# @!attribute [rw] tags
|
2052
|
-
# Tags assigned to a resource.
|
2053
|
-
# @return [Hash<String,String>]
|
2054
|
-
#
|
2055
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/TagResourceRequest AWS API Documentation
|
2056
|
-
#
|
2057
|
-
class TagResourceRequest < Struct.new(
|
2058
|
-
:resource_arn,
|
2059
|
-
:tags)
|
2060
|
-
include Aws::Structure
|
2061
|
-
end
|
2062
|
-
|
2063
|
-
# Item in a list of `DataflowEndpoint` groups.
|
2064
|
-
#
|
2065
|
-
# @!attribute [rw] dataflow_endpoint_group_arn
|
2066
|
-
# ARN of a dataflow endpoint group.
|
2067
|
-
# @return [String]
|
2068
|
-
#
|
2069
|
-
# @!attribute [rw] dataflow_endpoint_group_id
|
2070
|
-
# UUID of a dataflow endpoint group.
|
2071
|
-
# @return [String]
|
2072
|
-
#
|
2073
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DataflowEndpointListItem AWS API Documentation
|
2074
|
-
#
|
2075
|
-
class DataflowEndpointListItem < Struct.new(
|
2076
|
-
:dataflow_endpoint_group_arn,
|
2077
|
-
:dataflow_endpoint_group_id)
|
2078
|
-
include Aws::Structure
|
2079
|
-
end
|
2080
|
-
|
2081
|
-
# @!attribute [rw] dataflow_endpoint_group_arn
|
2082
|
-
# ARN of a dataflow endpoint group.
|
2083
|
-
# @return [String]
|
2084
|
-
#
|
2085
|
-
# @!attribute [rw] dataflow_endpoint_group_id
|
2086
|
-
# UUID of a dataflow endpoint group.
|
2087
|
-
# @return [String]
|
2088
|
-
#
|
2089
|
-
# @!attribute [rw] endpoints_details
|
2090
|
-
# Details of a dataflow endpoint.
|
2091
|
-
# @return [Array<Types::EndpointDetails>]
|
2092
|
-
#
|
2093
|
-
# @!attribute [rw] tags
|
2094
|
-
# Tags assigned to a dataflow endpoint group.
|
2095
|
-
# @return [Hash<String,String>]
|
2137
|
+
# Information about an uplink echo `Config`.
|
2096
2138
|
#
|
2097
|
-
#
|
2139
|
+
# Parameters from the `AntennaUplinkConfig`, corresponding to the
|
2140
|
+
# specified `AntennaUplinkConfigArn`, are used when this
|
2141
|
+
# `UplinkEchoConfig` is used in a contact.
|
2098
2142
|
#
|
2099
|
-
|
2100
|
-
:dataflow_endpoint_group_arn,
|
2101
|
-
:dataflow_endpoint_group_id,
|
2102
|
-
:endpoints_details,
|
2103
|
-
:tags)
|
2104
|
-
include Aws::Structure
|
2105
|
-
end
|
2106
|
-
|
2107
|
-
# @note When making an API call, you may pass GetDataflowEndpointGroupRequest
|
2143
|
+
# @note When making an API call, you may pass UplinkEchoConfig
|
2108
2144
|
# data as a hash:
|
2109
2145
|
#
|
2110
2146
|
# {
|
2111
|
-
#
|
2147
|
+
# antenna_uplink_config_arn: "ConfigArn", # required
|
2148
|
+
# enabled: false, # required
|
2112
2149
|
# }
|
2113
2150
|
#
|
2114
|
-
# @!attribute [rw]
|
2115
|
-
#
|
2151
|
+
# @!attribute [rw] antenna_uplink_config_arn
|
2152
|
+
# ARN of an uplink `Config`.
|
2116
2153
|
# @return [String]
|
2117
2154
|
#
|
2118
|
-
#
|
2155
|
+
# @!attribute [rw] enabled
|
2156
|
+
# Whether or not an uplink `Config` is enabled.
|
2157
|
+
# @return [Boolean]
|
2119
2158
|
#
|
2120
|
-
|
2121
|
-
|
2159
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UplinkEchoConfig AWS API Documentation
|
2160
|
+
#
|
2161
|
+
class UplinkEchoConfig < Struct.new(
|
2162
|
+
:antenna_uplink_config_arn,
|
2163
|
+
:enabled)
|
2122
2164
|
include Aws::Structure
|
2123
2165
|
end
|
2124
2166
|
|
2125
|
-
#
|
2167
|
+
# Information about the uplink spectral `Config`.
|
2168
|
+
#
|
2169
|
+
# @note When making an API call, you may pass UplinkSpectrumConfig
|
2126
2170
|
# data as a hash:
|
2127
2171
|
#
|
2128
2172
|
# {
|
2129
|
-
#
|
2130
|
-
#
|
2173
|
+
# center_frequency: { # required
|
2174
|
+
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2175
|
+
# value: 1.0, # required
|
2176
|
+
# },
|
2177
|
+
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
2131
2178
|
# }
|
2132
2179
|
#
|
2133
|
-
# @!attribute [rw]
|
2134
|
-
#
|
2135
|
-
# @return [
|
2136
|
-
#
|
2137
|
-
# @!attribute [rw] year
|
2138
|
-
# The year being requested, in the format of YYYY.
|
2139
|
-
# @return [Integer]
|
2140
|
-
#
|
2141
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMinuteUsageRequest AWS API Documentation
|
2180
|
+
# @!attribute [rw] center_frequency
|
2181
|
+
# Center frequency of an uplink spectral `Config`.
|
2182
|
+
# @return [Types::Frequency]
|
2142
2183
|
#
|
2143
|
-
|
2144
|
-
|
2145
|
-
:year)
|
2146
|
-
include Aws::Structure
|
2147
|
-
end
|
2148
|
-
|
2149
|
-
# @!attribute [rw] dataflow_endpoint_group_id
|
2150
|
-
# ID of a dataflow endpoint group.
|
2184
|
+
# @!attribute [rw] polarization
|
2185
|
+
# Polarization of an uplink spectral `Config`.
|
2151
2186
|
# @return [String]
|
2152
2187
|
#
|
2153
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/
|
2188
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UplinkSpectrumConfig AWS API Documentation
|
2154
2189
|
#
|
2155
|
-
class
|
2156
|
-
:
|
2190
|
+
class UplinkSpectrumConfig < Struct.new(
|
2191
|
+
:center_frequency,
|
2192
|
+
:polarization)
|
2157
2193
|
include Aws::Structure
|
2158
2194
|
end
|
2159
2195
|
|