aws-sdk-groundstation 1.63.0 → 1.64.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-groundstation/client.rb +44 -30
- data/lib/aws-sdk-groundstation/client_api.rb +1 -0
- data/lib/aws-sdk-groundstation/types.rb +15 -2
- data/lib/aws-sdk-groundstation.rb +1 -1
- data/sig/client.rbs +20 -19
- data/sig/types.rbs +16 -15
- 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: 54747325cd4bc4b120f54aa3e999efef5d1332135c04cec1a5843245dcea3799
|
4
|
+
data.tar.gz: 2a131e18abb582abea0fc98d1604985faa690e91cc484ae74e5f080cfb92d6f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8caf1818ace51cf7fbb56cc6cb3dbd85688a38623e7e4cbae2eac12ee719bf03dfaaac3be722190e9fd5d014a8705746e97380bf87311d0161e4cf87c4af7f80
|
7
|
+
data.tar.gz: 000d0bf381ca541ada4d354850e4ec825c4a0a3899def9f1d9f5b72b9f92aab80c937277b0356eb871d058d56cf8fb5f72c392ead161d7895def1b5644dacb71
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.64.0
|
@@ -531,7 +531,7 @@ module Aws::GroundStation
|
|
531
531
|
# units: "GHz", # required, accepts GHz, MHz, kHz
|
532
532
|
# value: 1.0, # required
|
533
533
|
# },
|
534
|
-
# polarization: "
|
534
|
+
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
535
535
|
# },
|
536
536
|
# },
|
537
537
|
# antenna_downlink_demod_decode_config: {
|
@@ -550,7 +550,7 @@ module Aws::GroundStation
|
|
550
550
|
# units: "GHz", # required, accepts GHz, MHz, kHz
|
551
551
|
# value: 1.0, # required
|
552
552
|
# },
|
553
|
-
# polarization: "
|
553
|
+
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
554
554
|
# },
|
555
555
|
# },
|
556
556
|
# antenna_uplink_config: {
|
@@ -559,7 +559,7 @@ module Aws::GroundStation
|
|
559
559
|
# units: "GHz", # required, accepts GHz, MHz, kHz
|
560
560
|
# value: 1.0, # required
|
561
561
|
# },
|
562
|
-
# polarization: "
|
562
|
+
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
563
563
|
# },
|
564
564
|
# target_eirp: { # required
|
565
565
|
# units: "dBW", # required, accepts dBW
|
@@ -577,7 +577,7 @@ module Aws::GroundStation
|
|
577
577
|
# role_arn: "RoleArn", # required
|
578
578
|
# },
|
579
579
|
# tracking_config: {
|
580
|
-
# autotrack: "
|
580
|
+
# autotrack: "REQUIRED", # required, accepts REQUIRED, PREFERRED, REMOVED
|
581
581
|
# },
|
582
582
|
# uplink_echo_config: {
|
583
583
|
# antenna_uplink_config_arn: "ConfigArn", # required
|
@@ -594,7 +594,7 @@ module Aws::GroundStation
|
|
594
594
|
#
|
595
595
|
# resp.config_arn #=> String
|
596
596
|
# resp.config_id #=> String
|
597
|
-
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "
|
597
|
+
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
598
598
|
#
|
599
599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/CreateConfig AWS API Documentation
|
600
600
|
#
|
@@ -630,6 +630,14 @@ module Aws::GroundStation
|
|
630
630
|
#
|
631
631
|
# @option params [required, Array<Types::EndpointDetails>] :endpoint_details
|
632
632
|
# Endpoint details of each endpoint in the dataflow endpoint group.
|
633
|
+
# All dataflow endpoints within a single dataflow endpoint group must be
|
634
|
+
# of the same type. You cannot mix <a
|
635
|
+
# href="https://docs.aws.amazon.com/ground-station/latest/APIReference/API_AwsGroundStationAgentEndpoint.html">
|
636
|
+
# AWS Ground Station Agent endpoints</a> with <a
|
637
|
+
# href="https://docs.aws.amazon.com/ground-station/latest/APIReference/API_DataflowEndpoint.html">Dataflow
|
638
|
+
# endpoints</a> in the same group. If your use case requires both types
|
639
|
+
# of endpoints, you must create separate dataflow endpoint groups for
|
640
|
+
# each type. </p>
|
633
641
|
#
|
634
642
|
# @option params [Hash<String,String>] :tags
|
635
643
|
# Tags of a dataflow endpoint group.
|
@@ -677,7 +685,7 @@ module Aws::GroundStation
|
|
677
685
|
# status: "created", # accepts created, creating, deleted, deleting, failed
|
678
686
|
# },
|
679
687
|
# health_reasons: ["NO_REGISTERED_AGENT"], # accepts NO_REGISTERED_AGENT, INVALID_IP_OWNERSHIP, NOT_AUTHORIZED_TO_CREATE_SLR, UNVERIFIED_IP_OWNERSHIP, INITIALIZING_DATAPLANE, DATAPLANE_FAILURE, HEALTHY
|
680
|
-
# health_status: "
|
688
|
+
# health_status: "HEALTHY", # accepts HEALTHY, UNHEALTHY
|
681
689
|
# security_details: {
|
682
690
|
# role_arn: "RoleArn", # required
|
683
691
|
# security_group_ids: ["String"], # required
|
@@ -893,14 +901,14 @@ module Aws::GroundStation
|
|
893
901
|
#
|
894
902
|
# resp = client.delete_config({
|
895
903
|
# config_id: "Uuid", # required
|
896
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode,
|
904
|
+
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, tracking, dataflow-endpoint, antenna-uplink, uplink-echo, s3-recording
|
897
905
|
# })
|
898
906
|
#
|
899
907
|
# @example Response structure
|
900
908
|
#
|
901
909
|
# resp.config_arn #=> String
|
902
910
|
# resp.config_id #=> String
|
903
|
-
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "
|
911
|
+
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
904
912
|
#
|
905
913
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DeleteConfig AWS API Documentation
|
906
914
|
#
|
@@ -1028,7 +1036,7 @@ module Aws::GroundStation
|
|
1028
1036
|
# @example Response structure
|
1029
1037
|
#
|
1030
1038
|
# resp.contact_id #=> String
|
1031
|
-
# resp.contact_status #=> String, one of "
|
1039
|
+
# resp.contact_status #=> String, one of "SCHEDULING", "FAILED_TO_SCHEDULE", "SCHEDULED", "CANCELLED", "AWS_CANCELLED", "PREPASS", "PASS", "POSTPASS", "COMPLETED", "FAILED", "AVAILABLE", "CANCELLING", "AWS_FAILED"
|
1032
1040
|
# resp.dataflow_list #=> Array
|
1033
1041
|
# resp.dataflow_list[0].destination.config_details.antenna_demod_decode_details.output_node #=> String
|
1034
1042
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.aws_ground_station_agent_endpoint.agent_status #=> String, one of "SUCCESS", "FAILED", "ACTIVE", "INACTIVE"
|
@@ -1048,7 +1056,7 @@ module Aws::GroundStation
|
|
1048
1056
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
|
1049
1057
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.health_reasons #=> Array
|
1050
1058
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.health_reasons[0] #=> String, one of "NO_REGISTERED_AGENT", "INVALID_IP_OWNERSHIP", "NOT_AUTHORIZED_TO_CREATE_SLR", "UNVERIFIED_IP_OWNERSHIP", "INITIALIZING_DATAPLANE", "DATAPLANE_FAILURE", "HEALTHY"
|
1051
|
-
# resp.dataflow_list[0].destination.config_details.endpoint_details.health_status #=> String, one of "
|
1059
|
+
# resp.dataflow_list[0].destination.config_details.endpoint_details.health_status #=> String, one of "HEALTHY", "UNHEALTHY"
|
1052
1060
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.role_arn #=> String
|
1053
1061
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids #=> Array
|
1054
1062
|
# resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
|
@@ -1057,7 +1065,7 @@ module Aws::GroundStation
|
|
1057
1065
|
# resp.dataflow_list[0].destination.config_details.s3_recording_details.bucket_arn #=> String
|
1058
1066
|
# resp.dataflow_list[0].destination.config_details.s3_recording_details.key_template #=> String
|
1059
1067
|
# resp.dataflow_list[0].destination.config_id #=> String
|
1060
|
-
# resp.dataflow_list[0].destination.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "
|
1068
|
+
# resp.dataflow_list[0].destination.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
1061
1069
|
# resp.dataflow_list[0].destination.dataflow_destination_region #=> String
|
1062
1070
|
# resp.dataflow_list[0].error_message #=> String
|
1063
1071
|
# resp.dataflow_list[0].source.config_details.antenna_demod_decode_details.output_node #=> String
|
@@ -1078,7 +1086,7 @@ module Aws::GroundStation
|
|
1078
1086
|
# resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
|
1079
1087
|
# resp.dataflow_list[0].source.config_details.endpoint_details.health_reasons #=> Array
|
1080
1088
|
# resp.dataflow_list[0].source.config_details.endpoint_details.health_reasons[0] #=> String, one of "NO_REGISTERED_AGENT", "INVALID_IP_OWNERSHIP", "NOT_AUTHORIZED_TO_CREATE_SLR", "UNVERIFIED_IP_OWNERSHIP", "INITIALIZING_DATAPLANE", "DATAPLANE_FAILURE", "HEALTHY"
|
1081
|
-
# resp.dataflow_list[0].source.config_details.endpoint_details.health_status #=> String, one of "
|
1089
|
+
# resp.dataflow_list[0].source.config_details.endpoint_details.health_status #=> String, one of "HEALTHY", "UNHEALTHY"
|
1082
1090
|
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.role_arn #=> String
|
1083
1091
|
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids #=> Array
|
1084
1092
|
# resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
|
@@ -1087,7 +1095,7 @@ module Aws::GroundStation
|
|
1087
1095
|
# resp.dataflow_list[0].source.config_details.s3_recording_details.bucket_arn #=> String
|
1088
1096
|
# resp.dataflow_list[0].source.config_details.s3_recording_details.key_template #=> String
|
1089
1097
|
# resp.dataflow_list[0].source.config_id #=> String
|
1090
|
-
# resp.dataflow_list[0].source.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "
|
1098
|
+
# resp.dataflow_list[0].source.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
1091
1099
|
# resp.dataflow_list[0].source.dataflow_source_region #=> String
|
1092
1100
|
# resp.end_time #=> Time
|
1093
1101
|
# resp.error_message #=> String
|
@@ -1230,7 +1238,7 @@ module Aws::GroundStation
|
|
1230
1238
|
#
|
1231
1239
|
# resp = client.get_config({
|
1232
1240
|
# config_id: "Uuid", # required
|
1233
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode,
|
1241
|
+
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, tracking, dataflow-endpoint, antenna-uplink, uplink-echo, s3-recording
|
1234
1242
|
# })
|
1235
1243
|
#
|
1236
1244
|
# @example Response structure
|
@@ -1240,17 +1248,17 @@ module Aws::GroundStation
|
|
1240
1248
|
# resp.config_data.antenna_downlink_config.spectrum_config.bandwidth.value #=> Float
|
1241
1249
|
# resp.config_data.antenna_downlink_config.spectrum_config.center_frequency.units #=> String, one of "GHz", "MHz", "kHz"
|
1242
1250
|
# resp.config_data.antenna_downlink_config.spectrum_config.center_frequency.value #=> Float
|
1243
|
-
# resp.config_data.antenna_downlink_config.spectrum_config.polarization #=> String, one of "
|
1251
|
+
# resp.config_data.antenna_downlink_config.spectrum_config.polarization #=> String, one of "RIGHT_HAND", "LEFT_HAND", "NONE"
|
1244
1252
|
# resp.config_data.antenna_downlink_demod_decode_config.decode_config.unvalidated_json #=> String
|
1245
1253
|
# resp.config_data.antenna_downlink_demod_decode_config.demodulation_config.unvalidated_json #=> String
|
1246
1254
|
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.bandwidth.units #=> String, one of "GHz", "MHz", "kHz"
|
1247
1255
|
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.bandwidth.value #=> Float
|
1248
1256
|
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.center_frequency.units #=> String, one of "GHz", "MHz", "kHz"
|
1249
1257
|
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.center_frequency.value #=> Float
|
1250
|
-
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.polarization #=> String, one of "
|
1258
|
+
# resp.config_data.antenna_downlink_demod_decode_config.spectrum_config.polarization #=> String, one of "RIGHT_HAND", "LEFT_HAND", "NONE"
|
1251
1259
|
# resp.config_data.antenna_uplink_config.spectrum_config.center_frequency.units #=> String, one of "GHz", "MHz", "kHz"
|
1252
1260
|
# resp.config_data.antenna_uplink_config.spectrum_config.center_frequency.value #=> Float
|
1253
|
-
# resp.config_data.antenna_uplink_config.spectrum_config.polarization #=> String, one of "
|
1261
|
+
# resp.config_data.antenna_uplink_config.spectrum_config.polarization #=> String, one of "RIGHT_HAND", "LEFT_HAND", "NONE"
|
1254
1262
|
# resp.config_data.antenna_uplink_config.target_eirp.units #=> String, one of "dBW"
|
1255
1263
|
# resp.config_data.antenna_uplink_config.target_eirp.value #=> Float
|
1256
1264
|
# resp.config_data.antenna_uplink_config.transmit_disabled #=> Boolean
|
@@ -1259,11 +1267,11 @@ module Aws::GroundStation
|
|
1259
1267
|
# resp.config_data.s3_recording_config.bucket_arn #=> String
|
1260
1268
|
# resp.config_data.s3_recording_config.prefix #=> String
|
1261
1269
|
# resp.config_data.s3_recording_config.role_arn #=> String
|
1262
|
-
# resp.config_data.tracking_config.autotrack #=> String, one of "
|
1270
|
+
# resp.config_data.tracking_config.autotrack #=> String, one of "REQUIRED", "PREFERRED", "REMOVED"
|
1263
1271
|
# resp.config_data.uplink_echo_config.antenna_uplink_config_arn #=> String
|
1264
1272
|
# resp.config_data.uplink_echo_config.enabled #=> Boolean
|
1265
1273
|
# resp.config_id #=> String
|
1266
|
-
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "
|
1274
|
+
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
1267
1275
|
# resp.name #=> String
|
1268
1276
|
# resp.tags #=> Hash
|
1269
1277
|
# resp.tags["String"] #=> String
|
@@ -1321,7 +1329,7 @@ module Aws::GroundStation
|
|
1321
1329
|
# resp.endpoints_details[0].endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
|
1322
1330
|
# resp.endpoints_details[0].health_reasons #=> Array
|
1323
1331
|
# resp.endpoints_details[0].health_reasons[0] #=> String, one of "NO_REGISTERED_AGENT", "INVALID_IP_OWNERSHIP", "NOT_AUTHORIZED_TO_CREATE_SLR", "UNVERIFIED_IP_OWNERSHIP", "INITIALIZING_DATAPLANE", "DATAPLANE_FAILURE", "HEALTHY"
|
1324
|
-
# resp.endpoints_details[0].health_status #=> String, one of "
|
1332
|
+
# resp.endpoints_details[0].health_status #=> String, one of "HEALTHY", "UNHEALTHY"
|
1325
1333
|
# resp.endpoints_details[0].security_details.role_arn #=> String
|
1326
1334
|
# resp.endpoints_details[0].security_details.security_group_ids #=> Array
|
1327
1335
|
# resp.endpoints_details[0].security_details.security_group_ids[0] #=> String
|
@@ -1502,7 +1510,7 @@ module Aws::GroundStation
|
|
1502
1510
|
# resp.config_list #=> Array
|
1503
1511
|
# resp.config_list[0].config_arn #=> String
|
1504
1512
|
# resp.config_list[0].config_id #=> String
|
1505
|
-
# resp.config_list[0].config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "
|
1513
|
+
# resp.config_list[0].config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
1506
1514
|
# resp.config_list[0].name #=> String
|
1507
1515
|
# resp.next_token #=> String
|
1508
1516
|
#
|
@@ -1562,14 +1570,14 @@ module Aws::GroundStation
|
|
1562
1570
|
# next_token: "PaginationToken",
|
1563
1571
|
# satellite_arn: "satelliteArn",
|
1564
1572
|
# start_time: Time.now, # required
|
1565
|
-
# status_list: ["
|
1573
|
+
# status_list: ["SCHEDULING"], # required, accepts SCHEDULING, FAILED_TO_SCHEDULE, SCHEDULED, CANCELLED, AWS_CANCELLED, PREPASS, PASS, POSTPASS, COMPLETED, FAILED, AVAILABLE, CANCELLING, AWS_FAILED
|
1566
1574
|
# })
|
1567
1575
|
#
|
1568
1576
|
# @example Response structure
|
1569
1577
|
#
|
1570
1578
|
# resp.contact_list #=> Array
|
1571
1579
|
# resp.contact_list[0].contact_id #=> String
|
1572
|
-
# resp.contact_list[0].contact_status #=> String, one of "
|
1580
|
+
# resp.contact_list[0].contact_status #=> String, one of "SCHEDULING", "FAILED_TO_SCHEDULE", "SCHEDULED", "CANCELLED", "AWS_CANCELLED", "PREPASS", "PASS", "POSTPASS", "COMPLETED", "FAILED", "AVAILABLE", "CANCELLING", "AWS_FAILED"
|
1573
1581
|
# resp.contact_list[0].end_time #=> Time
|
1574
1582
|
# resp.contact_list[0].error_message #=> String
|
1575
1583
|
# resp.contact_list[0].ground_station #=> String
|
@@ -1873,6 +1881,9 @@ module Aws::GroundStation
|
|
1873
1881
|
# @option params [required, Types::DiscoveryData] :discovery_data
|
1874
1882
|
# Data for associating an agent with the capabilities it is managing.
|
1875
1883
|
#
|
1884
|
+
# @option params [Hash<String,String>] :tags
|
1885
|
+
# Tags assigned to an `Agent`.
|
1886
|
+
#
|
1876
1887
|
# @return [Types::RegisterAgentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1877
1888
|
#
|
1878
1889
|
# * {Types::RegisterAgentResponse#agent_id #agent_id} => String
|
@@ -1898,6 +1909,9 @@ module Aws::GroundStation
|
|
1898
1909
|
# private_ip_addresses: ["IpV4Address"], # required
|
1899
1910
|
# public_ip_addresses: ["IpV4Address"], # required
|
1900
1911
|
# },
|
1912
|
+
# tags: {
|
1913
|
+
# "String" => "String",
|
1914
|
+
# },
|
1901
1915
|
# })
|
1902
1916
|
#
|
1903
1917
|
# @example Response structure
|
@@ -2113,7 +2127,7 @@ module Aws::GroundStation
|
|
2113
2127
|
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2114
2128
|
# value: 1.0, # required
|
2115
2129
|
# },
|
2116
|
-
# polarization: "
|
2130
|
+
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
2117
2131
|
# },
|
2118
2132
|
# },
|
2119
2133
|
# antenna_downlink_demod_decode_config: {
|
@@ -2132,7 +2146,7 @@ module Aws::GroundStation
|
|
2132
2146
|
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2133
2147
|
# value: 1.0, # required
|
2134
2148
|
# },
|
2135
|
-
# polarization: "
|
2149
|
+
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
2136
2150
|
# },
|
2137
2151
|
# },
|
2138
2152
|
# antenna_uplink_config: {
|
@@ -2141,7 +2155,7 @@ module Aws::GroundStation
|
|
2141
2155
|
# units: "GHz", # required, accepts GHz, MHz, kHz
|
2142
2156
|
# value: 1.0, # required
|
2143
2157
|
# },
|
2144
|
-
# polarization: "
|
2158
|
+
# polarization: "RIGHT_HAND", # accepts RIGHT_HAND, LEFT_HAND, NONE
|
2145
2159
|
# },
|
2146
2160
|
# target_eirp: { # required
|
2147
2161
|
# units: "dBW", # required, accepts dBW
|
@@ -2159,7 +2173,7 @@ module Aws::GroundStation
|
|
2159
2173
|
# role_arn: "RoleArn", # required
|
2160
2174
|
# },
|
2161
2175
|
# tracking_config: {
|
2162
|
-
# autotrack: "
|
2176
|
+
# autotrack: "REQUIRED", # required, accepts REQUIRED, PREFERRED, REMOVED
|
2163
2177
|
# },
|
2164
2178
|
# uplink_echo_config: {
|
2165
2179
|
# antenna_uplink_config_arn: "ConfigArn", # required
|
@@ -2167,7 +2181,7 @@ module Aws::GroundStation
|
|
2167
2181
|
# },
|
2168
2182
|
# },
|
2169
2183
|
# config_id: "Uuid", # required
|
2170
|
-
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode,
|
2184
|
+
# config_type: "antenna-downlink", # required, accepts antenna-downlink, antenna-downlink-demod-decode, tracking, dataflow-endpoint, antenna-uplink, uplink-echo, s3-recording
|
2171
2185
|
# name: "SafeName", # required
|
2172
2186
|
# })
|
2173
2187
|
#
|
@@ -2175,7 +2189,7 @@ module Aws::GroundStation
|
|
2175
2189
|
#
|
2176
2190
|
# resp.config_arn #=> String
|
2177
2191
|
# resp.config_id #=> String
|
2178
|
-
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "
|
2192
|
+
# resp.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "tracking", "dataflow-endpoint", "antenna-uplink", "uplink-echo", "s3-recording"
|
2179
2193
|
#
|
2180
2194
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UpdateConfig AWS API Documentation
|
2181
2195
|
#
|
@@ -2328,7 +2342,7 @@ module Aws::GroundStation
|
|
2328
2342
|
tracer: tracer
|
2329
2343
|
)
|
2330
2344
|
context[:gem_name] = 'aws-sdk-groundstation'
|
2331
|
-
context[:gem_version] = '1.
|
2345
|
+
context[:gem_version] = '1.64.0'
|
2332
2346
|
Seahorse::Client::Request.new(handlers, context)
|
2333
2347
|
end
|
2334
2348
|
|
@@ -741,6 +741,7 @@ module Aws::GroundStation
|
|
741
741
|
|
742
742
|
RegisterAgentRequest.add_member(:agent_details, Shapes::ShapeRef.new(shape: AgentDetails, required: true, location_name: "agentDetails"))
|
743
743
|
RegisterAgentRequest.add_member(:discovery_data, Shapes::ShapeRef.new(shape: DiscoveryData, required: true, location_name: "discoveryData"))
|
744
|
+
RegisterAgentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
744
745
|
RegisterAgentRequest.struct_class = Types::RegisterAgentRequest
|
745
746
|
|
746
747
|
RegisterAgentResponse.add_member(:agent_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "agentId"))
|
@@ -588,6 +588,14 @@ module Aws::GroundStation
|
|
588
588
|
#
|
589
589
|
# @!attribute [rw] endpoint_details
|
590
590
|
# Endpoint details of each endpoint in the dataflow endpoint group.
|
591
|
+
# All dataflow endpoints within a single dataflow endpoint group must
|
592
|
+
# be of the same type. You cannot mix <a
|
593
|
+
# href="https://docs.aws.amazon.com/ground-station/latest/APIReference/API_AwsGroundStationAgentEndpoint.html">
|
594
|
+
# AWS Ground Station Agent endpoints</a> with <a
|
595
|
+
# href="https://docs.aws.amazon.com/ground-station/latest/APIReference/API_DataflowEndpoint.html">Dataflow
|
596
|
+
# endpoints</a> in the same group. If your use case requires both
|
597
|
+
# types of endpoints, you must create separate dataflow endpoint
|
598
|
+
# groups for each type. </p>
|
591
599
|
# @return [Array<Types::EndpointDetails>]
|
592
600
|
#
|
593
601
|
# @!attribute [rw] tags
|
@@ -1861,7 +1869,7 @@ module Aws::GroundStation
|
|
1861
1869
|
include Aws::Structure
|
1862
1870
|
end
|
1863
1871
|
|
1864
|
-
#
|
1872
|
+
# KMS key info.
|
1865
1873
|
#
|
1866
1874
|
# @note KmsKey is a union - when making an API calls you must set exactly one of the members.
|
1867
1875
|
#
|
@@ -2351,11 +2359,16 @@ module Aws::GroundStation
|
|
2351
2359
|
# Data for associating an agent with the capabilities it is managing.
|
2352
2360
|
# @return [Types::DiscoveryData]
|
2353
2361
|
#
|
2362
|
+
# @!attribute [rw] tags
|
2363
|
+
# Tags assigned to an `Agent`.
|
2364
|
+
# @return [Hash<String,String>]
|
2365
|
+
#
|
2354
2366
|
# @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/RegisterAgentRequest AWS API Documentation
|
2355
2367
|
#
|
2356
2368
|
class RegisterAgentRequest < Struct.new(
|
2357
2369
|
:agent_details,
|
2358
|
-
:discovery_data
|
2370
|
+
:discovery_data,
|
2371
|
+
:tags)
|
2359
2372
|
SENSITIVE = []
|
2360
2373
|
include Aws::Structure
|
2361
2374
|
end
|
data/sig/client.rbs
CHANGED
@@ -91,7 +91,7 @@ module Aws
|
|
91
91
|
include ::Seahorse::Client::_ResponseSuccess[Types::ConfigIdResponse]
|
92
92
|
def config_arn: () -> ::String
|
93
93
|
def config_id: () -> ::String
|
94
|
-
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
94
|
+
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
95
95
|
end
|
96
96
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#create_config-instance_method
|
97
97
|
def create_config: (
|
@@ -106,7 +106,7 @@ module Aws
|
|
106
106
|
units: ("GHz" | "MHz" | "kHz"),
|
107
107
|
value: ::Float
|
108
108
|
},
|
109
|
-
polarization: ("
|
109
|
+
polarization: ("RIGHT_HAND" | "LEFT_HAND" | "NONE")?
|
110
110
|
}
|
111
111
|
}?,
|
112
112
|
antenna_downlink_demod_decode_config: {
|
@@ -125,7 +125,7 @@ module Aws
|
|
125
125
|
units: ("GHz" | "MHz" | "kHz"),
|
126
126
|
value: ::Float
|
127
127
|
},
|
128
|
-
polarization: ("
|
128
|
+
polarization: ("RIGHT_HAND" | "LEFT_HAND" | "NONE")?
|
129
129
|
}
|
130
130
|
}?,
|
131
131
|
antenna_uplink_config: {
|
@@ -134,7 +134,7 @@ module Aws
|
|
134
134
|
units: ("GHz" | "MHz" | "kHz"),
|
135
135
|
value: ::Float
|
136
136
|
},
|
137
|
-
polarization: ("
|
137
|
+
polarization: ("RIGHT_HAND" | "LEFT_HAND" | "NONE")?
|
138
138
|
},
|
139
139
|
target_eirp: {
|
140
140
|
units: ("dBW"),
|
@@ -152,7 +152,7 @@ module Aws
|
|
152
152
|
role_arn: ::String
|
153
153
|
}?,
|
154
154
|
tracking_config: {
|
155
|
-
autotrack: ("
|
155
|
+
autotrack: ("REQUIRED" | "PREFERRED" | "REMOVED")
|
156
156
|
}?,
|
157
157
|
uplink_echo_config: {
|
158
158
|
antenna_uplink_config_arn: ::String,
|
@@ -206,7 +206,7 @@ module Aws
|
|
206
206
|
status: ("created" | "creating" | "deleted" | "deleting" | "failed")?
|
207
207
|
}?,
|
208
208
|
health_reasons: Array[("NO_REGISTERED_AGENT" | "INVALID_IP_OWNERSHIP" | "NOT_AUTHORIZED_TO_CREATE_SLR" | "UNVERIFIED_IP_OWNERSHIP" | "INITIALIZING_DATAPLANE" | "DATAPLANE_FAILURE" | "HEALTHY")]?,
|
209
|
-
health_status: ("
|
209
|
+
health_status: ("HEALTHY" | "UNHEALTHY")?,
|
210
210
|
security_details: {
|
211
211
|
role_arn: ::String,
|
212
212
|
security_group_ids: Array[::String],
|
@@ -289,12 +289,12 @@ module Aws
|
|
289
289
|
include ::Seahorse::Client::_ResponseSuccess[Types::ConfigIdResponse]
|
290
290
|
def config_arn: () -> ::String
|
291
291
|
def config_id: () -> ::String
|
292
|
-
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
292
|
+
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
293
293
|
end
|
294
294
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#delete_config-instance_method
|
295
295
|
def delete_config: (
|
296
296
|
config_id: ::String,
|
297
|
-
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
297
|
+
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
298
298
|
) -> _DeleteConfigResponseSuccess
|
299
299
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteConfigResponseSuccess
|
300
300
|
|
@@ -331,7 +331,7 @@ module Aws
|
|
331
331
|
interface _DescribeContactResponseSuccess
|
332
332
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeContactResponse]
|
333
333
|
def contact_id: () -> ::String
|
334
|
-
def contact_status: () -> ("
|
334
|
+
def contact_status: () -> ("SCHEDULING" | "FAILED_TO_SCHEDULE" | "SCHEDULED" | "CANCELLED" | "AWS_CANCELLED" | "PREPASS" | "PASS" | "POSTPASS" | "COMPLETED" | "FAILED" | "AVAILABLE" | "CANCELLING" | "AWS_FAILED")
|
335
335
|
def dataflow_list: () -> ::Array[Types::DataflowDetail]
|
336
336
|
def end_time: () -> ::Time
|
337
337
|
def error_message: () -> ::String
|
@@ -388,14 +388,14 @@ module Aws
|
|
388
388
|
def config_arn: () -> ::String
|
389
389
|
def config_data: () -> Types::ConfigTypeData
|
390
390
|
def config_id: () -> ::String
|
391
|
-
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
391
|
+
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
392
392
|
def name: () -> ::String
|
393
393
|
def tags: () -> ::Hash[::String, ::String]
|
394
394
|
end
|
395
395
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#get_config-instance_method
|
396
396
|
def get_config: (
|
397
397
|
config_id: ::String,
|
398
|
-
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
398
|
+
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
399
399
|
) -> _GetConfigResponseSuccess
|
400
400
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConfigResponseSuccess
|
401
401
|
|
@@ -490,7 +490,7 @@ module Aws
|
|
490
490
|
?next_token: ::String,
|
491
491
|
?satellite_arn: ::String,
|
492
492
|
start_time: ::Time,
|
493
|
-
status_list: Array[("
|
493
|
+
status_list: Array[("SCHEDULING" | "FAILED_TO_SCHEDULE" | "SCHEDULED" | "CANCELLED" | "AWS_CANCELLED" | "PREPASS" | "PASS" | "POSTPASS" | "COMPLETED" | "FAILED" | "AVAILABLE" | "CANCELLING" | "AWS_FAILED")]
|
494
494
|
) -> _ListContactsResponseSuccess
|
495
495
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListContactsResponseSuccess
|
496
496
|
|
@@ -592,7 +592,8 @@ module Aws
|
|
592
592
|
capability_arns: Array[::String],
|
593
593
|
private_ip_addresses: Array[::String],
|
594
594
|
public_ip_addresses: Array[::String]
|
595
|
-
}
|
595
|
+
},
|
596
|
+
?tags: Hash[::String, ::String]
|
596
597
|
) -> _RegisterAgentResponseSuccess
|
597
598
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterAgentResponseSuccess
|
598
599
|
|
@@ -661,7 +662,7 @@ module Aws
|
|
661
662
|
include ::Seahorse::Client::_ResponseSuccess[Types::ConfigIdResponse]
|
662
663
|
def config_arn: () -> ::String
|
663
664
|
def config_id: () -> ::String
|
664
|
-
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
665
|
+
def config_type: () -> ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
665
666
|
end
|
666
667
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GroundStation/Client.html#update_config-instance_method
|
667
668
|
def update_config: (
|
@@ -676,7 +677,7 @@ module Aws
|
|
676
677
|
units: ("GHz" | "MHz" | "kHz"),
|
677
678
|
value: ::Float
|
678
679
|
},
|
679
|
-
polarization: ("
|
680
|
+
polarization: ("RIGHT_HAND" | "LEFT_HAND" | "NONE")?
|
680
681
|
}
|
681
682
|
}?,
|
682
683
|
antenna_downlink_demod_decode_config: {
|
@@ -695,7 +696,7 @@ module Aws
|
|
695
696
|
units: ("GHz" | "MHz" | "kHz"),
|
696
697
|
value: ::Float
|
697
698
|
},
|
698
|
-
polarization: ("
|
699
|
+
polarization: ("RIGHT_HAND" | "LEFT_HAND" | "NONE")?
|
699
700
|
}
|
700
701
|
}?,
|
701
702
|
antenna_uplink_config: {
|
@@ -704,7 +705,7 @@ module Aws
|
|
704
705
|
units: ("GHz" | "MHz" | "kHz"),
|
705
706
|
value: ::Float
|
706
707
|
},
|
707
|
-
polarization: ("
|
708
|
+
polarization: ("RIGHT_HAND" | "LEFT_HAND" | "NONE")?
|
708
709
|
},
|
709
710
|
target_eirp: {
|
710
711
|
units: ("dBW"),
|
@@ -722,7 +723,7 @@ module Aws
|
|
722
723
|
role_arn: ::String
|
723
724
|
}?,
|
724
725
|
tracking_config: {
|
725
|
-
autotrack: ("
|
726
|
+
autotrack: ("REQUIRED" | "PREFERRED" | "REMOVED")
|
726
727
|
}?,
|
727
728
|
uplink_echo_config: {
|
728
729
|
antenna_uplink_config_arn: ::String,
|
@@ -730,7 +731,7 @@ module Aws
|
|
730
731
|
}?
|
731
732
|
},
|
732
733
|
config_id: ::String,
|
733
|
-
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
734
|
+
config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording"),
|
734
735
|
name: ::String
|
735
736
|
) -> _UpdateConfigResponseSuccess
|
736
737
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfigResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -99,14 +99,14 @@ module Aws::GroundStation
|
|
99
99
|
class ConfigIdResponse
|
100
100
|
attr_accessor config_arn: ::String
|
101
101
|
attr_accessor config_id: ::String
|
102
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
102
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
103
103
|
SENSITIVE: []
|
104
104
|
end
|
105
105
|
|
106
106
|
class ConfigListItem
|
107
107
|
attr_accessor config_arn: ::String
|
108
108
|
attr_accessor config_id: ::String
|
109
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
109
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
110
110
|
attr_accessor name: ::String
|
111
111
|
SENSITIVE: []
|
112
112
|
end
|
@@ -148,7 +148,7 @@ module Aws::GroundStation
|
|
148
148
|
|
149
149
|
class ContactData
|
150
150
|
attr_accessor contact_id: ::String
|
151
|
-
attr_accessor contact_status: ("
|
151
|
+
attr_accessor contact_status: ("SCHEDULING" | "FAILED_TO_SCHEDULE" | "SCHEDULED" | "CANCELLED" | "AWS_CANCELLED" | "PREPASS" | "PASS" | "POSTPASS" | "COMPLETED" | "FAILED" | "AVAILABLE" | "CANCELLING" | "AWS_FAILED")
|
152
152
|
attr_accessor end_time: ::Time
|
153
153
|
attr_accessor error_message: ::String
|
154
154
|
attr_accessor ground_station: ::String
|
@@ -249,7 +249,7 @@ module Aws::GroundStation
|
|
249
249
|
|
250
250
|
class DeleteConfigRequest
|
251
251
|
attr_accessor config_id: ::String
|
252
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
252
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
253
253
|
SENSITIVE: []
|
254
254
|
end
|
255
255
|
|
@@ -286,7 +286,7 @@ module Aws::GroundStation
|
|
286
286
|
|
287
287
|
class DescribeContactResponse
|
288
288
|
attr_accessor contact_id: ::String
|
289
|
-
attr_accessor contact_status: ("
|
289
|
+
attr_accessor contact_status: ("SCHEDULING" | "FAILED_TO_SCHEDULE" | "SCHEDULED" | "CANCELLED" | "AWS_CANCELLED" | "PREPASS" | "PASS" | "POSTPASS" | "COMPLETED" | "FAILED" | "AVAILABLE" | "CANCELLING" | "AWS_FAILED")
|
290
290
|
attr_accessor dataflow_list: ::Array[Types::DataflowDetail]
|
291
291
|
attr_accessor end_time: ::Time
|
292
292
|
attr_accessor error_message: ::String
|
@@ -326,7 +326,7 @@ module Aws::GroundStation
|
|
326
326
|
class Destination
|
327
327
|
attr_accessor config_details: Types::ConfigDetails
|
328
328
|
attr_accessor config_id: ::String
|
329
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
329
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
330
330
|
attr_accessor dataflow_destination_region: ::String
|
331
331
|
SENSITIVE: []
|
332
332
|
end
|
@@ -354,7 +354,7 @@ module Aws::GroundStation
|
|
354
354
|
attr_accessor aws_ground_station_agent_endpoint: Types::AwsGroundStationAgentEndpoint
|
355
355
|
attr_accessor endpoint: Types::DataflowEndpoint
|
356
356
|
attr_accessor health_reasons: ::Array[("NO_REGISTERED_AGENT" | "INVALID_IP_OWNERSHIP" | "NOT_AUTHORIZED_TO_CREATE_SLR" | "UNVERIFIED_IP_OWNERSHIP" | "INITIALIZING_DATAPLANE" | "DATAPLANE_FAILURE" | "HEALTHY")]
|
357
|
-
attr_accessor health_status: ("
|
357
|
+
attr_accessor health_status: ("HEALTHY" | "UNHEALTHY")
|
358
358
|
attr_accessor security_details: Types::SecurityDetails
|
359
359
|
SENSITIVE: []
|
360
360
|
end
|
@@ -442,7 +442,7 @@ module Aws::GroundStation
|
|
442
442
|
|
443
443
|
class GetConfigRequest
|
444
444
|
attr_accessor config_id: ::String
|
445
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
445
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
446
446
|
SENSITIVE: []
|
447
447
|
end
|
448
448
|
|
@@ -450,7 +450,7 @@ module Aws::GroundStation
|
|
450
450
|
attr_accessor config_arn: ::String
|
451
451
|
attr_accessor config_data: Types::ConfigTypeData
|
452
452
|
attr_accessor config_id: ::String
|
453
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
453
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
454
454
|
attr_accessor name: ::String
|
455
455
|
attr_accessor tags: ::Hash[::String, ::String]
|
456
456
|
SENSITIVE: []
|
@@ -577,7 +577,7 @@ module Aws::GroundStation
|
|
577
577
|
attr_accessor next_token: ::String
|
578
578
|
attr_accessor satellite_arn: ::String
|
579
579
|
attr_accessor start_time: ::Time
|
580
|
-
attr_accessor status_list: ::Array[("
|
580
|
+
attr_accessor status_list: ::Array[("SCHEDULING" | "FAILED_TO_SCHEDULE" | "SCHEDULED" | "CANCELLED" | "AWS_CANCELLED" | "PREPASS" | "PASS" | "POSTPASS" | "COMPLETED" | "FAILED" | "AVAILABLE" | "CANCELLING" | "AWS_FAILED")]
|
581
581
|
SENSITIVE: []
|
582
582
|
end
|
583
583
|
|
@@ -696,6 +696,7 @@ module Aws::GroundStation
|
|
696
696
|
class RegisterAgentRequest
|
697
697
|
attr_accessor agent_details: Types::AgentDetails
|
698
698
|
attr_accessor discovery_data: Types::DiscoveryData
|
699
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
699
700
|
SENSITIVE: []
|
700
701
|
end
|
701
702
|
|
@@ -770,7 +771,7 @@ module Aws::GroundStation
|
|
770
771
|
class Source
|
771
772
|
attr_accessor config_details: Types::ConfigDetails
|
772
773
|
attr_accessor config_id: ::String
|
773
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
774
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
774
775
|
attr_accessor dataflow_source_region: ::String
|
775
776
|
SENSITIVE: []
|
776
777
|
end
|
@@ -778,7 +779,7 @@ module Aws::GroundStation
|
|
778
779
|
class SpectrumConfig
|
779
780
|
attr_accessor bandwidth: Types::FrequencyBandwidth
|
780
781
|
attr_accessor center_frequency: Types::Frequency
|
781
|
-
attr_accessor polarization: ("
|
782
|
+
attr_accessor polarization: ("RIGHT_HAND" | "LEFT_HAND" | "NONE")
|
782
783
|
SENSITIVE: []
|
783
784
|
end
|
784
785
|
|
@@ -811,7 +812,7 @@ module Aws::GroundStation
|
|
811
812
|
end
|
812
813
|
|
813
814
|
class TrackingConfig
|
814
|
-
attr_accessor autotrack: ("
|
815
|
+
attr_accessor autotrack: ("REQUIRED" | "PREFERRED" | "REMOVED")
|
815
816
|
SENSITIVE: []
|
816
817
|
end
|
817
818
|
|
@@ -840,7 +841,7 @@ module Aws::GroundStation
|
|
840
841
|
class UpdateConfigRequest
|
841
842
|
attr_accessor config_data: Types::ConfigTypeData
|
842
843
|
attr_accessor config_id: ::String
|
843
|
-
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "
|
844
|
+
attr_accessor config_type: ("antenna-downlink" | "antenna-downlink-demod-decode" | "tracking" | "dataflow-endpoint" | "antenna-uplink" | "uplink-echo" | "s3-recording")
|
844
845
|
attr_accessor name: ::String
|
845
846
|
SENSITIVE: []
|
846
847
|
end
|
@@ -874,7 +875,7 @@ module Aws::GroundStation
|
|
874
875
|
|
875
876
|
class UplinkSpectrumConfig
|
876
877
|
attr_accessor center_frequency: Types::Frequency
|
877
|
-
attr_accessor polarization: ("
|
878
|
+
attr_accessor polarization: ("RIGHT_HAND" | "LEFT_HAND" | "NONE")
|
878
879
|
SENSITIVE: []
|
879
880
|
end
|
880
881
|
end
|
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.64.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: 2025-
|
11
|
+
date: 2025-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|