aws-sdk-groundstation 1.10.0 → 1.11.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: e2cd8f14f941ee213c083c8b8d2d2d3eab83e36d75de887361b7846bab1a8b6c
4
- data.tar.gz: 8b712cfbb0de1c014979b84cf2a63fb5c35d84b20ca78f2bbde82b533b63b265
3
+ metadata.gz: 3444079b76b192316146f2d769253269c2112a47c18bf1791d71678565bc2a17
4
+ data.tar.gz: 2fa323d4a8edc150263ed1797f317e9006cd82c9d05ddd1c228d2f33347c12e6
5
5
  SHA512:
6
- metadata.gz: 3558e9ec449515a54568eb246f2a9e7815c284d506bdf00a11fc3df4395fb4747f1be436d869e24c4f0bf7d764b6eae29e7683422d77cf37571331470b98dd49
7
- data.tar.gz: 60219373cf7f32d2dc72465222c3410f866a57c4c956d7a23dac859949daec4a8789da8688040862eb68d4f00ab6f8ef7ffdf6ad5d14241bb266246dffa9baf0
6
+ metadata.gz: e44cefff6ada51fe02e73976fff884adfa54c11494a77eee1c97bf1de0483703a45a7bb6a46a80b8c5796c448b0df8a4cd3929285e84fdd291c2cbccda3d5790
7
+ data.tar.gz: 7483144dce5635ba434b6394ba4fc66f83b5cf0746ce3b9e550662989cd033b54183af4d8a13253d98b45edeb359b9eaf9ba9c092dd878eedf972f07a700fdb6
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-groundstation/customizations'
47
47
  # @service
48
48
  module Aws::GroundStation
49
49
 
50
- GEM_VERSION = '1.10.0'
50
+ GEM_VERSION = '1.11.0'
51
51
 
52
52
  end
@@ -407,6 +407,7 @@ module Aws::GroundStation
407
407
  # units: "dBW", # required, accepts dBW
408
408
  # value: 1.0, # required
409
409
  # },
410
+ # transmit_disabled: false,
410
411
  # },
411
412
  # dataflow_endpoint_config: {
412
413
  # dataflow_endpoint_name: "String", # required
@@ -471,6 +472,7 @@ module Aws::GroundStation
471
472
  # name: "String", # required
472
473
  # port: 1, # required
473
474
  # },
475
+ # mtu: 1,
474
476
  # name: "SafeName",
475
477
  # status: "created", # accepts created, creating, deleted, deleting, failed
476
478
  # },
@@ -664,6 +666,7 @@ module Aws::GroundStation
664
666
  #
665
667
  # * {Types::DescribeContactResponse#contact_id #contact_id} => String
666
668
  # * {Types::DescribeContactResponse#contact_status #contact_status} => String
669
+ # * {Types::DescribeContactResponse#dataflow_list #dataflow_list} => Array<Types::DataflowDetail>
667
670
  # * {Types::DescribeContactResponse#end_time #end_time} => Time
668
671
  # * {Types::DescribeContactResponse#error_message #error_message} => String
669
672
  # * {Types::DescribeContactResponse#ground_station #ground_station} => String
@@ -686,6 +689,35 @@ module Aws::GroundStation
686
689
  #
687
690
  # resp.contact_id #=> String
688
691
  # resp.contact_status #=> String, one of "AVAILABLE", "AWS_CANCELLED", "CANCELLED", "CANCELLING", "COMPLETED", "FAILED", "FAILED_TO_SCHEDULE", "PASS", "POSTPASS", "PREPASS", "SCHEDULED", "SCHEDULING"
692
+ # resp.dataflow_list #=> Array
693
+ # resp.dataflow_list[0].destination.config_details.antenna_demod_decode_details.output_node #=> String
694
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.address.name #=> String
695
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.address.port #=> Integer
696
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.mtu #=> Integer
697
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.name #=> String
698
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
699
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.role_arn #=> String
700
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids #=> Array
701
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
702
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids #=> Array
703
+ # resp.dataflow_list[0].destination.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
704
+ # resp.dataflow_list[0].destination.config_id #=> String
705
+ # resp.dataflow_list[0].destination.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "antenna-uplink", "dataflow-endpoint", "tracking", "uplink-echo"
706
+ # resp.dataflow_list[0].destination.dataflow_destination_region #=> String
707
+ # resp.dataflow_list[0].source.config_details.antenna_demod_decode_details.output_node #=> String
708
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.name #=> String
709
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.address.port #=> Integer
710
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.mtu #=> Integer
711
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.name #=> String
712
+ # resp.dataflow_list[0].source.config_details.endpoint_details.endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
713
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.role_arn #=> String
714
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids #=> Array
715
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.security_group_ids[0] #=> String
716
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids #=> Array
717
+ # resp.dataflow_list[0].source.config_details.endpoint_details.security_details.subnet_ids[0] #=> String
718
+ # resp.dataflow_list[0].source.config_id #=> String
719
+ # resp.dataflow_list[0].source.config_type #=> String, one of "antenna-downlink", "antenna-downlink-demod-decode", "antenna-uplink", "dataflow-endpoint", "tracking", "uplink-echo"
720
+ # resp.dataflow_list[0].source.dataflow_source_region #=> String
689
721
  # resp.end_time #=> Time
690
722
  # resp.error_message #=> String
691
723
  # resp.ground_station #=> String
@@ -755,6 +787,7 @@ module Aws::GroundStation
755
787
  # resp.config_data.antenna_uplink_config.spectrum_config.polarization #=> String, one of "LEFT_HAND", "NONE", "RIGHT_HAND"
756
788
  # resp.config_data.antenna_uplink_config.target_eirp.units #=> String, one of "dBW"
757
789
  # resp.config_data.antenna_uplink_config.target_eirp.value #=> Float
790
+ # resp.config_data.antenna_uplink_config.transmit_disabled #=> Boolean
758
791
  # resp.config_data.dataflow_endpoint_config.dataflow_endpoint_name #=> String
759
792
  # resp.config_data.dataflow_endpoint_config.dataflow_endpoint_region #=> String
760
793
  # resp.config_data.tracking_config.autotrack #=> String, one of "PREFERRED", "REMOVED", "REQUIRED"
@@ -800,6 +833,7 @@ module Aws::GroundStation
800
833
  # resp.endpoints_details #=> Array
801
834
  # resp.endpoints_details[0].endpoint.address.name #=> String
802
835
  # resp.endpoints_details[0].endpoint.address.port #=> Integer
836
+ # resp.endpoints_details[0].endpoint.mtu #=> Integer
803
837
  # resp.endpoints_details[0].endpoint.name #=> String
804
838
  # resp.endpoints_details[0].endpoint.status #=> String, one of "created", "creating", "deleted", "deleting", "failed"
805
839
  # resp.endpoints_details[0].security_details.role_arn #=> String
@@ -1434,6 +1468,7 @@ module Aws::GroundStation
1434
1468
  # units: "dBW", # required, accepts dBW
1435
1469
  # value: 1.0, # required
1436
1470
  # },
1471
+ # transmit_disabled: false,
1437
1472
  # },
1438
1473
  # dataflow_endpoint_config: {
1439
1474
  # dataflow_endpoint_name: "String", # required
@@ -1542,7 +1577,7 @@ module Aws::GroundStation
1542
1577
  params: params,
1543
1578
  config: config)
1544
1579
  context[:gem_name] = 'aws-sdk-groundstation'
1545
- context[:gem_version] = '1.10.0'
1580
+ context[:gem_version] = '1.11.0'
1546
1581
  Seahorse::Client::Request.new(handlers, context)
1547
1582
  end
1548
1583
 
@@ -14,6 +14,7 @@ module Aws::GroundStation
14
14
  include Seahorse::Model
15
15
 
16
16
  AngleUnits = Shapes::StringShape.new(name: 'AngleUnits')
17
+ AntennaDemodDecodeDetails = Shapes::StructureShape.new(name: 'AntennaDemodDecodeDetails')
17
18
  AntennaDownlinkConfig = Shapes::StructureShape.new(name: 'AntennaDownlinkConfig')
18
19
  AntennaDownlinkDemodDecodeConfig = Shapes::StructureShape.new(name: 'AntennaDownlinkDemodDecodeConfig')
19
20
  AntennaUplinkConfig = Shapes::StructureShape.new(name: 'AntennaUplinkConfig')
@@ -22,6 +23,7 @@ module Aws::GroundStation
22
23
  CancelContactRequest = Shapes::StructureShape.new(name: 'CancelContactRequest')
23
24
  ConfigArn = Shapes::StringShape.new(name: 'ConfigArn')
24
25
  ConfigCapabilityType = Shapes::StringShape.new(name: 'ConfigCapabilityType')
26
+ ConfigDetails = Shapes::StructureShape.new(name: 'ConfigDetails')
25
27
  ConfigIdResponse = Shapes::StructureShape.new(name: 'ConfigIdResponse')
26
28
  ConfigList = Shapes::ListShape.new(name: 'ConfigList')
27
29
  ConfigListItem = Shapes::StructureShape.new(name: 'ConfigListItem')
@@ -34,6 +36,7 @@ module Aws::GroundStation
34
36
  CreateDataflowEndpointGroupRequest = Shapes::StructureShape.new(name: 'CreateDataflowEndpointGroupRequest')
35
37
  CreateMissionProfileRequest = Shapes::StructureShape.new(name: 'CreateMissionProfileRequest')
36
38
  Criticality = Shapes::StringShape.new(name: 'Criticality')
39
+ DataflowDetail = Shapes::StructureShape.new(name: 'DataflowDetail')
37
40
  DataflowEdge = Shapes::ListShape.new(name: 'DataflowEdge')
38
41
  DataflowEdgeList = Shapes::ListShape.new(name: 'DataflowEdgeList')
39
42
  DataflowEndpoint = Shapes::StructureShape.new(name: 'DataflowEndpoint')
@@ -42,6 +45,8 @@ module Aws::GroundStation
42
45
  DataflowEndpointGroupIdResponse = Shapes::StructureShape.new(name: 'DataflowEndpointGroupIdResponse')
43
46
  DataflowEndpointGroupList = Shapes::ListShape.new(name: 'DataflowEndpointGroupList')
44
47
  DataflowEndpointListItem = Shapes::StructureShape.new(name: 'DataflowEndpointListItem')
48
+ DataflowEndpointmtuInteger = Shapes::IntegerShape.new(name: 'DataflowEndpointmtuInteger')
49
+ DataflowList = Shapes::ListShape.new(name: 'DataflowList')
45
50
  DecodeConfig = Shapes::StructureShape.new(name: 'DecodeConfig')
46
51
  DeleteConfigRequest = Shapes::StructureShape.new(name: 'DeleteConfigRequest')
47
52
  DeleteDataflowEndpointGroupRequest = Shapes::StructureShape.new(name: 'DeleteDataflowEndpointGroupRequest')
@@ -50,6 +55,7 @@ module Aws::GroundStation
50
55
  DependencyException = Shapes::StructureShape.new(name: 'DependencyException')
51
56
  DescribeContactRequest = Shapes::StructureShape.new(name: 'DescribeContactRequest')
52
57
  DescribeContactResponse = Shapes::StructureShape.new(name: 'DescribeContactResponse')
58
+ Destination = Shapes::StructureShape.new(name: 'Destination')
53
59
  Double = Shapes::FloatShape.new(name: 'Double')
54
60
  DurationInSeconds = Shapes::IntegerShape.new(name: 'DurationInSeconds')
55
61
  Eirp = Shapes::StructureShape.new(name: 'Eirp')
@@ -106,6 +112,7 @@ module Aws::GroundStation
106
112
  SecurityDetails = Shapes::StructureShape.new(name: 'SecurityDetails')
107
113
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
108
114
  SocketAddress = Shapes::StructureShape.new(name: 'SocketAddress')
115
+ Source = Shapes::StructureShape.new(name: 'Source')
109
116
  SpectrumConfig = Shapes::StructureShape.new(name: 'SpectrumConfig')
110
117
  StatusList = Shapes::ListShape.new(name: 'StatusList')
111
118
  String = Shapes::StringShape.new(name: 'String')
@@ -126,6 +133,9 @@ module Aws::GroundStation
126
133
  noradSatelliteID = Shapes::IntegerShape.new(name: 'noradSatelliteID')
127
134
  satelliteArn = Shapes::StringShape.new(name: 'satelliteArn')
128
135
 
136
+ AntennaDemodDecodeDetails.add_member(:output_node, Shapes::ShapeRef.new(shape: String, location_name: "outputNode"))
137
+ AntennaDemodDecodeDetails.struct_class = Types::AntennaDemodDecodeDetails
138
+
129
139
  AntennaDownlinkConfig.add_member(:spectrum_config, Shapes::ShapeRef.new(shape: SpectrumConfig, required: true, location_name: "spectrumConfig"))
130
140
  AntennaDownlinkConfig.struct_class = Types::AntennaDownlinkConfig
131
141
 
@@ -136,11 +146,16 @@ module Aws::GroundStation
136
146
 
137
147
  AntennaUplinkConfig.add_member(:spectrum_config, Shapes::ShapeRef.new(shape: UplinkSpectrumConfig, required: true, location_name: "spectrumConfig"))
138
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"))
139
150
  AntennaUplinkConfig.struct_class = Types::AntennaUplinkConfig
140
151
 
141
152
  CancelContactRequest.add_member(:contact_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "contactId"))
142
153
  CancelContactRequest.struct_class = Types::CancelContactRequest
143
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
+
144
159
  ConfigIdResponse.add_member(:config_arn, Shapes::ShapeRef.new(shape: ConfigArn, location_name: "configArn"))
145
160
  ConfigIdResponse.add_member(:config_id, Shapes::ShapeRef.new(shape: String, location_name: "configId"))
146
161
  ConfigIdResponse.add_member(:config_type, Shapes::ShapeRef.new(shape: ConfigCapabilityType, location_name: "configType"))
@@ -200,11 +215,16 @@ module Aws::GroundStation
200
215
  CreateMissionProfileRequest.add_member(:tracking_config_arn, Shapes::ShapeRef.new(shape: ConfigArn, required: true, location_name: "trackingConfigArn"))
201
216
  CreateMissionProfileRequest.struct_class = Types::CreateMissionProfileRequest
202
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
+
203
222
  DataflowEdge.member = Shapes::ShapeRef.new(shape: ConfigArn)
204
223
 
205
224
  DataflowEdgeList.member = Shapes::ShapeRef.new(shape: DataflowEdge)
206
225
 
207
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"))
208
228
  DataflowEndpoint.add_member(:name, Shapes::ShapeRef.new(shape: SafeName, location_name: "name"))
209
229
  DataflowEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: EndpointStatus, location_name: "status"))
210
230
  DataflowEndpoint.struct_class = Types::DataflowEndpoint
@@ -222,6 +242,8 @@ module Aws::GroundStation
222
242
  DataflowEndpointListItem.add_member(:dataflow_endpoint_group_id, Shapes::ShapeRef.new(shape: String, location_name: "dataflowEndpointGroupId"))
223
243
  DataflowEndpointListItem.struct_class = Types::DataflowEndpointListItem
224
244
 
245
+ DataflowList.member = Shapes::ShapeRef.new(shape: DataflowDetail)
246
+
225
247
  DecodeConfig.add_member(:unvalidated_json, Shapes::ShapeRef.new(shape: JsonString, required: true, location_name: "unvalidatedJSON"))
226
248
  DecodeConfig.struct_class = Types::DecodeConfig
227
249
 
@@ -247,6 +269,7 @@ module Aws::GroundStation
247
269
 
248
270
  DescribeContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: String, location_name: "contactId"))
249
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"))
250
273
  DescribeContactResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
251
274
  DescribeContactResponse.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
252
275
  DescribeContactResponse.add_member(:ground_station, Shapes::ShapeRef.new(shape: String, location_name: "groundStation"))
@@ -260,6 +283,12 @@ module Aws::GroundStation
260
283
  DescribeContactResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
261
284
  DescribeContactResponse.struct_class = Types::DescribeContactResponse
262
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
+
263
292
  Eirp.add_member(:units, Shapes::ShapeRef.new(shape: EirpUnits, required: true, location_name: "units"))
264
293
  Eirp.add_member(:value, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "value"))
265
294
  Eirp.struct_class = Types::Eirp
@@ -457,6 +486,12 @@ module Aws::GroundStation
457
486
  SocketAddress.add_member(:port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "port"))
458
487
  SocketAddress.struct_class = Types::SocketAddress
459
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
+
460
495
  SpectrumConfig.add_member(:bandwidth, Shapes::ShapeRef.new(shape: FrequencyBandwidth, required: true, location_name: "bandwidth"))
461
496
  SpectrumConfig.add_member(:center_frequency, Shapes::ShapeRef.new(shape: Frequency, required: true, location_name: "centerFrequency"))
462
497
  SpectrumConfig.add_member(:polarization, Shapes::ShapeRef.new(shape: Polarization, location_name: "polarization"))
@@ -10,6 +10,20 @@
10
10
  module Aws::GroundStation
11
11
  module Types
12
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
+
13
27
  # Information about how AWS Ground Station should configure an antenna
14
28
  # for downlink during a contact.
15
29
  #
@@ -107,6 +121,7 @@ module Aws::GroundStation
107
121
  # units: "dBW", # required, accepts dBW
108
122
  # value: 1.0, # required
109
123
  # },
124
+ # transmit_disabled: false,
110
125
  # }
111
126
  #
112
127
  # @!attribute [rw] spectrum_config
@@ -117,11 +132,16 @@ module Aws::GroundStation
117
132
  # EIRP of the target.
118
133
  # @return [Types::Eirp]
119
134
  #
135
+ # @!attribute [rw] transmit_disabled
136
+ # Whether or not uplink transmit is disabled.
137
+ # @return [Boolean]
138
+ #
120
139
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/AntennaUplinkConfig AWS API Documentation
121
140
  #
122
141
  class AntennaUplinkConfig < Struct.new(
123
142
  :spectrum_config,
124
- :target_eirp)
143
+ :target_eirp,
144
+ :transmit_disabled)
125
145
  SENSITIVE = []
126
146
  include Aws::Structure
127
147
  end
@@ -145,6 +165,25 @@ module Aws::GroundStation
145
165
  include Aws::Structure
146
166
  end
147
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 = []
184
+ include Aws::Structure
185
+ end
186
+
148
187
  # @!attribute [rw] config_arn
149
188
  # ARN of a `Config`.
150
189
  # @return [String]
@@ -248,6 +287,7 @@ module Aws::GroundStation
248
287
  # units: "dBW", # required, accepts dBW
249
288
  # value: 1.0, # required
250
289
  # },
290
+ # transmit_disabled: false,
251
291
  # },
252
292
  # dataflow_endpoint_config: {
253
293
  # dataflow_endpoint_name: "String", # required
@@ -444,6 +484,7 @@ module Aws::GroundStation
444
484
  # units: "dBW", # required, accepts dBW
445
485
  # value: 1.0, # required
446
486
  # },
487
+ # transmit_disabled: false,
447
488
  # },
448
489
  # dataflow_endpoint_config: {
449
490
  # dataflow_endpoint_name: "String", # required
@@ -496,6 +537,7 @@ module Aws::GroundStation
496
537
  # name: "String", # required
497
538
  # port: 1, # required
498
539
  # },
540
+ # mtu: 1,
499
541
  # name: "SafeName",
500
542
  # status: "created", # accepts created, creating, deleted, deleting, failed
501
543
  # },
@@ -592,6 +634,25 @@ module Aws::GroundStation
592
634
  include Aws::Structure
593
635
  end
594
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 = []
653
+ include Aws::Structure
654
+ end
655
+
595
656
  # Information about a dataflow endpoint.
596
657
  #
597
658
  # @note When making an API call, you may pass DataflowEndpoint
@@ -602,6 +663,7 @@ module Aws::GroundStation
602
663
  # name: "String", # required
603
664
  # port: 1, # required
604
665
  # },
666
+ # mtu: 1,
605
667
  # name: "SafeName",
606
668
  # status: "created", # accepts created, creating, deleted, deleting, failed
607
669
  # }
@@ -610,6 +672,11 @@ module Aws::GroundStation
610
672
  # Socket address of a dataflow endpoint.
611
673
  # @return [Types::SocketAddress]
612
674
  #
675
+ # @!attribute [rw] mtu
676
+ # Maximum transmission unit (MTU) size in bytes of a dataflow
677
+ # endpoint.
678
+ # @return [Integer]
679
+ #
613
680
  # @!attribute [rw] name
614
681
  # Name of a dataflow endpoint.
615
682
  # @return [String]
@@ -622,6 +689,7 @@ module Aws::GroundStation
622
689
  #
623
690
  class DataflowEndpoint < Struct.new(
624
691
  :address,
692
+ :mtu,
625
693
  :name,
626
694
  :status)
627
695
  SENSITIVE = []
@@ -835,6 +903,11 @@ module Aws::GroundStation
835
903
  # Status of a contact.
836
904
  # @return [String]
837
905
  #
906
+ # @!attribute [rw] dataflow_list
907
+ # List describing source and destination details for each dataflow
908
+ # edge.
909
+ # @return [Array<Types::DataflowDetail>]
910
+ #
838
911
  # @!attribute [rw] end_time
839
912
  # End time of a contact.
840
913
  # @return [Time]
@@ -886,6 +959,7 @@ module Aws::GroundStation
886
959
  class DescribeContactResponse < Struct.new(
887
960
  :contact_id,
888
961
  :contact_status,
962
+ :dataflow_list,
889
963
  :end_time,
890
964
  :error_message,
891
965
  :ground_station,
@@ -901,6 +975,36 @@ module Aws::GroundStation
901
975
  include Aws::Structure
902
976
  end
903
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 = []
1005
+ include Aws::Structure
1006
+ end
1007
+
904
1008
  # Object that represents EIRP.
905
1009
  #
906
1010
  # @note When making an API call, you may pass Eirp
@@ -916,7 +1020,7 @@ module Aws::GroundStation
916
1020
  # @return [String]
917
1021
  #
918
1022
  # @!attribute [rw] value
919
- # Value of an EIRP.
1023
+ # Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.
920
1024
  # @return [Float]
921
1025
  #
922
1026
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Eirp AWS API Documentation
@@ -958,6 +1062,7 @@ module Aws::GroundStation
958
1062
  # name: "String", # required
959
1063
  # port: 1, # required
960
1064
  # },
1065
+ # mtu: 1,
961
1066
  # name: "SafeName",
962
1067
  # status: "created", # accepts created, creating, deleted, deleting, failed
963
1068
  # },
@@ -1000,7 +1105,8 @@ module Aws::GroundStation
1000
1105
  # @return [String]
1001
1106
  #
1002
1107
  # @!attribute [rw] value
1003
- # 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.
1004
1110
  # @return [Float]
1005
1111
  #
1006
1112
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/Frequency AWS API Documentation
@@ -1027,7 +1133,17 @@ module Aws::GroundStation
1027
1133
  # @return [String]
1028
1134
  #
1029
1135
  # @!attribute [rw] value
1030
- # 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.
1031
1147
  # @return [Float]
1032
1148
  #
1033
1149
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/FrequencyBandwidth AWS API Documentation
@@ -1928,6 +2044,36 @@ module Aws::GroundStation
1928
2044
  include Aws::Structure
1929
2045
  end
1930
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 = []
2074
+ include Aws::Structure
2075
+ end
2076
+
1931
2077
  # Object that describes a spectral `Config`.
1932
2078
  #
1933
2079
  # @note When making an API call, you may pass SpectrumConfig
@@ -1946,15 +2092,28 @@ module Aws::GroundStation
1946
2092
  # }
1947
2093
  #
1948
2094
  # @!attribute [rw] bandwidth
1949
- # 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.
1950
2106
  # @return [Types::FrequencyBandwidth]
1951
2107
  #
1952
2108
  # @!attribute [rw] center_frequency
1953
- # 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.
1954
2112
  # @return [Types::Frequency]
1955
2113
  #
1956
2114
  # @!attribute [rw] polarization
1957
- # Polarization of a spectral `Config`.
2115
+ # Polarization of a spectral `Config`. Capturing both `"RIGHT_HAND"`
2116
+ # and `"LEFT_HAND"` polarization requires two separate configs.
1958
2117
  # @return [String]
1959
2118
  #
1960
2119
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/SpectrumConfig AWS API Documentation
@@ -2098,6 +2257,7 @@ module Aws::GroundStation
2098
2257
  # units: "dBW", # required, accepts dBW
2099
2258
  # value: 1.0, # required
2100
2259
  # },
2260
+ # transmit_disabled: false,
2101
2261
  # },
2102
2262
  # dataflow_endpoint_config: {
2103
2263
  # dataflow_endpoint_name: "String", # required
@@ -2250,11 +2410,14 @@ module Aws::GroundStation
2250
2410
  # }
2251
2411
  #
2252
2412
  # @!attribute [rw] center_frequency
2253
- # Center frequency of an uplink spectral `Config`.
2413
+ # Center frequency of an uplink spectral `Config`. Valid values are
2414
+ # between 2025 to 2120 MHz.
2254
2415
  # @return [Types::Frequency]
2255
2416
  #
2256
2417
  # @!attribute [rw] polarization
2257
- # 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.
2258
2421
  # @return [String]
2259
2422
  #
2260
2423
  # @see http://docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/UplinkSpectrumConfig AWS API Documentation
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.10.0
4
+ version: 1.11.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-23 00:00:00.000000000 Z
11
+ date: 2020-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core