aws-sdk-groundstation 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,72 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::GroundStation
9
+ module Errors
10
+
11
+ extend Aws::Errors::DynamicErrors
12
+
13
+ class InvalidParameterException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::GroundStation::Types::InvalidParameterException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ # @return [String]
28
+ def parameter_name
29
+ @data[:parameter_name]
30
+ end
31
+
32
+ end
33
+
34
+ class DependencyException < ServiceError
35
+
36
+ # @param [Seahorse::Client::RequestContext] context
37
+ # @param [String] message
38
+ # @param [Aws::GroundStation::Types::DependencyException] data
39
+ def initialize(context, message, data = Aws::EmptyStructure.new)
40
+ super(context, message, data)
41
+ end
42
+
43
+ # @return [String]
44
+ def message
45
+ @message || @data[:message]
46
+ end
47
+
48
+ # @return [String]
49
+ def parameter_name
50
+ @data[:parameter_name]
51
+ end
52
+
53
+ end
54
+
55
+ class ResourceNotFoundException < ServiceError
56
+
57
+ # @param [Seahorse::Client::RequestContext] context
58
+ # @param [String] message
59
+ # @param [Aws::GroundStation::Types::ResourceNotFoundException] data
60
+ def initialize(context, message, data = Aws::EmptyStructure.new)
61
+ super(context, message, data)
62
+ end
63
+
64
+ # @return [String]
65
+ def message
66
+ @message || @data[:message]
67
+ end
68
+
69
+ end
70
+
71
+ end
72
+ end
@@ -0,0 +1,23 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::GroundStation
9
+ class Resource
10
+
11
+ # @param options ({})
12
+ # @option options [Client] :client
13
+ def initialize(options = {})
14
+ @client = options[:client] || Client.new(options)
15
+ end
16
+
17
+ # @return [Client]
18
+ def client
19
+ @client
20
+ end
21
+
22
+ end
23
+ end
@@ -0,0 +1,2161 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::GroundStation
9
+ module Types
10
+
11
+ # @note When making an API call, you may pass UpdateConfigRequest
12
+ # data as a hash:
13
+ #
14
+ # {
15
+ # config_data: { # required
16
+ # antenna_downlink_config: {
17
+ # spectrum_config: { # required
18
+ # bandwidth: { # required
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
+ # },
47
+ # },
48
+ # antenna_uplink_config: {
49
+ # spectrum_config: { # required
50
+ # center_frequency: { # required
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
+ # },
60
+ # },
61
+ # dataflow_endpoint_config: {
62
+ # dataflow_endpoint_name: "String", # required
63
+ # },
64
+ # tracking_config: {
65
+ # autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
66
+ # },
67
+ # uplink_echo_config: {
68
+ # antenna_uplink_config_arn: "ConfigArn", # required
69
+ # enabled: false, # required
70
+ # },
71
+ # },
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
+ # }
76
+ #
77
+ # @!attribute [rw] config_data
78
+ # Parameters for a `Config`.
79
+ # @return [Types::ConfigTypeData]
80
+ #
81
+ # @!attribute [rw] config_id
82
+ # UUID of a `Config`.
83
+ # @return [String]
84
+ #
85
+ # @!attribute [rw] config_type
86
+ # Type of a `Config`.
87
+ # @return [String]
88
+ #
89
+ # @!attribute [rw] name
90
+ # Name of a `Config`.
91
+ # @return [String]
92
+ #
93
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UpdateConfigRequest AWS API Documentation
94
+ #
95
+ class UpdateConfigRequest < Struct.new(
96
+ :config_data,
97
+ :config_id,
98
+ :config_type,
99
+ :name)
100
+ include Aws::Structure
101
+ end
102
+
103
+ # Object containing the parameters for a `Config`.
104
+ #
105
+ # See the subtype definitions for what each type of `Config` contains.
106
+ #
107
+ # @note When making an API call, you may pass ConfigTypeData
108
+ # data as a hash:
109
+ #
110
+ # {
111
+ # antenna_downlink_config: {
112
+ # spectrum_config: { # required
113
+ # bandwidth: { # required
114
+ # units: "GHz", # required, accepts GHz, MHz, kHz
115
+ # value: 1.0, # required
116
+ # },
117
+ # center_frequency: { # required
118
+ # units: "GHz", # required, accepts GHz, MHz, kHz
119
+ # value: 1.0, # required
120
+ # },
121
+ # polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
122
+ # },
123
+ # },
124
+ # antenna_downlink_demod_decode_config: {
125
+ # decode_config: { # required
126
+ # unvalidated_json: "JsonString", # required
127
+ # },
128
+ # demodulation_config: { # required
129
+ # unvalidated_json: "JsonString", # required
130
+ # },
131
+ # spectrum_config: { # required
132
+ # bandwidth: { # required
133
+ # units: "GHz", # required, accepts GHz, MHz, kHz
134
+ # value: 1.0, # required
135
+ # },
136
+ # center_frequency: { # required
137
+ # units: "GHz", # required, accepts GHz, MHz, kHz
138
+ # value: 1.0, # required
139
+ # },
140
+ # polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
141
+ # },
142
+ # },
143
+ # antenna_uplink_config: {
144
+ # spectrum_config: { # required
145
+ # center_frequency: { # required
146
+ # units: "GHz", # required, accepts GHz, MHz, kHz
147
+ # value: 1.0, # required
148
+ # },
149
+ # polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
150
+ # },
151
+ # target_eirp: { # required
152
+ # units: "dBW", # required, accepts dBW
153
+ # value: 1.0, # required
154
+ # },
155
+ # },
156
+ # dataflow_endpoint_config: {
157
+ # dataflow_endpoint_name: "String", # required
158
+ # },
159
+ # tracking_config: {
160
+ # autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
161
+ # },
162
+ # uplink_echo_config: {
163
+ # antenna_uplink_config_arn: "ConfigArn", # required
164
+ # enabled: false, # required
165
+ # },
166
+ # }
167
+ #
168
+ # @!attribute [rw] antenna_downlink_config
169
+ # Information about how AWS Ground Station should configure an antenna
170
+ # for downlink during a contact.
171
+ # @return [Types::AntennaDownlinkConfig]
172
+ #
173
+ # @!attribute [rw] antenna_downlink_demod_decode_config
174
+ # Information about how AWS Ground Station should configure an antenna
175
+ # for downlink demod decode during a contact.
176
+ # @return [Types::AntennaDownlinkDemodDecodeConfig]
177
+ #
178
+ # @!attribute [rw] antenna_uplink_config
179
+ # Information about how AWS Ground Station should configure an antenna
180
+ # for uplink during a contact.
181
+ # @return [Types::AntennaUplinkConfig]
182
+ #
183
+ # @!attribute [rw] dataflow_endpoint_config
184
+ # Information about the dataflow endpoint `Config`.
185
+ # @return [Types::DataflowEndpointConfig]
186
+ #
187
+ # @!attribute [rw] tracking_config
188
+ # Object that determines whether tracking should be used during a
189
+ # contact executed with this `Config` in the mission profile.
190
+ # @return [Types::TrackingConfig]
191
+ #
192
+ # @!attribute [rw] uplink_echo_config
193
+ # Information about an uplink echo `Config`.
194
+ #
195
+ # Parameters from the `AntennaUplinkConfig`, corresponding to the
196
+ # specified `AntennaUplinkConfigArn`, are used when this
197
+ # `UplinkEchoConfig` is used in a contact.
198
+ # @return [Types::UplinkEchoConfig]
199
+ #
200
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ConfigTypeData AWS API Documentation
201
+ #
202
+ class ConfigTypeData < Struct.new(
203
+ :antenna_downlink_config,
204
+ :antenna_downlink_demod_decode_config,
205
+ :antenna_uplink_config,
206
+ :dataflow_endpoint_config,
207
+ :tracking_config,
208
+ :uplink_echo_config)
209
+ include Aws::Structure
210
+ end
211
+
212
+ # Information about the ground station data.
213
+ #
214
+ # @!attribute [rw] ground_station_id
215
+ # ID of a ground station.
216
+ # @return [String]
217
+ #
218
+ # @!attribute [rw] ground_station_name
219
+ # Name of a ground station.
220
+ # @return [String]
221
+ #
222
+ # @!attribute [rw] region
223
+ # Ground station Region.
224
+ # @return [String]
225
+ #
226
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GroundStationData AWS API Documentation
227
+ #
228
+ class GroundStationData < Struct.new(
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
+ # }
242
+ #
243
+ # @!attribute [rw] config_id
244
+ # UUID of a `Config`.
245
+ # @return [String]
246
+ #
247
+ # @!attribute [rw] config_type
248
+ # Type of a `Config`.
249
+ # @return [String]
250
+ #
251
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetConfigRequest AWS API Documentation
252
+ #
253
+ class GetConfigRequest < Struct.new(
254
+ :config_id,
255
+ :config_type)
256
+ include Aws::Structure
257
+ end
258
+
259
+ # Information about the endpoint details.
260
+ #
261
+ # @note When making an API call, you may pass EndpointDetails
262
+ # data as a hash:
263
+ #
264
+ # {
265
+ # endpoint: {
266
+ # address: {
267
+ # name: "String", # required
268
+ # port: 1, # required
269
+ # },
270
+ # name: "SafeName",
271
+ # status: "created", # accepts created, creating, deleted, deleting, failed
272
+ # },
273
+ # security_details: {
274
+ # role_arn: "RoleArn", # required
275
+ # security_group_ids: ["String"], # required
276
+ # subnet_ids: ["String"], # required
277
+ # },
278
+ # }
279
+ #
280
+ # @!attribute [rw] endpoint
281
+ # A dataflow endpoint.
282
+ # @return [Types::DataflowEndpoint]
283
+ #
284
+ # @!attribute [rw] security_details
285
+ # Endpoint security details.
286
+ # @return [Types::SecurityDetails]
287
+ #
288
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/EndpointDetails AWS API Documentation
289
+ #
290
+ class EndpointDetails < Struct.new(
291
+ :endpoint,
292
+ :security_details)
293
+ include Aws::Structure
294
+ end
295
+
296
+ # @!attribute [rw] estimated_minutes_remaining
297
+ # Estimated number of minutes remaining for an account, specific to
298
+ # the month being requested.
299
+ # @return [Integer]
300
+ #
301
+ # @!attribute [rw] is_reserved_minutes_customer
302
+ # Returns whether or not an account has signed up for the reserved
303
+ # minutes pricing plan, specific to the month being requested.
304
+ # @return [Boolean]
305
+ #
306
+ # @!attribute [rw] total_reserved_minute_allocation
307
+ # Total number of reserved minutes allocated, specific to the month
308
+ # being requested.
309
+ # @return [Integer]
310
+ #
311
+ # @!attribute [rw] total_scheduled_minutes
312
+ # Total scheduled minutes for an account, specific to the month being
313
+ # requested.
314
+ # @return [Integer]
315
+ #
316
+ # @!attribute [rw] upcoming_minutes_scheduled
317
+ # Upcoming minutes scheduled for an account, specific to the month
318
+ # being requested.
319
+ # @return [Integer]
320
+ #
321
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMinuteUsageResponse AWS API Documentation
322
+ #
323
+ class GetMinuteUsageResponse < Struct.new(
324
+ :estimated_minutes_remaining,
325
+ :is_reserved_minutes_customer,
326
+ :total_reserved_minute_allocation,
327
+ :total_scheduled_minutes,
328
+ :upcoming_minutes_scheduled)
329
+ include Aws::Structure
330
+ end
331
+
332
+ # Item in a list of mission profiles.
333
+ #
334
+ # @!attribute [rw] mission_profile_arn
335
+ # ARN of a mission profile.
336
+ # @return [String]
337
+ #
338
+ # @!attribute [rw] mission_profile_id
339
+ # ID of a mission profile.
340
+ # @return [String]
341
+ #
342
+ # @!attribute [rw] name
343
+ # Name of a mission profile.
344
+ # @return [String]
345
+ #
346
+ # @!attribute [rw] region
347
+ # Region of a mission profile.
348
+ # @return [String]
349
+ #
350
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/MissionProfileListItem AWS API Documentation
351
+ #
352
+ class MissionProfileListItem < Struct.new(
353
+ :mission_profile_arn,
354
+ :mission_profile_id,
355
+ :name,
356
+ :region)
357
+ include Aws::Structure
358
+ end
359
+
360
+ # @!attribute [rw] dataflow_endpoint_group_list
361
+ # A list of dataflow endpoint groups.
362
+ # @return [Array<Types::DataflowEndpointListItem>]
363
+ #
364
+ # @!attribute [rw] next_token
365
+ # Next token returned in the response of a previous
366
+ # `ListDataflowEndpointGroups` call. Used to get the next page of
367
+ # results.
368
+ # @return [String]
369
+ #
370
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListDataflowEndpointGroupsResponse AWS API Documentation
371
+ #
372
+ class ListDataflowEndpointGroupsResponse < Struct.new(
373
+ :dataflow_endpoint_group_list,
374
+ :next_token)
375
+ include Aws::Structure
376
+ end
377
+
378
+ # Information about how AWS Ground Station should configure an antenna
379
+ # for downlink demod decode during a contact.
380
+ #
381
+ # @note When making an API call, you may pass AntennaDownlinkDemodDecodeConfig
382
+ # data as a hash:
383
+ #
384
+ # {
385
+ # decode_config: { # required
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
+ # },
402
+ # }
403
+ #
404
+ # @!attribute [rw] decode_config
405
+ # Information about the decode `Config`.
406
+ # @return [Types::DecodeConfig]
407
+ #
408
+ # @!attribute [rw] demodulation_config
409
+ # Information about the demodulation `Config`.
410
+ # @return [Types::DemodulationConfig]
411
+ #
412
+ # @!attribute [rw] spectrum_config
413
+ # Information about the spectral `Config`.
414
+ # @return [Types::SpectrumConfig]
415
+ #
416
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/AntennaDownlinkDemodDecodeConfig AWS API Documentation
417
+ #
418
+ class AntennaDownlinkDemodDecodeConfig < Struct.new(
419
+ :decode_config,
420
+ :demodulation_config,
421
+ :spectrum_config)
422
+ include Aws::Structure
423
+ end
424
+
425
+ # @!attribute [rw] mission_profile_id
426
+ # ID of a mission profile.
427
+ # @return [String]
428
+ #
429
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/MissionProfileIdResponse AWS API Documentation
430
+ #
431
+ class MissionProfileIdResponse < Struct.new(
432
+ :mission_profile_id)
433
+ include Aws::Structure
434
+ end
435
+
436
+ # Information about the uplink `Config` of an antenna.
437
+ #
438
+ # @note When making an API call, you may pass AntennaUplinkConfig
439
+ # data as a hash:
440
+ #
441
+ # {
442
+ # spectrum_config: { # required
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
+ # },
453
+ # }
454
+ #
455
+ # @!attribute [rw] spectrum_config
456
+ # Information about the uplink spectral `Config`.
457
+ # @return [Types::UplinkSpectrumConfig]
458
+ #
459
+ # @!attribute [rw] target_eirp
460
+ # EIRP of the target.
461
+ # @return [Types::Eirp]
462
+ #
463
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/AntennaUplinkConfig AWS API Documentation
464
+ #
465
+ class AntennaUplinkConfig < Struct.new(
466
+ :spectrum_config,
467
+ :target_eirp)
468
+ include Aws::Structure
469
+ end
470
+
471
+ # Information about how AWS Ground Station should configure an antenna
472
+ # for downlink during a contact.
473
+ #
474
+ # @note When making an API call, you may pass AntennaDownlinkConfig
475
+ # data as a hash:
476
+ #
477
+ # {
478
+ # spectrum_config: { # required
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
+ # },
489
+ # }
490
+ #
491
+ # @!attribute [rw] spectrum_config
492
+ # Object that describes a spectral `Config`.
493
+ # @return [Types::SpectrumConfig]
494
+ #
495
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/AntennaDownlinkConfig AWS API Documentation
496
+ #
497
+ class AntennaDownlinkConfig < Struct.new(
498
+ :spectrum_config)
499
+ include Aws::Structure
500
+ end
501
+
502
+ # Information about an uplink echo `Config`.
503
+ #
504
+ # Parameters from the `AntennaUplinkConfig`, corresponding to the
505
+ # specified `AntennaUplinkConfigArn`, are used when this
506
+ # `UplinkEchoConfig` is used in a contact.
507
+ #
508
+ # @note When making an API call, you may pass UplinkEchoConfig
509
+ # data as a hash:
510
+ #
511
+ # {
512
+ # antenna_uplink_config_arn: "ConfigArn", # required
513
+ # enabled: false, # required
514
+ # }
515
+ #
516
+ # @!attribute [rw] antenna_uplink_config_arn
517
+ # ARN of an uplink `Config`.
518
+ # @return [String]
519
+ #
520
+ # @!attribute [rw] enabled
521
+ # Whether or not an uplink `Config` is enabled.
522
+ # @return [Boolean]
523
+ #
524
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UplinkEchoConfig AWS API Documentation
525
+ #
526
+ class UplinkEchoConfig < Struct.new(
527
+ :antenna_uplink_config_arn,
528
+ :enabled)
529
+ include Aws::Structure
530
+ end
531
+
532
+ # Information about the decode `Config`.
533
+ #
534
+ # @note When making an API call, you may pass DecodeConfig
535
+ # data as a hash:
536
+ #
537
+ # {
538
+ # unvalidated_json: "JsonString", # required
539
+ # }
540
+ #
541
+ # @!attribute [rw] unvalidated_json
542
+ # Unvalidated JSON of a decode `Config`.
543
+ # @return [String]
544
+ #
545
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DecodeConfig AWS API Documentation
546
+ #
547
+ class DecodeConfig < Struct.new(
548
+ :unvalidated_json)
549
+ include Aws::Structure
550
+ end
551
+
552
+ # @note When making an API call, you may pass DeleteDataflowEndpointGroupRequest
553
+ # data as a hash:
554
+ #
555
+ # {
556
+ # dataflow_endpoint_group_id: "String", # required
557
+ # }
558
+ #
559
+ # @!attribute [rw] dataflow_endpoint_group_id
560
+ # ID of a dataflow endpoint group.
561
+ # @return [String]
562
+ #
563
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteDataflowEndpointGroupRequest AWS API Documentation
564
+ #
565
+ class DeleteDataflowEndpointGroupRequest < Struct.new(
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:
572
+ #
573
+ # {
574
+ # config_data: { # required
575
+ # antenna_downlink_config: {
576
+ # spectrum_config: { # required
577
+ # bandwidth: { # required
578
+ # units: "GHz", # required, accepts GHz, MHz, kHz
579
+ # value: 1.0, # required
580
+ # },
581
+ # center_frequency: { # required
582
+ # units: "GHz", # required, accepts GHz, MHz, kHz
583
+ # value: 1.0, # required
584
+ # },
585
+ # polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
586
+ # },
587
+ # },
588
+ # antenna_downlink_demod_decode_config: {
589
+ # decode_config: { # required
590
+ # unvalidated_json: "JsonString", # required
591
+ # },
592
+ # demodulation_config: { # required
593
+ # unvalidated_json: "JsonString", # required
594
+ # },
595
+ # spectrum_config: { # required
596
+ # bandwidth: { # required
597
+ # units: "GHz", # required, accepts GHz, MHz, kHz
598
+ # value: 1.0, # required
599
+ # },
600
+ # center_frequency: { # required
601
+ # units: "GHz", # required, accepts GHz, MHz, kHz
602
+ # value: 1.0, # required
603
+ # },
604
+ # polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
605
+ # },
606
+ # },
607
+ # antenna_uplink_config: {
608
+ # spectrum_config: { # required
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
629
+ # },
630
+ # },
631
+ # name: "SafeName", # required
632
+ # tags: {
633
+ # "String" => "String",
634
+ # },
635
+ # }
636
+ #
637
+ # @!attribute [rw] config_data
638
+ # Parameters of a `Config`.
639
+ # @return [Types::ConfigTypeData]
640
+ #
641
+ # @!attribute [rw] name
642
+ # Name of a `Config`.
643
+ # @return [String]
644
+ #
645
+ # @!attribute [rw] tags
646
+ # Tags assigned to a `Config`.
647
+ # @return [Hash<String,String>]
648
+ #
649
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateConfigRequest AWS API Documentation
650
+ #
651
+ class CreateConfigRequest < Struct.new(
652
+ :config_data,
653
+ :name,
654
+ :tags)
655
+ include Aws::Structure
656
+ end
657
+
658
+ # Object that describes the frequency.
659
+ #
660
+ # @note When making an API call, you may pass Frequency
661
+ # data as a hash:
662
+ #
663
+ # {
664
+ # units: "GHz", # required, accepts GHz, MHz, kHz
665
+ # value: 1.0, # required
666
+ # }
667
+ #
668
+ # @!attribute [rw] units
669
+ # Frequency units.
670
+ # @return [String]
671
+ #
672
+ # @!attribute [rw] value
673
+ # Frequency value.
674
+ # @return [Float]
675
+ #
676
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Frequency AWS API Documentation
677
+ #
678
+ class Frequency < Struct.new(
679
+ :units,
680
+ :value)
681
+ include Aws::Structure
682
+ end
683
+
684
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UntagResourceResponse AWS API Documentation
685
+ #
686
+ class UntagResourceResponse < Aws::EmptyStructure; end
687
+
688
+ # @!attribute [rw] config_arn
689
+ # ARN of a `Config`.
690
+ # @return [String]
691
+ #
692
+ # @!attribute [rw] config_id
693
+ # UUID of a `Config`.
694
+ # @return [String]
695
+ #
696
+ # @!attribute [rw] config_type
697
+ # Type of a `Config`.
698
+ # @return [String]
699
+ #
700
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ConfigIdResponse AWS API Documentation
701
+ #
702
+ class ConfigIdResponse < Struct.new(
703
+ :config_arn,
704
+ :config_id,
705
+ :config_type)
706
+ include Aws::Structure
707
+ end
708
+
709
+ # Information about endpoints.
710
+ #
711
+ # @note When making an API call, you may pass SecurityDetails
712
+ # data as a hash:
713
+ #
714
+ # {
715
+ # role_arn: "RoleArn", # required
716
+ # security_group_ids: ["String"], # required
717
+ # subnet_ids: ["String"], # required
718
+ # }
719
+ #
720
+ # @!attribute [rw] role_arn
721
+ # ARN to a role needed for connecting streams to your instances.
722
+ # @return [String]
723
+ #
724
+ # @!attribute [rw] security_group_ids
725
+ # The security groups to attach to the elastic network interfaces.
726
+ # @return [Array<String>]
727
+ #
728
+ # @!attribute [rw] subnet_ids
729
+ # A list of subnets where AWS Ground Station places elastic network
730
+ # interfaces to send streams to your instances.
731
+ # @return [Array<String>]
732
+ #
733
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SecurityDetails AWS API Documentation
734
+ #
735
+ class SecurityDetails < Struct.new(
736
+ :role_arn,
737
+ :security_group_ids,
738
+ :subnet_ids)
739
+ include Aws::Structure
740
+ end
741
+
742
+ # Object that determines whether tracking should be used during a
743
+ # contact executed with this `Config` in the mission profile.
744
+ #
745
+ # @note When making an API call, you may pass TrackingConfig
746
+ # data as a hash:
747
+ #
748
+ # {
749
+ # autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
750
+ # }
751
+ #
752
+ # @!attribute [rw] autotrack
753
+ # Current setting for autotrack.
754
+ # @return [String]
755
+ #
756
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/TrackingConfig AWS API Documentation
757
+ #
758
+ class TrackingConfig < Struct.new(
759
+ :autotrack)
760
+ include Aws::Structure
761
+ end
762
+
763
+ # @note When making an API call, you may pass CreateDataflowEndpointGroupRequest
764
+ # data as a hash:
765
+ #
766
+ # {
767
+ # endpoint_details: [ # required
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
+ # }
788
+ #
789
+ # @!attribute [rw] endpoint_details
790
+ # Endpoint details of each endpoint in the dataflow endpoint group.
791
+ # @return [Array<Types::EndpointDetails>]
792
+ #
793
+ # @!attribute [rw] tags
794
+ # Tags of a dataflow endpoint group.
795
+ # @return [Hash<String,String>]
796
+ #
797
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateDataflowEndpointGroupRequest AWS API Documentation
798
+ #
799
+ class CreateDataflowEndpointGroupRequest < Struct.new(
800
+ :endpoint_details,
801
+ :tags)
802
+ include Aws::Structure
803
+ end
804
+
805
+ # Elevation angle of the satellite in the sky during a contact.
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
842
+ # data as a hash:
843
+ #
844
+ # {
845
+ # contact_id: "String", # required
846
+ # }
847
+ #
848
+ # @!attribute [rw] contact_id
849
+ # UUID of a contact.
850
+ # @return [String]
851
+ #
852
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CancelContactRequest AWS API Documentation
853
+ #
854
+ class CancelContactRequest < Struct.new(
855
+ :contact_id)
856
+ include Aws::Structure
857
+ end
858
+
859
+ # Information about the uplink spectral `Config`.
860
+ #
861
+ # @note When making an API call, you may pass UplinkSpectrumConfig
862
+ # data as a hash:
863
+ #
864
+ # {
865
+ # center_frequency: { # required
866
+ # units: "GHz", # required, accepts GHz, MHz, kHz
867
+ # value: 1.0, # required
868
+ # },
869
+ # polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
870
+ # }
871
+ #
872
+ # @!attribute [rw] center_frequency
873
+ # Center frequency of an uplink spectral `Config`.
874
+ # @return [Types::Frequency]
875
+ #
876
+ # @!attribute [rw] polarization
877
+ # Polarization of an uplink spectral `Config`.
878
+ # @return [String]
879
+ #
880
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UplinkSpectrumConfig AWS API Documentation
881
+ #
882
+ class UplinkSpectrumConfig < Struct.new(
883
+ :center_frequency,
884
+ :polarization)
885
+ include Aws::Structure
886
+ end
887
+
888
+ # @note When making an API call, you may pass UntagResourceRequest
889
+ # data as a hash:
890
+ #
891
+ # {
892
+ # resource_arn: "String", # required
893
+ # tag_keys: ["String"], # required
894
+ # }
895
+ #
896
+ # @!attribute [rw] resource_arn
897
+ # ARN of a resource.
898
+ # @return [String]
899
+ #
900
+ # @!attribute [rw] tag_keys
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
905
+ #
906
+ class UntagResourceRequest < Struct.new(
907
+ :resource_arn,
908
+ :tag_keys)
909
+ include Aws::Structure
910
+ end
911
+
912
+ # @!attribute [rw] contact_post_pass_duration_seconds
913
+ # Amount of time after a contact ends that you’d like to receive a
914
+ # CloudWatch event indicating the pass has finished.
915
+ # @return [Integer]
916
+ #
917
+ # @!attribute [rw] contact_pre_pass_duration_seconds
918
+ # Amount of time prior to contact start you’d like to receive a
919
+ # CloudWatch event indicating an upcoming pass.
920
+ # @return [Integer]
921
+ #
922
+ # @!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`.
925
+ # @return [Array<Array<String>>]
926
+ #
927
+ # @!attribute [rw] minimum_viable_contact_duration_seconds
928
+ # Smallest amount of time in seconds that you’d like to see for an
929
+ # available contact. AWS Ground Station will not present you with
930
+ # contacts shorter than this duration.
931
+ # @return [Integer]
932
+ #
933
+ # @!attribute [rw] mission_profile_arn
934
+ # ARN of a mission profile.
935
+ # @return [String]
936
+ #
937
+ # @!attribute [rw] mission_profile_id
938
+ # ID of a mission profile.
939
+ # @return [String]
940
+ #
941
+ # @!attribute [rw] name
942
+ # Name of a mission profile.
943
+ # @return [String]
944
+ #
945
+ # @!attribute [rw] region
946
+ # Region of a mission profile.
947
+ # @return [String]
948
+ #
949
+ # @!attribute [rw] tags
950
+ # Tags assigned to a mission profile.
951
+ # @return [Hash<String,String>]
952
+ #
953
+ # @!attribute [rw] tracking_config_arn
954
+ # ARN of a tracking `Config`.
955
+ # @return [String]
956
+ #
957
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMissionProfileResponse AWS API Documentation
958
+ #
959
+ class GetMissionProfileResponse < Struct.new(
960
+ :contact_post_pass_duration_seconds,
961
+ :contact_pre_pass_duration_seconds,
962
+ :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)
1130
+ include Aws::Structure
1131
+ end
1132
+
1133
+ # Information about the demodulation `Config`.
1134
+ #
1135
+ # @note When making an API call, you may pass DemodulationConfig
1136
+ # data as a hash:
1137
+ #
1138
+ # {
1139
+ # unvalidated_json: "JsonString", # required
1140
+ # }
1141
+ #
1142
+ # @!attribute [rw] unvalidated_json
1143
+ # Unvalidated JSON of a demodulation `Config`.
1144
+ # @return [String]
1145
+ #
1146
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DemodulationConfig AWS API Documentation
1147
+ #
1148
+ class DemodulationConfig < Struct.new(
1149
+ :unvalidated_json)
1150
+ include Aws::Structure
1151
+ end
1152
+
1153
+ # @!attribute [rw] mission_profile_list
1154
+ # List of mission profiles
1155
+ # @return [Array<Types::MissionProfileListItem>]
1156
+ #
1157
+ # @!attribute [rw] next_token
1158
+ # Next token returned in the response of a previous
1159
+ # `ListMissionProfiles` call. Used to get the next page of results.
1160
+ # @return [String]
1161
+ #
1162
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListMissionProfilesResponse AWS API Documentation
1163
+ #
1164
+ class ListMissionProfilesResponse < Struct.new(
1165
+ :mission_profile_list,
1166
+ :next_token)
1167
+ include Aws::Structure
1168
+ end
1169
+
1170
+ # @!attribute [rw] config_list
1171
+ # List of `Config` items.
1172
+ # @return [Array<Types::ConfigListItem>]
1173
+ #
1174
+ # @!attribute [rw] next_token
1175
+ # Next token returned in the response of a previous `ListConfigs`
1176
+ # call. Used to get the next page of results.
1177
+ # @return [String]
1178
+ #
1179
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListConfigsResponse AWS API Documentation
1180
+ #
1181
+ class ListConfigsResponse < Struct.new(
1182
+ :config_list,
1183
+ :next_token)
1184
+ include Aws::Structure
1185
+ end
1186
+
1187
+ # Object that represents EIRP.
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
+ # }
1196
+ #
1197
+ # @!attribute [rw] units
1198
+ # Units of an EIRP.
1199
+ # @return [String]
1200
+ #
1201
+ # @!attribute [rw] value
1202
+ # Value of an EIRP.
1203
+ # @return [Float]
1204
+ #
1205
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Eirp AWS API Documentation
1206
+ #
1207
+ class Eirp < Struct.new(
1208
+ :units,
1209
+ :value)
1210
+ include Aws::Structure
1211
+ end
1212
+
1213
+ # @note When making an API call, you may pass ListMissionProfilesRequest
1214
+ # data as a hash:
1215
+ #
1216
+ # {
1217
+ # max_results: 1,
1218
+ # next_token: "String",
1219
+ # }
1220
+ #
1221
+ # @!attribute [rw] max_results
1222
+ # Maximum number of mission profiles returned.
1223
+ # @return [Integer]
1224
+ #
1225
+ # @!attribute [rw] next_token
1226
+ # Next token returned in the request of a previous
1227
+ # `ListMissionProfiles` call. Used to get the next page of results.
1228
+ # @return [String]
1229
+ #
1230
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListMissionProfilesRequest AWS API Documentation
1231
+ #
1232
+ class ListMissionProfilesRequest < Struct.new(
1233
+ :max_results,
1234
+ :next_token)
1235
+ include Aws::Structure
1236
+ end
1237
+
1238
+ # @!attribute [rw] date_created
1239
+ # When a satellite was created.
1240
+ # @return [Time]
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]
1253
+ #
1254
+ # @!attribute [rw] satellite_id
1255
+ # UUID of a satellite.
1256
+ # @return [String]
1257
+ #
1258
+ # @!attribute [rw] tags
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
1263
+ #
1264
+ class GetSatelliteResponse < Struct.new(
1265
+ :date_created,
1266
+ :last_updated,
1267
+ :norad_satellite_id,
1268
+ :satellite_arn,
1269
+ :satellite_id,
1270
+ :tags)
1271
+ include Aws::Structure
1272
+ end
1273
+
1274
+ # @note When making an API call, you may pass ListContactsRequest
1275
+ # data as a hash:
1276
+ #
1277
+ # {
1278
+ # end_time: Time.now, # required
1279
+ # ground_station: "String",
1280
+ # max_results: 1,
1281
+ # mission_profile_arn: "MissionProfileArn",
1282
+ # next_token: "String",
1283
+ # satellite_arn: "satelliteArn",
1284
+ # 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
1286
+ # }
1287
+ #
1288
+ # @!attribute [rw] end_time
1289
+ # End time of a contact.
1290
+ # @return [Time]
1291
+ #
1292
+ # @!attribute [rw] ground_station
1293
+ # Name of a ground station.
1294
+ # @return [String]
1295
+ #
1296
+ # @!attribute [rw] max_results
1297
+ # Maximum number of contacts returned.
1298
+ # @return [Integer]
1299
+ #
1300
+ # @!attribute [rw] mission_profile_arn
1301
+ # ARN of a mission profile.
1302
+ # @return [String]
1303
+ #
1304
+ # @!attribute [rw] next_token
1305
+ # Next token returned in the request of a previous `ListContacts`
1306
+ # call. Used to get the next page of results.
1307
+ # @return [String]
1308
+ #
1309
+ # @!attribute [rw] satellite_arn
1310
+ # ARN of a satellite.
1311
+ # @return [String]
1312
+ #
1313
+ # @!attribute [rw] start_time
1314
+ # Start time of a contact.
1315
+ # @return [Time]
1316
+ #
1317
+ # @!attribute [rw] status_list
1318
+ # Status of a contact reservation.
1319
+ # @return [Array<String>]
1320
+ #
1321
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListContactsRequest AWS API Documentation
1322
+ #
1323
+ class ListContactsRequest < Struct.new(
1324
+ :end_time,
1325
+ :ground_station,
1326
+ :max_results,
1327
+ :mission_profile_arn,
1328
+ :next_token,
1329
+ :satellite_arn,
1330
+ :start_time,
1331
+ :status_list)
1332
+ include Aws::Structure
1333
+ end
1334
+
1335
+ # Data describing a contact.
1336
+ #
1337
+ # @!attribute [rw] contact_id
1338
+ # UUID of a contact.
1339
+ # @return [String]
1340
+ #
1341
+ # @!attribute [rw] contact_status
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.
1446
+ # @return [String]
1447
+ #
1448
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DataflowEndpoint AWS API Documentation
1449
+ #
1450
+ class DataflowEndpoint < Struct.new(
1451
+ :address,
1452
+ :name,
1453
+ :status)
1454
+ include Aws::Structure
1455
+ end
1456
+
1457
+ # @note When making an API call, you may pass ListConfigsRequest
1458
+ # data as a hash:
1459
+ #
1460
+ # {
1461
+ # max_results: 1,
1462
+ # next_token: "String",
1463
+ # }
1464
+ #
1465
+ # @!attribute [rw] max_results
1466
+ # Maximum number of `Configs` returned.
1467
+ # @return [Integer]
1468
+ #
1469
+ # @!attribute [rw] next_token
1470
+ # Next token returned in the request of a previous `ListConfigs` call.
1471
+ # Used to get the next page of results.
1472
+ # @return [String]
1473
+ #
1474
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListConfigsRequest AWS API Documentation
1475
+ #
1476
+ class ListConfigsRequest < Struct.new(
1477
+ :max_results,
1478
+ :next_token)
1479
+ include Aws::Structure
1480
+ end
1481
+
1482
+ # Information about the socket address.
1483
+ #
1484
+ # @note When making an API call, you may pass SocketAddress
1485
+ # data as a hash:
1486
+ #
1487
+ # {
1488
+ # name: "String", # required
1489
+ # port: 1, # required
1490
+ # }
1491
+ #
1492
+ # @!attribute [rw] name
1493
+ # Name of a socket address.
1494
+ # @return [String]
1495
+ #
1496
+ # @!attribute [rw] port
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
1501
+ #
1502
+ class SocketAddress < Struct.new(
1503
+ :name,
1504
+ :port)
1505
+ include Aws::Structure
1506
+ end
1507
+
1508
+ # @!attribute [rw] config_arn
1509
+ # ARN of a `Config`
1510
+ # @return [String]
1511
+ #
1512
+ # @!attribute [rw] config_data
1513
+ # Data elements in a `Config`.
1514
+ # @return [Types::ConfigTypeData]
1515
+ #
1516
+ # @!attribute [rw] config_id
1517
+ # UUID of a `Config`.
1518
+ # @return [String]
1519
+ #
1520
+ # @!attribute [rw] config_type
1521
+ # Type of a `Config`.
1522
+ # @return [String]
1523
+ #
1524
+ # @!attribute [rw] name
1525
+ # Name of a `Config`.
1526
+ # @return [String]
1527
+ #
1528
+ # @!attribute [rw] tags
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
1533
+ #
1534
+ class GetConfigResponse < Struct.new(
1535
+ :config_arn,
1536
+ :config_data,
1537
+ :config_id,
1538
+ :config_type,
1539
+ :name,
1540
+ :tags)
1541
+ include Aws::Structure
1542
+ end
1543
+
1544
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/TagResourceResponse AWS API Documentation
1545
+ #
1546
+ class TagResourceResponse < Aws::EmptyStructure; end
1547
+
1548
+ # @note When making an API call, you may pass DeleteMissionProfileRequest
1549
+ # data as a hash:
1550
+ #
1551
+ # {
1552
+ # mission_profile_id: "String", # required
1553
+ # }
1554
+ #
1555
+ # @!attribute [rw] mission_profile_id
1556
+ # UUID of a mission profile.
1557
+ # @return [String]
1558
+ #
1559
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteMissionProfileRequest AWS API Documentation
1560
+ #
1561
+ class DeleteMissionProfileRequest < Struct.new(
1562
+ :mission_profile_id)
1563
+ include Aws::Structure
1564
+ end
1565
+
1566
+ # Item in a list of satellites.
1567
+ #
1568
+ # @!attribute [rw] norad_satellite_id
1569
+ # NORAD satellite ID number.
1570
+ # @return [Integer]
1571
+ #
1572
+ # @!attribute [rw] satellite_arn
1573
+ # ARN of a satellite.
1574
+ # @return [String]
1575
+ #
1576
+ # @!attribute [rw] satellite_id
1577
+ # ID of a satellite.
1578
+ # @return [String]
1579
+ #
1580
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SatelliteListItem AWS API Documentation
1581
+ #
1582
+ class SatelliteListItem < Struct.new(
1583
+ :norad_satellite_id,
1584
+ :satellite_arn,
1585
+ :satellite_id)
1586
+ include Aws::Structure
1587
+ end
1588
+
1589
+ # @note When making an API call, you may pass GetMissionProfileRequest
1590
+ # data as a hash:
1591
+ #
1592
+ # {
1593
+ # mission_profile_id: "String", # required
1594
+ # }
1595
+ #
1596
+ # @!attribute [rw] mission_profile_id
1597
+ # UUID of a mission profile.
1598
+ # @return [String]
1599
+ #
1600
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetMissionProfileRequest AWS API Documentation
1601
+ #
1602
+ class GetMissionProfileRequest < Struct.new(
1603
+ :mission_profile_id)
1604
+ include Aws::Structure
1605
+ end
1606
+
1607
+ # @!attribute [rw] next_token
1608
+ # Next token that can be supplied in the next call to get the next
1609
+ # page of satellites.
1610
+ # @return [String]
1611
+ #
1612
+ # @!attribute [rw] satellites
1613
+ # List of satellites.
1614
+ # @return [Array<Types::SatelliteListItem>]
1615
+ #
1616
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListSatellitesResponse AWS API Documentation
1617
+ #
1618
+ class ListSatellitesResponse < Struct.new(
1619
+ :next_token,
1620
+ :satellites)
1621
+ include Aws::Structure
1622
+ end
1623
+
1624
+ # @note When making an API call, you may pass CreateMissionProfileRequest
1625
+ # data as a hash:
1626
+ #
1627
+ # {
1628
+ # contact_post_pass_duration_seconds: 1,
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
1639
+ # }
1640
+ #
1641
+ # @!attribute [rw] contact_post_pass_duration_seconds
1642
+ # Amount of time after a contact ends that you’d like to receive a
1643
+ # CloudWatch event indicating the pass has finished.
1644
+ # @return [Integer]
1645
+ #
1646
+ # @!attribute [rw] contact_pre_pass_duration_seconds
1647
+ # Amount of time prior to contact start you’d like to receive a
1648
+ # CloudWatch event indicating an upcoming pass.
1649
+ # @return [Integer]
1650
+ #
1651
+ # @!attribute [rw] dataflow_edges
1652
+ # A list of lists of ARNs. Each list of ARNs is an edge, with a from
1653
+ # `Config` and a to `Config`.
1654
+ # @return [Array<Array<String>>]
1655
+ #
1656
+ # @!attribute [rw] minimum_viable_contact_duration_seconds
1657
+ # Smallest amount of time in seconds that you’d like to see for an
1658
+ # available contact. AWS Ground Station will not present you with
1659
+ # contacts shorter than this duration.
1660
+ # @return [Integer]
1661
+ #
1662
+ # @!attribute [rw] name
1663
+ # Name of a mission profile.
1664
+ # @return [String]
1665
+ #
1666
+ # @!attribute [rw] tags
1667
+ # Tags assigned to a mission profile.
1668
+ # @return [Hash<String,String>]
1669
+ #
1670
+ # @!attribute [rw] tracking_config_arn
1671
+ # ARN of a tracking `Config`.
1672
+ # @return [String]
1673
+ #
1674
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateMissionProfileRequest AWS API Documentation
1675
+ #
1676
+ class CreateMissionProfileRequest < Struct.new(
1677
+ :contact_post_pass_duration_seconds,
1678
+ :contact_pre_pass_duration_seconds,
1679
+ :dataflow_edges,
1680
+ :minimum_viable_contact_duration_seconds,
1681
+ :name,
1682
+ :tags,
1683
+ :tracking_config_arn)
1684
+ include Aws::Structure
1685
+ end
1686
+
1687
+ # @note When making an API call, you may pass ReserveContactRequest
1688
+ # data as a hash:
1689
+ #
1690
+ # {
1691
+ # end_time: Time.now, # required
1692
+ # ground_station: "String", # required
1693
+ # mission_profile_arn: "MissionProfileArn", # required
1694
+ # satellite_arn: "satelliteArn", # required
1695
+ # start_time: Time.now, # required
1696
+ # tags: {
1697
+ # "String" => "String",
1698
+ # },
1699
+ # }
1700
+ #
1701
+ # @!attribute [rw] end_time
1702
+ # End time of a contact.
1703
+ # @return [Time]
1704
+ #
1705
+ # @!attribute [rw] ground_station
1706
+ # Name of a ground station.
1707
+ # @return [String]
1708
+ #
1709
+ # @!attribute [rw] mission_profile_arn
1710
+ # ARN of a mission profile.
1711
+ # @return [String]
1712
+ #
1713
+ # @!attribute [rw] satellite_arn
1714
+ # ARN of a satellite
1715
+ # @return [String]
1716
+ #
1717
+ # @!attribute [rw] start_time
1718
+ # Start time of a contact.
1719
+ # @return [Time]
1720
+ #
1721
+ # @!attribute [rw] tags
1722
+ # Tags assigned to a contact.
1723
+ # @return [Hash<String,String>]
1724
+ #
1725
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ReserveContactRequest AWS API Documentation
1726
+ #
1727
+ class ReserveContactRequest < Struct.new(
1728
+ :end_time,
1729
+ :ground_station,
1730
+ :mission_profile_arn,
1731
+ :satellite_arn,
1732
+ :start_time,
1733
+ :tags)
1734
+ include Aws::Structure
1735
+ end
1736
+
1737
+ # Information about the dataflow endpoint `Config`.
1738
+ #
1739
+ # @note When making an API call, you may pass DataflowEndpointConfig
1740
+ # data as a hash:
1741
+ #
1742
+ # {
1743
+ # dataflow_endpoint_name: "String", # required
1744
+ # }
1745
+ #
1746
+ # @!attribute [rw] dataflow_endpoint_name
1747
+ # Name of a dataflow endpoint.
1748
+ # @return [String]
1749
+ #
1750
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DataflowEndpointConfig AWS API Documentation
1751
+ #
1752
+ class DataflowEndpointConfig < Struct.new(
1753
+ :dataflow_endpoint_name)
1754
+ include Aws::Structure
1755
+ end
1756
+
1757
+ # @!attribute [rw] tags
1758
+ # Tags assigned to a resource.
1759
+ # @return [Hash<String,String>]
1760
+ #
1761
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListTagsForResourceResponse AWS API Documentation
1762
+ #
1763
+ class ListTagsForResourceResponse < Struct.new(
1764
+ :tags)
1765
+ include Aws::Structure
1766
+ end
1767
+
1768
+ # @!attribute [rw] contact_list
1769
+ # List of contacts.
1770
+ # @return [Array<Types::ContactData>]
1771
+ #
1772
+ # @!attribute [rw] next_token
1773
+ # Next token returned in the response of a previous `ListContacts`
1774
+ # call. Used to get the next page of results.
1775
+ # @return [String]
1776
+ #
1777
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListContactsResponse AWS API Documentation
1778
+ #
1779
+ class ListContactsResponse < Struct.new(
1780
+ :contact_list,
1781
+ :next_token)
1782
+ include Aws::Structure
1783
+ end
1784
+
1785
+ # @!attribute [rw] contact_id
1786
+ # UUID of a contact.
1787
+ # @return [String]
1788
+ #
1789
+ # @!attribute [rw] contact_status
1790
+ # Status of a contact.
1791
+ # @return [String]
1792
+ #
1793
+ # @!attribute [rw] end_time
1794
+ # End time of a contact.
1795
+ # @return [Time]
1796
+ #
1797
+ # @!attribute [rw] error_message
1798
+ # Error message for a contact.
1799
+ # @return [String]
1800
+ #
1801
+ # @!attribute [rw] ground_station
1802
+ # Ground station for a contact.
1803
+ # @return [String]
1804
+ #
1805
+ # @!attribute [rw] maximum_elevation
1806
+ # Maximum elevation angle of a contact.
1807
+ # @return [Types::Elevation]
1808
+ #
1809
+ # @!attribute [rw] mission_profile_arn
1810
+ # ARN of a mission profile.
1811
+ # @return [String]
1812
+ #
1813
+ # @!attribute [rw] post_pass_end_time
1814
+ # Amount of time after a contact ends that you’d like to receive a
1815
+ # CloudWatch event indicating the pass has finished.
1816
+ # @return [Time]
1817
+ #
1818
+ # @!attribute [rw] pre_pass_start_time
1819
+ # Amount of time prior to contact start you’d like to receive a
1820
+ # CloudWatch event indicating an upcoming pass.
1821
+ # @return [Time]
1822
+ #
1823
+ # @!attribute [rw] satellite_arn
1824
+ # ARN of a satellite.
1825
+ # @return [String]
1826
+ #
1827
+ # @!attribute [rw] start_time
1828
+ # Start time of a contact.
1829
+ # @return [Time]
1830
+ #
1831
+ # @!attribute [rw] tags
1832
+ # Tags assigned to a contact.
1833
+ # @return [Hash<String,String>]
1834
+ #
1835
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DescribeContactResponse AWS API Documentation
1836
+ #
1837
+ class DescribeContactResponse < Struct.new(
1838
+ :contact_id,
1839
+ :contact_status,
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)
1850
+ include Aws::Structure
1851
+ end
1852
+
1853
+ # An item in a list of `Config` objects.
1854
+ #
1855
+ # @!attribute [rw] config_arn
1856
+ # ARN of a `Config`.
1857
+ # @return [String]
1858
+ #
1859
+ # @!attribute [rw] config_id
1860
+ # UUID of a `Config`.
1861
+ # @return [String]
1862
+ #
1863
+ # @!attribute [rw] config_type
1864
+ # Type of a `Config`.
1865
+ # @return [String]
1866
+ #
1867
+ # @!attribute [rw] name
1868
+ # Name of a `Config`.
1869
+ # @return [String]
1870
+ #
1871
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ConfigListItem AWS API Documentation
1872
+ #
1873
+ class ConfigListItem < Struct.new(
1874
+ :config_arn,
1875
+ :config_id,
1876
+ :config_type,
1877
+ :name)
1878
+ include Aws::Structure
1879
+ end
1880
+
1881
+ # @note When making an API call, you may pass ListTagsForResourceRequest
1882
+ # data as a hash:
1883
+ #
1884
+ # {
1885
+ # resource_arn: "String", # required
1886
+ # }
1887
+ #
1888
+ # @!attribute [rw] resource_arn
1889
+ # ARN of a resource.
1890
+ # @return [String]
1891
+ #
1892
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListTagsForResourceRequest AWS API Documentation
1893
+ #
1894
+ class ListTagsForResourceRequest < Struct.new(
1895
+ :resource_arn)
1896
+ include Aws::Structure
1897
+ end
1898
+
1899
+ # @note When making an API call, you may pass ListDataflowEndpointGroupsRequest
1900
+ # data as a hash:
1901
+ #
1902
+ # {
1903
+ # max_results: 1,
1904
+ # next_token: "String",
1905
+ # }
1906
+ #
1907
+ # @!attribute [rw] max_results
1908
+ # Maximum number of dataflow endpoint groups returned.
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.
1915
+ # @return [String]
1916
+ #
1917
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListDataflowEndpointGroupsRequest AWS API Documentation
1918
+ #
1919
+ class ListDataflowEndpointGroupsRequest < Struct.new(
1920
+ :max_results,
1921
+ :next_token)
1922
+ include Aws::Structure
1923
+ end
1924
+
1925
+ # Object that describes the frequency bandwidth.
1926
+ #
1927
+ # @note When making an API call, you may pass FrequencyBandwidth
1928
+ # data as a hash:
1929
+ #
1930
+ # {
1931
+ # units: "GHz", # required, accepts GHz, MHz, kHz
1932
+ # value: 1.0, # required
1933
+ # }
1934
+ #
1935
+ # @!attribute [rw] units
1936
+ # Frequency bandwidth units.
1937
+ # @return [String]
1938
+ #
1939
+ # @!attribute [rw] value
1940
+ # Frequency bandwidth value.
1941
+ # @return [Float]
1942
+ #
1943
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/FrequencyBandwidth AWS API Documentation
1944
+ #
1945
+ class FrequencyBandwidth < Struct.new(
1946
+ :units,
1947
+ :value)
1948
+ include Aws::Structure
1949
+ end
1950
+
1951
+ # @note When making an API call, you may pass ListSatellitesRequest
1952
+ # data as a hash:
1953
+ #
1954
+ # {
1955
+ # max_results: 1,
1956
+ # next_token: "String",
1957
+ # }
1958
+ #
1959
+ # @!attribute [rw] max_results
1960
+ # Maximum number of satellites returned.
1961
+ # @return [Integer]
1962
+ #
1963
+ # @!attribute [rw] next_token
1964
+ # Next token that can be supplied in the next call to get the next
1965
+ # page of satellites.
1966
+ # @return [String]
1967
+ #
1968
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ListSatellitesRequest AWS API Documentation
1969
+ #
1970
+ class ListSatellitesRequest < Struct.new(
1971
+ :max_results,
1972
+ :next_token)
1973
+ include Aws::Structure
1974
+ end
1975
+
1976
+ # @note When making an API call, you may pass UpdateMissionProfileRequest
1977
+ # data as a hash:
1978
+ #
1979
+ # {
1980
+ # contact_post_pass_duration_seconds: 1,
1981
+ # contact_pre_pass_duration_seconds: 1,
1982
+ # dataflow_edges: [
1983
+ # ["ConfigArn"],
1984
+ # ],
1985
+ # minimum_viable_contact_duration_seconds: 1,
1986
+ # mission_profile_id: "String", # required
1987
+ # name: "SafeName",
1988
+ # tracking_config_arn: "ConfigArn",
1989
+ # }
1990
+ #
1991
+ # @!attribute [rw] contact_post_pass_duration_seconds
1992
+ # Amount of time after a contact ends that you’d like to receive a
1993
+ # CloudWatch event indicating the pass has finished.
1994
+ # @return [Integer]
1995
+ #
1996
+ # @!attribute [rw] contact_pre_pass_duration_seconds
1997
+ # Amount of time after a contact ends that you’d like to receive a
1998
+ # CloudWatch event indicating the pass has finished.
1999
+ # @return [Integer]
2000
+ #
2001
+ # @!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`.
2004
+ # @return [Array<Array<String>>]
2005
+ #
2006
+ # @!attribute [rw] minimum_viable_contact_duration_seconds
2007
+ # Smallest amount of time in seconds that you’d like to see for an
2008
+ # available contact. AWS Ground Station will not present you with
2009
+ # contacts shorter than this duration.
2010
+ # @return [Integer]
2011
+ #
2012
+ # @!attribute [rw] mission_profile_id
2013
+ # ID of a mission profile.
2014
+ # @return [String]
2015
+ #
2016
+ # @!attribute [rw] name
2017
+ # Name of a mission profile.
2018
+ # @return [String]
2019
+ #
2020
+ # @!attribute [rw] tracking_config_arn
2021
+ # ARN of a tracking `Config`.
2022
+ # @return [String]
2023
+ #
2024
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UpdateMissionProfileRequest AWS API Documentation
2025
+ #
2026
+ class UpdateMissionProfileRequest < Struct.new(
2027
+ :contact_post_pass_duration_seconds,
2028
+ :contact_pre_pass_duration_seconds,
2029
+ :dataflow_edges,
2030
+ :minimum_viable_contact_duration_seconds,
2031
+ :mission_profile_id,
2032
+ :name,
2033
+ :tracking_config_arn)
2034
+ include Aws::Structure
2035
+ end
2036
+
2037
+ # @note When making an API call, you may pass TagResourceRequest
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>]
2096
+ #
2097
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetDataflowEndpointGroupResponse AWS API Documentation
2098
+ #
2099
+ class GetDataflowEndpointGroupResponse < Struct.new(
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
2108
+ # data as a hash:
2109
+ #
2110
+ # {
2111
+ # dataflow_endpoint_group_id: "String", # required
2112
+ # }
2113
+ #
2114
+ # @!attribute [rw] dataflow_endpoint_group_id
2115
+ # UUID of a dataflow endpoint group.
2116
+ # @return [String]
2117
+ #
2118
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetDataflowEndpointGroupRequest AWS API Documentation
2119
+ #
2120
+ class GetDataflowEndpointGroupRequest < Struct.new(
2121
+ :dataflow_endpoint_group_id)
2122
+ include Aws::Structure
2123
+ end
2124
+
2125
+ # @note When making an API call, you may pass GetMinuteUsageRequest
2126
+ # data as a hash:
2127
+ #
2128
+ # {
2129
+ # month: 1, # required
2130
+ # year: 1, # required
2131
+ # }
2132
+ #
2133
+ # @!attribute [rw] month
2134
+ # The month being requested, with a value of 1-12.
2135
+ # @return [Integer]
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
2142
+ #
2143
+ class GetMinuteUsageRequest < Struct.new(
2144
+ :month,
2145
+ :year)
2146
+ include Aws::Structure
2147
+ end
2148
+
2149
+ # @!attribute [rw] dataflow_endpoint_group_id
2150
+ # ID of a dataflow endpoint group.
2151
+ # @return [String]
2152
+ #
2153
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DataflowEndpointGroupIdResponse AWS API Documentation
2154
+ #
2155
+ class DataflowEndpointGroupIdResponse < Struct.new(
2156
+ :dataflow_endpoint_group_id)
2157
+ include Aws::Structure
2158
+ end
2159
+
2160
+ end
2161
+ end