aws-sdk-groundstation 1.9.1 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7676d164ab341dc59655883c2933fb1651f52b9e2dd0abd6b3985bbc304d9a4
4
- data.tar.gz: 6cd52ba26e773475c3adabc3c764fb66bd6c8bab9a0b2e367047d4be8e6c652b
3
+ metadata.gz: 634c62557528bd45d82d7478235a375fa89797239c9d9a2e7488e92a6209d4f0
4
+ data.tar.gz: f4dd03d7d1368a0fe1ac5a09ce79ad71f6a4d4877f7cc7b4b515d76e25c3d289
5
5
  SHA512:
6
- metadata.gz: a35b42b662af0dd9573190146139a9da238b4d7df2e59c8416383d0be7313bce3a97dba796b86d106c7ba766e9c6c7b3c6e9bab105fdbac7c2539163b0117088
7
- data.tar.gz: d6a3bbfa619e6c179c03d183e9ee76cc4d05ba4ec477b9cfd29e6586960c504768c837127c2c682a85824ff4cc7f710abdfb94c76e481c347eb68f98eef2e085
6
+ metadata.gz: 75ba4c9897c4acf88b1181e8c76c5a1532bd3a692dcbba485bb6fadb2c0f61e26a543384f1e0d8d40ed35013d8ae3d2d1c5c80616eb5f295fb94a7682109cbf8
7
+ data.tar.gz: f9796f7f89bd50670c7822131a09576e77774f037019d1ac35d48e2ef9e7abc18e15e1eb9de90d0171dd50ff6e5fa83fd58fe173fca3a39df1d1237d65eb73aa
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-groundstation/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::GroundStation
47
50
 
48
- GEM_VERSION = '1.9.1'
51
+ GEM_VERSION = '1.14.0'
49
52
 
50
53
  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:
@@ -83,13 +85,28 @@ module Aws::GroundStation
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::GroundStation
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -405,6 +422,7 @@ module Aws::GroundStation
405
422
  # units: "dBW", # required, accepts dBW
406
423
  # value: 1.0, # required
407
424
  # },
425
+ # transmit_disabled: false,
408
426
  # },
409
427
  # dataflow_endpoint_config: {
410
428
  # dataflow_endpoint_name: "String", # required
@@ -469,6 +487,7 @@ module Aws::GroundStation
469
487
  # name: "String", # required
470
488
  # port: 1, # required
471
489
  # },
490
+ # mtu: 1,
472
491
  # name: "SafeName",
473
492
  # status: "created", # accepts created, creating, deleted, deleting, failed
474
493
  # },
@@ -662,6 +681,7 @@ module Aws::GroundStation
662
681
  #
663
682
  # * {Types::DescribeContactResponse#contact_id #contact_id} => String
664
683
  # * {Types::DescribeContactResponse#contact_status #contact_status} => String
684
+ # * {Types::DescribeContactResponse#dataflow_list #dataflow_list} => Array<Types::DataflowDetail>
665
685
  # * {Types::DescribeContactResponse#end_time #end_time} => Time
666
686
  # * {Types::DescribeContactResponse#error_message #error_message} => String
667
687
  # * {Types::DescribeContactResponse#ground_station #ground_station} => String
@@ -684,6 +704,35 @@ module Aws::GroundStation
684
704
  #
685
705
  # resp.contact_id #=> String
686
706
  # resp.contact_status #=> String, one of "AVAILABLE", "AWS_CANCELLED", "CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "FAILED_TO_SCHEDULE", "PASS", "POSTPASS", "PREPASS", "SCHEDULED", "SCHEDULING"
707
+ # resp.dataflow_list #=> Array
708
+ # resp.dataflow_list[0].destination.config_details.antenna_demod_decode_details.output_node #=> String
709
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.address.name #=> String
710
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.address.port #=> Integer
711
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.mtu #=> Integer
712
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.name #=> String
713
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
714
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.role_arn #=> String
715
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids #=> Array
716
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
717
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids #=> Array
718
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
719
+ # resp.dataflow_list[0].destination.config_id #=> String
720
+ # resp.dataflow_list[0].destination.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "antenna-uplink", "dataflow-endpoint", "tracking", "uplink-echo"
721
+ # resp.dataflow_list[0].destination.dataflow_destination_region #=> String
722
+ # resp.dataflow_list[0].source.config_details.antenna_demod_decode_details.output_node #=> String
723
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.name #=> String
724
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.port #=> Integer
725
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.mtu #=> Integer
726
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.name #=> String
727
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
728
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.role_arn #=> String
729
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids #=> Array
730
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
731
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids #=> Array
732
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
733
+ # resp.dataflow_list[0].source.config_id #=> String
734
+ # resp.dataflow_list[0].source.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "antenna-uplink", "dataflow-endpoint", "tracking", "uplink-echo"
735
+ # resp.dataflow_list[0].source.dataflow_source_region #=> String
687
736
  # resp.end_time #=> Time
688
737
  # resp.error_message #=> String
689
738
  # resp.ground_station #=> String
@@ -753,6 +802,7 @@ module Aws::GroundStation
753
802
  # resp.config_data.antenna_uplink_config.spectrum_config.polarization #=> String, one of "LEFT_HAND", "NONE", "RIGHT_HAND"
754
803
  # resp.config_data.antenna_uplink_config.target_eirp.units #=> String, one of "dBW"
755
804
  # resp.config_data.antenna_uplink_config.target_eirp.value #=> Float
805
+ # resp.config_data.antenna_uplink_config.transmit_disabled #=> Boolean
756
806
  # resp.config_data.dataflow_endpoint_config.dataflow_endpoint_name #=> String
757
807
  # resp.config_data.dataflow_endpoint_config.dataflow_endpoint_region #=> String
758
808
  # resp.config_data.tracking_config.autotrack #=> String, one of "PREFERRED", "REMOVED", "REQUIRED"
@@ -798,6 +848,7 @@ module Aws::GroundStation
798
848
  # resp.endpoints_details #=> Array
799
849
  # resp.endpoints_details[0].endpoint.address.name #=> String
800
850
  # resp.endpoints_details[0].endpoint.address.port #=> Integer
851
+ # resp.endpoints_details[0].endpoint.mtu #=> Integer
801
852
  # resp.endpoints_details[0].endpoint.name #=> String
802
853
  # resp.endpoints_details[0].endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
803
854
  # resp.endpoints_details[0].security_details.role_arn #=> String
@@ -1432,6 +1483,7 @@ module Aws::GroundStation
1432
1483
  # units: "dBW", # required, accepts dBW
1433
1484
  # value: 1.0, # required
1434
1485
  # },
1486
+ # transmit_disabled: false,
1435
1487
  # },
1436
1488
  # dataflow_endpoint_config: {
1437
1489
  # dataflow_endpoint_name: "String", # required
@@ -1540,7 +1592,7 @@ module Aws::GroundStation
1540
1592
  params: params,
1541
1593
  config: config)
1542
1594
  context[:gem_name] = 'aws-sdk-groundstation'
1543
- context[:gem_version] = '1.9.1'
1595
+ context[:gem_version] = '1.14.0'
1544
1596
  Seahorse::Client::Request.new(handlers, context)
1545
1597
  end
1546
1598
 
@@ -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:
@@ -12,6 +14,7 @@ module Aws::GroundStation
12
14
  include Seahorse::Model
13
15
 
14
16
  AngleUnits = Shapes::StringShape.new(name: 'AngleUnits')
17
+ AntennaDemodDecodeDetails = Shapes::StructureShape.new(name: 'AntennaDemodDecodeDetails')
15
18
  AntennaDownlinkConfig = Shapes::StructureShape.new(name: 'AntennaDownlinkConfig')
16
19
  AntennaDownlinkDemodDecodeConfig = Shapes::StructureShape.new(name: 'AntennaDownlinkDemodDecodeConfig')
17
20
  AntennaUplinkConfig = Shapes::StructureShape.new(name: 'AntennaUplinkConfig')
@@ -20,6 +23,7 @@ module Aws::GroundStation
20
23
  CancelContactRequest = Shapes::StructureShape.new(name: 'CancelContactRequest')
21
24
  ConfigArn = Shapes::StringShape.new(name: 'ConfigArn')
22
25
  ConfigCapabilityType = Shapes::StringShape.new(name: 'ConfigCapabilityType')
26
+ ConfigDetails = Shapes::StructureShape.new(name: 'ConfigDetails')
23
27
  ConfigIdResponse = Shapes::StructureShape.new(name: 'ConfigIdResponse')
24
28
  ConfigList = Shapes::ListShape.new(name: 'ConfigList')
25
29
  ConfigListItem = Shapes::StructureShape.new(name: 'ConfigListItem')
@@ -32,6 +36,7 @@ module Aws::GroundStation
32
36
  CreateDataflowEndpointGroupRequest = Shapes::StructureShape.new(name: 'CreateDataflowEndpointGroupRequest')
33
37
  CreateMissionProfileRequest = Shapes::StructureShape.new(name: 'CreateMissionProfileRequest')
34
38
  Criticality = Shapes::StringShape.new(name: 'Criticality')
39
+ DataflowDetail = Shapes::StructureShape.new(name: 'DataflowDetail')
35
40
  DataflowEdge = Shapes::ListShape.new(name: 'DataflowEdge')
36
41
  DataflowEdgeList = Shapes::ListShape.new(name: 'DataflowEdgeList')
37
42
  DataflowEndpoint = Shapes::StructureShape.new(name: 'DataflowEndpoint')
@@ -40,6 +45,8 @@ module Aws::GroundStation
40
45
  DataflowEndpointGroupIdResponse = Shapes::StructureShape.new(name: 'DataflowEndpointGroupIdResponse')
41
46
  DataflowEndpointGroupList = Shapes::ListShape.new(name: 'DataflowEndpointGroupList')
42
47
  DataflowEndpointListItem = Shapes::StructureShape.new(name: 'DataflowEndpointListItem')
48
+ DataflowEndpointmtuInteger = Shapes::IntegerShape.new(name: 'DataflowEndpointmtuInteger')
49
+ DataflowList = Shapes::ListShape.new(name: 'DataflowList')
43
50
  DecodeConfig = Shapes::StructureShape.new(name: 'DecodeConfig')
44
51
  DeleteConfigRequest = Shapes::StructureShape.new(name: 'DeleteConfigRequest')
45
52
  DeleteDataflowEndpointGroupRequest = Shapes::StructureShape.new(name: 'DeleteDataflowEndpointGroupRequest')
@@ -48,6 +55,7 @@ module Aws::GroundStation
48
55
  DependencyException = Shapes::StructureShape.new(name: 'DependencyException')
49
56
  DescribeContactRequest = Shapes::StructureShape.new(name: 'DescribeContactRequest')
50
57
  DescribeContactResponse = Shapes::StructureShape.new(name: 'DescribeContactResponse')
58
+ Destination = Shapes::StructureShape.new(name: 'Destination')
51
59
  Double = Shapes::FloatShape.new(name: 'Double')
52
60
  DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
53
61
  Eirp = Shapes::StructureShape.new(name: 'Eirp')
@@ -104,6 +112,7 @@ module Aws::GroundStation
104
112
  SecurityDetails = Shapes::StructureShape.new(name: 'SecurityDetails')
105
113
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
106
114
  SocketAddress = Shapes::StructureShape.new(name: 'SocketAddress')
115
+ Source = Shapes::StructureShape.new(name: 'Source')
107
116
  SpectrumConfig = Shapes::StructureShape.new(name: 'SpectrumConfig')
108
117
  StatusList = Shapes::ListShape.new(name: 'StatusList')
109
118
  String = Shapes::StringShape.new(name: 'String')
@@ -124,6 +133,9 @@ module Aws::GroundStation
124
133
  noradSatelliteID = Shapes::IntegerShape.new(name: 'noradSatelliteID')
125
134
  satelliteArn = Shapes::StringShape.new(name: 'satelliteArn')
126
135
 
136
+ AntennaDemodDecodeDetails.add_member(:output_node, Shapes::ShapeRef.new(shape: String, location_name: "outputNode"))
137
+ AntennaDemodDecodeDetails.struct_class = Types::AntennaDemodDecodeDetails
138
+
127
139
  AntennaDownlinkConfig.add_member(:spectrum_config, Shapes::ShapeRef.new(shape: SpectrumConfig, required: true, location_name: "spectrumConfig"))
128
140
  AntennaDownlinkConfig.struct_class = Types::AntennaDownlinkConfig
129
141
 
@@ -134,11 +146,16 @@ module Aws::GroundStation
134
146
 
135
147
  AntennaUplinkConfig.add_member(:spectrum_config, Shapes::ShapeRef.new(shape: UplinkSpectrumConfig, required: true, location_name: "spectrumConfig"))
136
148
  AntennaUplinkConfig.add_member(:target_eirp, Shapes::ShapeRef.new(shape: Eirp, required: true, location_name: "targetEirp"))
149
+ AntennaUplinkConfig.add_member(:transmit_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "transmitDisabled"))
137
150
  AntennaUplinkConfig.struct_class = Types::AntennaUplinkConfig
138
151
 
139
152
  CancelContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "contactId"))
140
153
  CancelContactRequest.struct_class = Types::CancelContactRequest
141
154
 
155
+ ConfigDetails.add_member(:antenna_demod_decode_details, Shapes::ShapeRef.new(shape: AntennaDemodDecodeDetails, location_name: "antennaDemodDecodeDetails"))
156
+ ConfigDetails.add_member(:endpoint_details, Shapes::ShapeRef.new(shape: EndpointDetails, location_name: "endpointDetails"))
157
+ ConfigDetails.struct_class = Types::ConfigDetails
158
+
142
159
  ConfigIdResponse.add_member(:config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "configArn"))
143
160
  ConfigIdResponse.add_member(:config_id, Shapes::ShapeRef.new(shape: String, location_name: "configId"))
144
161
  ConfigIdResponse.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, location_name: "configType"))
@@ -198,11 +215,16 @@ module Aws::GroundStation
198
215
  CreateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, required: true, location_name: "trackingConfigArn"))
199
216
  CreateMissionProfileRequest.struct_class = Types::CreateMissionProfileRequest
200
217
 
218
+ DataflowDetail.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, location_name: "destination"))
219
+ DataflowDetail.add_member(:source, Shapes::ShapeRef.new(shape: Source, location_name: "source"))
220
+ DataflowDetail.struct_class = Types::DataflowDetail
221
+
201
222
  DataflowEdge.member = Shapes::ShapeRef.new(shape: ConfigArn)
202
223
 
203
224
  DataflowEdgeList.member = Shapes::ShapeRef.new(shape: DataflowEdge)
204
225
 
205
226
  DataflowEndpoint.add_member(:address, Shapes::ShapeRef.new(shape: SocketAddress, location_name: "address"))
227
+ DataflowEndpoint.add_member(:mtu, Shapes::ShapeRef.new(shape: DataflowEndpointmtuInteger, location_name: "mtu"))
206
228
  DataflowEndpoint.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
207
229
  DataflowEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: EndpointStatus, location_name: "status"))
208
230
  DataflowEndpoint.struct_class = Types::DataflowEndpoint
@@ -220,6 +242,8 @@ module Aws::GroundStation
220
242
  DataflowEndpointListItem.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: String, location_name: "dataflowEndpointGroupId"))
221
243
  DataflowEndpointListItem.struct_class = Types::DataflowEndpointListItem
222
244
 
245
+ DataflowList.member = Shapes::ShapeRef.new(shape: DataflowDetail)
246
+
223
247
  DecodeConfig.add_member(:unvalidated_json, Shapes::ShapeRef.new(shape: JsonString, required: true, location_name: "unvalidatedJSON"))
224
248
  DecodeConfig.struct_class = Types::DecodeConfig
225
249
 
@@ -245,6 +269,7 @@ module Aws::GroundStation
245
269
 
246
270
  DescribeContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: String, location_name: "contactId"))
247
271
  DescribeContactResponse.add_member(:contact_status, Shapes::ShapeRef.new(shape: ContactStatus, location_name: "contactStatus"))
272
+ DescribeContactResponse.add_member(:dataflow_list, Shapes::ShapeRef.new(shape: DataflowList, location_name: "dataflowList"))
248
273
  DescribeContactResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
249
274
  DescribeContactResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
250
275
  DescribeContactResponse.add_member(:ground_station, Shapes::ShapeRef.new(shape: String, location_name: "groundStation"))
@@ -258,6 +283,12 @@ module Aws::GroundStation
258
283
  DescribeContactResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
259
284
  DescribeContactResponse.struct_class = Types::DescribeContactResponse
260
285
 
286
+ Destination.add_member(:config_details, Shapes::ShapeRef.new(shape: ConfigDetails, location_name: "configDetails"))
287
+ Destination.add_member(:config_id, Shapes::ShapeRef.new(shape: String, location_name: "configId"))
288
+ Destination.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, location_name: "configType"))
289
+ Destination.add_member(:dataflow_destination_region, Shapes::ShapeRef.new(shape: String, location_name: "dataflowDestinationRegion"))
290
+ Destination.struct_class = Types::Destination
291
+
261
292
  Eirp.add_member(:units, Shapes::ShapeRef.new(shape: EirpUnits, required: true, location_name: "units"))
262
293
  Eirp.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
263
294
  Eirp.struct_class = Types::Eirp
@@ -455,6 +486,12 @@ module Aws::GroundStation
455
486
  SocketAddress.add_member(:port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "port"))
456
487
  SocketAddress.struct_class = Types::SocketAddress
457
488
 
489
+ Source.add_member(:config_details, Shapes::ShapeRef.new(shape: ConfigDetails, location_name: "configDetails"))
490
+ Source.add_member(:config_id, Shapes::ShapeRef.new(shape: String, location_name: "configId"))
491
+ Source.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, location_name: "configType"))
492
+ Source.add_member(:dataflow_source_region, Shapes::ShapeRef.new(shape: String, location_name: "dataflowSourceRegion"))
493
+ Source.struct_class = Types::Source
494
+
458
495
  SpectrumConfig.add_member(:bandwidth, Shapes::ShapeRef.new(shape: FrequencyBandwidth, required: true, location_name: "bandwidth"))
459
496
  SpectrumConfig.add_member(:center_frequency, Shapes::ShapeRef.new(shape: Frequency, required: true, location_name: "centerFrequency"))
460
497
  SpectrumConfig.add_member(:polarization, Shapes::ShapeRef.new(shape: Polarization, location_name: "polarization"))
@@ -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:
@@ -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:
@@ -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:
@@ -8,6 +10,20 @@
8
10
  module Aws::GroundStation
9
11
  module Types
10
12
 
13
+ # Details about an antenna demod decode `Config` used in a contact.
14
+ #
15
+ # @!attribute [rw] output_node
16
+ # Name of an antenna demod decode output node used in a contact.
17
+ # @return [String]
18
+ #
19
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/AntennaDemodDecodeDetails AWS API Documentation
20
+ #
21
+ class AntennaDemodDecodeDetails < Struct.new(
22
+ :output_node)
23
+ SENSITIVE = []
24
+ include Aws::Structure
25
+ end
26
+
11
27
  # Information about how AWS Ground Station should configure an antenna
12
28
  # for downlink during a contact.
13
29
  #
@@ -36,6 +52,7 @@ module Aws::GroundStation
36
52
  #
37
53
  class AntennaDownlinkConfig < Struct.new(
38
54
  :spectrum_config)
55
+ SENSITIVE = []
39
56
  include Aws::Structure
40
57
  end
41
58
 
@@ -83,6 +100,7 @@ module Aws::GroundStation
83
100
  :decode_config,
84
101
  :demodulation_config,
85
102
  :spectrum_config)
103
+ SENSITIVE = []
86
104
  include Aws::Structure
87
105
  end
88
106
 
@@ -103,6 +121,7 @@ module Aws::GroundStation
103
121
  # units: "dBW", # required, accepts dBW
104
122
  # value: 1.0, # required
105
123
  # },
124
+ # transmit_disabled: false,
106
125
  # }
107
126
  #
108
127
  # @!attribute [rw] spectrum_config
@@ -113,11 +132,17 @@ module Aws::GroundStation
113
132
  # EIRP of the target.
114
133
  # @return [Types::Eirp]
115
134
  #
135
+ # @!attribute [rw] transmit_disabled
136
+ # Whether or not uplink transmit is disabled.
137
+ # @return [Boolean]
138
+ #
116
139
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/AntennaUplinkConfig AWS API Documentation
117
140
  #
118
141
  class AntennaUplinkConfig < Struct.new(
119
142
  :spectrum_config,
120
- :target_eirp)
143
+ :target_eirp,
144
+ :transmit_disabled)
145
+ SENSITIVE = []
121
146
  include Aws::Structure
122
147
  end
123
148
 
@@ -136,6 +161,26 @@ module Aws::GroundStation
136
161
  #
137
162
  class CancelContactRequest < Struct.new(
138
163
  :contact_id)
164
+ SENSITIVE = []
165
+ include Aws::Structure
166
+ end
167
+
168
+ # Details for certain `Config` object types in a contact.
169
+ #
170
+ # @!attribute [rw] antenna_demod_decode_details
171
+ # Details for antenna demod decode `Config` in a contact.
172
+ # @return [Types::AntennaDemodDecodeDetails]
173
+ #
174
+ # @!attribute [rw] endpoint_details
175
+ # Information about the endpoint details.
176
+ # @return [Types::EndpointDetails]
177
+ #
178
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/ConfigDetails AWS API Documentation
179
+ #
180
+ class ConfigDetails < Struct.new(
181
+ :antenna_demod_decode_details,
182
+ :endpoint_details)
183
+ SENSITIVE = []
139
184
  include Aws::Structure
140
185
  end
141
186
 
@@ -157,6 +202,7 @@ module Aws::GroundStation
157
202
  :config_arn,
158
203
  :config_id,
159
204
  :config_type)
205
+ SENSITIVE = []
160
206
  include Aws::Structure
161
207
  end
162
208
 
@@ -185,6 +231,7 @@ module Aws::GroundStation
185
231
  :config_id,
186
232
  :config_type,
187
233
  :name)
234
+ SENSITIVE = []
188
235
  include Aws::Structure
189
236
  end
190
237
 
@@ -240,6 +287,7 @@ module Aws::GroundStation
240
287
  # units: "dBW", # required, accepts dBW
241
288
  # value: 1.0, # required
242
289
  # },
290
+ # transmit_disabled: false,
243
291
  # },
244
292
  # dataflow_endpoint_config: {
245
293
  # dataflow_endpoint_name: "String", # required
@@ -295,6 +343,7 @@ module Aws::GroundStation
295
343
  :dataflow_endpoint_config,
296
344
  :tracking_config,
297
345
  :uplink_echo_config)
346
+ SENSITIVE = []
298
347
  include Aws::Structure
299
348
  end
300
349
 
@@ -370,6 +419,7 @@ module Aws::GroundStation
370
419
  :satellite_arn,
371
420
  :start_time,
372
421
  :tags)
422
+ SENSITIVE = []
373
423
  include Aws::Structure
374
424
  end
375
425
 
@@ -381,6 +431,7 @@ module Aws::GroundStation
381
431
  #
382
432
  class ContactIdResponse < Struct.new(
383
433
  :contact_id)
434
+ SENSITIVE = []
384
435
  include Aws::Structure
385
436
  end
386
437
 
@@ -433,6 +484,7 @@ module Aws::GroundStation
433
484
  # units: "dBW", # required, accepts dBW
434
485
  # value: 1.0, # required
435
486
  # },
487
+ # transmit_disabled: false,
436
488
  # },
437
489
  # dataflow_endpoint_config: {
438
490
  # dataflow_endpoint_name: "String", # required
@@ -470,6 +522,7 @@ module Aws::GroundStation
470
522
  :config_data,
471
523
  :name,
472
524
  :tags)
525
+ SENSITIVE = []
473
526
  include Aws::Structure
474
527
  end
475
528
 
@@ -484,6 +537,7 @@ module Aws::GroundStation
484
537
  # name: "String", # required
485
538
  # port: 1, # required
486
539
  # },
540
+ # mtu: 1,
487
541
  # name: "SafeName",
488
542
  # status: "created", # accepts created, creating, deleted, deleting, failed
489
543
  # },
@@ -512,6 +566,7 @@ module Aws::GroundStation
512
566
  class CreateDataflowEndpointGroupRequest < Struct.new(
513
567
  :endpoint_details,
514
568
  :tags)
569
+ SENSITIVE = []
515
570
  include Aws::Structure
516
571
  end
517
572
 
@@ -575,6 +630,26 @@ module Aws::GroundStation
575
630
  :name,
576
631
  :tags,
577
632
  :tracking_config_arn)
633
+ SENSITIVE = []
634
+ include Aws::Structure
635
+ end
636
+
637
+ # Information about a dataflow edge used in a contact.
638
+ #
639
+ # @!attribute [rw] destination
640
+ # Dataflow details for the destination side.
641
+ # @return [Types::Destination]
642
+ #
643
+ # @!attribute [rw] source
644
+ # Dataflow details for the source side.
645
+ # @return [Types::Source]
646
+ #
647
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DataflowDetail AWS API Documentation
648
+ #
649
+ class DataflowDetail < Struct.new(
650
+ :destination,
651
+ :source)
652
+ SENSITIVE = []
578
653
  include Aws::Structure
579
654
  end
580
655
 
@@ -588,6 +663,7 @@ module Aws::GroundStation
588
663
  # name: "String", # required
589
664
  # port: 1, # required
590
665
  # },
666
+ # mtu: 1,
591
667
  # name: "SafeName",
592
668
  # status: "created", # accepts created, creating, deleted, deleting, failed
593
669
  # }
@@ -596,6 +672,11 @@ module Aws::GroundStation
596
672
  # Socket address of a dataflow endpoint.
597
673
  # @return [Types::SocketAddress]
598
674
  #
675
+ # @!attribute [rw] mtu
676
+ # Maximum transmission unit (MTU) size in bytes of a dataflow
677
+ # endpoint.
678
+ # @return [Integer]
679
+ #
599
680
  # @!attribute [rw] name
600
681
  # Name of a dataflow endpoint.
601
682
  # @return [String]
@@ -608,8 +689,10 @@ module Aws::GroundStation
608
689
  #
609
690
  class DataflowEndpoint < Struct.new(
610
691
  :address,
692
+ :mtu,
611
693
  :name,
612
694
  :status)
695
+ SENSITIVE = []
613
696
  include Aws::Structure
614
697
  end
615
698
 
@@ -636,6 +719,7 @@ module Aws::GroundStation
636
719
  class DataflowEndpointConfig < Struct.new(
637
720
  :dataflow_endpoint_name,
638
721
  :dataflow_endpoint_region)
722
+ SENSITIVE = []
639
723
  include Aws::Structure
640
724
  end
641
725
 
@@ -647,6 +731,7 @@ module Aws::GroundStation
647
731
  #
648
732
  class DataflowEndpointGroupIdResponse < Struct.new(
649
733
  :dataflow_endpoint_group_id)
734
+ SENSITIVE = []
650
735
  include Aws::Structure
651
736
  end
652
737
 
@@ -665,6 +750,7 @@ module Aws::GroundStation
665
750
  class DataflowEndpointListItem < Struct.new(
666
751
  :dataflow_endpoint_group_arn,
667
752
  :dataflow_endpoint_group_id)
753
+ SENSITIVE = []
668
754
  include Aws::Structure
669
755
  end
670
756
 
@@ -685,6 +771,7 @@ module Aws::GroundStation
685
771
  #
686
772
  class DecodeConfig < Struct.new(
687
773
  :unvalidated_json)
774
+ SENSITIVE = []
688
775
  include Aws::Structure
689
776
  end
690
777
 
@@ -709,6 +796,7 @@ module Aws::GroundStation
709
796
  class DeleteConfigRequest < Struct.new(
710
797
  :config_id,
711
798
  :config_type)
799
+ SENSITIVE = []
712
800
  include Aws::Structure
713
801
  end
714
802
 
@@ -727,6 +815,7 @@ module Aws::GroundStation
727
815
  #
728
816
  class DeleteDataflowEndpointGroupRequest < Struct.new(
729
817
  :dataflow_endpoint_group_id)
818
+ SENSITIVE = []
730
819
  include Aws::Structure
731
820
  end
732
821
 
@@ -745,6 +834,7 @@ module Aws::GroundStation
745
834
  #
746
835
  class DeleteMissionProfileRequest < Struct.new(
747
836
  :mission_profile_id)
837
+ SENSITIVE = []
748
838
  include Aws::Structure
749
839
  end
750
840
 
@@ -765,6 +855,7 @@ module Aws::GroundStation
765
855
  #
766
856
  class DemodulationConfig < Struct.new(
767
857
  :unvalidated_json)
858
+ SENSITIVE = []
768
859
  include Aws::Structure
769
860
  end
770
861
 
@@ -781,6 +872,7 @@ module Aws::GroundStation
781
872
  class DependencyException < Struct.new(
782
873
  :message,
783
874
  :parameter_name)
875
+ SENSITIVE = []
784
876
  include Aws::Structure
785
877
  end
786
878
 
@@ -799,6 +891,7 @@ module Aws::GroundStation
799
891
  #
800
892
  class DescribeContactRequest < Struct.new(
801
893
  :contact_id)
894
+ SENSITIVE = []
802
895
  include Aws::Structure
803
896
  end
804
897
 
@@ -810,6 +903,11 @@ module Aws::GroundStation
810
903
  # Status of a contact.
811
904
  # @return [String]
812
905
  #
906
+ # @!attribute [rw] dataflow_list
907
+ # List describing source and destination details for each dataflow
908
+ # edge.
909
+ # @return [Array<Types::DataflowDetail>]
910
+ #
813
911
  # @!attribute [rw] end_time
814
912
  # End time of a contact.
815
913
  # @return [Time]
@@ -861,6 +959,7 @@ module Aws::GroundStation
861
959
  class DescribeContactResponse < Struct.new(
862
960
  :contact_id,
863
961
  :contact_status,
962
+ :dataflow_list,
864
963
  :end_time,
865
964
  :error_message,
866
965
  :ground_station,
@@ -872,6 +971,37 @@ module Aws::GroundStation
872
971
  :satellite_arn,
873
972
  :start_time,
874
973
  :tags)
974
+ SENSITIVE = []
975
+ include Aws::Structure
976
+ end
977
+
978
+ # Dataflow details for the destination side.
979
+ #
980
+ # @!attribute [rw] config_details
981
+ # Additional details for a `Config`, if type is dataflow endpoint or
982
+ # antenna demod decode.
983
+ # @return [Types::ConfigDetails]
984
+ #
985
+ # @!attribute [rw] config_id
986
+ # UUID of a `Config`.
987
+ # @return [String]
988
+ #
989
+ # @!attribute [rw] config_type
990
+ # Type of a `Config`.
991
+ # @return [String]
992
+ #
993
+ # @!attribute [rw] dataflow_destination_region
994
+ # Region of a dataflow destination.
995
+ # @return [String]
996
+ #
997
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Destination AWS API Documentation
998
+ #
999
+ class Destination < Struct.new(
1000
+ :config_details,
1001
+ :config_id,
1002
+ :config_type,
1003
+ :dataflow_destination_region)
1004
+ SENSITIVE = []
875
1005
  include Aws::Structure
876
1006
  end
877
1007
 
@@ -890,7 +1020,7 @@ module Aws::GroundStation
890
1020
  # @return [String]
891
1021
  #
892
1022
  # @!attribute [rw] value
893
- # Value of an EIRP.
1023
+ # Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.
894
1024
  # @return [Float]
895
1025
  #
896
1026
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Eirp AWS API Documentation
@@ -898,6 +1028,7 @@ module Aws::GroundStation
898
1028
  class Eirp < Struct.new(
899
1029
  :units,
900
1030
  :value)
1031
+ SENSITIVE = []
901
1032
  include Aws::Structure
902
1033
  end
903
1034
 
@@ -916,6 +1047,7 @@ module Aws::GroundStation
916
1047
  class Elevation < Struct.new(
917
1048
  :unit,
918
1049
  :value)
1050
+ SENSITIVE = []
919
1051
  include Aws::Structure
920
1052
  end
921
1053
 
@@ -930,6 +1062,7 @@ module Aws::GroundStation
930
1062
  # name: "String", # required
931
1063
  # port: 1, # required
932
1064
  # },
1065
+ # mtu: 1,
933
1066
  # name: "SafeName",
934
1067
  # status: "created", # accepts created, creating, deleted, deleting, failed
935
1068
  # },
@@ -953,6 +1086,7 @@ module Aws::GroundStation
953
1086
  class EndpointDetails < Struct.new(
954
1087
  :endpoint,
955
1088
  :security_details)
1089
+ SENSITIVE = []
956
1090
  include Aws::Structure
957
1091
  end
958
1092
 
@@ -971,7 +1105,8 @@ module Aws::GroundStation
971
1105
  # @return [String]
972
1106
  #
973
1107
  # @!attribute [rw] value
974
- # Frequency value.
1108
+ # Frequency value. Valid values are between 2200 to 2300 MHz and 7750
1109
+ # to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
975
1110
  # @return [Float]
976
1111
  #
977
1112
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Frequency AWS API Documentation
@@ -979,6 +1114,7 @@ module Aws::GroundStation
979
1114
  class Frequency < Struct.new(
980
1115
  :units,
981
1116
  :value)
1117
+ SENSITIVE = []
982
1118
  include Aws::Structure
983
1119
  end
984
1120
 
@@ -997,7 +1133,17 @@ module Aws::GroundStation
997
1133
  # @return [String]
998
1134
  #
999
1135
  # @!attribute [rw] value
1000
- # Frequency bandwidth value.
1136
+ # Frequency bandwidth value. AWS Ground Station currently has the
1137
+ # following bandwidth limitations:
1138
+ #
1139
+ # * For `AntennaDownlinkDemodDecodeconfig`, valid values are between
1140
+ # 125 kHz to 650 MHz.
1141
+ #
1142
+ # * For `AntennaDownlinkconfig`, valid values are between 10 kHz to 54
1143
+ # MHz.
1144
+ #
1145
+ # * For `AntennaUplinkConfig`, valid values are between 10 kHz to 54
1146
+ # MHz.
1001
1147
  # @return [Float]
1002
1148
  #
1003
1149
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/FrequencyBandwidth AWS API Documentation
@@ -1005,6 +1151,7 @@ module Aws::GroundStation
1005
1151
  class FrequencyBandwidth < Struct.new(
1006
1152
  :units,
1007
1153
  :value)
1154
+ SENSITIVE = []
1008
1155
  include Aws::Structure
1009
1156
  end
1010
1157
 
@@ -1029,6 +1176,7 @@ module Aws::GroundStation
1029
1176
  class GetConfigRequest < Struct.new(
1030
1177
  :config_id,
1031
1178
  :config_type)
1179
+ SENSITIVE = []
1032
1180
  include Aws::Structure
1033
1181
  end
1034
1182
 
@@ -1065,6 +1213,7 @@ module Aws::GroundStation
1065
1213
  :config_type,
1066
1214
  :name,
1067
1215
  :tags)
1216
+ SENSITIVE = []
1068
1217
  include Aws::Structure
1069
1218
  end
1070
1219
 
@@ -1083,6 +1232,7 @@ module Aws::GroundStation
1083
1232
  #
1084
1233
  class GetDataflowEndpointGroupRequest < Struct.new(
1085
1234
  :dataflow_endpoint_group_id)
1235
+ SENSITIVE = []
1086
1236
  include Aws::Structure
1087
1237
  end
1088
1238
 
@@ -1109,6 +1259,7 @@ module Aws::GroundStation
1109
1259
  :dataflow_endpoint_group_id,
1110
1260
  :endpoints_details,
1111
1261
  :tags)
1262
+ SENSITIVE = []
1112
1263
  include Aws::Structure
1113
1264
  end
1114
1265
 
@@ -1133,6 +1284,7 @@ module Aws::GroundStation
1133
1284
  class GetMinuteUsageRequest < Struct.new(
1134
1285
  :month,
1135
1286
  :year)
1287
+ SENSITIVE = []
1136
1288
  include Aws::Structure
1137
1289
  end
1138
1290
 
@@ -1169,6 +1321,7 @@ module Aws::GroundStation
1169
1321
  :total_reserved_minute_allocation,
1170
1322
  :total_scheduled_minutes,
1171
1323
  :upcoming_minutes_scheduled)
1324
+ SENSITIVE = []
1172
1325
  include Aws::Structure
1173
1326
  end
1174
1327
 
@@ -1187,6 +1340,7 @@ module Aws::GroundStation
1187
1340
  #
1188
1341
  class GetMissionProfileRequest < Struct.new(
1189
1342
  :mission_profile_id)
1343
+ SENSITIVE = []
1190
1344
  include Aws::Structure
1191
1345
  end
1192
1346
 
@@ -1248,6 +1402,7 @@ module Aws::GroundStation
1248
1402
  :region,
1249
1403
  :tags,
1250
1404
  :tracking_config_arn)
1405
+ SENSITIVE = []
1251
1406
  include Aws::Structure
1252
1407
  end
1253
1408
 
@@ -1266,6 +1421,7 @@ module Aws::GroundStation
1266
1421
  #
1267
1422
  class GetSatelliteRequest < Struct.new(
1268
1423
  :satellite_id)
1424
+ SENSITIVE = []
1269
1425
  include Aws::Structure
1270
1426
  end
1271
1427
 
@@ -1292,6 +1448,7 @@ module Aws::GroundStation
1292
1448
  :norad_satellite_id,
1293
1449
  :satellite_arn,
1294
1450
  :satellite_id)
1451
+ SENSITIVE = []
1295
1452
  include Aws::Structure
1296
1453
  end
1297
1454
 
@@ -1315,6 +1472,7 @@ module Aws::GroundStation
1315
1472
  :ground_station_id,
1316
1473
  :ground_station_name,
1317
1474
  :region)
1475
+ SENSITIVE = []
1318
1476
  include Aws::Structure
1319
1477
  end
1320
1478
 
@@ -1331,6 +1489,7 @@ module Aws::GroundStation
1331
1489
  class InvalidParameterException < Struct.new(
1332
1490
  :message,
1333
1491
  :parameter_name)
1492
+ SENSITIVE = []
1334
1493
  include Aws::Structure
1335
1494
  end
1336
1495
 
@@ -1356,6 +1515,7 @@ module Aws::GroundStation
1356
1515
  class ListConfigsRequest < Struct.new(
1357
1516
  :max_results,
1358
1517
  :next_token)
1518
+ SENSITIVE = []
1359
1519
  include Aws::Structure
1360
1520
  end
1361
1521
 
@@ -1373,6 +1533,7 @@ module Aws::GroundStation
1373
1533
  class ListConfigsResponse < Struct.new(
1374
1534
  :config_list,
1375
1535
  :next_token)
1536
+ SENSITIVE = []
1376
1537
  include Aws::Structure
1377
1538
  end
1378
1539
 
@@ -1434,6 +1595,7 @@ module Aws::GroundStation
1434
1595
  :satellite_arn,
1435
1596
  :start_time,
1436
1597
  :status_list)
1598
+ SENSITIVE = []
1437
1599
  include Aws::Structure
1438
1600
  end
1439
1601
 
@@ -1451,6 +1613,7 @@ module Aws::GroundStation
1451
1613
  class ListContactsResponse < Struct.new(
1452
1614
  :contact_list,
1453
1615
  :next_token)
1616
+ SENSITIVE = []
1454
1617
  include Aws::Structure
1455
1618
  end
1456
1619
 
@@ -1477,6 +1640,7 @@ module Aws::GroundStation
1477
1640
  class ListDataflowEndpointGroupsRequest < Struct.new(
1478
1641
  :max_results,
1479
1642
  :next_token)
1643
+ SENSITIVE = []
1480
1644
  include Aws::Structure
1481
1645
  end
1482
1646
 
@@ -1495,6 +1659,7 @@ module Aws::GroundStation
1495
1659
  class ListDataflowEndpointGroupsResponse < Struct.new(
1496
1660
  :dataflow_endpoint_group_list,
1497
1661
  :next_token)
1662
+ SENSITIVE = []
1498
1663
  include Aws::Structure
1499
1664
  end
1500
1665
 
@@ -1526,6 +1691,7 @@ module Aws::GroundStation
1526
1691
  :max_results,
1527
1692
  :next_token,
1528
1693
  :satellite_id)
1694
+ SENSITIVE = []
1529
1695
  include Aws::Structure
1530
1696
  end
1531
1697
 
@@ -1543,6 +1709,7 @@ module Aws::GroundStation
1543
1709
  class ListGroundStationsResponse < Struct.new(
1544
1710
  :ground_station_list,
1545
1711
  :next_token)
1712
+ SENSITIVE = []
1546
1713
  include Aws::Structure
1547
1714
  end
1548
1715
 
@@ -1568,6 +1735,7 @@ module Aws::GroundStation
1568
1735
  class ListMissionProfilesRequest < Struct.new(
1569
1736
  :max_results,
1570
1737
  :next_token)
1738
+ SENSITIVE = []
1571
1739
  include Aws::Structure
1572
1740
  end
1573
1741
 
@@ -1585,6 +1753,7 @@ module Aws::GroundStation
1585
1753
  class ListMissionProfilesResponse < Struct.new(
1586
1754
  :mission_profile_list,
1587
1755
  :next_token)
1756
+ SENSITIVE = []
1588
1757
  include Aws::Structure
1589
1758
  end
1590
1759
 
@@ -1610,6 +1779,7 @@ module Aws::GroundStation
1610
1779
  class ListSatellitesRequest < Struct.new(
1611
1780
  :max_results,
1612
1781
  :next_token)
1782
+ SENSITIVE = []
1613
1783
  include Aws::Structure
1614
1784
  end
1615
1785
 
@@ -1627,6 +1797,7 @@ module Aws::GroundStation
1627
1797
  class ListSatellitesResponse < Struct.new(
1628
1798
  :next_token,
1629
1799
  :satellites)
1800
+ SENSITIVE = []
1630
1801
  include Aws::Structure
1631
1802
  end
1632
1803
 
@@ -1645,6 +1816,7 @@ module Aws::GroundStation
1645
1816
  #
1646
1817
  class ListTagsForResourceRequest < Struct.new(
1647
1818
  :resource_arn)
1819
+ SENSITIVE = []
1648
1820
  include Aws::Structure
1649
1821
  end
1650
1822
 
@@ -1656,6 +1828,7 @@ module Aws::GroundStation
1656
1828
  #
1657
1829
  class ListTagsForResourceResponse < Struct.new(
1658
1830
  :tags)
1831
+ SENSITIVE = []
1659
1832
  include Aws::Structure
1660
1833
  end
1661
1834
 
@@ -1667,6 +1840,7 @@ module Aws::GroundStation
1667
1840
  #
1668
1841
  class MissionProfileIdResponse < Struct.new(
1669
1842
  :mission_profile_id)
1843
+ SENSITIVE = []
1670
1844
  include Aws::Structure
1671
1845
  end
1672
1846
 
@@ -1695,6 +1869,7 @@ module Aws::GroundStation
1695
1869
  :mission_profile_id,
1696
1870
  :name,
1697
1871
  :region)
1872
+ SENSITIVE = []
1698
1873
  include Aws::Structure
1699
1874
  end
1700
1875
 
@@ -1745,6 +1920,7 @@ module Aws::GroundStation
1745
1920
  :satellite_arn,
1746
1921
  :start_time,
1747
1922
  :tags)
1923
+ SENSITIVE = []
1748
1924
  include Aws::Structure
1749
1925
  end
1750
1926
 
@@ -1761,6 +1937,7 @@ module Aws::GroundStation
1761
1937
  class ResourceLimitExceededException < Struct.new(
1762
1938
  :message,
1763
1939
  :parameter_name)
1940
+ SENSITIVE = []
1764
1941
  include Aws::Structure
1765
1942
  end
1766
1943
 
@@ -1773,6 +1950,7 @@ module Aws::GroundStation
1773
1950
  #
1774
1951
  class ResourceNotFoundException < Struct.new(
1775
1952
  :message)
1953
+ SENSITIVE = []
1776
1954
  include Aws::Structure
1777
1955
  end
1778
1956
 
@@ -1801,6 +1979,7 @@ module Aws::GroundStation
1801
1979
  :norad_satellite_id,
1802
1980
  :satellite_arn,
1803
1981
  :satellite_id)
1982
+ SENSITIVE = []
1804
1983
  include Aws::Structure
1805
1984
  end
1806
1985
 
@@ -1834,6 +2013,7 @@ module Aws::GroundStation
1834
2013
  :role_arn,
1835
2014
  :security_group_ids,
1836
2015
  :subnet_ids)
2016
+ SENSITIVE = []
1837
2017
  include Aws::Structure
1838
2018
  end
1839
2019
 
@@ -1860,6 +2040,37 @@ module Aws::GroundStation
1860
2040
  class SocketAddress < Struct.new(
1861
2041
  :name,
1862
2042
  :port)
2043
+ SENSITIVE = []
2044
+ include Aws::Structure
2045
+ end
2046
+
2047
+ # Dataflow details for the source side.
2048
+ #
2049
+ # @!attribute [rw] config_details
2050
+ # Additional details for a `Config`, if type is dataflow endpoint or
2051
+ # antenna demod decode.
2052
+ # @return [Types::ConfigDetails]
2053
+ #
2054
+ # @!attribute [rw] config_id
2055
+ # UUID of a `Config`.
2056
+ # @return [String]
2057
+ #
2058
+ # @!attribute [rw] config_type
2059
+ # Type of a `Config`.
2060
+ # @return [String]
2061
+ #
2062
+ # @!attribute [rw] dataflow_source_region
2063
+ # Region of a dataflow source.
2064
+ # @return [String]
2065
+ #
2066
+ # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Source AWS API Documentation
2067
+ #
2068
+ class Source < Struct.new(
2069
+ :config_details,
2070
+ :config_id,
2071
+ :config_type,
2072
+ :dataflow_source_region)
2073
+ SENSITIVE = []
1863
2074
  include Aws::Structure
1864
2075
  end
1865
2076
 
@@ -1881,15 +2092,28 @@ module Aws::GroundStation
1881
2092
  # }
1882
2093
  #
1883
2094
  # @!attribute [rw] bandwidth
1884
- # Bandwidth of a spectral `Config`.
2095
+ # Bandwidth of a spectral `Config`. AWS Ground Station currently has
2096
+ # the following bandwidth limitations:
2097
+ #
2098
+ # * For `AntennaDownlinkDemodDecodeconfig`, valid values are between
2099
+ # 125 kHz to 650 MHz.
2100
+ #
2101
+ # * For `AntennaDownlinkconfig` valid values are between 10 kHz to 54
2102
+ # MHz.
2103
+ #
2104
+ # * For `AntennaUplinkConfig`, valid values are between 10 kHz to 54
2105
+ # MHz.
1885
2106
  # @return [Types::FrequencyBandwidth]
1886
2107
  #
1887
2108
  # @!attribute [rw] center_frequency
1888
- # Center frequency of a spectral `Config`.
2109
+ # Center frequency of a spectral `Config`. Valid values are between
2110
+ # 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120
2111
+ # MHz for uplink.
1889
2112
  # @return [Types::Frequency]
1890
2113
  #
1891
2114
  # @!attribute [rw] polarization
1892
- # Polarization of a spectral `Config`.
2115
+ # Polarization of a spectral `Config`. Capturing both `"RIGHT_HAND"`
2116
+ # and `"LEFT_HAND"` polarization requires two separate configs.
1893
2117
  # @return [String]
1894
2118
  #
1895
2119
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SpectrumConfig AWS API Documentation
@@ -1898,6 +2122,7 @@ module Aws::GroundStation
1898
2122
  :bandwidth,
1899
2123
  :center_frequency,
1900
2124
  :polarization)
2125
+ SENSITIVE = []
1901
2126
  include Aws::Structure
1902
2127
  end
1903
2128
 
@@ -1924,6 +2149,7 @@ module Aws::GroundStation
1924
2149
  class TagResourceRequest < Struct.new(
1925
2150
  :resource_arn,
1926
2151
  :tags)
2152
+ SENSITIVE = []
1927
2153
  include Aws::Structure
1928
2154
  end
1929
2155
 
@@ -1949,6 +2175,7 @@ module Aws::GroundStation
1949
2175
  #
1950
2176
  class TrackingConfig < Struct.new(
1951
2177
  :autotrack)
2178
+ SENSITIVE = []
1952
2179
  include Aws::Structure
1953
2180
  end
1954
2181
 
@@ -1973,6 +2200,7 @@ module Aws::GroundStation
1973
2200
  class UntagResourceRequest < Struct.new(
1974
2201
  :resource_arn,
1975
2202
  :tag_keys)
2203
+ SENSITIVE = []
1976
2204
  include Aws::Structure
1977
2205
  end
1978
2206
 
@@ -2029,6 +2257,7 @@ module Aws::GroundStation
2029
2257
  # units: "dBW", # required, accepts dBW
2030
2258
  # value: 1.0, # required
2031
2259
  # },
2260
+ # transmit_disabled: false,
2032
2261
  # },
2033
2262
  # dataflow_endpoint_config: {
2034
2263
  # dataflow_endpoint_name: "String", # required
@@ -2070,6 +2299,7 @@ module Aws::GroundStation
2070
2299
  :config_id,
2071
2300
  :config_type,
2072
2301
  :name)
2302
+ SENSITIVE = []
2073
2303
  include Aws::Structure
2074
2304
  end
2075
2305
 
@@ -2131,6 +2361,7 @@ module Aws::GroundStation
2131
2361
  :mission_profile_id,
2132
2362
  :name,
2133
2363
  :tracking_config_arn)
2364
+ SENSITIVE = []
2134
2365
  include Aws::Structure
2135
2366
  end
2136
2367
 
@@ -2161,6 +2392,7 @@ module Aws::GroundStation
2161
2392
  class UplinkEchoConfig < Struct.new(
2162
2393
  :antenna_uplink_config_arn,
2163
2394
  :enabled)
2395
+ SENSITIVE = []
2164
2396
  include Aws::Structure
2165
2397
  end
2166
2398
 
@@ -2178,11 +2410,14 @@ module Aws::GroundStation
2178
2410
  # }
2179
2411
  #
2180
2412
  # @!attribute [rw] center_frequency
2181
- # Center frequency of an uplink spectral `Config`.
2413
+ # Center frequency of an uplink spectral `Config`. Valid values are
2414
+ # between 2025 to 2120 MHz.
2182
2415
  # @return [Types::Frequency]
2183
2416
  #
2184
2417
  # @!attribute [rw] polarization
2185
- # Polarization of an uplink spectral `Config`.
2418
+ # Polarization of an uplink spectral `Config`. Capturing both
2419
+ # `"RIGHT_HAND"` and `"LEFT_HAND"` polarization requires two separate
2420
+ # configs.
2186
2421
  # @return [String]
2187
2422
  #
2188
2423
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UplinkSpectrumConfig AWS API Documentation
@@ -2190,6 +2425,7 @@ module Aws::GroundStation
2190
2425
  class UplinkSpectrumConfig < Struct.new(
2191
2426
  :center_frequency,
2192
2427
  :polarization)
2428
+ SENSITIVE = []
2193
2429
  include Aws::Structure
2194
2430
  end
2195
2431
 
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.9.1
4
+ version: 1.14.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 00:00:00.000000000 Z
11
+ date: 2020-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement