aws-sdk-groundstation 1.29.0 → 1.31.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-groundstation/client.rb +136 -2
- data/lib/aws-sdk-groundstation/client_api.rb +5 -0
- data/lib/aws-sdk-groundstation/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-groundstation/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-groundstation/types.rb +27 -716
- data/lib/aws-sdk-groundstation/waiters.rb +121 -0
- data/lib/aws-sdk-groundstation.rb +2 -1
- metadata +3 -2
@@ -27,23 +27,6 @@ module Aws::GroundStation
|
|
27
27
|
# Information about how AWS Ground Station should configure an antenna
|
28
28
|
# for downlink during a contact.
|
29
29
|
#
|
30
|
-
# @note When making an API call, you may pass AntennaDownlinkConfig
|
31
|
-
# data as a hash:
|
32
|
-
#
|
33
|
-
# {
|
34
|
-
# spectrum_config: { # required
|
35
|
-
# bandwidth: { # required
|
36
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
37
|
-
# value: 1.0, # required
|
38
|
-
# },
|
39
|
-
# center_frequency: { # required
|
40
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
41
|
-
# value: 1.0, # required
|
42
|
-
# },
|
43
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
44
|
-
# },
|
45
|
-
# }
|
46
|
-
#
|
47
30
|
# @!attribute [rw] spectrum_config
|
48
31
|
# Object that describes a spectral `Config`.
|
49
32
|
# @return [Types::SpectrumConfig]
|
@@ -59,29 +42,6 @@ module Aws::GroundStation
|
|
59
42
|
# Information about how AWS Ground Station should configure an antenna
|
60
43
|
# for downlink demod decode during a contact.
|
61
44
|
#
|
62
|
-
# @note When making an API call, you may pass AntennaDownlinkDemodDecodeConfig
|
63
|
-
# data as a hash:
|
64
|
-
#
|
65
|
-
# {
|
66
|
-
# decode_config: { # required
|
67
|
-
# unvalidated_json: "JsonString", # required
|
68
|
-
# },
|
69
|
-
# demodulation_config: { # required
|
70
|
-
# unvalidated_json: "JsonString", # required
|
71
|
-
# },
|
72
|
-
# spectrum_config: { # required
|
73
|
-
# bandwidth: { # required
|
74
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
75
|
-
# value: 1.0, # required
|
76
|
-
# },
|
77
|
-
# center_frequency: { # required
|
78
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
79
|
-
# value: 1.0, # required
|
80
|
-
# },
|
81
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
82
|
-
# },
|
83
|
-
# }
|
84
|
-
#
|
85
45
|
# @!attribute [rw] decode_config
|
86
46
|
# Information about the decode `Config`.
|
87
47
|
# @return [Types::DecodeConfig]
|
@@ -106,24 +66,6 @@ module Aws::GroundStation
|
|
106
66
|
|
107
67
|
# Information about the uplink `Config` of an antenna.
|
108
68
|
#
|
109
|
-
# @note When making an API call, you may pass AntennaUplinkConfig
|
110
|
-
# data as a hash:
|
111
|
-
#
|
112
|
-
# {
|
113
|
-
# spectrum_config: { # required
|
114
|
-
# center_frequency: { # required
|
115
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
116
|
-
# value: 1.0, # required
|
117
|
-
# },
|
118
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
119
|
-
# },
|
120
|
-
# target_eirp: { # required
|
121
|
-
# units: "dBW", # required, accepts dBW
|
122
|
-
# value: 1.0, # required
|
123
|
-
# },
|
124
|
-
# transmit_disabled: false,
|
125
|
-
# }
|
126
|
-
#
|
127
69
|
# @!attribute [rw] spectrum_config
|
128
70
|
# Information about the uplink spectral `Config`.
|
129
71
|
# @return [Types::UplinkSpectrumConfig]
|
@@ -146,13 +88,6 @@ module Aws::GroundStation
|
|
146
88
|
include Aws::Structure
|
147
89
|
end
|
148
90
|
|
149
|
-
# @note When making an API call, you may pass CancelContactRequest
|
150
|
-
# data as a hash:
|
151
|
-
#
|
152
|
-
# {
|
153
|
-
# contact_id: "Uuid", # required
|
154
|
-
# }
|
155
|
-
#
|
156
91
|
# @!attribute [rw] contact_id
|
157
92
|
# UUID of a contact.
|
158
93
|
# @return [String]
|
@@ -406,80 +341,6 @@ module Aws::GroundStation
|
|
406
341
|
include Aws::Structure
|
407
342
|
end
|
408
343
|
|
409
|
-
# @note When making an API call, you may pass CreateConfigRequest
|
410
|
-
# data as a hash:
|
411
|
-
#
|
412
|
-
# {
|
413
|
-
# config_data: { # required
|
414
|
-
# antenna_downlink_config: {
|
415
|
-
# spectrum_config: { # required
|
416
|
-
# bandwidth: { # required
|
417
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
418
|
-
# value: 1.0, # required
|
419
|
-
# },
|
420
|
-
# center_frequency: { # required
|
421
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
422
|
-
# value: 1.0, # required
|
423
|
-
# },
|
424
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
425
|
-
# },
|
426
|
-
# },
|
427
|
-
# antenna_downlink_demod_decode_config: {
|
428
|
-
# decode_config: { # required
|
429
|
-
# unvalidated_json: "JsonString", # required
|
430
|
-
# },
|
431
|
-
# demodulation_config: { # required
|
432
|
-
# unvalidated_json: "JsonString", # required
|
433
|
-
# },
|
434
|
-
# spectrum_config: { # required
|
435
|
-
# bandwidth: { # required
|
436
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
437
|
-
# value: 1.0, # required
|
438
|
-
# },
|
439
|
-
# center_frequency: { # required
|
440
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
441
|
-
# value: 1.0, # required
|
442
|
-
# },
|
443
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
444
|
-
# },
|
445
|
-
# },
|
446
|
-
# antenna_uplink_config: {
|
447
|
-
# spectrum_config: { # required
|
448
|
-
# center_frequency: { # required
|
449
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
450
|
-
# value: 1.0, # required
|
451
|
-
# },
|
452
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
453
|
-
# },
|
454
|
-
# target_eirp: { # required
|
455
|
-
# units: "dBW", # required, accepts dBW
|
456
|
-
# value: 1.0, # required
|
457
|
-
# },
|
458
|
-
# transmit_disabled: false,
|
459
|
-
# },
|
460
|
-
# dataflow_endpoint_config: {
|
461
|
-
# dataflow_endpoint_name: "String", # required
|
462
|
-
# dataflow_endpoint_region: "String",
|
463
|
-
# },
|
464
|
-
# s3_recording_config: {
|
465
|
-
# bucket_arn: "BucketArn", # required
|
466
|
-
# prefix: "S3KeyPrefix",
|
467
|
-
# role_arn: "RoleArn", # required
|
468
|
-
# },
|
469
|
-
# tracking_config: {
|
470
|
-
# autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
|
471
|
-
# },
|
472
|
-
# uplink_echo_config: {
|
473
|
-
# antenna_uplink_config_arn: "ConfigArn", # required
|
474
|
-
# enabled: false, # required
|
475
|
-
# },
|
476
|
-
# },
|
477
|
-
# name: "SafeName", # required
|
478
|
-
# tags: {
|
479
|
-
# "String" => "String",
|
480
|
-
# },
|
481
|
-
# }
|
482
|
-
#
|
483
344
|
# @!attribute [rw] config_data
|
484
345
|
# Parameters of a `Config`.
|
485
346
|
# @return [Types::ConfigTypeData]
|
@@ -502,32 +363,17 @@ module Aws::GroundStation
|
|
502
363
|
include Aws::Structure
|
503
364
|
end
|
504
365
|
|
505
|
-
#
|
506
|
-
#
|
507
|
-
#
|
508
|
-
#
|
509
|
-
#
|
510
|
-
#
|
511
|
-
#
|
512
|
-
#
|
513
|
-
#
|
514
|
-
#
|
515
|
-
#
|
516
|
-
# mtu: 1,
|
517
|
-
# name: "SafeName",
|
518
|
-
# status: "created", # accepts created, creating, deleted, deleting, failed
|
519
|
-
# },
|
520
|
-
# security_details: {
|
521
|
-
# role_arn: "RoleArn", # required
|
522
|
-
# security_group_ids: ["String"], # required
|
523
|
-
# subnet_ids: ["String"], # required
|
524
|
-
# },
|
525
|
-
# },
|
526
|
-
# ],
|
527
|
-
# tags: {
|
528
|
-
# "String" => "String",
|
529
|
-
# },
|
530
|
-
# }
|
366
|
+
# @!attribute [rw] contact_post_pass_duration_seconds
|
367
|
+
# Amount of time, in seconds, after a contact ends for the contact to
|
368
|
+
# remain in a `POSTPASS` state. A CloudWatch event is emitted when the
|
369
|
+
# contact enters and exits the `POSTPASS` state.
|
370
|
+
# @return [Integer]
|
371
|
+
#
|
372
|
+
# @!attribute [rw] contact_pre_pass_duration_seconds
|
373
|
+
# Amount of time, in seconds, prior to contact start for the contact
|
374
|
+
# to remain in a `PREPASS` state. A CloudWatch event is emitted when
|
375
|
+
# the contact enters and exits the `PREPASS` state.
|
376
|
+
# @return [Integer]
|
531
377
|
#
|
532
378
|
# @!attribute [rw] endpoint_details
|
533
379
|
# Endpoint details of each endpoint in the dataflow endpoint group.
|
@@ -540,54 +386,14 @@ module Aws::GroundStation
|
|
540
386
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateDataflowEndpointGroupRequest AWS API Documentation
|
541
387
|
#
|
542
388
|
class CreateDataflowEndpointGroupRequest < Struct.new(
|
389
|
+
:contact_post_pass_duration_seconds,
|
390
|
+
:contact_pre_pass_duration_seconds,
|
543
391
|
:endpoint_details,
|
544
392
|
:tags)
|
545
393
|
SENSITIVE = []
|
546
394
|
include Aws::Structure
|
547
395
|
end
|
548
396
|
|
549
|
-
# @note When making an API call, you may pass CreateEphemerisRequest
|
550
|
-
# data as a hash:
|
551
|
-
#
|
552
|
-
# {
|
553
|
-
# enabled: false,
|
554
|
-
# ephemeris: {
|
555
|
-
# oem: {
|
556
|
-
# oem_data: "UnboundedString",
|
557
|
-
# s3_object: {
|
558
|
-
# bucket: "S3BucketName",
|
559
|
-
# key: "S3ObjectKey",
|
560
|
-
# version: "S3VersionId",
|
561
|
-
# },
|
562
|
-
# },
|
563
|
-
# tle: {
|
564
|
-
# s3_object: {
|
565
|
-
# bucket: "S3BucketName",
|
566
|
-
# key: "S3ObjectKey",
|
567
|
-
# version: "S3VersionId",
|
568
|
-
# },
|
569
|
-
# tle_data: [
|
570
|
-
# {
|
571
|
-
# tle_line_1: "TleLineOne", # required
|
572
|
-
# tle_line_2: "TleLineTwo", # required
|
573
|
-
# valid_time_range: { # required
|
574
|
-
# end_time: Time.now, # required
|
575
|
-
# start_time: Time.now, # required
|
576
|
-
# },
|
577
|
-
# },
|
578
|
-
# ],
|
579
|
-
# },
|
580
|
-
# },
|
581
|
-
# expiration_time: Time.now,
|
582
|
-
# kms_key_arn: "KeyArn",
|
583
|
-
# name: "SafeName", # required
|
584
|
-
# priority: 1,
|
585
|
-
# satellite_id: "Uuid", # required
|
586
|
-
# tags: {
|
587
|
-
# "String" => "String",
|
588
|
-
# },
|
589
|
-
# }
|
590
|
-
#
|
591
397
|
# @!attribute [rw] enabled
|
592
398
|
# Whether to set the ephemeris status to `ENABLED` after validation.
|
593
399
|
#
|
@@ -647,23 +453,6 @@ module Aws::GroundStation
|
|
647
453
|
include Aws::Structure
|
648
454
|
end
|
649
455
|
|
650
|
-
# @note When making an API call, you may pass CreateMissionProfileRequest
|
651
|
-
# data as a hash:
|
652
|
-
#
|
653
|
-
# {
|
654
|
-
# contact_post_pass_duration_seconds: 1,
|
655
|
-
# contact_pre_pass_duration_seconds: 1,
|
656
|
-
# dataflow_edges: [ # required
|
657
|
-
# ["ConfigArn"],
|
658
|
-
# ],
|
659
|
-
# minimum_viable_contact_duration_seconds: 1, # required
|
660
|
-
# name: "SafeName", # required
|
661
|
-
# tags: {
|
662
|
-
# "String" => "String",
|
663
|
-
# },
|
664
|
-
# tracking_config_arn: "ConfigArn", # required
|
665
|
-
# }
|
666
|
-
#
|
667
456
|
# @!attribute [rw] contact_post_pass_duration_seconds
|
668
457
|
# Amount of time after a contact ends that you’d like to receive a
|
669
458
|
# CloudWatch event indicating the pass has finished.
|
@@ -737,19 +526,6 @@ module Aws::GroundStation
|
|
737
526
|
|
738
527
|
# Information about a dataflow endpoint.
|
739
528
|
#
|
740
|
-
# @note When making an API call, you may pass DataflowEndpoint
|
741
|
-
# data as a hash:
|
742
|
-
#
|
743
|
-
# {
|
744
|
-
# address: {
|
745
|
-
# name: "String", # required
|
746
|
-
# port: 1, # required
|
747
|
-
# },
|
748
|
-
# mtu: 1,
|
749
|
-
# name: "SafeName",
|
750
|
-
# status: "created", # accepts created, creating, deleted, deleting, failed
|
751
|
-
# }
|
752
|
-
#
|
753
529
|
# @!attribute [rw] address
|
754
530
|
# Socket address of a dataflow endpoint.
|
755
531
|
# @return [Types::SocketAddress]
|
@@ -780,14 +556,6 @@ module Aws::GroundStation
|
|
780
556
|
|
781
557
|
# Information about the dataflow endpoint `Config`.
|
782
558
|
#
|
783
|
-
# @note When making an API call, you may pass DataflowEndpointConfig
|
784
|
-
# data as a hash:
|
785
|
-
#
|
786
|
-
# {
|
787
|
-
# dataflow_endpoint_name: "String", # required
|
788
|
-
# dataflow_endpoint_region: "String",
|
789
|
-
# }
|
790
|
-
#
|
791
559
|
# @!attribute [rw] dataflow_endpoint_name
|
792
560
|
# Name of a dataflow endpoint.
|
793
561
|
# @return [String]
|
@@ -838,13 +606,6 @@ module Aws::GroundStation
|
|
838
606
|
|
839
607
|
# Information about the decode `Config`.
|
840
608
|
#
|
841
|
-
# @note When making an API call, you may pass DecodeConfig
|
842
|
-
# data as a hash:
|
843
|
-
#
|
844
|
-
# {
|
845
|
-
# unvalidated_json: "JsonString", # required
|
846
|
-
# }
|
847
|
-
#
|
848
609
|
# @!attribute [rw] unvalidated_json
|
849
610
|
# Unvalidated JSON of a decode `Config`.
|
850
611
|
# @return [String]
|
@@ -857,14 +618,6 @@ module Aws::GroundStation
|
|
857
618
|
include Aws::Structure
|
858
619
|
end
|
859
620
|
|
860
|
-
# @note When making an API call, you may pass DeleteConfigRequest
|
861
|
-
# data as a hash:
|
862
|
-
#
|
863
|
-
# {
|
864
|
-
# config_id: "Uuid", # required
|
865
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, antenna-uplink, dataflow-endpoint, tracking, uplink-echo, s3-recording
|
866
|
-
# }
|
867
|
-
#
|
868
621
|
# @!attribute [rw] config_id
|
869
622
|
# UUID of a `Config`.
|
870
623
|
# @return [String]
|
@@ -882,13 +635,6 @@ module Aws::GroundStation
|
|
882
635
|
include Aws::Structure
|
883
636
|
end
|
884
637
|
|
885
|
-
# @note When making an API call, you may pass DeleteDataflowEndpointGroupRequest
|
886
|
-
# data as a hash:
|
887
|
-
#
|
888
|
-
# {
|
889
|
-
# dataflow_endpoint_group_id: "Uuid", # required
|
890
|
-
# }
|
891
|
-
#
|
892
638
|
# @!attribute [rw] dataflow_endpoint_group_id
|
893
639
|
# UUID of a dataflow endpoint group.
|
894
640
|
# @return [String]
|
@@ -901,13 +647,6 @@ module Aws::GroundStation
|
|
901
647
|
include Aws::Structure
|
902
648
|
end
|
903
649
|
|
904
|
-
# @note When making an API call, you may pass DeleteEphemerisRequest
|
905
|
-
# data as a hash:
|
906
|
-
#
|
907
|
-
# {
|
908
|
-
# ephemeris_id: "Uuid", # required
|
909
|
-
# }
|
910
|
-
#
|
911
650
|
# @!attribute [rw] ephemeris_id
|
912
651
|
# The AWS Ground Station ephemeris ID.
|
913
652
|
# @return [String]
|
@@ -920,13 +659,6 @@ module Aws::GroundStation
|
|
920
659
|
include Aws::Structure
|
921
660
|
end
|
922
661
|
|
923
|
-
# @note When making an API call, you may pass DeleteMissionProfileRequest
|
924
|
-
# data as a hash:
|
925
|
-
#
|
926
|
-
# {
|
927
|
-
# mission_profile_id: "Uuid", # required
|
928
|
-
# }
|
929
|
-
#
|
930
662
|
# @!attribute [rw] mission_profile_id
|
931
663
|
# UUID of a mission profile.
|
932
664
|
# @return [String]
|
@@ -941,13 +673,6 @@ module Aws::GroundStation
|
|
941
673
|
|
942
674
|
# Information about the demodulation `Config`.
|
943
675
|
#
|
944
|
-
# @note When making an API call, you may pass DemodulationConfig
|
945
|
-
# data as a hash:
|
946
|
-
#
|
947
|
-
# {
|
948
|
-
# unvalidated_json: "JsonString", # required
|
949
|
-
# }
|
950
|
-
#
|
951
676
|
# @!attribute [rw] unvalidated_json
|
952
677
|
# Unvalidated JSON of a demodulation `Config`.
|
953
678
|
# @return [String]
|
@@ -977,13 +702,6 @@ module Aws::GroundStation
|
|
977
702
|
include Aws::Structure
|
978
703
|
end
|
979
704
|
|
980
|
-
# @note When making an API call, you may pass DescribeContactRequest
|
981
|
-
# data as a hash:
|
982
|
-
#
|
983
|
-
# {
|
984
|
-
# contact_id: "Uuid", # required
|
985
|
-
# }
|
986
|
-
#
|
987
705
|
# @!attribute [rw] contact_id
|
988
706
|
# UUID of a contact.
|
989
707
|
# @return [String]
|
@@ -1076,13 +794,6 @@ module Aws::GroundStation
|
|
1076
794
|
include Aws::Structure
|
1077
795
|
end
|
1078
796
|
|
1079
|
-
# @note When making an API call, you may pass DescribeEphemerisRequest
|
1080
|
-
# data as a hash:
|
1081
|
-
#
|
1082
|
-
# {
|
1083
|
-
# ephemeris_id: "Uuid", # required
|
1084
|
-
# }
|
1085
|
-
#
|
1086
797
|
# @!attribute [rw] ephemeris_id
|
1087
798
|
# The AWS Ground Station ephemeris ID.
|
1088
799
|
# @return [String]
|
@@ -1192,14 +903,6 @@ module Aws::GroundStation
|
|
1192
903
|
|
1193
904
|
# Object that represents EIRP.
|
1194
905
|
#
|
1195
|
-
# @note When making an API call, you may pass Eirp
|
1196
|
-
# data as a hash:
|
1197
|
-
#
|
1198
|
-
# {
|
1199
|
-
# units: "dBW", # required, accepts dBW
|
1200
|
-
# value: 1.0, # required
|
1201
|
-
# }
|
1202
|
-
#
|
1203
906
|
# @!attribute [rw] units
|
1204
907
|
# Units of an EIRP.
|
1205
908
|
# @return [String]
|
@@ -1238,26 +941,6 @@ module Aws::GroundStation
|
|
1238
941
|
|
1239
942
|
# Information about the endpoint details.
|
1240
943
|
#
|
1241
|
-
# @note When making an API call, you may pass EndpointDetails
|
1242
|
-
# data as a hash:
|
1243
|
-
#
|
1244
|
-
# {
|
1245
|
-
# endpoint: {
|
1246
|
-
# address: {
|
1247
|
-
# name: "String", # required
|
1248
|
-
# port: 1, # required
|
1249
|
-
# },
|
1250
|
-
# mtu: 1,
|
1251
|
-
# name: "SafeName",
|
1252
|
-
# status: "created", # accepts created, creating, deleted, deleting, failed
|
1253
|
-
# },
|
1254
|
-
# security_details: {
|
1255
|
-
# role_arn: "RoleArn", # required
|
1256
|
-
# security_group_ids: ["String"], # required
|
1257
|
-
# subnet_ids: ["String"], # required
|
1258
|
-
# },
|
1259
|
-
# }
|
1260
|
-
#
|
1261
944
|
# @!attribute [rw] endpoint
|
1262
945
|
# A dataflow endpoint.
|
1263
946
|
# @return [Types::DataflowEndpoint]
|
@@ -1450,14 +1133,6 @@ module Aws::GroundStation
|
|
1450
1133
|
|
1451
1134
|
# Object that describes the frequency.
|
1452
1135
|
#
|
1453
|
-
# @note When making an API call, you may pass Frequency
|
1454
|
-
# data as a hash:
|
1455
|
-
#
|
1456
|
-
# {
|
1457
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
1458
|
-
# value: 1.0, # required
|
1459
|
-
# }
|
1460
|
-
#
|
1461
1136
|
# @!attribute [rw] units
|
1462
1137
|
# Frequency units.
|
1463
1138
|
# @return [String]
|
@@ -1478,14 +1153,6 @@ module Aws::GroundStation
|
|
1478
1153
|
|
1479
1154
|
# Object that describes the frequency bandwidth.
|
1480
1155
|
#
|
1481
|
-
# @note When making an API call, you may pass FrequencyBandwidth
|
1482
|
-
# data as a hash:
|
1483
|
-
#
|
1484
|
-
# {
|
1485
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
1486
|
-
# value: 1.0, # required
|
1487
|
-
# }
|
1488
|
-
#
|
1489
1156
|
# @!attribute [rw] units
|
1490
1157
|
# Frequency bandwidth units.
|
1491
1158
|
# @return [String]
|
@@ -1513,14 +1180,6 @@ module Aws::GroundStation
|
|
1513
1180
|
include Aws::Structure
|
1514
1181
|
end
|
1515
1182
|
|
1516
|
-
# @note When making an API call, you may pass GetConfigRequest
|
1517
|
-
# data as a hash:
|
1518
|
-
#
|
1519
|
-
# {
|
1520
|
-
# config_id: "Uuid", # required
|
1521
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, antenna-uplink, dataflow-endpoint, tracking, uplink-echo, s3-recording
|
1522
|
-
# }
|
1523
|
-
#
|
1524
1183
|
# @!attribute [rw] config_id
|
1525
1184
|
# UUID of a `Config`.
|
1526
1185
|
# @return [String]
|
@@ -1575,13 +1234,6 @@ module Aws::GroundStation
|
|
1575
1234
|
include Aws::Structure
|
1576
1235
|
end
|
1577
1236
|
|
1578
|
-
# @note When making an API call, you may pass GetDataflowEndpointGroupRequest
|
1579
|
-
# data as a hash:
|
1580
|
-
#
|
1581
|
-
# {
|
1582
|
-
# dataflow_endpoint_group_id: "Uuid", # required
|
1583
|
-
# }
|
1584
|
-
#
|
1585
1237
|
# @!attribute [rw] dataflow_endpoint_group_id
|
1586
1238
|
# UUID of a dataflow endpoint group.
|
1587
1239
|
# @return [String]
|
@@ -1594,6 +1246,18 @@ module Aws::GroundStation
|
|
1594
1246
|
include Aws::Structure
|
1595
1247
|
end
|
1596
1248
|
|
1249
|
+
# @!attribute [rw] contact_post_pass_duration_seconds
|
1250
|
+
# Amount of time, in seconds, after a contact ends for the contact to
|
1251
|
+
# remain in a `POSTPASS` state. A CloudWatch event is emitted when the
|
1252
|
+
# contact enters and exits the `POSTPASS` state.
|
1253
|
+
# @return [Integer]
|
1254
|
+
#
|
1255
|
+
# @!attribute [rw] contact_pre_pass_duration_seconds
|
1256
|
+
# Amount of time, in seconds, prior to contact start for the contact
|
1257
|
+
# to remain in a `PREPASS` state. A CloudWatch event is emitted when
|
1258
|
+
# the contact enters and exits the `PREPASS` state.
|
1259
|
+
# @return [Integer]
|
1260
|
+
#
|
1597
1261
|
# @!attribute [rw] dataflow_endpoint_group_arn
|
1598
1262
|
# ARN of a dataflow endpoint group.
|
1599
1263
|
# @return [String]
|
@@ -1613,6 +1277,8 @@ module Aws::GroundStation
|
|
1613
1277
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/GetDataflowEndpointGroupResponse AWS API Documentation
|
1614
1278
|
#
|
1615
1279
|
class GetDataflowEndpointGroupResponse < Struct.new(
|
1280
|
+
:contact_post_pass_duration_seconds,
|
1281
|
+
:contact_pre_pass_duration_seconds,
|
1616
1282
|
:dataflow_endpoint_group_arn,
|
1617
1283
|
:dataflow_endpoint_group_id,
|
1618
1284
|
:endpoints_details,
|
@@ -1621,14 +1287,6 @@ module Aws::GroundStation
|
|
1621
1287
|
include Aws::Structure
|
1622
1288
|
end
|
1623
1289
|
|
1624
|
-
# @note When making an API call, you may pass GetMinuteUsageRequest
|
1625
|
-
# data as a hash:
|
1626
|
-
#
|
1627
|
-
# {
|
1628
|
-
# month: 1, # required
|
1629
|
-
# year: 1, # required
|
1630
|
-
# }
|
1631
|
-
#
|
1632
1290
|
# @!attribute [rw] month
|
1633
1291
|
# The month being requested, with a value of 1-12.
|
1634
1292
|
# @return [Integer]
|
@@ -1683,13 +1341,6 @@ module Aws::GroundStation
|
|
1683
1341
|
include Aws::Structure
|
1684
1342
|
end
|
1685
1343
|
|
1686
|
-
# @note When making an API call, you may pass GetMissionProfileRequest
|
1687
|
-
# data as a hash:
|
1688
|
-
#
|
1689
|
-
# {
|
1690
|
-
# mission_profile_id: "Uuid", # required
|
1691
|
-
# }
|
1692
|
-
#
|
1693
1344
|
# @!attribute [rw] mission_profile_id
|
1694
1345
|
# UUID of a mission profile.
|
1695
1346
|
# @return [String]
|
@@ -1764,13 +1415,6 @@ module Aws::GroundStation
|
|
1764
1415
|
include Aws::Structure
|
1765
1416
|
end
|
1766
1417
|
|
1767
|
-
# @note When making an API call, you may pass GetSatelliteRequest
|
1768
|
-
# data as a hash:
|
1769
|
-
#
|
1770
|
-
# {
|
1771
|
-
# satellite_id: "Uuid", # required
|
1772
|
-
# }
|
1773
|
-
#
|
1774
1418
|
# @!attribute [rw] satellite_id
|
1775
1419
|
# UUID of a satellite.
|
1776
1420
|
# @return [String]
|
@@ -1857,14 +1501,6 @@ module Aws::GroundStation
|
|
1857
1501
|
include Aws::Structure
|
1858
1502
|
end
|
1859
1503
|
|
1860
|
-
# @note When making an API call, you may pass ListConfigsRequest
|
1861
|
-
# data as a hash:
|
1862
|
-
#
|
1863
|
-
# {
|
1864
|
-
# max_results: 1,
|
1865
|
-
# next_token: "PaginationToken",
|
1866
|
-
# }
|
1867
|
-
#
|
1868
1504
|
# @!attribute [rw] max_results
|
1869
1505
|
# Maximum number of `Configs` returned.
|
1870
1506
|
# @return [Integer]
|
@@ -1901,20 +1537,6 @@ module Aws::GroundStation
|
|
1901
1537
|
include Aws::Structure
|
1902
1538
|
end
|
1903
1539
|
|
1904
|
-
# @note When making an API call, you may pass ListContactsRequest
|
1905
|
-
# data as a hash:
|
1906
|
-
#
|
1907
|
-
# {
|
1908
|
-
# end_time: Time.now, # required
|
1909
|
-
# ground_station: "GroundStationName",
|
1910
|
-
# max_results: 1,
|
1911
|
-
# mission_profile_arn: "MissionProfileArn",
|
1912
|
-
# next_token: "PaginationToken",
|
1913
|
-
# satellite_arn: "satelliteArn",
|
1914
|
-
# start_time: Time.now, # required
|
1915
|
-
# status_list: ["AVAILABLE"], # required, accepts AVAILABLE, AWS_CANCELLED, AWS_FAILED, CANCELLED, CANCELLING, COMPLETED, FAILED, FAILED_TO_SCHEDULE, PASS, POSTPASS, PREPASS, SCHEDULED, SCHEDULING
|
1916
|
-
# }
|
1917
|
-
#
|
1918
1540
|
# @!attribute [rw] end_time
|
1919
1541
|
# End time of a contact in UTC.
|
1920
1542
|
# @return [Time]
|
@@ -1981,14 +1603,6 @@ module Aws::GroundStation
|
|
1981
1603
|
include Aws::Structure
|
1982
1604
|
end
|
1983
1605
|
|
1984
|
-
# @note When making an API call, you may pass ListDataflowEndpointGroupsRequest
|
1985
|
-
# data as a hash:
|
1986
|
-
#
|
1987
|
-
# {
|
1988
|
-
# max_results: 1,
|
1989
|
-
# next_token: "PaginationToken",
|
1990
|
-
# }
|
1991
|
-
#
|
1992
1606
|
# @!attribute [rw] max_results
|
1993
1607
|
# Maximum number of dataflow endpoint groups returned.
|
1994
1608
|
# @return [Integer]
|
@@ -2027,18 +1641,6 @@ module Aws::GroundStation
|
|
2027
1641
|
include Aws::Structure
|
2028
1642
|
end
|
2029
1643
|
|
2030
|
-
# @note When making an API call, you may pass ListEphemeridesRequest
|
2031
|
-
# data as a hash:
|
2032
|
-
#
|
2033
|
-
# {
|
2034
|
-
# end_time: Time.now, # required
|
2035
|
-
# max_results: 1,
|
2036
|
-
# next_token: "PaginationToken",
|
2037
|
-
# satellite_id: "Uuid", # required
|
2038
|
-
# start_time: Time.now, # required
|
2039
|
-
# status_list: ["VALIDATING"], # accepts VALIDATING, INVALID, ERROR, ENABLED, DISABLED, EXPIRED
|
2040
|
-
# }
|
2041
|
-
#
|
2042
1644
|
# @!attribute [rw] end_time
|
2043
1645
|
# The end time to list in UTC. The operation will return an ephemeris
|
2044
1646
|
# if its expiration time is within the time range defined by the
|
@@ -2097,15 +1699,6 @@ module Aws::GroundStation
|
|
2097
1699
|
include Aws::Structure
|
2098
1700
|
end
|
2099
1701
|
|
2100
|
-
# @note When making an API call, you may pass ListGroundStationsRequest
|
2101
|
-
# data as a hash:
|
2102
|
-
#
|
2103
|
-
# {
|
2104
|
-
# max_results: 1,
|
2105
|
-
# next_token: "PaginationToken",
|
2106
|
-
# satellite_id: "Uuid",
|
2107
|
-
# }
|
2108
|
-
#
|
2109
1702
|
# @!attribute [rw] max_results
|
2110
1703
|
# Maximum number of ground stations returned.
|
2111
1704
|
# @return [Integer]
|
@@ -2147,14 +1740,6 @@ module Aws::GroundStation
|
|
2147
1740
|
include Aws::Structure
|
2148
1741
|
end
|
2149
1742
|
|
2150
|
-
# @note When making an API call, you may pass ListMissionProfilesRequest
|
2151
|
-
# data as a hash:
|
2152
|
-
#
|
2153
|
-
# {
|
2154
|
-
# max_results: 1,
|
2155
|
-
# next_token: "PaginationToken",
|
2156
|
-
# }
|
2157
|
-
#
|
2158
1743
|
# @!attribute [rw] max_results
|
2159
1744
|
# Maximum number of mission profiles returned.
|
2160
1745
|
# @return [Integer]
|
@@ -2191,14 +1776,6 @@ module Aws::GroundStation
|
|
2191
1776
|
include Aws::Structure
|
2192
1777
|
end
|
2193
1778
|
|
2194
|
-
# @note When making an API call, you may pass ListSatellitesRequest
|
2195
|
-
# data as a hash:
|
2196
|
-
#
|
2197
|
-
# {
|
2198
|
-
# max_results: 1,
|
2199
|
-
# next_token: "PaginationToken",
|
2200
|
-
# }
|
2201
|
-
#
|
2202
1779
|
# @!attribute [rw] max_results
|
2203
1780
|
# Maximum number of satellites returned.
|
2204
1781
|
# @return [Integer]
|
@@ -2235,13 +1812,6 @@ module Aws::GroundStation
|
|
2235
1812
|
include Aws::Structure
|
2236
1813
|
end
|
2237
1814
|
|
2238
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
2239
|
-
# data as a hash:
|
2240
|
-
#
|
2241
|
-
# {
|
2242
|
-
# resource_arn: "AnyArn", # required
|
2243
|
-
# }
|
2244
|
-
#
|
2245
1815
|
# @!attribute [rw] resource_arn
|
2246
1816
|
# ARN of a resource.
|
2247
1817
|
# @return [String]
|
@@ -2309,18 +1879,6 @@ module Aws::GroundStation
|
|
2309
1879
|
|
2310
1880
|
# Ephemeris data in Orbit Ephemeris Message (OEM) format.
|
2311
1881
|
#
|
2312
|
-
# @note When making an API call, you may pass OEMEphemeris
|
2313
|
-
# data as a hash:
|
2314
|
-
#
|
2315
|
-
# {
|
2316
|
-
# oem_data: "UnboundedString",
|
2317
|
-
# s3_object: {
|
2318
|
-
# bucket: "S3BucketName",
|
2319
|
-
# key: "S3ObjectKey",
|
2320
|
-
# version: "S3VersionId",
|
2321
|
-
# },
|
2322
|
-
# }
|
2323
|
-
#
|
2324
1882
|
# @!attribute [rw] oem_data
|
2325
1883
|
# The data for an OEM ephemeris, supplied directly in the request
|
2326
1884
|
# rather than through an S3 object.
|
@@ -2339,20 +1897,6 @@ module Aws::GroundStation
|
|
2339
1897
|
include Aws::Structure
|
2340
1898
|
end
|
2341
1899
|
|
2342
|
-
# @note When making an API call, you may pass ReserveContactRequest
|
2343
|
-
# data as a hash:
|
2344
|
-
#
|
2345
|
-
# {
|
2346
|
-
# end_time: Time.now, # required
|
2347
|
-
# ground_station: "GroundStationName", # required
|
2348
|
-
# mission_profile_arn: "MissionProfileArn", # required
|
2349
|
-
# satellite_arn: "satelliteArn", # required
|
2350
|
-
# start_time: Time.now, # required
|
2351
|
-
# tags: {
|
2352
|
-
# "String" => "String",
|
2353
|
-
# },
|
2354
|
-
# }
|
2355
|
-
#
|
2356
1900
|
# @!attribute [rw] end_time
|
2357
1901
|
# End time of a contact in UTC.
|
2358
1902
|
# @return [Time]
|
@@ -2422,15 +1966,6 @@ module Aws::GroundStation
|
|
2422
1966
|
|
2423
1967
|
# Object stored in S3 containing ephemeris data.
|
2424
1968
|
#
|
2425
|
-
# @note When making an API call, you may pass S3Object
|
2426
|
-
# data as a hash:
|
2427
|
-
#
|
2428
|
-
# {
|
2429
|
-
# bucket: "S3BucketName",
|
2430
|
-
# key: "S3ObjectKey",
|
2431
|
-
# version: "S3VersionId",
|
2432
|
-
# }
|
2433
|
-
#
|
2434
1969
|
# @!attribute [rw] bucket
|
2435
1970
|
# An Amazon S3 Bucket name.
|
2436
1971
|
# @return [String]
|
@@ -2455,15 +1990,6 @@ module Aws::GroundStation
|
|
2455
1990
|
|
2456
1991
|
# Information about an S3 recording `Config`.
|
2457
1992
|
#
|
2458
|
-
# @note When making an API call, you may pass S3RecordingConfig
|
2459
|
-
# data as a hash:
|
2460
|
-
#
|
2461
|
-
# {
|
2462
|
-
# bucket_arn: "BucketArn", # required
|
2463
|
-
# prefix: "S3KeyPrefix",
|
2464
|
-
# role_arn: "RoleArn", # required
|
2465
|
-
# }
|
2466
|
-
#
|
2467
1993
|
# @!attribute [rw] bucket_arn
|
2468
1994
|
# ARN of the bucket to record to.
|
2469
1995
|
# @return [String]
|
@@ -2542,15 +2068,6 @@ module Aws::GroundStation
|
|
2542
2068
|
|
2543
2069
|
# Information about endpoints.
|
2544
2070
|
#
|
2545
|
-
# @note When making an API call, you may pass SecurityDetails
|
2546
|
-
# data as a hash:
|
2547
|
-
#
|
2548
|
-
# {
|
2549
|
-
# role_arn: "RoleArn", # required
|
2550
|
-
# security_group_ids: ["String"], # required
|
2551
|
-
# subnet_ids: ["String"], # required
|
2552
|
-
# }
|
2553
|
-
#
|
2554
2071
|
# @!attribute [rw] role_arn
|
2555
2072
|
# ARN to a role needed for connecting streams to your instances.
|
2556
2073
|
# @return [String]
|
@@ -2576,14 +2093,6 @@ module Aws::GroundStation
|
|
2576
2093
|
|
2577
2094
|
# Information about the socket address.
|
2578
2095
|
#
|
2579
|
-
# @note When making an API call, you may pass SocketAddress
|
2580
|
-
# data as a hash:
|
2581
|
-
#
|
2582
|
-
# {
|
2583
|
-
# name: "String", # required
|
2584
|
-
# port: 1, # required
|
2585
|
-
# }
|
2586
|
-
#
|
2587
2096
|
# @!attribute [rw] name
|
2588
2097
|
# Name of a socket address.
|
2589
2098
|
# @return [String]
|
@@ -2633,21 +2142,6 @@ module Aws::GroundStation
|
|
2633
2142
|
|
2634
2143
|
# Object that describes a spectral `Config`.
|
2635
2144
|
#
|
2636
|
-
# @note When making an API call, you may pass SpectrumConfig
|
2637
|
-
# data as a hash:
|
2638
|
-
#
|
2639
|
-
# {
|
2640
|
-
# bandwidth: { # required
|
2641
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2642
|
-
# value: 1.0, # required
|
2643
|
-
# },
|
2644
|
-
# center_frequency: { # required
|
2645
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2646
|
-
# value: 1.0, # required
|
2647
|
-
# },
|
2648
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
2649
|
-
# }
|
2650
|
-
#
|
2651
2145
|
# @!attribute [rw] bandwidth
|
2652
2146
|
# Bandwidth of a spectral `Config`. AWS Ground Station currently has
|
2653
2147
|
# the following bandwidth limitations:
|
@@ -2685,18 +2179,6 @@ module Aws::GroundStation
|
|
2685
2179
|
|
2686
2180
|
# Two-line element set (TLE) data.
|
2687
2181
|
#
|
2688
|
-
# @note When making an API call, you may pass TLEData
|
2689
|
-
# data as a hash:
|
2690
|
-
#
|
2691
|
-
# {
|
2692
|
-
# tle_line_1: "TleLineOne", # required
|
2693
|
-
# tle_line_2: "TleLineTwo", # required
|
2694
|
-
# valid_time_range: { # required
|
2695
|
-
# end_time: Time.now, # required
|
2696
|
-
# start_time: Time.now, # required
|
2697
|
-
# },
|
2698
|
-
# }
|
2699
|
-
#
|
2700
2182
|
# @!attribute [rw] tle_line_1
|
2701
2183
|
# First line of two-line element set (TLE) data.
|
2702
2184
|
# @return [String]
|
@@ -2721,27 +2203,6 @@ module Aws::GroundStation
|
|
2721
2203
|
|
2722
2204
|
# Two-line element set (TLE) ephemeris.
|
2723
2205
|
#
|
2724
|
-
# @note When making an API call, you may pass TLEEphemeris
|
2725
|
-
# data as a hash:
|
2726
|
-
#
|
2727
|
-
# {
|
2728
|
-
# s3_object: {
|
2729
|
-
# bucket: "S3BucketName",
|
2730
|
-
# key: "S3ObjectKey",
|
2731
|
-
# version: "S3VersionId",
|
2732
|
-
# },
|
2733
|
-
# tle_data: [
|
2734
|
-
# {
|
2735
|
-
# tle_line_1: "TleLineOne", # required
|
2736
|
-
# tle_line_2: "TleLineTwo", # required
|
2737
|
-
# valid_time_range: { # required
|
2738
|
-
# end_time: Time.now, # required
|
2739
|
-
# start_time: Time.now, # required
|
2740
|
-
# },
|
2741
|
-
# },
|
2742
|
-
# ],
|
2743
|
-
# }
|
2744
|
-
#
|
2745
2206
|
# @!attribute [rw] s3_object
|
2746
2207
|
# Identifies the S3 object to be used as the ephemeris.
|
2747
2208
|
# @return [Types::S3Object]
|
@@ -2760,16 +2221,6 @@ module Aws::GroundStation
|
|
2760
2221
|
include Aws::Structure
|
2761
2222
|
end
|
2762
2223
|
|
2763
|
-
# @note When making an API call, you may pass TagResourceRequest
|
2764
|
-
# data as a hash:
|
2765
|
-
#
|
2766
|
-
# {
|
2767
|
-
# resource_arn: "AnyArn", # required
|
2768
|
-
# tags: { # required
|
2769
|
-
# "String" => "String",
|
2770
|
-
# },
|
2771
|
-
# }
|
2772
|
-
#
|
2773
2224
|
# @!attribute [rw] resource_arn
|
2774
2225
|
# ARN of a resource tag.
|
2775
2226
|
# @return [String]
|
@@ -2793,14 +2244,6 @@ module Aws::GroundStation
|
|
2793
2244
|
|
2794
2245
|
# A time range with a start and end time.
|
2795
2246
|
#
|
2796
|
-
# @note When making an API call, you may pass TimeRange
|
2797
|
-
# data as a hash:
|
2798
|
-
#
|
2799
|
-
# {
|
2800
|
-
# end_time: Time.now, # required
|
2801
|
-
# start_time: Time.now, # required
|
2802
|
-
# }
|
2803
|
-
#
|
2804
2247
|
# @!attribute [rw] end_time
|
2805
2248
|
# Time in UTC at which the time range ends.
|
2806
2249
|
# @return [Time]
|
@@ -2821,13 +2264,6 @@ module Aws::GroundStation
|
|
2821
2264
|
# Object that determines whether tracking should be used during a
|
2822
2265
|
# contact executed with this `Config` in the mission profile.
|
2823
2266
|
#
|
2824
|
-
# @note When making an API call, you may pass TrackingConfig
|
2825
|
-
# data as a hash:
|
2826
|
-
#
|
2827
|
-
# {
|
2828
|
-
# autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
|
2829
|
-
# }
|
2830
|
-
#
|
2831
2267
|
# @!attribute [rw] autotrack
|
2832
2268
|
# Current setting for autotrack.
|
2833
2269
|
# @return [String]
|
@@ -2840,14 +2276,6 @@ module Aws::GroundStation
|
|
2840
2276
|
include Aws::Structure
|
2841
2277
|
end
|
2842
2278
|
|
2843
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
2844
|
-
# data as a hash:
|
2845
|
-
#
|
2846
|
-
# {
|
2847
|
-
# resource_arn: "AnyArn", # required
|
2848
|
-
# tag_keys: ["UnboundedString"], # required
|
2849
|
-
# }
|
2850
|
-
#
|
2851
2279
|
# @!attribute [rw] resource_arn
|
2852
2280
|
# ARN of a resource.
|
2853
2281
|
# @return [String]
|
@@ -2869,79 +2297,6 @@ module Aws::GroundStation
|
|
2869
2297
|
#
|
2870
2298
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
2871
2299
|
|
2872
|
-
# @note When making an API call, you may pass UpdateConfigRequest
|
2873
|
-
# data as a hash:
|
2874
|
-
#
|
2875
|
-
# {
|
2876
|
-
# config_data: { # required
|
2877
|
-
# antenna_downlink_config: {
|
2878
|
-
# spectrum_config: { # required
|
2879
|
-
# bandwidth: { # required
|
2880
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2881
|
-
# value: 1.0, # required
|
2882
|
-
# },
|
2883
|
-
# center_frequency: { # required
|
2884
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2885
|
-
# value: 1.0, # required
|
2886
|
-
# },
|
2887
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
2888
|
-
# },
|
2889
|
-
# },
|
2890
|
-
# antenna_downlink_demod_decode_config: {
|
2891
|
-
# decode_config: { # required
|
2892
|
-
# unvalidated_json: "JsonString", # required
|
2893
|
-
# },
|
2894
|
-
# demodulation_config: { # required
|
2895
|
-
# unvalidated_json: "JsonString", # required
|
2896
|
-
# },
|
2897
|
-
# spectrum_config: { # required
|
2898
|
-
# bandwidth: { # required
|
2899
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2900
|
-
# value: 1.0, # required
|
2901
|
-
# },
|
2902
|
-
# center_frequency: { # required
|
2903
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2904
|
-
# value: 1.0, # required
|
2905
|
-
# },
|
2906
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
2907
|
-
# },
|
2908
|
-
# },
|
2909
|
-
# antenna_uplink_config: {
|
2910
|
-
# spectrum_config: { # required
|
2911
|
-
# center_frequency: { # required
|
2912
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2913
|
-
# value: 1.0, # required
|
2914
|
-
# },
|
2915
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
2916
|
-
# },
|
2917
|
-
# target_eirp: { # required
|
2918
|
-
# units: "dBW", # required, accepts dBW
|
2919
|
-
# value: 1.0, # required
|
2920
|
-
# },
|
2921
|
-
# transmit_disabled: false,
|
2922
|
-
# },
|
2923
|
-
# dataflow_endpoint_config: {
|
2924
|
-
# dataflow_endpoint_name: "String", # required
|
2925
|
-
# dataflow_endpoint_region: "String",
|
2926
|
-
# },
|
2927
|
-
# s3_recording_config: {
|
2928
|
-
# bucket_arn: "BucketArn", # required
|
2929
|
-
# prefix: "S3KeyPrefix",
|
2930
|
-
# role_arn: "RoleArn", # required
|
2931
|
-
# },
|
2932
|
-
# tracking_config: {
|
2933
|
-
# autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
|
2934
|
-
# },
|
2935
|
-
# uplink_echo_config: {
|
2936
|
-
# antenna_uplink_config_arn: "ConfigArn", # required
|
2937
|
-
# enabled: false, # required
|
2938
|
-
# },
|
2939
|
-
# },
|
2940
|
-
# config_id: "Uuid", # required
|
2941
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, antenna-uplink, dataflow-endpoint, tracking, uplink-echo, s3-recording
|
2942
|
-
# name: "SafeName", # required
|
2943
|
-
# }
|
2944
|
-
#
|
2945
2300
|
# @!attribute [rw] config_data
|
2946
2301
|
# Parameters of a `Config`.
|
2947
2302
|
# @return [Types::ConfigTypeData]
|
@@ -2969,16 +2324,6 @@ module Aws::GroundStation
|
|
2969
2324
|
include Aws::Structure
|
2970
2325
|
end
|
2971
2326
|
|
2972
|
-
# @note When making an API call, you may pass UpdateEphemerisRequest
|
2973
|
-
# data as a hash:
|
2974
|
-
#
|
2975
|
-
# {
|
2976
|
-
# enabled: false, # required
|
2977
|
-
# ephemeris_id: "Uuid", # required
|
2978
|
-
# name: "SafeName",
|
2979
|
-
# priority: 1,
|
2980
|
-
# }
|
2981
|
-
#
|
2982
2327
|
# @!attribute [rw] enabled
|
2983
2328
|
# Whether the ephemeris is enabled or not. Changing this value will
|
2984
2329
|
# not require the ephemeris to be re-validated.
|
@@ -3014,21 +2359,6 @@ module Aws::GroundStation
|
|
3014
2359
|
include Aws::Structure
|
3015
2360
|
end
|
3016
2361
|
|
3017
|
-
# @note When making an API call, you may pass UpdateMissionProfileRequest
|
3018
|
-
# data as a hash:
|
3019
|
-
#
|
3020
|
-
# {
|
3021
|
-
# contact_post_pass_duration_seconds: 1,
|
3022
|
-
# contact_pre_pass_duration_seconds: 1,
|
3023
|
-
# dataflow_edges: [
|
3024
|
-
# ["ConfigArn"],
|
3025
|
-
# ],
|
3026
|
-
# minimum_viable_contact_duration_seconds: 1,
|
3027
|
-
# mission_profile_id: "Uuid", # required
|
3028
|
-
# name: "SafeName",
|
3029
|
-
# tracking_config_arn: "ConfigArn",
|
3030
|
-
# }
|
3031
|
-
#
|
3032
2362
|
# @!attribute [rw] contact_post_pass_duration_seconds
|
3033
2363
|
# Amount of time after a contact ends that you’d like to receive a
|
3034
2364
|
# CloudWatch event indicating the pass has finished.
|
@@ -3082,14 +2412,6 @@ module Aws::GroundStation
|
|
3082
2412
|
# specified `AntennaUplinkConfigArn`, are used when this
|
3083
2413
|
# `UplinkEchoConfig` is used in a contact.
|
3084
2414
|
#
|
3085
|
-
# @note When making an API call, you may pass UplinkEchoConfig
|
3086
|
-
# data as a hash:
|
3087
|
-
#
|
3088
|
-
# {
|
3089
|
-
# antenna_uplink_config_arn: "ConfigArn", # required
|
3090
|
-
# enabled: false, # required
|
3091
|
-
# }
|
3092
|
-
#
|
3093
2415
|
# @!attribute [rw] antenna_uplink_config_arn
|
3094
2416
|
# ARN of an uplink `Config`.
|
3095
2417
|
# @return [String]
|
@@ -3109,17 +2431,6 @@ module Aws::GroundStation
|
|
3109
2431
|
|
3110
2432
|
# Information about the uplink spectral `Config`.
|
3111
2433
|
#
|
3112
|
-
# @note When making an API call, you may pass UplinkSpectrumConfig
|
3113
|
-
# data as a hash:
|
3114
|
-
#
|
3115
|
-
# {
|
3116
|
-
# center_frequency: { # required
|
3117
|
-
# units: "GHz", # required, accepts GHz, MHz, kHz
|
3118
|
-
# value: 1.0, # required
|
3119
|
-
# },
|
3120
|
-
# polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
|
3121
|
-
# }
|
3122
|
-
#
|
3123
2434
|
# @!attribute [rw] center_frequency
|
3124
2435
|
# Center frequency of an uplink spectral `Config`. Valid values are
|
3125
2436
|
# between 2025 to 2120 MHz.
|