aws-sdk-groundstation 1.9.1 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-groundstation.rb +3 -1
- data/lib/aws-sdk-groundstation/client.rb +3 -1
- data/lib/aws-sdk-groundstation/client_api.rb +2 -0
- data/lib/aws-sdk-groundstation/errors.rb +2 -0
- data/lib/aws-sdk-groundstation/resource.rb +2 -0
- data/lib/aws-sdk-groundstation/types.rb +73 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2cd8f14f941ee213c083c8b8d2d2d3eab83e36d75de887361b7846bab1a8b6c
|
|
4
|
+
data.tar.gz: 8b712cfbb0de1c014979b84cf2a63fb5c35d84b20ca78f2bbde82b533b63b265
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3558e9ec449515a54568eb246f2a9e7815c284d506bdf00a11fc3df4395fb4747f1be436d869e24c4f0bf7d764b6eae29e7683422d77cf37571331470b98dd49
|
|
7
|
+
data.tar.gz: 60219373cf7f32d2dc72465222c3410f866a57c4c956d7a23dac859949daec4a8789da8688040862eb68d4f00ab6f8ef7ffdf6ad5d14241bb266246dffa9baf0
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-groundstation/customizations'
|
|
|
45
47
|
# @service
|
|
46
48
|
module Aws::GroundStation
|
|
47
49
|
|
|
48
|
-
GEM_VERSION = '1.
|
|
50
|
+
GEM_VERSION = '1.10.0'
|
|
49
51
|
|
|
50
52
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -1540,7 +1542,7 @@ module Aws::GroundStation
|
|
|
1540
1542
|
params: params,
|
|
1541
1543
|
config: config)
|
|
1542
1544
|
context[:gem_name] = 'aws-sdk-groundstation'
|
|
1543
|
-
context[:gem_version] = '1.
|
|
1545
|
+
context[:gem_version] = '1.10.0'
|
|
1544
1546
|
Seahorse::Client::Request.new(handlers, context)
|
|
1545
1547
|
end
|
|
1546
1548
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -36,6 +38,7 @@ module Aws::GroundStation
|
|
|
36
38
|
#
|
|
37
39
|
class AntennaDownlinkConfig < Struct.new(
|
|
38
40
|
:spectrum_config)
|
|
41
|
+
SENSITIVE = []
|
|
39
42
|
include Aws::Structure
|
|
40
43
|
end
|
|
41
44
|
|
|
@@ -83,6 +86,7 @@ module Aws::GroundStation
|
|
|
83
86
|
:decode_config,
|
|
84
87
|
:demodulation_config,
|
|
85
88
|
:spectrum_config)
|
|
89
|
+
SENSITIVE = []
|
|
86
90
|
include Aws::Structure
|
|
87
91
|
end
|
|
88
92
|
|
|
@@ -118,6 +122,7 @@ module Aws::GroundStation
|
|
|
118
122
|
class AntennaUplinkConfig < Struct.new(
|
|
119
123
|
:spectrum_config,
|
|
120
124
|
:target_eirp)
|
|
125
|
+
SENSITIVE = []
|
|
121
126
|
include Aws::Structure
|
|
122
127
|
end
|
|
123
128
|
|
|
@@ -136,6 +141,7 @@ module Aws::GroundStation
|
|
|
136
141
|
#
|
|
137
142
|
class CancelContactRequest < Struct.new(
|
|
138
143
|
:contact_id)
|
|
144
|
+
SENSITIVE = []
|
|
139
145
|
include Aws::Structure
|
|
140
146
|
end
|
|
141
147
|
|
|
@@ -157,6 +163,7 @@ module Aws::GroundStation
|
|
|
157
163
|
:config_arn,
|
|
158
164
|
:config_id,
|
|
159
165
|
:config_type)
|
|
166
|
+
SENSITIVE = []
|
|
160
167
|
include Aws::Structure
|
|
161
168
|
end
|
|
162
169
|
|
|
@@ -185,6 +192,7 @@ module Aws::GroundStation
|
|
|
185
192
|
:config_id,
|
|
186
193
|
:config_type,
|
|
187
194
|
:name)
|
|
195
|
+
SENSITIVE = []
|
|
188
196
|
include Aws::Structure
|
|
189
197
|
end
|
|
190
198
|
|
|
@@ -295,6 +303,7 @@ module Aws::GroundStation
|
|
|
295
303
|
:dataflow_endpoint_config,
|
|
296
304
|
:tracking_config,
|
|
297
305
|
:uplink_echo_config)
|
|
306
|
+
SENSITIVE = []
|
|
298
307
|
include Aws::Structure
|
|
299
308
|
end
|
|
300
309
|
|
|
@@ -370,6 +379,7 @@ module Aws::GroundStation
|
|
|
370
379
|
:satellite_arn,
|
|
371
380
|
:start_time,
|
|
372
381
|
:tags)
|
|
382
|
+
SENSITIVE = []
|
|
373
383
|
include Aws::Structure
|
|
374
384
|
end
|
|
375
385
|
|
|
@@ -381,6 +391,7 @@ module Aws::GroundStation
|
|
|
381
391
|
#
|
|
382
392
|
class ContactIdResponse < Struct.new(
|
|
383
393
|
:contact_id)
|
|
394
|
+
SENSITIVE = []
|
|
384
395
|
include Aws::Structure
|
|
385
396
|
end
|
|
386
397
|
|
|
@@ -470,6 +481,7 @@ module Aws::GroundStation
|
|
|
470
481
|
:config_data,
|
|
471
482
|
:name,
|
|
472
483
|
:tags)
|
|
484
|
+
SENSITIVE = []
|
|
473
485
|
include Aws::Structure
|
|
474
486
|
end
|
|
475
487
|
|
|
@@ -512,6 +524,7 @@ module Aws::GroundStation
|
|
|
512
524
|
class CreateDataflowEndpointGroupRequest < Struct.new(
|
|
513
525
|
:endpoint_details,
|
|
514
526
|
:tags)
|
|
527
|
+
SENSITIVE = []
|
|
515
528
|
include Aws::Structure
|
|
516
529
|
end
|
|
517
530
|
|
|
@@ -575,6 +588,7 @@ module Aws::GroundStation
|
|
|
575
588
|
:name,
|
|
576
589
|
:tags,
|
|
577
590
|
:tracking_config_arn)
|
|
591
|
+
SENSITIVE = []
|
|
578
592
|
include Aws::Structure
|
|
579
593
|
end
|
|
580
594
|
|
|
@@ -610,6 +624,7 @@ module Aws::GroundStation
|
|
|
610
624
|
:address,
|
|
611
625
|
:name,
|
|
612
626
|
:status)
|
|
627
|
+
SENSITIVE = []
|
|
613
628
|
include Aws::Structure
|
|
614
629
|
end
|
|
615
630
|
|
|
@@ -636,6 +651,7 @@ module Aws::GroundStation
|
|
|
636
651
|
class DataflowEndpointConfig < Struct.new(
|
|
637
652
|
:dataflow_endpoint_name,
|
|
638
653
|
:dataflow_endpoint_region)
|
|
654
|
+
SENSITIVE = []
|
|
639
655
|
include Aws::Structure
|
|
640
656
|
end
|
|
641
657
|
|
|
@@ -647,6 +663,7 @@ module Aws::GroundStation
|
|
|
647
663
|
#
|
|
648
664
|
class DataflowEndpointGroupIdResponse < Struct.new(
|
|
649
665
|
:dataflow_endpoint_group_id)
|
|
666
|
+
SENSITIVE = []
|
|
650
667
|
include Aws::Structure
|
|
651
668
|
end
|
|
652
669
|
|
|
@@ -665,6 +682,7 @@ module Aws::GroundStation
|
|
|
665
682
|
class DataflowEndpointListItem < Struct.new(
|
|
666
683
|
:dataflow_endpoint_group_arn,
|
|
667
684
|
:dataflow_endpoint_group_id)
|
|
685
|
+
SENSITIVE = []
|
|
668
686
|
include Aws::Structure
|
|
669
687
|
end
|
|
670
688
|
|
|
@@ -685,6 +703,7 @@ module Aws::GroundStation
|
|
|
685
703
|
#
|
|
686
704
|
class DecodeConfig < Struct.new(
|
|
687
705
|
:unvalidated_json)
|
|
706
|
+
SENSITIVE = []
|
|
688
707
|
include Aws::Structure
|
|
689
708
|
end
|
|
690
709
|
|
|
@@ -709,6 +728,7 @@ module Aws::GroundStation
|
|
|
709
728
|
class DeleteConfigRequest < Struct.new(
|
|
710
729
|
:config_id,
|
|
711
730
|
:config_type)
|
|
731
|
+
SENSITIVE = []
|
|
712
732
|
include Aws::Structure
|
|
713
733
|
end
|
|
714
734
|
|
|
@@ -727,6 +747,7 @@ module Aws::GroundStation
|
|
|
727
747
|
#
|
|
728
748
|
class DeleteDataflowEndpointGroupRequest < Struct.new(
|
|
729
749
|
:dataflow_endpoint_group_id)
|
|
750
|
+
SENSITIVE = []
|
|
730
751
|
include Aws::Structure
|
|
731
752
|
end
|
|
732
753
|
|
|
@@ -745,6 +766,7 @@ module Aws::GroundStation
|
|
|
745
766
|
#
|
|
746
767
|
class DeleteMissionProfileRequest < Struct.new(
|
|
747
768
|
:mission_profile_id)
|
|
769
|
+
SENSITIVE = []
|
|
748
770
|
include Aws::Structure
|
|
749
771
|
end
|
|
750
772
|
|
|
@@ -765,6 +787,7 @@ module Aws::GroundStation
|
|
|
765
787
|
#
|
|
766
788
|
class DemodulationConfig < Struct.new(
|
|
767
789
|
:unvalidated_json)
|
|
790
|
+
SENSITIVE = []
|
|
768
791
|
include Aws::Structure
|
|
769
792
|
end
|
|
770
793
|
|
|
@@ -781,6 +804,7 @@ module Aws::GroundStation
|
|
|
781
804
|
class DependencyException < Struct.new(
|
|
782
805
|
:message,
|
|
783
806
|
:parameter_name)
|
|
807
|
+
SENSITIVE = []
|
|
784
808
|
include Aws::Structure
|
|
785
809
|
end
|
|
786
810
|
|
|
@@ -799,6 +823,7 @@ module Aws::GroundStation
|
|
|
799
823
|
#
|
|
800
824
|
class DescribeContactRequest < Struct.new(
|
|
801
825
|
:contact_id)
|
|
826
|
+
SENSITIVE = []
|
|
802
827
|
include Aws::Structure
|
|
803
828
|
end
|
|
804
829
|
|
|
@@ -872,6 +897,7 @@ module Aws::GroundStation
|
|
|
872
897
|
:satellite_arn,
|
|
873
898
|
:start_time,
|
|
874
899
|
:tags)
|
|
900
|
+
SENSITIVE = []
|
|
875
901
|
include Aws::Structure
|
|
876
902
|
end
|
|
877
903
|
|
|
@@ -898,6 +924,7 @@ module Aws::GroundStation
|
|
|
898
924
|
class Eirp < Struct.new(
|
|
899
925
|
:units,
|
|
900
926
|
:value)
|
|
927
|
+
SENSITIVE = []
|
|
901
928
|
include Aws::Structure
|
|
902
929
|
end
|
|
903
930
|
|
|
@@ -916,6 +943,7 @@ module Aws::GroundStation
|
|
|
916
943
|
class Elevation < Struct.new(
|
|
917
944
|
:unit,
|
|
918
945
|
:value)
|
|
946
|
+
SENSITIVE = []
|
|
919
947
|
include Aws::Structure
|
|
920
948
|
end
|
|
921
949
|
|
|
@@ -953,6 +981,7 @@ module Aws::GroundStation
|
|
|
953
981
|
class EndpointDetails < Struct.new(
|
|
954
982
|
:endpoint,
|
|
955
983
|
:security_details)
|
|
984
|
+
SENSITIVE = []
|
|
956
985
|
include Aws::Structure
|
|
957
986
|
end
|
|
958
987
|
|
|
@@ -979,6 +1008,7 @@ module Aws::GroundStation
|
|
|
979
1008
|
class Frequency < Struct.new(
|
|
980
1009
|
:units,
|
|
981
1010
|
:value)
|
|
1011
|
+
SENSITIVE = []
|
|
982
1012
|
include Aws::Structure
|
|
983
1013
|
end
|
|
984
1014
|
|
|
@@ -1005,6 +1035,7 @@ module Aws::GroundStation
|
|
|
1005
1035
|
class FrequencyBandwidth < Struct.new(
|
|
1006
1036
|
:units,
|
|
1007
1037
|
:value)
|
|
1038
|
+
SENSITIVE = []
|
|
1008
1039
|
include Aws::Structure
|
|
1009
1040
|
end
|
|
1010
1041
|
|
|
@@ -1029,6 +1060,7 @@ module Aws::GroundStation
|
|
|
1029
1060
|
class GetConfigRequest < Struct.new(
|
|
1030
1061
|
:config_id,
|
|
1031
1062
|
:config_type)
|
|
1063
|
+
SENSITIVE = []
|
|
1032
1064
|
include Aws::Structure
|
|
1033
1065
|
end
|
|
1034
1066
|
|
|
@@ -1065,6 +1097,7 @@ module Aws::GroundStation
|
|
|
1065
1097
|
:config_type,
|
|
1066
1098
|
:name,
|
|
1067
1099
|
:tags)
|
|
1100
|
+
SENSITIVE = []
|
|
1068
1101
|
include Aws::Structure
|
|
1069
1102
|
end
|
|
1070
1103
|
|
|
@@ -1083,6 +1116,7 @@ module Aws::GroundStation
|
|
|
1083
1116
|
#
|
|
1084
1117
|
class GetDataflowEndpointGroupRequest < Struct.new(
|
|
1085
1118
|
:dataflow_endpoint_group_id)
|
|
1119
|
+
SENSITIVE = []
|
|
1086
1120
|
include Aws::Structure
|
|
1087
1121
|
end
|
|
1088
1122
|
|
|
@@ -1109,6 +1143,7 @@ module Aws::GroundStation
|
|
|
1109
1143
|
:dataflow_endpoint_group_id,
|
|
1110
1144
|
:endpoints_details,
|
|
1111
1145
|
:tags)
|
|
1146
|
+
SENSITIVE = []
|
|
1112
1147
|
include Aws::Structure
|
|
1113
1148
|
end
|
|
1114
1149
|
|
|
@@ -1133,6 +1168,7 @@ module Aws::GroundStation
|
|
|
1133
1168
|
class GetMinuteUsageRequest < Struct.new(
|
|
1134
1169
|
:month,
|
|
1135
1170
|
:year)
|
|
1171
|
+
SENSITIVE = []
|
|
1136
1172
|
include Aws::Structure
|
|
1137
1173
|
end
|
|
1138
1174
|
|
|
@@ -1169,6 +1205,7 @@ module Aws::GroundStation
|
|
|
1169
1205
|
:total_reserved_minute_allocation,
|
|
1170
1206
|
:total_scheduled_minutes,
|
|
1171
1207
|
:upcoming_minutes_scheduled)
|
|
1208
|
+
SENSITIVE = []
|
|
1172
1209
|
include Aws::Structure
|
|
1173
1210
|
end
|
|
1174
1211
|
|
|
@@ -1187,6 +1224,7 @@ module Aws::GroundStation
|
|
|
1187
1224
|
#
|
|
1188
1225
|
class GetMissionProfileRequest < Struct.new(
|
|
1189
1226
|
:mission_profile_id)
|
|
1227
|
+
SENSITIVE = []
|
|
1190
1228
|
include Aws::Structure
|
|
1191
1229
|
end
|
|
1192
1230
|
|
|
@@ -1248,6 +1286,7 @@ module Aws::GroundStation
|
|
|
1248
1286
|
:region,
|
|
1249
1287
|
:tags,
|
|
1250
1288
|
:tracking_config_arn)
|
|
1289
|
+
SENSITIVE = []
|
|
1251
1290
|
include Aws::Structure
|
|
1252
1291
|
end
|
|
1253
1292
|
|
|
@@ -1266,6 +1305,7 @@ module Aws::GroundStation
|
|
|
1266
1305
|
#
|
|
1267
1306
|
class GetSatelliteRequest < Struct.new(
|
|
1268
1307
|
:satellite_id)
|
|
1308
|
+
SENSITIVE = []
|
|
1269
1309
|
include Aws::Structure
|
|
1270
1310
|
end
|
|
1271
1311
|
|
|
@@ -1292,6 +1332,7 @@ module Aws::GroundStation
|
|
|
1292
1332
|
:norad_satellite_id,
|
|
1293
1333
|
:satellite_arn,
|
|
1294
1334
|
:satellite_id)
|
|
1335
|
+
SENSITIVE = []
|
|
1295
1336
|
include Aws::Structure
|
|
1296
1337
|
end
|
|
1297
1338
|
|
|
@@ -1315,6 +1356,7 @@ module Aws::GroundStation
|
|
|
1315
1356
|
:ground_station_id,
|
|
1316
1357
|
:ground_station_name,
|
|
1317
1358
|
:region)
|
|
1359
|
+
SENSITIVE = []
|
|
1318
1360
|
include Aws::Structure
|
|
1319
1361
|
end
|
|
1320
1362
|
|
|
@@ -1331,6 +1373,7 @@ module Aws::GroundStation
|
|
|
1331
1373
|
class InvalidParameterException < Struct.new(
|
|
1332
1374
|
:message,
|
|
1333
1375
|
:parameter_name)
|
|
1376
|
+
SENSITIVE = []
|
|
1334
1377
|
include Aws::Structure
|
|
1335
1378
|
end
|
|
1336
1379
|
|
|
@@ -1356,6 +1399,7 @@ module Aws::GroundStation
|
|
|
1356
1399
|
class ListConfigsRequest < Struct.new(
|
|
1357
1400
|
:max_results,
|
|
1358
1401
|
:next_token)
|
|
1402
|
+
SENSITIVE = []
|
|
1359
1403
|
include Aws::Structure
|
|
1360
1404
|
end
|
|
1361
1405
|
|
|
@@ -1373,6 +1417,7 @@ module Aws::GroundStation
|
|
|
1373
1417
|
class ListConfigsResponse < Struct.new(
|
|
1374
1418
|
:config_list,
|
|
1375
1419
|
:next_token)
|
|
1420
|
+
SENSITIVE = []
|
|
1376
1421
|
include Aws::Structure
|
|
1377
1422
|
end
|
|
1378
1423
|
|
|
@@ -1434,6 +1479,7 @@ module Aws::GroundStation
|
|
|
1434
1479
|
:satellite_arn,
|
|
1435
1480
|
:start_time,
|
|
1436
1481
|
:status_list)
|
|
1482
|
+
SENSITIVE = []
|
|
1437
1483
|
include Aws::Structure
|
|
1438
1484
|
end
|
|
1439
1485
|
|
|
@@ -1451,6 +1497,7 @@ module Aws::GroundStation
|
|
|
1451
1497
|
class ListContactsResponse < Struct.new(
|
|
1452
1498
|
:contact_list,
|
|
1453
1499
|
:next_token)
|
|
1500
|
+
SENSITIVE = []
|
|
1454
1501
|
include Aws::Structure
|
|
1455
1502
|
end
|
|
1456
1503
|
|
|
@@ -1477,6 +1524,7 @@ module Aws::GroundStation
|
|
|
1477
1524
|
class ListDataflowEndpointGroupsRequest < Struct.new(
|
|
1478
1525
|
:max_results,
|
|
1479
1526
|
:next_token)
|
|
1527
|
+
SENSITIVE = []
|
|
1480
1528
|
include Aws::Structure
|
|
1481
1529
|
end
|
|
1482
1530
|
|
|
@@ -1495,6 +1543,7 @@ module Aws::GroundStation
|
|
|
1495
1543
|
class ListDataflowEndpointGroupsResponse < Struct.new(
|
|
1496
1544
|
:dataflow_endpoint_group_list,
|
|
1497
1545
|
:next_token)
|
|
1546
|
+
SENSITIVE = []
|
|
1498
1547
|
include Aws::Structure
|
|
1499
1548
|
end
|
|
1500
1549
|
|
|
@@ -1526,6 +1575,7 @@ module Aws::GroundStation
|
|
|
1526
1575
|
:max_results,
|
|
1527
1576
|
:next_token,
|
|
1528
1577
|
:satellite_id)
|
|
1578
|
+
SENSITIVE = []
|
|
1529
1579
|
include Aws::Structure
|
|
1530
1580
|
end
|
|
1531
1581
|
|
|
@@ -1543,6 +1593,7 @@ module Aws::GroundStation
|
|
|
1543
1593
|
class ListGroundStationsResponse < Struct.new(
|
|
1544
1594
|
:ground_station_list,
|
|
1545
1595
|
:next_token)
|
|
1596
|
+
SENSITIVE = []
|
|
1546
1597
|
include Aws::Structure
|
|
1547
1598
|
end
|
|
1548
1599
|
|
|
@@ -1568,6 +1619,7 @@ module Aws::GroundStation
|
|
|
1568
1619
|
class ListMissionProfilesRequest < Struct.new(
|
|
1569
1620
|
:max_results,
|
|
1570
1621
|
:next_token)
|
|
1622
|
+
SENSITIVE = []
|
|
1571
1623
|
include Aws::Structure
|
|
1572
1624
|
end
|
|
1573
1625
|
|
|
@@ -1585,6 +1637,7 @@ module Aws::GroundStation
|
|
|
1585
1637
|
class ListMissionProfilesResponse < Struct.new(
|
|
1586
1638
|
:mission_profile_list,
|
|
1587
1639
|
:next_token)
|
|
1640
|
+
SENSITIVE = []
|
|
1588
1641
|
include Aws::Structure
|
|
1589
1642
|
end
|
|
1590
1643
|
|
|
@@ -1610,6 +1663,7 @@ module Aws::GroundStation
|
|
|
1610
1663
|
class ListSatellitesRequest < Struct.new(
|
|
1611
1664
|
:max_results,
|
|
1612
1665
|
:next_token)
|
|
1666
|
+
SENSITIVE = []
|
|
1613
1667
|
include Aws::Structure
|
|
1614
1668
|
end
|
|
1615
1669
|
|
|
@@ -1627,6 +1681,7 @@ module Aws::GroundStation
|
|
|
1627
1681
|
class ListSatellitesResponse < Struct.new(
|
|
1628
1682
|
:next_token,
|
|
1629
1683
|
:satellites)
|
|
1684
|
+
SENSITIVE = []
|
|
1630
1685
|
include Aws::Structure
|
|
1631
1686
|
end
|
|
1632
1687
|
|
|
@@ -1645,6 +1700,7 @@ module Aws::GroundStation
|
|
|
1645
1700
|
#
|
|
1646
1701
|
class ListTagsForResourceRequest < Struct.new(
|
|
1647
1702
|
:resource_arn)
|
|
1703
|
+
SENSITIVE = []
|
|
1648
1704
|
include Aws::Structure
|
|
1649
1705
|
end
|
|
1650
1706
|
|
|
@@ -1656,6 +1712,7 @@ module Aws::GroundStation
|
|
|
1656
1712
|
#
|
|
1657
1713
|
class ListTagsForResourceResponse < Struct.new(
|
|
1658
1714
|
:tags)
|
|
1715
|
+
SENSITIVE = []
|
|
1659
1716
|
include Aws::Structure
|
|
1660
1717
|
end
|
|
1661
1718
|
|
|
@@ -1667,6 +1724,7 @@ module Aws::GroundStation
|
|
|
1667
1724
|
#
|
|
1668
1725
|
class MissionProfileIdResponse < Struct.new(
|
|
1669
1726
|
:mission_profile_id)
|
|
1727
|
+
SENSITIVE = []
|
|
1670
1728
|
include Aws::Structure
|
|
1671
1729
|
end
|
|
1672
1730
|
|
|
@@ -1695,6 +1753,7 @@ module Aws::GroundStation
|
|
|
1695
1753
|
:mission_profile_id,
|
|
1696
1754
|
:name,
|
|
1697
1755
|
:region)
|
|
1756
|
+
SENSITIVE = []
|
|
1698
1757
|
include Aws::Structure
|
|
1699
1758
|
end
|
|
1700
1759
|
|
|
@@ -1745,6 +1804,7 @@ module Aws::GroundStation
|
|
|
1745
1804
|
:satellite_arn,
|
|
1746
1805
|
:start_time,
|
|
1747
1806
|
:tags)
|
|
1807
|
+
SENSITIVE = []
|
|
1748
1808
|
include Aws::Structure
|
|
1749
1809
|
end
|
|
1750
1810
|
|
|
@@ -1761,6 +1821,7 @@ module Aws::GroundStation
|
|
|
1761
1821
|
class ResourceLimitExceededException < Struct.new(
|
|
1762
1822
|
:message,
|
|
1763
1823
|
:parameter_name)
|
|
1824
|
+
SENSITIVE = []
|
|
1764
1825
|
include Aws::Structure
|
|
1765
1826
|
end
|
|
1766
1827
|
|
|
@@ -1773,6 +1834,7 @@ module Aws::GroundStation
|
|
|
1773
1834
|
#
|
|
1774
1835
|
class ResourceNotFoundException < Struct.new(
|
|
1775
1836
|
:message)
|
|
1837
|
+
SENSITIVE = []
|
|
1776
1838
|
include Aws::Structure
|
|
1777
1839
|
end
|
|
1778
1840
|
|
|
@@ -1801,6 +1863,7 @@ module Aws::GroundStation
|
|
|
1801
1863
|
:norad_satellite_id,
|
|
1802
1864
|
:satellite_arn,
|
|
1803
1865
|
:satellite_id)
|
|
1866
|
+
SENSITIVE = []
|
|
1804
1867
|
include Aws::Structure
|
|
1805
1868
|
end
|
|
1806
1869
|
|
|
@@ -1834,6 +1897,7 @@ module Aws::GroundStation
|
|
|
1834
1897
|
:role_arn,
|
|
1835
1898
|
:security_group_ids,
|
|
1836
1899
|
:subnet_ids)
|
|
1900
|
+
SENSITIVE = []
|
|
1837
1901
|
include Aws::Structure
|
|
1838
1902
|
end
|
|
1839
1903
|
|
|
@@ -1860,6 +1924,7 @@ module Aws::GroundStation
|
|
|
1860
1924
|
class SocketAddress < Struct.new(
|
|
1861
1925
|
:name,
|
|
1862
1926
|
:port)
|
|
1927
|
+
SENSITIVE = []
|
|
1863
1928
|
include Aws::Structure
|
|
1864
1929
|
end
|
|
1865
1930
|
|
|
@@ -1898,6 +1963,7 @@ module Aws::GroundStation
|
|
|
1898
1963
|
:bandwidth,
|
|
1899
1964
|
:center_frequency,
|
|
1900
1965
|
:polarization)
|
|
1966
|
+
SENSITIVE = []
|
|
1901
1967
|
include Aws::Structure
|
|
1902
1968
|
end
|
|
1903
1969
|
|
|
@@ -1924,6 +1990,7 @@ module Aws::GroundStation
|
|
|
1924
1990
|
class TagResourceRequest < Struct.new(
|
|
1925
1991
|
:resource_arn,
|
|
1926
1992
|
:tags)
|
|
1993
|
+
SENSITIVE = []
|
|
1927
1994
|
include Aws::Structure
|
|
1928
1995
|
end
|
|
1929
1996
|
|
|
@@ -1949,6 +2016,7 @@ module Aws::GroundStation
|
|
|
1949
2016
|
#
|
|
1950
2017
|
class TrackingConfig < Struct.new(
|
|
1951
2018
|
:autotrack)
|
|
2019
|
+
SENSITIVE = []
|
|
1952
2020
|
include Aws::Structure
|
|
1953
2021
|
end
|
|
1954
2022
|
|
|
@@ -1973,6 +2041,7 @@ module Aws::GroundStation
|
|
|
1973
2041
|
class UntagResourceRequest < Struct.new(
|
|
1974
2042
|
:resource_arn,
|
|
1975
2043
|
:tag_keys)
|
|
2044
|
+
SENSITIVE = []
|
|
1976
2045
|
include Aws::Structure
|
|
1977
2046
|
end
|
|
1978
2047
|
|
|
@@ -2070,6 +2139,7 @@ module Aws::GroundStation
|
|
|
2070
2139
|
:config_id,
|
|
2071
2140
|
:config_type,
|
|
2072
2141
|
:name)
|
|
2142
|
+
SENSITIVE = []
|
|
2073
2143
|
include Aws::Structure
|
|
2074
2144
|
end
|
|
2075
2145
|
|
|
@@ -2131,6 +2201,7 @@ module Aws::GroundStation
|
|
|
2131
2201
|
:mission_profile_id,
|
|
2132
2202
|
:name,
|
|
2133
2203
|
:tracking_config_arn)
|
|
2204
|
+
SENSITIVE = []
|
|
2134
2205
|
include Aws::Structure
|
|
2135
2206
|
end
|
|
2136
2207
|
|
|
@@ -2161,6 +2232,7 @@ module Aws::GroundStation
|
|
|
2161
2232
|
class UplinkEchoConfig < Struct.new(
|
|
2162
2233
|
:antenna_uplink_config_arn,
|
|
2163
2234
|
:enabled)
|
|
2235
|
+
SENSITIVE = []
|
|
2164
2236
|
include Aws::Structure
|
|
2165
2237
|
end
|
|
2166
2238
|
|
|
@@ -2190,6 +2262,7 @@ module Aws::GroundStation
|
|
|
2190
2262
|
class UplinkSpectrumConfig < Struct.new(
|
|
2191
2263
|
:center_frequency,
|
|
2192
2264
|
:polarization)
|
|
2265
|
+
SENSITIVE = []
|
|
2193
2266
|
include Aws::Structure
|
|
2194
2267
|
end
|
|
2195
2268
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-groundstation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|