aws-sdk-iotwireless 1.25.0 → 1.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 445b0deebc8f94f3017b7798d1a9e423aef276a5e9574e4e1f87116255a0940f
4
- data.tar.gz: 6e46180d05501f84b64b31a28edbddb499e32d7e9860cebbf3a6f480ed6852df
3
+ metadata.gz: de2cd1030f6463f43e6039c63c9d0ce1abe0b87712fd3e5bdef30925a75ecc40
4
+ data.tar.gz: e07d5378e005db37fc7e0ddc1aa8dea81f43fe79c2c699f05c75fe976952034e
5
5
  SHA512:
6
- metadata.gz: 45161cbc0c72fc1087bae2e1c27abd0a28c564f2642989b19d53917f849402c67247f5cfd27794e54a82f730131c8ffc30cede06338cba27b7c93cff34bc8f2b
7
- data.tar.gz: ff7d7dc9b15b5db407a23518407a63aecefa003ca38f10488fdd67fbb6346b5ab41a0f40d1418b27fc1287904bd436a6a4ed5b7e29fd51b6cbf50d5efbbc3da1
6
+ metadata.gz: 97dae7af4746b100d79f770cdd12e9b5d5df16e10fb75e519f9c4f9147b6167bd28f37c8db1254b4fc61ccef84f3f9519ba7b521fc8dd9e09a4d7d970da35591
7
+ data.tar.gz: 30a7e816ceac4805ac8246ec9b5490ddfb90e17be1188d7d810ca6a8de376a13a8db9807d9b8c1fce4acce619c06c88d7137d5dc2fa07dc7dac723f0af031d11
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.0 (2022-08-25)
5
+ ------------------
6
+
7
+ * Feature - This release includes a new feature for the customers to enable the LoRa gateways to send out beacons for Class B devices and an option to select one or more gateways for Class C devices when sending the LoRaWAN downlink messages.
8
+
4
9
  1.25.0 (2022-08-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -1113,6 +1113,10 @@ module Aws::IoTWireless
1113
1113
  # ],
1114
1114
  # net_id_filters: ["NetId"],
1115
1115
  # sub_bands: [1],
1116
+ # beaconing: {
1117
+ # data_rate: 1,
1118
+ # frequencies: [1],
1119
+ # },
1116
1120
  # },
1117
1121
  # tags: [
1118
1122
  # {
@@ -2371,6 +2375,9 @@ module Aws::IoTWireless
2371
2375
  # resp.lo_ra_wan.net_id_filters[0] #=> String
2372
2376
  # resp.lo_ra_wan.sub_bands #=> Array
2373
2377
  # resp.lo_ra_wan.sub_bands[0] #=> Integer
2378
+ # resp.lo_ra_wan.beaconing.data_rate #=> Integer
2379
+ # resp.lo_ra_wan.beaconing.frequencies #=> Array
2380
+ # resp.lo_ra_wan.beaconing.frequencies[0] #=> Integer
2374
2381
  # resp.arn #=> String
2375
2382
  # resp.thing_name #=> String
2376
2383
  # resp.thing_arn #=> String
@@ -2961,6 +2968,11 @@ module Aws::IoTWireless
2961
2968
  # resp.downlink_queue_messages_list[0].transmit_mode #=> Integer
2962
2969
  # resp.downlink_queue_messages_list[0].received_at #=> String
2963
2970
  # resp.downlink_queue_messages_list[0].lo_ra_wan.f_port #=> Integer
2971
+ # resp.downlink_queue_messages_list[0].lo_ra_wan.participating_gateways.downlink_mode #=> String, one of "SEQUENTIAL", "CONCURRENT", "USING_UPLINK_GATEWAY"
2972
+ # resp.downlink_queue_messages_list[0].lo_ra_wan.participating_gateways.gateway_list #=> Array
2973
+ # resp.downlink_queue_messages_list[0].lo_ra_wan.participating_gateways.gateway_list[0].gateway_id #=> String
2974
+ # resp.downlink_queue_messages_list[0].lo_ra_wan.participating_gateways.gateway_list[0].downlink_frequency #=> Integer
2975
+ # resp.downlink_queue_messages_list[0].lo_ra_wan.participating_gateways.transmission_interval #=> Integer
2964
2976
  #
2965
2977
  # @overload list_queued_messages(params = {})
2966
2978
  # @param [Hash] params ({})
@@ -3204,6 +3216,9 @@ module Aws::IoTWireless
3204
3216
  # resp.wireless_gateway_list[0].lo_ra_wan.net_id_filters[0] #=> String
3205
3217
  # resp.wireless_gateway_list[0].lo_ra_wan.sub_bands #=> Array
3206
3218
  # resp.wireless_gateway_list[0].lo_ra_wan.sub_bands[0] #=> Integer
3219
+ # resp.wireless_gateway_list[0].lo_ra_wan.beaconing.data_rate #=> Integer
3220
+ # resp.wireless_gateway_list[0].lo_ra_wan.beaconing.frequencies #=> Array
3221
+ # resp.wireless_gateway_list[0].lo_ra_wan.beaconing.frequencies[0] #=> Integer
3207
3222
  # resp.wireless_gateway_list[0].last_uplink_received_at #=> String
3208
3223
  #
3209
3224
  # @overload list_wireless_gateways(params = {})
@@ -3396,6 +3411,16 @@ module Aws::IoTWireless
3396
3411
  # wireless_metadata: {
3397
3412
  # lo_ra_wan: {
3398
3413
  # f_port: 1,
3414
+ # participating_gateways: {
3415
+ # downlink_mode: "SEQUENTIAL", # required, accepts SEQUENTIAL, CONCURRENT, USING_UPLINK_GATEWAY
3416
+ # gateway_list: [ # required
3417
+ # {
3418
+ # gateway_id: "WirelessGatewayId", # required
3419
+ # downlink_frequency: 1, # required
3420
+ # },
3421
+ # ],
3422
+ # transmission_interval: 1, # required
3423
+ # },
3399
3424
  # },
3400
3425
  # sidewalk: {
3401
3426
  # seq: 1,
@@ -4146,7 +4171,7 @@ module Aws::IoTWireless
4146
4171
  params: params,
4147
4172
  config: config)
4148
4173
  context[:gem_name] = 'aws-sdk-iotwireless'
4149
- context[:gem_version] = '1.25.0'
4174
+ context[:gem_version] = '1.26.0'
4150
4175
  Seahorse::Client::Request.new(handlers, context)
4151
4176
  end
4152
4177
 
@@ -42,6 +42,10 @@ module Aws::IoTWireless
42
42
  AssociateWirelessGatewayWithThingResponse = Shapes::StructureShape.new(name: 'AssociateWirelessGatewayWithThingResponse')
43
43
  AutoCreateTasks = Shapes::BooleanShape.new(name: 'AutoCreateTasks')
44
44
  BatteryLevel = Shapes::StringShape.new(name: 'BatteryLevel')
45
+ Beaconing = Shapes::StructureShape.new(name: 'Beaconing')
46
+ BeaconingDataRate = Shapes::IntegerShape.new(name: 'BeaconingDataRate')
47
+ BeaconingFrequencies = Shapes::ListShape.new(name: 'BeaconingFrequencies')
48
+ BeaconingFrequency = Shapes::IntegerShape.new(name: 'BeaconingFrequency')
45
49
  CancelMulticastGroupSessionRequest = Shapes::StructureShape.new(name: 'CancelMulticastGroupSessionRequest')
46
50
  CancelMulticastGroupSessionResponse = Shapes::StructureShape.new(name: 'CancelMulticastGroupSessionResponse')
47
51
  CertificateList = Shapes::StructureShape.new(name: 'CertificateList')
@@ -137,6 +141,8 @@ module Aws::IoTWireless
137
141
  DlRate = Shapes::IntegerShape.new(name: 'DlRate')
138
142
  DlRatePolicy = Shapes::StringShape.new(name: 'DlRatePolicy')
139
143
  Double = Shapes::FloatShape.new(name: 'Double')
144
+ DownlinkFrequency = Shapes::IntegerShape.new(name: 'DownlinkFrequency')
145
+ DownlinkMode = Shapes::StringShape.new(name: 'DownlinkMode')
140
146
  DownlinkQueueMessage = Shapes::StructureShape.new(name: 'DownlinkQueueMessage')
141
147
  DownlinkQueueMessagesList = Shapes::ListShape.new(name: 'DownlinkQueueMessagesList')
142
148
  DrMax = Shapes::IntegerShape.new(name: 'DrMax')
@@ -169,6 +175,8 @@ module Aws::IoTWireless
169
175
  FuotaTaskName = Shapes::StringShape.new(name: 'FuotaTaskName')
170
176
  FuotaTaskStatus = Shapes::StringShape.new(name: 'FuotaTaskStatus')
171
177
  GatewayEui = Shapes::StringShape.new(name: 'GatewayEui')
178
+ GatewayList = Shapes::ListShape.new(name: 'GatewayList')
179
+ GatewayListItem = Shapes::StructureShape.new(name: 'GatewayListItem')
172
180
  GenAppKey = Shapes::StringShape.new(name: 'GenAppKey')
173
181
  GetDestinationRequest = Shapes::StructureShape.new(name: 'GetDestinationRequest')
174
182
  GetDestinationResponse = Shapes::StructureShape.new(name: 'GetDestinationResponse')
@@ -325,6 +333,7 @@ module Aws::IoTWireless
325
333
  OtaaV1_0_x = Shapes::StructureShape.new(name: 'OtaaV1_0_x')
326
334
  OtaaV1_1 = Shapes::StructureShape.new(name: 'OtaaV1_1')
327
335
  PackageVersion = Shapes::StringShape.new(name: 'PackageVersion')
336
+ ParticipatingGateways = Shapes::StructureShape.new(name: 'ParticipatingGateways')
328
337
  PartnerAccountArn = Shapes::StringShape.new(name: 'PartnerAccountArn')
329
338
  PartnerAccountId = Shapes::StringShape.new(name: 'PartnerAccountId')
330
339
  PartnerType = Shapes::StringShape.new(name: 'PartnerType')
@@ -436,6 +445,7 @@ module Aws::IoTWireless
436
445
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
437
446
  TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
438
447
  TraceContent = Shapes::StructureShape.new(name: 'TraceContent')
448
+ TransmissionInterval = Shapes::IntegerShape.new(name: 'TransmissionInterval')
439
449
  TransmitMode = Shapes::IntegerShape.new(name: 'TransmitMode')
440
450
  UlBucketSize = Shapes::IntegerShape.new(name: 'UlBucketSize')
441
451
  UlRate = Shapes::IntegerShape.new(name: 'UlRate')
@@ -572,6 +582,12 @@ module Aws::IoTWireless
572
582
 
573
583
  AssociateWirelessGatewayWithThingResponse.struct_class = Types::AssociateWirelessGatewayWithThingResponse
574
584
 
585
+ Beaconing.add_member(:data_rate, Shapes::ShapeRef.new(shape: BeaconingDataRate, location_name: "DataRate"))
586
+ Beaconing.add_member(:frequencies, Shapes::ShapeRef.new(shape: BeaconingFrequencies, location_name: "Frequencies"))
587
+ Beaconing.struct_class = Types::Beaconing
588
+
589
+ BeaconingFrequencies.member = Shapes::ShapeRef.new(shape: BeaconingFrequency)
590
+
575
591
  CancelMulticastGroupSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, required: true, location: "uri", location_name: "Id"))
576
592
  CancelMulticastGroupSessionRequest.struct_class = Types::CancelMulticastGroupSessionRequest
577
593
 
@@ -866,6 +882,12 @@ module Aws::IoTWireless
866
882
 
867
883
  FuotaTaskList.member = Shapes::ShapeRef.new(shape: FuotaTask)
868
884
 
885
+ GatewayList.member = Shapes::ShapeRef.new(shape: GatewayListItem)
886
+
887
+ GatewayListItem.add_member(:gateway_id, Shapes::ShapeRef.new(shape: WirelessGatewayId, required: true, location_name: "GatewayId"))
888
+ GatewayListItem.add_member(:downlink_frequency, Shapes::ShapeRef.new(shape: DownlinkFrequency, required: true, location_name: "DownlinkFrequency"))
889
+ GatewayListItem.struct_class = Types::GatewayListItem
890
+
869
891
  GetDestinationRequest.add_member(:name, Shapes::ShapeRef.new(shape: DestinationName, required: true, location: "uri", location_name: "Name"))
870
892
  GetDestinationRequest.struct_class = Types::GetDestinationRequest
871
893
 
@@ -1288,6 +1310,7 @@ module Aws::IoTWireless
1288
1310
  LoRaWANGateway.add_member(:join_eui_filters, Shapes::ShapeRef.new(shape: JoinEuiFilters, location_name: "JoinEuiFilters"))
1289
1311
  LoRaWANGateway.add_member(:net_id_filters, Shapes::ShapeRef.new(shape: NetIdFilters, location_name: "NetIdFilters"))
1290
1312
  LoRaWANGateway.add_member(:sub_bands, Shapes::ShapeRef.new(shape: SubBands, location_name: "SubBands"))
1313
+ LoRaWANGateway.add_member(:beaconing, Shapes::ShapeRef.new(shape: Beaconing, location_name: "Beaconing"))
1291
1314
  LoRaWANGateway.struct_class = Types::LoRaWANGateway
1292
1315
 
1293
1316
  LoRaWANGatewayCurrentVersion.add_member(:current_version, Shapes::ShapeRef.new(shape: LoRaWANGatewayVersion, location_name: "CurrentVersion"))
@@ -1355,6 +1378,7 @@ module Aws::IoTWireless
1355
1378
  LoRaWANMulticastSession.struct_class = Types::LoRaWANMulticastSession
1356
1379
 
1357
1380
  LoRaWANSendDataToDevice.add_member(:f_port, Shapes::ShapeRef.new(shape: FPort, location_name: "FPort"))
1381
+ LoRaWANSendDataToDevice.add_member(:participating_gateways, Shapes::ShapeRef.new(shape: ParticipatingGateways, location_name: "ParticipatingGateways"))
1358
1382
  LoRaWANSendDataToDevice.struct_class = Types::LoRaWANSendDataToDevice
1359
1383
 
1360
1384
  LoRaWANServiceProfile.add_member(:add_gw_metadata, Shapes::ShapeRef.new(shape: AddGwMetadata, location_name: "AddGwMetadata"))
@@ -1422,6 +1446,11 @@ module Aws::IoTWireless
1422
1446
  OtaaV1_1.add_member(:join_eui, Shapes::ShapeRef.new(shape: JoinEui, location_name: "JoinEui"))
1423
1447
  OtaaV1_1.struct_class = Types::OtaaV1_1
1424
1448
 
1449
+ ParticipatingGateways.add_member(:downlink_mode, Shapes::ShapeRef.new(shape: DownlinkMode, required: true, location_name: "DownlinkMode"))
1450
+ ParticipatingGateways.add_member(:gateway_list, Shapes::ShapeRef.new(shape: GatewayList, required: true, location_name: "GatewayList"))
1451
+ ParticipatingGateways.add_member(:transmission_interval, Shapes::ShapeRef.new(shape: TransmissionInterval, required: true, location_name: "TransmissionInterval"))
1452
+ ParticipatingGateways.struct_class = Types::ParticipatingGateways
1453
+
1425
1454
  PositionConfigurationItem.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: PositionResourceIdentifier, location_name: "ResourceIdentifier"))
1426
1455
  PositionConfigurationItem.add_member(:resource_type, Shapes::ShapeRef.new(shape: PositionResourceType, location_name: "ResourceType"))
1427
1456
  PositionConfigurationItem.add_member(:solvers, Shapes::ShapeRef.new(shape: PositionSolverDetails, location_name: "Solvers"))
@@ -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,
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotwireless/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTWireless
50
50
 
51
- GEM_VERSION = '1.25.0'
51
+ GEM_VERSION = '1.26.0'
52
52
 
53
53
  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.26.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-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core