aws-sdk-iotwireless 1.25.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,264 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+
11
+ module Aws::IoTWireless
12
+ module Plugins
13
+ class Endpoints < Seahorse::Client::Plugin
14
+ option(
15
+ :endpoint_provider,
16
+ doc_type: 'Aws::IoTWireless::EndpointProvider',
17
+ docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
+ 'object that responds to `#resolve_endpoint(parameters)` '\
19
+ 'where `parameters` is a Struct similar to '\
20
+ '`Aws::IoTWireless::EndpointParameters`'
21
+ ) do |cfg|
22
+ Aws::IoTWireless::EndpointProvider.new
23
+ end
24
+
25
+ # @api private
26
+ class Handler < Seahorse::Client::Handler
27
+ def call(context)
28
+ # If endpoint was discovered, do not resolve or apply the endpoint.
29
+ unless context[:discovered_endpoint]
30
+ params = parameters_for_operation(context)
31
+ endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
+
33
+ context.http_request.endpoint = endpoint.url
34
+ apply_endpoint_headers(context, endpoint.headers)
35
+ end
36
+
37
+ context[:endpoint_params] = params
38
+ context[:auth_scheme] =
39
+ Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
+
41
+ @handler.call(context)
42
+ end
43
+
44
+ private
45
+
46
+ def apply_endpoint_headers(context, headers)
47
+ headers.each do |key, values|
48
+ value = values
49
+ .compact
50
+ .map { |s| Seahorse::Util.escape_header_list_string(s.to_s) }
51
+ .join(',')
52
+
53
+ context.http_request.headers[key] = value
54
+ end
55
+ end
56
+
57
+ def parameters_for_operation(context)
58
+ case context.operation_name
59
+ when :associate_aws_account_with_partner_account
60
+ Aws::IoTWireless::Endpoints::AssociateAwsAccountWithPartnerAccount.build(context)
61
+ when :associate_multicast_group_with_fuota_task
62
+ Aws::IoTWireless::Endpoints::AssociateMulticastGroupWithFuotaTask.build(context)
63
+ when :associate_wireless_device_with_fuota_task
64
+ Aws::IoTWireless::Endpoints::AssociateWirelessDeviceWithFuotaTask.build(context)
65
+ when :associate_wireless_device_with_multicast_group
66
+ Aws::IoTWireless::Endpoints::AssociateWirelessDeviceWithMulticastGroup.build(context)
67
+ when :associate_wireless_device_with_thing
68
+ Aws::IoTWireless::Endpoints::AssociateWirelessDeviceWithThing.build(context)
69
+ when :associate_wireless_gateway_with_certificate
70
+ Aws::IoTWireless::Endpoints::AssociateWirelessGatewayWithCertificate.build(context)
71
+ when :associate_wireless_gateway_with_thing
72
+ Aws::IoTWireless::Endpoints::AssociateWirelessGatewayWithThing.build(context)
73
+ when :cancel_multicast_group_session
74
+ Aws::IoTWireless::Endpoints::CancelMulticastGroupSession.build(context)
75
+ when :create_destination
76
+ Aws::IoTWireless::Endpoints::CreateDestination.build(context)
77
+ when :create_device_profile
78
+ Aws::IoTWireless::Endpoints::CreateDeviceProfile.build(context)
79
+ when :create_fuota_task
80
+ Aws::IoTWireless::Endpoints::CreateFuotaTask.build(context)
81
+ when :create_multicast_group
82
+ Aws::IoTWireless::Endpoints::CreateMulticastGroup.build(context)
83
+ when :create_network_analyzer_configuration
84
+ Aws::IoTWireless::Endpoints::CreateNetworkAnalyzerConfiguration.build(context)
85
+ when :create_service_profile
86
+ Aws::IoTWireless::Endpoints::CreateServiceProfile.build(context)
87
+ when :create_wireless_device
88
+ Aws::IoTWireless::Endpoints::CreateWirelessDevice.build(context)
89
+ when :create_wireless_gateway
90
+ Aws::IoTWireless::Endpoints::CreateWirelessGateway.build(context)
91
+ when :create_wireless_gateway_task
92
+ Aws::IoTWireless::Endpoints::CreateWirelessGatewayTask.build(context)
93
+ when :create_wireless_gateway_task_definition
94
+ Aws::IoTWireless::Endpoints::CreateWirelessGatewayTaskDefinition.build(context)
95
+ when :delete_destination
96
+ Aws::IoTWireless::Endpoints::DeleteDestination.build(context)
97
+ when :delete_device_profile
98
+ Aws::IoTWireless::Endpoints::DeleteDeviceProfile.build(context)
99
+ when :delete_fuota_task
100
+ Aws::IoTWireless::Endpoints::DeleteFuotaTask.build(context)
101
+ when :delete_multicast_group
102
+ Aws::IoTWireless::Endpoints::DeleteMulticastGroup.build(context)
103
+ when :delete_network_analyzer_configuration
104
+ Aws::IoTWireless::Endpoints::DeleteNetworkAnalyzerConfiguration.build(context)
105
+ when :delete_queued_messages
106
+ Aws::IoTWireless::Endpoints::DeleteQueuedMessages.build(context)
107
+ when :delete_service_profile
108
+ Aws::IoTWireless::Endpoints::DeleteServiceProfile.build(context)
109
+ when :delete_wireless_device
110
+ Aws::IoTWireless::Endpoints::DeleteWirelessDevice.build(context)
111
+ when :delete_wireless_gateway
112
+ Aws::IoTWireless::Endpoints::DeleteWirelessGateway.build(context)
113
+ when :delete_wireless_gateway_task
114
+ Aws::IoTWireless::Endpoints::DeleteWirelessGatewayTask.build(context)
115
+ when :delete_wireless_gateway_task_definition
116
+ Aws::IoTWireless::Endpoints::DeleteWirelessGatewayTaskDefinition.build(context)
117
+ when :disassociate_aws_account_from_partner_account
118
+ Aws::IoTWireless::Endpoints::DisassociateAwsAccountFromPartnerAccount.build(context)
119
+ when :disassociate_multicast_group_from_fuota_task
120
+ Aws::IoTWireless::Endpoints::DisassociateMulticastGroupFromFuotaTask.build(context)
121
+ when :disassociate_wireless_device_from_fuota_task
122
+ Aws::IoTWireless::Endpoints::DisassociateWirelessDeviceFromFuotaTask.build(context)
123
+ when :disassociate_wireless_device_from_multicast_group
124
+ Aws::IoTWireless::Endpoints::DisassociateWirelessDeviceFromMulticastGroup.build(context)
125
+ when :disassociate_wireless_device_from_thing
126
+ Aws::IoTWireless::Endpoints::DisassociateWirelessDeviceFromThing.build(context)
127
+ when :disassociate_wireless_gateway_from_certificate
128
+ Aws::IoTWireless::Endpoints::DisassociateWirelessGatewayFromCertificate.build(context)
129
+ when :disassociate_wireless_gateway_from_thing
130
+ Aws::IoTWireless::Endpoints::DisassociateWirelessGatewayFromThing.build(context)
131
+ when :get_destination
132
+ Aws::IoTWireless::Endpoints::GetDestination.build(context)
133
+ when :get_device_profile
134
+ Aws::IoTWireless::Endpoints::GetDeviceProfile.build(context)
135
+ when :get_event_configuration_by_resource_types
136
+ Aws::IoTWireless::Endpoints::GetEventConfigurationByResourceTypes.build(context)
137
+ when :get_fuota_task
138
+ Aws::IoTWireless::Endpoints::GetFuotaTask.build(context)
139
+ when :get_log_levels_by_resource_types
140
+ Aws::IoTWireless::Endpoints::GetLogLevelsByResourceTypes.build(context)
141
+ when :get_multicast_group
142
+ Aws::IoTWireless::Endpoints::GetMulticastGroup.build(context)
143
+ when :get_multicast_group_session
144
+ Aws::IoTWireless::Endpoints::GetMulticastGroupSession.build(context)
145
+ when :get_network_analyzer_configuration
146
+ Aws::IoTWireless::Endpoints::GetNetworkAnalyzerConfiguration.build(context)
147
+ when :get_partner_account
148
+ Aws::IoTWireless::Endpoints::GetPartnerAccount.build(context)
149
+ when :get_position
150
+ Aws::IoTWireless::Endpoints::GetPosition.build(context)
151
+ when :get_position_configuration
152
+ Aws::IoTWireless::Endpoints::GetPositionConfiguration.build(context)
153
+ when :get_resource_event_configuration
154
+ Aws::IoTWireless::Endpoints::GetResourceEventConfiguration.build(context)
155
+ when :get_resource_log_level
156
+ Aws::IoTWireless::Endpoints::GetResourceLogLevel.build(context)
157
+ when :get_service_endpoint
158
+ Aws::IoTWireless::Endpoints::GetServiceEndpoint.build(context)
159
+ when :get_service_profile
160
+ Aws::IoTWireless::Endpoints::GetServiceProfile.build(context)
161
+ when :get_wireless_device
162
+ Aws::IoTWireless::Endpoints::GetWirelessDevice.build(context)
163
+ when :get_wireless_device_statistics
164
+ Aws::IoTWireless::Endpoints::GetWirelessDeviceStatistics.build(context)
165
+ when :get_wireless_gateway
166
+ Aws::IoTWireless::Endpoints::GetWirelessGateway.build(context)
167
+ when :get_wireless_gateway_certificate
168
+ Aws::IoTWireless::Endpoints::GetWirelessGatewayCertificate.build(context)
169
+ when :get_wireless_gateway_firmware_information
170
+ Aws::IoTWireless::Endpoints::GetWirelessGatewayFirmwareInformation.build(context)
171
+ when :get_wireless_gateway_statistics
172
+ Aws::IoTWireless::Endpoints::GetWirelessGatewayStatistics.build(context)
173
+ when :get_wireless_gateway_task
174
+ Aws::IoTWireless::Endpoints::GetWirelessGatewayTask.build(context)
175
+ when :get_wireless_gateway_task_definition
176
+ Aws::IoTWireless::Endpoints::GetWirelessGatewayTaskDefinition.build(context)
177
+ when :list_destinations
178
+ Aws::IoTWireless::Endpoints::ListDestinations.build(context)
179
+ when :list_device_profiles
180
+ Aws::IoTWireless::Endpoints::ListDeviceProfiles.build(context)
181
+ when :list_event_configurations
182
+ Aws::IoTWireless::Endpoints::ListEventConfigurations.build(context)
183
+ when :list_fuota_tasks
184
+ Aws::IoTWireless::Endpoints::ListFuotaTasks.build(context)
185
+ when :list_multicast_groups
186
+ Aws::IoTWireless::Endpoints::ListMulticastGroups.build(context)
187
+ when :list_multicast_groups_by_fuota_task
188
+ Aws::IoTWireless::Endpoints::ListMulticastGroupsByFuotaTask.build(context)
189
+ when :list_network_analyzer_configurations
190
+ Aws::IoTWireless::Endpoints::ListNetworkAnalyzerConfigurations.build(context)
191
+ when :list_partner_accounts
192
+ Aws::IoTWireless::Endpoints::ListPartnerAccounts.build(context)
193
+ when :list_position_configurations
194
+ Aws::IoTWireless::Endpoints::ListPositionConfigurations.build(context)
195
+ when :list_queued_messages
196
+ Aws::IoTWireless::Endpoints::ListQueuedMessages.build(context)
197
+ when :list_service_profiles
198
+ Aws::IoTWireless::Endpoints::ListServiceProfiles.build(context)
199
+ when :list_tags_for_resource
200
+ Aws::IoTWireless::Endpoints::ListTagsForResource.build(context)
201
+ when :list_wireless_devices
202
+ Aws::IoTWireless::Endpoints::ListWirelessDevices.build(context)
203
+ when :list_wireless_gateway_task_definitions
204
+ Aws::IoTWireless::Endpoints::ListWirelessGatewayTaskDefinitions.build(context)
205
+ when :list_wireless_gateways
206
+ Aws::IoTWireless::Endpoints::ListWirelessGateways.build(context)
207
+ when :put_position_configuration
208
+ Aws::IoTWireless::Endpoints::PutPositionConfiguration.build(context)
209
+ when :put_resource_log_level
210
+ Aws::IoTWireless::Endpoints::PutResourceLogLevel.build(context)
211
+ when :reset_all_resource_log_levels
212
+ Aws::IoTWireless::Endpoints::ResetAllResourceLogLevels.build(context)
213
+ when :reset_resource_log_level
214
+ Aws::IoTWireless::Endpoints::ResetResourceLogLevel.build(context)
215
+ when :send_data_to_multicast_group
216
+ Aws::IoTWireless::Endpoints::SendDataToMulticastGroup.build(context)
217
+ when :send_data_to_wireless_device
218
+ Aws::IoTWireless::Endpoints::SendDataToWirelessDevice.build(context)
219
+ when :start_bulk_associate_wireless_device_with_multicast_group
220
+ Aws::IoTWireless::Endpoints::StartBulkAssociateWirelessDeviceWithMulticastGroup.build(context)
221
+ when :start_bulk_disassociate_wireless_device_from_multicast_group
222
+ Aws::IoTWireless::Endpoints::StartBulkDisassociateWirelessDeviceFromMulticastGroup.build(context)
223
+ when :start_fuota_task
224
+ Aws::IoTWireless::Endpoints::StartFuotaTask.build(context)
225
+ when :start_multicast_group_session
226
+ Aws::IoTWireless::Endpoints::StartMulticastGroupSession.build(context)
227
+ when :tag_resource
228
+ Aws::IoTWireless::Endpoints::TagResource.build(context)
229
+ when :test_wireless_device
230
+ Aws::IoTWireless::Endpoints::TestWirelessDevice.build(context)
231
+ when :untag_resource
232
+ Aws::IoTWireless::Endpoints::UntagResource.build(context)
233
+ when :update_destination
234
+ Aws::IoTWireless::Endpoints::UpdateDestination.build(context)
235
+ when :update_event_configuration_by_resource_types
236
+ Aws::IoTWireless::Endpoints::UpdateEventConfigurationByResourceTypes.build(context)
237
+ when :update_fuota_task
238
+ Aws::IoTWireless::Endpoints::UpdateFuotaTask.build(context)
239
+ when :update_log_levels_by_resource_types
240
+ Aws::IoTWireless::Endpoints::UpdateLogLevelsByResourceTypes.build(context)
241
+ when :update_multicast_group
242
+ Aws::IoTWireless::Endpoints::UpdateMulticastGroup.build(context)
243
+ when :update_network_analyzer_configuration
244
+ Aws::IoTWireless::Endpoints::UpdateNetworkAnalyzerConfiguration.build(context)
245
+ when :update_partner_account
246
+ Aws::IoTWireless::Endpoints::UpdatePartnerAccount.build(context)
247
+ when :update_position
248
+ Aws::IoTWireless::Endpoints::UpdatePosition.build(context)
249
+ when :update_resource_event_configuration
250
+ Aws::IoTWireless::Endpoints::UpdateResourceEventConfiguration.build(context)
251
+ when :update_wireless_device
252
+ Aws::IoTWireless::Endpoints::UpdateWirelessDevice.build(context)
253
+ when :update_wireless_gateway
254
+ Aws::IoTWireless::Endpoints::UpdateWirelessGateway.build(context)
255
+ end
256
+ end
257
+ end
258
+
259
+ def add_handlers(handlers, _config)
260
+ handlers.add(Handler, step: :build, priority: 75)
261
+ end
262
+ end
263
+ end
264
+ end
@@ -329,6 +329,31 @@ module Aws::IoTWireless
329
329
 
330
330
  class AssociateWirelessGatewayWithThingResponse < Aws::EmptyStructure; end
331
331
 
332
+ # Beaconing parameters for configuring the wireless gateways.
333
+ #
334
+ # @note When making an API call, you may pass Beaconing
335
+ # data as a hash:
336
+ #
337
+ # {
338
+ # data_rate: 1,
339
+ # frequencies: [1],
340
+ # }
341
+ #
342
+ # @!attribute [rw] data_rate
343
+ # The data rate for gateways that are sending the beacons.
344
+ # @return [Integer]
345
+ #
346
+ # @!attribute [rw] frequencies
347
+ # The frequency list for the gateways to send the beacons.
348
+ # @return [Array<Integer>]
349
+ #
350
+ class Beaconing < Struct.new(
351
+ :data_rate,
352
+ :frequencies)
353
+ SENSITIVE = []
354
+ include Aws::Structure
355
+ end
356
+
332
357
  # @note When making an API call, you may pass CancelMulticastGroupSessionRequest
333
358
  # data as a hash:
334
359
  #
@@ -406,8 +431,8 @@ module Aws::IoTWireless
406
431
  # @return [Types::LoRaWANConnectionStatusEventNotificationConfigurations]
407
432
  #
408
433
  # @!attribute [rw] wireless_gateway_id_event_topic
409
- # Enum to denote whether the wireless gateway ID connection status
410
- # event topic is enabled or disabled.
434
+ # Denotes whether the wireless gateway ID connection status event
435
+ # topic is enabled or disabled.
411
436
  # @return [String]
412
437
  #
413
438
  class ConnectionStatusEventConfiguration < Struct.new(
@@ -1048,6 +1073,10 @@ module Aws::IoTWireless
1048
1073
  # ],
1049
1074
  # net_id_filters: ["NetId"],
1050
1075
  # sub_bands: [1],
1076
+ # beaconing: {
1077
+ # data_rate: 1,
1078
+ # frequencies: [1],
1079
+ # },
1051
1080
  # },
1052
1081
  # tags: [
1053
1082
  # {
@@ -1538,8 +1567,8 @@ module Aws::IoTWireless
1538
1567
  # @return [Types::SidewalkEventNotificationConfigurations]
1539
1568
  #
1540
1569
  # @!attribute [rw] wireless_device_id_event_topic
1541
- # Enum to denote whether the wireless device id device registration
1542
- # state event topic is enabled or disabled.
1570
+ # Denotes whether the wireless device ID device registration state
1571
+ # event topic is enabled or disabled.
1543
1572
  # @return [String]
1544
1573
  #
1545
1574
  class DeviceRegistrationStateEventConfiguration < Struct.new(
@@ -1889,6 +1918,34 @@ module Aws::IoTWireless
1889
1918
  include Aws::Structure
1890
1919
  end
1891
1920
 
1921
+ # Gateway list item object that specifies the frequency and list of
1922
+ # gateways for which the downlink message should be sent.
1923
+ #
1924
+ # @note When making an API call, you may pass GatewayListItem
1925
+ # data as a hash:
1926
+ #
1927
+ # {
1928
+ # gateway_id: "WirelessGatewayId", # required
1929
+ # downlink_frequency: 1, # required
1930
+ # }
1931
+ #
1932
+ # @!attribute [rw] gateway_id
1933
+ # The ID of the wireless gateways that you want to add to the list of
1934
+ # gateways when sending downlink messages.
1935
+ # @return [String]
1936
+ #
1937
+ # @!attribute [rw] downlink_frequency
1938
+ # The frequency to use for the gateways when sending a downlink
1939
+ # message to the wireless device.
1940
+ # @return [Integer]
1941
+ #
1942
+ class GatewayListItem < Struct.new(
1943
+ :gateway_id,
1944
+ :downlink_frequency)
1945
+ SENSITIVE = []
1946
+ include Aws::Structure
1947
+ end
1948
+
1892
1949
  # @note When making an API call, you may pass GetDestinationRequest
1893
1950
  # data as a hash:
1894
1951
  #
@@ -2978,8 +3035,8 @@ module Aws::IoTWireless
2978
3035
  # @return [Types::LoRaWANJoinEventNotificationConfigurations]
2979
3036
  #
2980
3037
  # @!attribute [rw] wireless_device_id_event_topic
2981
- # Enum to denote whether the wireless device id join event topic is
2982
- # enabled or disabled.
3038
+ # Denotes whether the wireless device ID join event topic is enabled
3039
+ # or disabled.
2983
3040
  # @return [String]
2984
3041
  #
2985
3042
  class JoinEventConfiguration < Struct.new(
@@ -3708,8 +3765,8 @@ module Aws::IoTWireless
3708
3765
  # }
3709
3766
  #
3710
3767
  # @!attribute [rw] gateway_eui_event_topic
3711
- # Enum to denote whether the gateway EUI connection status event topic
3712
- # is enabled or disabled.
3768
+ # Denotes whether the gateway EUI connection status event topic is
3769
+ # enabled or disabled.
3713
3770
  # @return [String]
3714
3771
  #
3715
3772
  class LoRaWANConnectionStatusEventNotificationConfigurations < Struct.new(
@@ -3729,8 +3786,8 @@ module Aws::IoTWireless
3729
3786
  # }
3730
3787
  #
3731
3788
  # @!attribute [rw] wireless_gateway_event_topic
3732
- # Enum to denote whether the wireless gateway connection status event
3733
- # topic is enabled or disabled.
3789
+ # Denotes whether the wireless gateway connection status event topic
3790
+ # is enabled or disabled.
3734
3791
  # @return [String]
3735
3792
  #
3736
3793
  class LoRaWANConnectionStatusResourceTypeEventConfiguration < Struct.new(
@@ -4048,6 +4105,10 @@ module Aws::IoTWireless
4048
4105
  # ],
4049
4106
  # net_id_filters: ["NetId"],
4050
4107
  # sub_bands: [1],
4108
+ # beaconing: {
4109
+ # data_rate: 1,
4110
+ # frequencies: [1],
4111
+ # },
4051
4112
  # }
4052
4113
  #
4053
4114
  # @!attribute [rw] gateway_eui
@@ -4072,12 +4133,18 @@ module Aws::IoTWireless
4072
4133
  # gateway.
4073
4134
  # @return [Array<Integer>]
4074
4135
  #
4136
+ # @!attribute [rw] beaconing
4137
+ # Beaconing object information, which consists of the data rate and
4138
+ # frequency parameters.
4139
+ # @return [Types::Beaconing]
4140
+ #
4075
4141
  class LoRaWANGateway < Struct.new(
4076
4142
  :gateway_eui,
4077
4143
  :rf_region,
4078
4144
  :join_eui_filters,
4079
4145
  :net_id_filters,
4080
- :sub_bands)
4146
+ :sub_bands,
4147
+ :beaconing)
4081
4148
  SENSITIVE = []
4082
4149
  include Aws::Structure
4083
4150
  end
@@ -4262,8 +4329,7 @@ module Aws::IoTWireless
4262
4329
  # }
4263
4330
  #
4264
4331
  # @!attribute [rw] dev_eui_event_topic
4265
- # Enum to denote whether the Dev EUI join event topic is enabled or
4266
- # disabled.
4332
+ # Denotes whether the Dev EUI join event topic is enabled or disabled.
4267
4333
  # @return [String]
4268
4334
  #
4269
4335
  class LoRaWANJoinEventNotificationConfigurations < Struct.new(
@@ -4282,8 +4348,8 @@ module Aws::IoTWireless
4282
4348
  # }
4283
4349
  #
4284
4350
  # @!attribute [rw] wireless_device_event_topic
4285
- # Enum to denote whether the wireless device join event topic is
4286
- # enabled or disabled.
4351
+ # Denotes whether the wireless device join event topic is enabled or
4352
+ # disabled.
4287
4353
  # @return [String]
4288
4354
  #
4289
4355
  class LoRaWANJoinResourceTypeEventConfiguration < Struct.new(
@@ -4421,14 +4487,31 @@ module Aws::IoTWireless
4421
4487
  #
4422
4488
  # {
4423
4489
  # f_port: 1,
4490
+ # participating_gateways: {
4491
+ # downlink_mode: "SEQUENTIAL", # required, accepts SEQUENTIAL, CONCURRENT, USING_UPLINK_GATEWAY
4492
+ # gateway_list: [ # required
4493
+ # {
4494
+ # gateway_id: "WirelessGatewayId", # required
4495
+ # downlink_frequency: 1, # required
4496
+ # },
4497
+ # ],
4498
+ # transmission_interval: 1, # required
4499
+ # },
4424
4500
  # }
4425
4501
  #
4426
4502
  # @!attribute [rw] f_port
4427
4503
  # The Fport value.
4428
4504
  # @return [Integer]
4429
4505
  #
4506
+ # @!attribute [rw] participating_gateways
4507
+ # Choose the gateways that you want to use for the downlink data
4508
+ # traffic when the wireless device is running in class B or class C
4509
+ # mode.
4510
+ # @return [Types::ParticipatingGateways]
4511
+ #
4430
4512
  class LoRaWANSendDataToDevice < Struct.new(
4431
- :f_port)
4513
+ :f_port,
4514
+ :participating_gateways)
4432
4515
  SENSITIVE = []
4433
4516
  include Aws::Structure
4434
4517
  end
@@ -4617,8 +4700,8 @@ module Aws::IoTWireless
4617
4700
  # @return [Types::SidewalkEventNotificationConfigurations]
4618
4701
  #
4619
4702
  # @!attribute [rw] wireless_device_id_event_topic
4620
- # Enum to denote whether the wireless device id device registration
4621
- # state event topic is enabled or disabled.
4703
+ # Denotes whether the wireless device ID device registration state
4704
+ # event topic is enabled or disabled.
4622
4705
  # @return [String]
4623
4706
  #
4624
4707
  class MessageDeliveryStatusEventConfiguration < Struct.new(
@@ -4785,6 +4868,48 @@ module Aws::IoTWireless
4785
4868
  include Aws::Structure
4786
4869
  end
4787
4870
 
4871
+ # Specify the list of gateways to which you want to send downlink data
4872
+ # traffic when the wireless device is running in class B or class C
4873
+ # mode.
4874
+ #
4875
+ # @note When making an API call, you may pass ParticipatingGateways
4876
+ # data as a hash:
4877
+ #
4878
+ # {
4879
+ # downlink_mode: "SEQUENTIAL", # required, accepts SEQUENTIAL, CONCURRENT, USING_UPLINK_GATEWAY
4880
+ # gateway_list: [ # required
4881
+ # {
4882
+ # gateway_id: "WirelessGatewayId", # required
4883
+ # downlink_frequency: 1, # required
4884
+ # },
4885
+ # ],
4886
+ # transmission_interval: 1, # required
4887
+ # }
4888
+ #
4889
+ # @!attribute [rw] downlink_mode
4890
+ # Indicates whether to send the downlink message in sequential mode or
4891
+ # concurrent mode, or to use only the chosen gateways from the
4892
+ # previous uplink message transmission.
4893
+ # @return [String]
4894
+ #
4895
+ # @!attribute [rw] gateway_list
4896
+ # The list of gateways that you want to use for sending the downlink
4897
+ # data traffic.
4898
+ # @return [Array<Types::GatewayListItem>]
4899
+ #
4900
+ # @!attribute [rw] transmission_interval
4901
+ # The duration of time for which AWS IoT Core for LoRaWAN will wait
4902
+ # before transmitting the payload to the next gateway.
4903
+ # @return [Integer]
4904
+ #
4905
+ class ParticipatingGateways < Struct.new(
4906
+ :downlink_mode,
4907
+ :gateway_list,
4908
+ :transmission_interval)
4909
+ SENSITIVE = []
4910
+ include Aws::Structure
4911
+ end
4912
+
4788
4913
  # The wrapper for a position configuration.
4789
4914
  #
4790
4915
  # @!attribute [rw] resource_identifier
@@ -4899,8 +5024,8 @@ module Aws::IoTWireless
4899
5024
  # @return [Types::SidewalkEventNotificationConfigurations]
4900
5025
  #
4901
5026
  # @!attribute [rw] wireless_device_id_event_topic
4902
- # Enum to denote whether the wireless device id proximity event topic
4903
- # is enabled or disabled.
5027
+ # Denotes whether the wireless device ID proximity event topic is
5028
+ # enabled or disabled.
4904
5029
  # @return [String]
4905
5030
  #
4906
5031
  class ProximityEventConfiguration < Struct.new(
@@ -5175,6 +5300,16 @@ module Aws::IoTWireless
5175
5300
  # wireless_metadata: {
5176
5301
  # lo_ra_wan: {
5177
5302
  # f_port: 1,
5303
+ # participating_gateways: {
5304
+ # downlink_mode: "SEQUENTIAL", # required, accepts SEQUENTIAL, CONCURRENT, USING_UPLINK_GATEWAY
5305
+ # gateway_list: [ # required
5306
+ # {
5307
+ # gateway_id: "WirelessGatewayId", # required
5308
+ # downlink_frequency: 1, # required
5309
+ # },
5310
+ # ],
5311
+ # transmission_interval: 1, # required
5312
+ # },
5178
5313
  # },
5179
5314
  # sidewalk: {
5180
5315
  # seq: 1,
@@ -5417,7 +5552,7 @@ module Aws::IoTWireless
5417
5552
  # }
5418
5553
  #
5419
5554
  # @!attribute [rw] amazon_id_event_topic
5420
- # Enum to denote whether amazon id event topic is enabled or disabled.
5555
+ # Denotes whether the Amazon ID event topic is enabled or disabled.
5421
5556
  # @return [String]
5422
5557
  #
5423
5558
  class SidewalkEventNotificationConfigurations < Struct.new(
@@ -5464,8 +5599,8 @@ module Aws::IoTWireless
5464
5599
  # }
5465
5600
  #
5466
5601
  # @!attribute [rw] wireless_device_event_topic
5467
- # Enum to denote whether the wireless device join event topic is
5468
- # enabled or disabled.
5602
+ # Denotes whether the wireless device join event topic is enabled or
5603
+ # disabled.
5469
5604
  # @return [String]
5470
5605
  #
5471
5606
  class SidewalkResourceTypeEventConfiguration < Struct.new(
@@ -6795,6 +6930,16 @@ module Aws::IoTWireless
6795
6930
  # {
6796
6931
  # lo_ra_wan: {
6797
6932
  # f_port: 1,
6933
+ # participating_gateways: {
6934
+ # downlink_mode: "SEQUENTIAL", # required, accepts SEQUENTIAL, CONCURRENT, USING_UPLINK_GATEWAY
6935
+ # gateway_list: [ # required
6936
+ # {
6937
+ # gateway_id: "WirelessGatewayId", # required
6938
+ # downlink_frequency: 1, # required
6939
+ # },
6940
+ # ],
6941
+ # transmission_interval: 1, # required
6942
+ # },
6798
6943
  # },
6799
6944
  # sidewalk: {
6800
6945
  # seq: 1,
@@ -13,9 +13,13 @@ require 'aws-sigv4'
13
13
 
14
14
  require_relative 'aws-sdk-iotwireless/types'
15
15
  require_relative 'aws-sdk-iotwireless/client_api'
16
+ require_relative 'aws-sdk-iotwireless/plugins/endpoints.rb'
16
17
  require_relative 'aws-sdk-iotwireless/client'
17
18
  require_relative 'aws-sdk-iotwireless/errors'
18
19
  require_relative 'aws-sdk-iotwireless/resource'
20
+ require_relative 'aws-sdk-iotwireless/endpoint_parameters'
21
+ require_relative 'aws-sdk-iotwireless/endpoint_provider'
22
+ require_relative 'aws-sdk-iotwireless/endpoints'
19
23
  require_relative 'aws-sdk-iotwireless/customizations'
20
24
 
21
25
  # This module provides support for AWS IoT Wireless. This module is available in the
@@ -48,6 +52,6 @@ require_relative 'aws-sdk-iotwireless/customizations'
48
52
  # @!group service
49
53
  module Aws::IoTWireless
50
54
 
51
- GEM_VERSION = '1.25.0'
55
+ GEM_VERSION = '1.27.0'
52
56
 
53
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotwireless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.27.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: 2022-08-08 00:00:00.000000000 Z
11
+ date: 2022-10-25 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.127.0
22
+ version: 3.165.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.127.0
32
+ version: 3.165.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -59,7 +59,11 @@ files:
59
59
  - lib/aws-sdk-iotwireless/client.rb
60
60
  - lib/aws-sdk-iotwireless/client_api.rb
61
61
  - lib/aws-sdk-iotwireless/customizations.rb
62
+ - lib/aws-sdk-iotwireless/endpoint_parameters.rb
63
+ - lib/aws-sdk-iotwireless/endpoint_provider.rb
64
+ - lib/aws-sdk-iotwireless/endpoints.rb
62
65
  - lib/aws-sdk-iotwireless/errors.rb
66
+ - lib/aws-sdk-iotwireless/plugins/endpoints.rb
63
67
  - lib/aws-sdk-iotwireless/resource.rb
64
68
  - lib/aws-sdk-iotwireless/types.rb
65
69
  homepage: https://github.com/aws/aws-sdk-ruby