aws-sdk-groundstation 1.18.0 → 1.22.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: 34321e22eb1cf47cfed7775f7b812805f36116bbc4d0299350eab675c25ed621
4
- data.tar.gz: b98143ee66b847aabdab8e8642a0e66f0b1b5130d8f7a20b505cac78b2cad947
3
+ metadata.gz: fcf1dc2ef52e170dec3b1787aedc08fd8ac9d9b0c392119ca1c12d691f0cf985
4
+ data.tar.gz: 8a98c62ec67f455e1d5b3310c4173d51723a25626958bc58d46c24833bfc6ea2
5
5
  SHA512:
6
- metadata.gz: 1c2466b1b01807b8ffc4be01f5667c8fbd3845fa8071faa353033bf4a40d34ae5cf0449a99a7862200e334022729f4ceaa0eb330adf2e149fbd6241afdb92f79
7
- data.tar.gz: 76bb71c4fb6f1dc93a3faf3fbaec754cc217279dac698008024617052609345332fb8cb49d4aeddedbfebe8e86259846d75ab1452b73b751767acbb9fb8b913c
6
+ metadata.gz: 2bcefffd6638a7263422cf47dedc83e8c420c54aad5a96fbf4e156cb721e0226dd9a05d5c39d6ce0d8842fa9108d3a6c5b1b5a26c36ad44f43eb309f99494333
7
+ data.tar.gz: a40dfc4aece9907094f81a2e3beee30f8875bc9d90f026c0a79688f558552065605e3e32c804130d86d24c453641a8b38e362b7f6e709b2b45a631a53bf8ff3b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.21.0 (2021-09-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.20.0 (2021-07-30)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.19.0 (2021-07-28)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.18.0 (2021-04-21)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.22.0
@@ -1610,7 +1610,7 @@ module Aws::GroundStation
1610
1610
  params: params,
1611
1611
  config: config)
1612
1612
  context[:gem_name] = 'aws-sdk-groundstation'
1613
- context[:gem_version] = '1.18.0'
1613
+ context[:gem_version] = '1.22.0'
1614
1614
  Seahorse::Client::Request.new(handlers, context)
1615
1615
  end
1616
1616
 
@@ -24,11 +24,11 @@ module Aws::GroundStation
24
24
  CancelContactRequest = Shapes::StructureShape.new(name: 'CancelContactRequest')
25
25
  ConfigArn = Shapes::StringShape.new(name: 'ConfigArn')
26
26
  ConfigCapabilityType = Shapes::StringShape.new(name: 'ConfigCapabilityType')
27
- ConfigDetails = Shapes::StructureShape.new(name: 'ConfigDetails')
27
+ ConfigDetails = Shapes::UnionShape.new(name: 'ConfigDetails')
28
28
  ConfigIdResponse = Shapes::StructureShape.new(name: 'ConfigIdResponse')
29
29
  ConfigList = Shapes::ListShape.new(name: 'ConfigList')
30
30
  ConfigListItem = Shapes::StructureShape.new(name: 'ConfigListItem')
31
- ConfigTypeData = Shapes::StructureShape.new(name: 'ConfigTypeData')
31
+ ConfigTypeData = Shapes::UnionShape.new(name: 'ConfigTypeData')
32
32
  ContactData = Shapes::StructureShape.new(name: 'ContactData')
33
33
  ContactIdResponse = Shapes::StructureShape.new(name: 'ContactIdResponse')
34
34
  ContactList = Shapes::ListShape.new(name: 'ContactList')
@@ -159,6 +159,11 @@ module Aws::GroundStation
159
159
  ConfigDetails.add_member(:antenna_demod_decode_details, Shapes::ShapeRef.new(shape: AntennaDemodDecodeDetails, location_name: "antennaDemodDecodeDetails"))
160
160
  ConfigDetails.add_member(:endpoint_details, Shapes::ShapeRef.new(shape: EndpointDetails, location_name: "endpointDetails"))
161
161
  ConfigDetails.add_member(:s3_recording_details, Shapes::ShapeRef.new(shape: S3RecordingDetails, location_name: "s3RecordingDetails"))
162
+ ConfigDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
163
+ ConfigDetails.add_member_subclass(:antenna_demod_decode_details, Types::ConfigDetails::AntennaDemodDecodeDetails)
164
+ ConfigDetails.add_member_subclass(:endpoint_details, Types::ConfigDetails::EndpointDetails)
165
+ ConfigDetails.add_member_subclass(:s3_recording_details, Types::ConfigDetails::S3RecordingDetails)
166
+ ConfigDetails.add_member_subclass(:unknown, Types::ConfigDetails::Unknown)
162
167
  ConfigDetails.struct_class = Types::ConfigDetails
163
168
 
164
169
  ConfigIdResponse.add_member(:config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "configArn"))
@@ -181,6 +186,15 @@ module Aws::GroundStation
181
186
  ConfigTypeData.add_member(:s3_recording_config, Shapes::ShapeRef.new(shape: S3RecordingConfig, location_name: "s3RecordingConfig"))
182
187
  ConfigTypeData.add_member(:tracking_config, Shapes::ShapeRef.new(shape: TrackingConfig, location_name: "trackingConfig"))
183
188
  ConfigTypeData.add_member(:uplink_echo_config, Shapes::ShapeRef.new(shape: UplinkEchoConfig, location_name: "uplinkEchoConfig"))
189
+ ConfigTypeData.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
190
+ ConfigTypeData.add_member_subclass(:antenna_downlink_config, Types::ConfigTypeData::AntennaDownlinkConfig)
191
+ ConfigTypeData.add_member_subclass(:antenna_downlink_demod_decode_config, Types::ConfigTypeData::AntennaDownlinkDemodDecodeConfig)
192
+ ConfigTypeData.add_member_subclass(:antenna_uplink_config, Types::ConfigTypeData::AntennaUplinkConfig)
193
+ ConfigTypeData.add_member_subclass(:dataflow_endpoint_config, Types::ConfigTypeData::DataflowEndpointConfig)
194
+ ConfigTypeData.add_member_subclass(:s3_recording_config, Types::ConfigTypeData::S3RecordingConfig)
195
+ ConfigTypeData.add_member_subclass(:tracking_config, Types::ConfigTypeData::TrackingConfig)
196
+ ConfigTypeData.add_member_subclass(:uplink_echo_config, Types::ConfigTypeData::UplinkEchoConfig)
197
+ ConfigTypeData.add_member_subclass(:unknown, Types::ConfigTypeData::Unknown)
184
198
  ConfigTypeData.struct_class = Types::ConfigTypeData
185
199
 
186
200
  ContactData.add_member(:contact_id, Shapes::ShapeRef.new(shape: String, location_name: "contactId"))
@@ -167,6 +167,8 @@ module Aws::GroundStation
167
167
 
168
168
  # Details for certain `Config` object types in a contact.
169
169
  #
170
+ # @note ConfigDetails is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ConfigDetails corresponding to the set member.
171
+ #
170
172
  # @!attribute [rw] antenna_demod_decode_details
171
173
  # Details for antenna demod decode `Config` in a contact.
172
174
  # @return [Types::AntennaDemodDecodeDetails]
@@ -184,9 +186,16 @@ module Aws::GroundStation
184
186
  class ConfigDetails < Struct.new(
185
187
  :antenna_demod_decode_details,
186
188
  :endpoint_details,
187
- :s3_recording_details)
189
+ :s3_recording_details,
190
+ :unknown)
188
191
  SENSITIVE = []
189
192
  include Aws::Structure
193
+ include Aws::Structure::Union
194
+
195
+ class AntennaDemodDecodeDetails < ConfigDetails; end
196
+ class EndpointDetails < ConfigDetails; end
197
+ class S3RecordingDetails < ConfigDetails; end
198
+ class Unknown < ConfigDetails; end
190
199
  end
191
200
 
192
201
  # @!attribute [rw] config_arn
@@ -244,73 +253,9 @@ module Aws::GroundStation
244
253
  #
245
254
  # See the subtype definitions for what each type of `Config` contains.
246
255
  #
247
- # @note When making an API call, you may pass ConfigTypeData
248
- # data as a hash:
256
+ # @note ConfigTypeData is a union - when making an API calls you must set exactly one of the members.
249
257
  #
250
- # {
251
- # antenna_downlink_config: {
252
- # spectrum_config: { # required
253
- # bandwidth: { # required
254
- # units: "GHz", # required, accepts GHz, MHz, kHz
255
- # value: 1.0, # required
256
- # },
257
- # center_frequency: { # required
258
- # units: "GHz", # required, accepts GHz, MHz, kHz
259
- # value: 1.0, # required
260
- # },
261
- # polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
262
- # },
263
- # },
264
- # antenna_downlink_demod_decode_config: {
265
- # decode_config: { # required
266
- # unvalidated_json: "JsonString", # required
267
- # },
268
- # demodulation_config: { # required
269
- # unvalidated_json: "JsonString", # required
270
- # },
271
- # spectrum_config: { # required
272
- # bandwidth: { # required
273
- # units: "GHz", # required, accepts GHz, MHz, kHz
274
- # value: 1.0, # required
275
- # },
276
- # center_frequency: { # required
277
- # units: "GHz", # required, accepts GHz, MHz, kHz
278
- # value: 1.0, # required
279
- # },
280
- # polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
281
- # },
282
- # },
283
- # antenna_uplink_config: {
284
- # spectrum_config: { # required
285
- # center_frequency: { # required
286
- # units: "GHz", # required, accepts GHz, MHz, kHz
287
- # value: 1.0, # required
288
- # },
289
- # polarization: "LEFT_HAND", # accepts LEFT_HAND, NONE, RIGHT_HAND
290
- # },
291
- # target_eirp: { # required
292
- # units: "dBW", # required, accepts dBW
293
- # value: 1.0, # required
294
- # },
295
- # transmit_disabled: false,
296
- # },
297
- # dataflow_endpoint_config: {
298
- # dataflow_endpoint_name: "String", # required
299
- # dataflow_endpoint_region: "String",
300
- # },
301
- # s3_recording_config: {
302
- # bucket_arn: "BucketArn", # required
303
- # prefix: "S3KeyPrefix",
304
- # role_arn: "RoleArn", # required
305
- # },
306
- # tracking_config: {
307
- # autotrack: "PREFERRED", # required, accepts PREFERRED, REMOVED, REQUIRED
308
- # },
309
- # uplink_echo_config: {
310
- # antenna_uplink_config_arn: "ConfigArn", # required
311
- # enabled: false, # required
312
- # },
313
- # }
258
+ # @note ConfigTypeData is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ConfigTypeData corresponding to the set member.
314
259
  #
315
260
  # @!attribute [rw] antenna_downlink_config
316
261
  # Information about how AWS Ground Station should configure an antenna
@@ -357,9 +302,20 @@ module Aws::GroundStation
357
302
  :dataflow_endpoint_config,
358
303
  :s3_recording_config,
359
304
  :tracking_config,
360
- :uplink_echo_config)
305
+ :uplink_echo_config,
306
+ :unknown)
361
307
  SENSITIVE = []
362
308
  include Aws::Structure
309
+ include Aws::Structure::Union
310
+
311
+ class AntennaDownlinkConfig < ConfigTypeData; end
312
+ class AntennaDownlinkDemodDecodeConfig < ConfigTypeData; end
313
+ class AntennaUplinkConfig < ConfigTypeData; end
314
+ class DataflowEndpointConfig < ConfigTypeData; end
315
+ class S3RecordingConfig < ConfigTypeData; end
316
+ class TrackingConfig < ConfigTypeData; end
317
+ class UplinkEchoConfig < ConfigTypeData; end
318
+ class Unknown < ConfigTypeData; end
363
319
  end
364
320
 
365
321
  # Data describing a contact.
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-groundstation/customizations'
48
48
  # @!group service
49
49
  module Aws::GroundStation
50
50
 
51
- GEM_VERSION = '1.18.0'
51
+ GEM_VERSION = '1.22.0'
52
52
 
53
53
  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.18.0
4
+ version: 1.22.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: 2021-04-21 00:00:00.000000000 Z
11
+ date: 2021-10-18 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.112.0
22
+ version: 3.121.2
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.112.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.3
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - AWS Ground Station