aws-sdk-iotwireless 1.23.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.
@@ -91,6 +91,27 @@ module Aws::IoTWireless
91
91
  include Aws::Structure
92
92
  end
93
93
 
94
+ # The accuracy of the estimated position in meters. An empty value
95
+ # indicates that no position data is available. A value of ‘0.0’ value
96
+ # indicates that position data is available. This data corresponds to
97
+ # the position information that you specified instead of the position
98
+ # computed by solver.
99
+ #
100
+ # @!attribute [rw] horizontal_accuracy
101
+ # The horizontal accuracy of the estimated position in meters.
102
+ # @return [Float]
103
+ #
104
+ # @!attribute [rw] vertical_accuracy
105
+ # The vertical accuracy of the estimated position in meters.
106
+ # @return [Float]
107
+ #
108
+ class Accuracy < Struct.new(
109
+ :horizontal_accuracy,
110
+ :vertical_accuracy)
111
+ SENSITIVE = []
112
+ include Aws::Structure
113
+ end
114
+
94
115
  # @note When making an API call, you may pass AssociateAwsAccountWithPartnerAccountRequest
95
116
  # data as a hash:
96
117
  #
@@ -308,6 +329,31 @@ module Aws::IoTWireless
308
329
 
309
330
  class AssociateWirelessGatewayWithThingResponse < Aws::EmptyStructure; end
310
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
+
311
357
  # @note When making an API call, you may pass CancelMulticastGroupSessionRequest
312
358
  # data as a hash:
313
359
  #
@@ -385,8 +431,8 @@ module Aws::IoTWireless
385
431
  # @return [Types::LoRaWANConnectionStatusEventNotificationConfigurations]
386
432
  #
387
433
  # @!attribute [rw] wireless_gateway_id_event_topic
388
- # Enum to denote whether the wireless gateway id connection status
389
- # event topic is enabled or disabled .
434
+ # Denotes whether the wireless gateway ID connection status event
435
+ # topic is enabled or disabled.
390
436
  # @return [String]
391
437
  #
392
438
  class ConnectionStatusEventConfiguration < Struct.new(
@@ -830,6 +876,8 @@ module Aws::IoTWireless
830
876
  # name: "ServiceProfileName",
831
877
  # lo_ra_wan: {
832
878
  # add_gw_metadata: false,
879
+ # dr_min: 1,
880
+ # dr_max: 1,
833
881
  # },
834
882
  # tags: [
835
883
  # {
@@ -933,6 +981,11 @@ module Aws::IoTWireless
933
981
  # fuota: 1,
934
982
  # multicast: 1,
935
983
  # clock_sync: 1,
984
+ # positioning: {
985
+ # clock_sync: 1,
986
+ # stream: 1,
987
+ # gnss: 1,
988
+ # },
936
989
  # },
937
990
  # },
938
991
  # tags: [
@@ -1020,6 +1073,10 @@ module Aws::IoTWireless
1020
1073
  # ],
1021
1074
  # net_id_filters: ["NetId"],
1022
1075
  # sub_bands: [1],
1076
+ # beaconing: {
1077
+ # data_rate: 1,
1078
+ # frequencies: [1],
1079
+ # },
1023
1080
  # },
1024
1081
  # tags: [
1025
1082
  # {
@@ -1510,8 +1567,8 @@ module Aws::IoTWireless
1510
1567
  # @return [Types::SidewalkEventNotificationConfigurations]
1511
1568
  #
1512
1569
  # @!attribute [rw] wireless_device_id_event_topic
1513
- # Enum to denote whether the wireless device id device registration
1514
- # state event topic is enabled or disabled.
1570
+ # Denotes whether the wireless device ID device registration state
1571
+ # event topic is enabled or disabled.
1515
1572
  # @return [String]
1516
1573
  #
1517
1574
  class DeviceRegistrationStateEventConfiguration < Struct.new(
@@ -1781,11 +1838,17 @@ module Aws::IoTWireless
1781
1838
  # item.
1782
1839
  # @return [Types::ConnectionStatusEventConfiguration]
1783
1840
  #
1841
+ # @!attribute [rw] message_delivery_status
1842
+ # Message delivery status event configuration for an event
1843
+ # configuration item.
1844
+ # @return [Types::MessageDeliveryStatusEventConfiguration]
1845
+ #
1784
1846
  class EventNotificationItemConfigurations < Struct.new(
1785
1847
  :device_registration_state,
1786
1848
  :proximity,
1787
1849
  :join,
1788
- :connection_status)
1850
+ :connection_status,
1851
+ :message_delivery_status)
1789
1852
  SENSITIVE = []
1790
1853
  include Aws::Structure
1791
1854
  end
@@ -1800,6 +1863,11 @@ module Aws::IoTWireless
1800
1863
  # fuota: 1,
1801
1864
  # multicast: 1,
1802
1865
  # clock_sync: 1,
1866
+ # positioning: {
1867
+ # clock_sync: 1,
1868
+ # stream: 1,
1869
+ # gnss: 1,
1870
+ # },
1803
1871
  # }
1804
1872
  #
1805
1873
  # @!attribute [rw] fuota
@@ -1814,10 +1882,16 @@ module Aws::IoTWireless
1814
1882
  # The Fport value.
1815
1883
  # @return [Integer]
1816
1884
  #
1885
+ # @!attribute [rw] positioning
1886
+ # FPort values for the GNSS, stream, and ClockSync functions of the
1887
+ # positioning information.
1888
+ # @return [Types::Positioning]
1889
+ #
1817
1890
  class FPorts < Struct.new(
1818
1891
  :fuota,
1819
1892
  :multicast,
1820
- :clock_sync)
1893
+ :clock_sync,
1894
+ :positioning)
1821
1895
  SENSITIVE = []
1822
1896
  include Aws::Structure
1823
1897
  end
@@ -1844,6 +1918,34 @@ module Aws::IoTWireless
1844
1918
  include Aws::Structure
1845
1919
  end
1846
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
+
1847
1949
  # @note When making an API call, you may pass GetDestinationRequest
1848
1950
  # data as a hash:
1849
1951
  #
@@ -1944,26 +2046,32 @@ module Aws::IoTWireless
1944
2046
 
1945
2047
  # @!attribute [rw] device_registration_state
1946
2048
  # Resource type event configuration for the device registration state
1947
- # event
2049
+ # event.
1948
2050
  # @return [Types::DeviceRegistrationStateResourceTypeEventConfiguration]
1949
2051
  #
1950
2052
  # @!attribute [rw] proximity
1951
- # Resource type event configuration for the proximity event
2053
+ # Resource type event configuration for the proximity event.
1952
2054
  # @return [Types::ProximityResourceTypeEventConfiguration]
1953
2055
  #
1954
2056
  # @!attribute [rw] join
1955
- # Resource type event configuration for the join event
2057
+ # Resource type event configuration for the join event.
1956
2058
  # @return [Types::JoinResourceTypeEventConfiguration]
1957
2059
  #
1958
2060
  # @!attribute [rw] connection_status
1959
- # Resource type event configuration for the connection status event
2061
+ # Resource type event configuration for the connection status event.
1960
2062
  # @return [Types::ConnectionStatusResourceTypeEventConfiguration]
1961
2063
  #
2064
+ # @!attribute [rw] message_delivery_status
2065
+ # Resource type event configuration object for the message delivery
2066
+ # status event.
2067
+ # @return [Types::MessageDeliveryStatusResourceTypeEventConfiguration]
2068
+ #
1962
2069
  class GetEventConfigurationByResourceTypesResponse < Struct.new(
1963
2070
  :device_registration_state,
1964
2071
  :proximity,
1965
2072
  :join,
1966
- :connection_status)
2073
+ :connection_status,
2074
+ :message_delivery_status)
1967
2075
  SENSITIVE = []
1968
2076
  include Aws::Structure
1969
2077
  end
@@ -2240,6 +2348,110 @@ module Aws::IoTWireless
2240
2348
  include Aws::Structure
2241
2349
  end
2242
2350
 
2351
+ # @note When making an API call, you may pass GetPositionConfigurationRequest
2352
+ # data as a hash:
2353
+ #
2354
+ # {
2355
+ # resource_identifier: "PositionResourceIdentifier", # required
2356
+ # resource_type: "WirelessDevice", # required, accepts WirelessDevice, WirelessGateway
2357
+ # }
2358
+ #
2359
+ # @!attribute [rw] resource_identifier
2360
+ # Resource identifier used in a position configuration.
2361
+ # @return [String]
2362
+ #
2363
+ # @!attribute [rw] resource_type
2364
+ # Resource type of the resource for which position configuration is
2365
+ # retrieved.
2366
+ # @return [String]
2367
+ #
2368
+ class GetPositionConfigurationRequest < Struct.new(
2369
+ :resource_identifier,
2370
+ :resource_type)
2371
+ SENSITIVE = []
2372
+ include Aws::Structure
2373
+ end
2374
+
2375
+ # @!attribute [rw] solvers
2376
+ # The wrapper for the solver configuration details object.
2377
+ # @return [Types::PositionSolverDetails]
2378
+ #
2379
+ # @!attribute [rw] destination
2380
+ # The position data destination that describes the AWS IoT rule that
2381
+ # processes the device's position data for use by AWS IoT Core for
2382
+ # LoRaWAN.
2383
+ # @return [String]
2384
+ #
2385
+ class GetPositionConfigurationResponse < Struct.new(
2386
+ :solvers,
2387
+ :destination)
2388
+ SENSITIVE = []
2389
+ include Aws::Structure
2390
+ end
2391
+
2392
+ # @note When making an API call, you may pass GetPositionRequest
2393
+ # data as a hash:
2394
+ #
2395
+ # {
2396
+ # resource_identifier: "PositionResourceIdentifier", # required
2397
+ # resource_type: "WirelessDevice", # required, accepts WirelessDevice, WirelessGateway
2398
+ # }
2399
+ #
2400
+ # @!attribute [rw] resource_identifier
2401
+ # Resource identifier used to retrieve the position information.
2402
+ # @return [String]
2403
+ #
2404
+ # @!attribute [rw] resource_type
2405
+ # Resource type of the resource for which position information is
2406
+ # retrieved.
2407
+ # @return [String]
2408
+ #
2409
+ class GetPositionRequest < Struct.new(
2410
+ :resource_identifier,
2411
+ :resource_type)
2412
+ SENSITIVE = []
2413
+ include Aws::Structure
2414
+ end
2415
+
2416
+ # @!attribute [rw] position
2417
+ # The position information of the resource.
2418
+ # @return [Array<Float>]
2419
+ #
2420
+ # @!attribute [rw] accuracy
2421
+ # The accuracy of the estimated position in meters. An empty value
2422
+ # indicates that no position data is available. A value of ‘0.0’ value
2423
+ # indicates that position data is available. This data corresponds to
2424
+ # the position information that you specified instead of the position
2425
+ # computed by solver.
2426
+ # @return [Types::Accuracy]
2427
+ #
2428
+ # @!attribute [rw] solver_type
2429
+ # The type of solver used to identify the position of the resource.
2430
+ # @return [String]
2431
+ #
2432
+ # @!attribute [rw] solver_provider
2433
+ # The vendor of the positioning solver.
2434
+ # @return [String]
2435
+ #
2436
+ # @!attribute [rw] solver_version
2437
+ # The version of the positioning solver.
2438
+ # @return [String]
2439
+ #
2440
+ # @!attribute [rw] timestamp
2441
+ # The timestamp at which the device's position was determined.
2442
+ # @return [String]
2443
+ #
2444
+ class GetPositionResponse < Struct.new(
2445
+ :position,
2446
+ :accuracy,
2447
+ :solver_type,
2448
+ :solver_provider,
2449
+ :solver_version,
2450
+ :timestamp)
2451
+ SENSITIVE = []
2452
+ include Aws::Structure
2453
+ end
2454
+
2243
2455
  # @note When making an API call, you may pass GetResourceEventConfigurationRequest
2244
2456
  # data as a hash:
2245
2457
  #
@@ -2260,7 +2472,7 @@ module Aws::IoTWireless
2260
2472
  #
2261
2473
  # @!attribute [rw] partner_type
2262
2474
  # Partner type of the resource if the identifier type is
2263
- # PartnerAccountId.
2475
+ # `PartnerAccountId`.
2264
2476
  # @return [String]
2265
2477
  #
2266
2478
  class GetResourceEventConfigurationRequest < Struct.new(
@@ -2272,11 +2484,11 @@ module Aws::IoTWireless
2272
2484
  end
2273
2485
 
2274
2486
  # @!attribute [rw] device_registration_state
2275
- # Event configuration for the device registration state event
2487
+ # Event configuration for the device registration state event.
2276
2488
  # @return [Types::DeviceRegistrationStateEventConfiguration]
2277
2489
  #
2278
2490
  # @!attribute [rw] proximity
2279
- # Event configuration for the Proximity event
2491
+ # Event configuration for the proximity event.
2280
2492
  # @return [Types::ProximityEventConfiguration]
2281
2493
  #
2282
2494
  # @!attribute [rw] join
@@ -2287,11 +2499,16 @@ module Aws::IoTWireless
2287
2499
  # Event configuration for the connection status event.
2288
2500
  # @return [Types::ConnectionStatusEventConfiguration]
2289
2501
  #
2502
+ # @!attribute [rw] message_delivery_status
2503
+ # Event configuration for the message delivery status event.
2504
+ # @return [Types::MessageDeliveryStatusEventConfiguration]
2505
+ #
2290
2506
  class GetResourceEventConfigurationResponse < Struct.new(
2291
2507
  :device_registration_state,
2292
2508
  :proximity,
2293
2509
  :join,
2294
- :connection_status)
2510
+ :connection_status,
2511
+ :message_delivery_status)
2295
2512
  SENSITIVE = []
2296
2513
  include Aws::Structure
2297
2514
  end
@@ -2818,8 +3035,8 @@ module Aws::IoTWireless
2818
3035
  # @return [Types::LoRaWANJoinEventNotificationConfigurations]
2819
3036
  #
2820
3037
  # @!attribute [rw] wireless_device_id_event_topic
2821
- # Enum to denote whether the wireless device id join event topic is
2822
- # enabled or disabled.
3038
+ # Denotes whether the wireless device ID join event topic is enabled
3039
+ # or disabled.
2823
3040
  # @return [String]
2824
3041
  #
2825
3042
  class JoinEventConfiguration < Struct.new(
@@ -3196,6 +3413,53 @@ module Aws::IoTWireless
3196
3413
  include Aws::Structure
3197
3414
  end
3198
3415
 
3416
+ # @note When making an API call, you may pass ListPositionConfigurationsRequest
3417
+ # data as a hash:
3418
+ #
3419
+ # {
3420
+ # resource_type: "WirelessDevice", # accepts WirelessDevice, WirelessGateway
3421
+ # max_results: 1,
3422
+ # next_token: "NextToken",
3423
+ # }
3424
+ #
3425
+ # @!attribute [rw] resource_type
3426
+ # Resource type for which position configurations are listed.
3427
+ # @return [String]
3428
+ #
3429
+ # @!attribute [rw] max_results
3430
+ # The maximum number of results to return in this operation.
3431
+ # @return [Integer]
3432
+ #
3433
+ # @!attribute [rw] next_token
3434
+ # To retrieve the next set of results, the `nextToken` value from a
3435
+ # previous response; otherwise **null** to receive the first set of
3436
+ # results.
3437
+ # @return [String]
3438
+ #
3439
+ class ListPositionConfigurationsRequest < Struct.new(
3440
+ :resource_type,
3441
+ :max_results,
3442
+ :next_token)
3443
+ SENSITIVE = []
3444
+ include Aws::Structure
3445
+ end
3446
+
3447
+ # @!attribute [rw] position_configuration_list
3448
+ # A list of position configurations.
3449
+ # @return [Array<Types::PositionConfigurationItem>]
3450
+ #
3451
+ # @!attribute [rw] next_token
3452
+ # The token to use to get the next set of results, or **null** if
3453
+ # there are no additional results.
3454
+ # @return [String]
3455
+ #
3456
+ class ListPositionConfigurationsResponse < Struct.new(
3457
+ :position_configuration_list,
3458
+ :next_token)
3459
+ SENSITIVE = []
3460
+ include Aws::Structure
3461
+ end
3462
+
3199
3463
  # @note When making an API call, you may pass ListQueuedMessagesRequest
3200
3464
  # data as a hash:
3201
3465
  #
@@ -3501,8 +3765,8 @@ module Aws::IoTWireless
3501
3765
  # }
3502
3766
  #
3503
3767
  # @!attribute [rw] gateway_eui_event_topic
3504
- # Enum to denote whether the gateway eui connection status event topic
3505
- # is enabled or disabled.
3768
+ # Denotes whether the gateway EUI connection status event topic is
3769
+ # enabled or disabled.
3506
3770
  # @return [String]
3507
3771
  #
3508
3772
  class LoRaWANConnectionStatusEventNotificationConfigurations < Struct.new(
@@ -3522,8 +3786,8 @@ module Aws::IoTWireless
3522
3786
  # }
3523
3787
  #
3524
3788
  # @!attribute [rw] wireless_gateway_event_topic
3525
- # Enum to denote whether the wireless gateway connection status event
3526
- # topic is enabled or disabled.
3789
+ # Denotes whether the wireless gateway connection status event topic
3790
+ # is enabled or disabled.
3527
3791
  # @return [String]
3528
3792
  #
3529
3793
  class LoRaWANConnectionStatusResourceTypeEventConfiguration < Struct.new(
@@ -3573,6 +3837,11 @@ module Aws::IoTWireless
3573
3837
  # fuota: 1,
3574
3838
  # multicast: 1,
3575
3839
  # clock_sync: 1,
3840
+ # positioning: {
3841
+ # clock_sync: 1,
3842
+ # stream: 1,
3843
+ # gnss: 1,
3844
+ # },
3576
3845
  # },
3577
3846
  # }
3578
3847
  #
@@ -3836,6 +4105,10 @@ module Aws::IoTWireless
3836
4105
  # ],
3837
4106
  # net_id_filters: ["NetId"],
3838
4107
  # sub_bands: [1],
4108
+ # beaconing: {
4109
+ # data_rate: 1,
4110
+ # frequencies: [1],
4111
+ # },
3839
4112
  # }
3840
4113
  #
3841
4114
  # @!attribute [rw] gateway_eui
@@ -3860,12 +4133,18 @@ module Aws::IoTWireless
3860
4133
  # gateway.
3861
4134
  # @return [Array<Integer>]
3862
4135
  #
4136
+ # @!attribute [rw] beaconing
4137
+ # Beaconing object information, which consists of the data rate and
4138
+ # frequency parameters.
4139
+ # @return [Types::Beaconing]
4140
+ #
3863
4141
  class LoRaWANGateway < Struct.new(
3864
4142
  :gateway_eui,
3865
4143
  :rf_region,
3866
4144
  :join_eui_filters,
3867
4145
  :net_id_filters,
3868
- :sub_bands)
4146
+ :sub_bands,
4147
+ :beaconing)
3869
4148
  SENSITIVE = []
3870
4149
  include Aws::Structure
3871
4150
  end
@@ -4050,8 +4329,7 @@ module Aws::IoTWireless
4050
4329
  # }
4051
4330
  #
4052
4331
  # @!attribute [rw] dev_eui_event_topic
4053
- # Enum to denote whether the dev eui join event topic is enabled or
4054
- # disabled.
4332
+ # Denotes whether the Dev EUI join event topic is enabled or disabled.
4055
4333
  # @return [String]
4056
4334
  #
4057
4335
  class LoRaWANJoinEventNotificationConfigurations < Struct.new(
@@ -4070,8 +4348,8 @@ module Aws::IoTWireless
4070
4348
  # }
4071
4349
  #
4072
4350
  # @!attribute [rw] wireless_device_event_topic
4073
- # Enum to denote whether the wireless device join event topic is
4074
- # enabled or disabled.
4351
+ # Denotes whether the wireless device join event topic is enabled or
4352
+ # disabled.
4075
4353
  # @return [String]
4076
4354
  #
4077
4355
  class LoRaWANJoinResourceTypeEventConfiguration < Struct.new(
@@ -4209,14 +4487,31 @@ module Aws::IoTWireless
4209
4487
  #
4210
4488
  # {
4211
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
+ # },
4212
4500
  # }
4213
4501
  #
4214
4502
  # @!attribute [rw] f_port
4215
4503
  # The Fport value.
4216
4504
  # @return [Integer]
4217
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
+ #
4218
4512
  class LoRaWANSendDataToDevice < Struct.new(
4219
- :f_port)
4513
+ :f_port,
4514
+ :participating_gateways)
4220
4515
  SENSITIVE = []
4221
4516
  include Aws::Structure
4222
4517
  end
@@ -4228,14 +4523,26 @@ module Aws::IoTWireless
4228
4523
  #
4229
4524
  # {
4230
4525
  # add_gw_metadata: false,
4526
+ # dr_min: 1,
4527
+ # dr_max: 1,
4231
4528
  # }
4232
4529
  #
4233
4530
  # @!attribute [rw] add_gw_metadata
4234
4531
  # The AddGWMetaData value.
4235
4532
  # @return [Boolean]
4236
4533
  #
4534
+ # @!attribute [rw] dr_min
4535
+ # The DrMin value.
4536
+ # @return [Integer]
4537
+ #
4538
+ # @!attribute [rw] dr_max
4539
+ # The DrMax value.
4540
+ # @return [Integer]
4541
+ #
4237
4542
  class LoRaWANServiceProfile < Struct.new(
4238
- :add_gw_metadata)
4543
+ :add_gw_metadata,
4544
+ :dr_min,
4545
+ :dr_max)
4239
4546
  SENSITIVE = []
4240
4547
  include Aws::Structure
4241
4548
  end
@@ -4273,6 +4580,13 @@ module Aws::IoTWireless
4273
4580
  # abp_v1_0_x: {
4274
4581
  # f_cnt_start: 1,
4275
4582
  # },
4583
+ # f_ports: {
4584
+ # positioning: {
4585
+ # clock_sync: 1,
4586
+ # stream: 1,
4587
+ # gnss: 1,
4588
+ # },
4589
+ # },
4276
4590
  # }
4277
4591
  #
4278
4592
  # @!attribute [rw] device_profile_id
@@ -4291,11 +4605,16 @@ module Aws::IoTWireless
4291
4605
  # ABP device object for update APIs for v1.0.x
4292
4606
  # @return [Types::UpdateAbpV1_0_x]
4293
4607
  #
4608
+ # @!attribute [rw] f_ports
4609
+ # FPorts object for the positioning information of the device.
4610
+ # @return [Types::UpdateFPorts]
4611
+ #
4294
4612
  class LoRaWANUpdateDevice < Struct.new(
4295
4613
  :device_profile_id,
4296
4614
  :service_profile_id,
4297
4615
  :abp_v1_1,
4298
- :abp_v1_0_x)
4616
+ :abp_v1_0_x,
4617
+ :f_ports)
4299
4618
  SENSITIVE = []
4300
4619
  include Aws::Structure
4301
4620
  end
@@ -4362,6 +4681,59 @@ module Aws::IoTWireless
4362
4681
  include Aws::Structure
4363
4682
  end
4364
4683
 
4684
+ # Message delivery status event configuration object for enabling and
4685
+ # disabling relevant topics.
4686
+ #
4687
+ # @note When making an API call, you may pass MessageDeliveryStatusEventConfiguration
4688
+ # data as a hash:
4689
+ #
4690
+ # {
4691
+ # sidewalk: {
4692
+ # amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
4693
+ # },
4694
+ # wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
4695
+ # }
4696
+ #
4697
+ # @!attribute [rw] sidewalk
4698
+ # `SidewalkEventNotificationConfigurations` object, which is the event
4699
+ # configuration object for Sidewalk-related event topics.
4700
+ # @return [Types::SidewalkEventNotificationConfigurations]
4701
+ #
4702
+ # @!attribute [rw] wireless_device_id_event_topic
4703
+ # Denotes whether the wireless device ID device registration state
4704
+ # event topic is enabled or disabled.
4705
+ # @return [String]
4706
+ #
4707
+ class MessageDeliveryStatusEventConfiguration < Struct.new(
4708
+ :sidewalk,
4709
+ :wireless_device_id_event_topic)
4710
+ SENSITIVE = []
4711
+ include Aws::Structure
4712
+ end
4713
+
4714
+ # Message delivery status resource type event configuration object for
4715
+ # enabling or disabling relevant topic.
4716
+ #
4717
+ # @note When making an API call, you may pass MessageDeliveryStatusResourceTypeEventConfiguration
4718
+ # data as a hash:
4719
+ #
4720
+ # {
4721
+ # sidewalk: {
4722
+ # wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
4723
+ # },
4724
+ # }
4725
+ #
4726
+ # @!attribute [rw] sidewalk
4727
+ # Sidewalk resource type event configuration object for enabling or
4728
+ # disabling topic.
4729
+ # @return [Types::SidewalkResourceTypeEventConfiguration]
4730
+ #
4731
+ class MessageDeliveryStatusResourceTypeEventConfiguration < Struct.new(
4732
+ :sidewalk)
4733
+ SENSITIVE = []
4734
+ include Aws::Structure
4735
+ end
4736
+
4365
4737
  # A multicast group.
4366
4738
  #
4367
4739
  # @!attribute [rw] id
@@ -4496,6 +4868,143 @@ module Aws::IoTWireless
4496
4868
  include Aws::Structure
4497
4869
  end
4498
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
+
4913
+ # The wrapper for a position configuration.
4914
+ #
4915
+ # @!attribute [rw] resource_identifier
4916
+ # Resource identifier for the position configuration.
4917
+ # @return [String]
4918
+ #
4919
+ # @!attribute [rw] resource_type
4920
+ # Resource type of the resource for the position configuration.
4921
+ # @return [String]
4922
+ #
4923
+ # @!attribute [rw] solvers
4924
+ # The details of the positioning solver object used to compute the
4925
+ # location.
4926
+ # @return [Types::PositionSolverDetails]
4927
+ #
4928
+ # @!attribute [rw] destination
4929
+ # The position data destination that describes the AWS IoT rule that
4930
+ # processes the device's position data for use by AWS IoT Core for
4931
+ # LoRaWAN.
4932
+ # @return [String]
4933
+ #
4934
+ class PositionConfigurationItem < Struct.new(
4935
+ :resource_identifier,
4936
+ :resource_type,
4937
+ :solvers,
4938
+ :destination)
4939
+ SENSITIVE = []
4940
+ include Aws::Structure
4941
+ end
4942
+
4943
+ # The wrapper for position solver configurations.
4944
+ #
4945
+ # @note When making an API call, you may pass PositionSolverConfigurations
4946
+ # data as a hash:
4947
+ #
4948
+ # {
4949
+ # semtech_gnss: {
4950
+ # status: "Enabled", # required, accepts Enabled, Disabled
4951
+ # fec: "ROSE", # required, accepts ROSE, NONE
4952
+ # },
4953
+ # }
4954
+ #
4955
+ # @!attribute [rw] semtech_gnss
4956
+ # The Semtech GNSS solver configuration object.
4957
+ # @return [Types::SemtechGnssConfiguration]
4958
+ #
4959
+ class PositionSolverConfigurations < Struct.new(
4960
+ :semtech_gnss)
4961
+ SENSITIVE = []
4962
+ include Aws::Structure
4963
+ end
4964
+
4965
+ # The wrapper for position solver details.
4966
+ #
4967
+ # @!attribute [rw] semtech_gnss
4968
+ # The Semtech GNSS solver object details.
4969
+ # @return [Types::SemtechGnssDetail]
4970
+ #
4971
+ class PositionSolverDetails < Struct.new(
4972
+ :semtech_gnss)
4973
+ SENSITIVE = []
4974
+ include Aws::Structure
4975
+ end
4976
+
4977
+ # The FPorts for the position information.
4978
+ #
4979
+ # @note When making an API call, you may pass Positioning
4980
+ # data as a hash:
4981
+ #
4982
+ # {
4983
+ # clock_sync: 1,
4984
+ # stream: 1,
4985
+ # gnss: 1,
4986
+ # }
4987
+ #
4988
+ # @!attribute [rw] clock_sync
4989
+ # The Fport value.
4990
+ # @return [Integer]
4991
+ #
4992
+ # @!attribute [rw] stream
4993
+ # The Fport value.
4994
+ # @return [Integer]
4995
+ #
4996
+ # @!attribute [rw] gnss
4997
+ # The Fport value.
4998
+ # @return [Integer]
4999
+ #
5000
+ class Positioning < Struct.new(
5001
+ :clock_sync,
5002
+ :stream,
5003
+ :gnss)
5004
+ SENSITIVE = []
5005
+ include Aws::Structure
5006
+ end
5007
+
4499
5008
  # Proximity event configuration object for enabling and disabling
4500
5009
  # relevant topics.
4501
5010
  #
@@ -4515,8 +5024,8 @@ module Aws::IoTWireless
4515
5024
  # @return [Types::SidewalkEventNotificationConfigurations]
4516
5025
  #
4517
5026
  # @!attribute [rw] wireless_device_id_event_topic
4518
- # Enum to denote whether the wireless device id proximity event topic
4519
- # is enabled or disabled.
5027
+ # Denotes whether the wireless device ID proximity event topic is
5028
+ # enabled or disabled.
4520
5029
  # @return [String]
4521
5030
  #
4522
5031
  class ProximityEventConfiguration < Struct.new(
@@ -4549,6 +5058,52 @@ module Aws::IoTWireless
4549
5058
  include Aws::Structure
4550
5059
  end
4551
5060
 
5061
+ # @note When making an API call, you may pass PutPositionConfigurationRequest
5062
+ # data as a hash:
5063
+ #
5064
+ # {
5065
+ # resource_identifier: "PositionResourceIdentifier", # required
5066
+ # resource_type: "WirelessDevice", # required, accepts WirelessDevice, WirelessGateway
5067
+ # solvers: {
5068
+ # semtech_gnss: {
5069
+ # status: "Enabled", # required, accepts Enabled, Disabled
5070
+ # fec: "ROSE", # required, accepts ROSE, NONE
5071
+ # },
5072
+ # },
5073
+ # destination: "DestinationName",
5074
+ # }
5075
+ #
5076
+ # @!attribute [rw] resource_identifier
5077
+ # Resource identifier used to update the position configuration.
5078
+ # @return [String]
5079
+ #
5080
+ # @!attribute [rw] resource_type
5081
+ # Resource type of the resource for which you want to update the
5082
+ # position configuration.
5083
+ # @return [String]
5084
+ #
5085
+ # @!attribute [rw] solvers
5086
+ # The positioning solvers used to update the position configuration of
5087
+ # the resource.
5088
+ # @return [Types::PositionSolverConfigurations]
5089
+ #
5090
+ # @!attribute [rw] destination
5091
+ # The position data destination that describes the AWS IoT rule that
5092
+ # processes the device's position data for use by AWS IoT Core for
5093
+ # LoRaWAN.
5094
+ # @return [String]
5095
+ #
5096
+ class PutPositionConfigurationRequest < Struct.new(
5097
+ :resource_identifier,
5098
+ :resource_type,
5099
+ :solvers,
5100
+ :destination)
5101
+ SENSITIVE = []
5102
+ include Aws::Structure
5103
+ end
5104
+
5105
+ class PutPositionConfigurationResponse < Aws::EmptyStructure; end
5106
+
4552
5107
  # @note When making an API call, you may pass PutResourceLogLevelRequest
4553
5108
  # data as a hash:
4554
5109
  #
@@ -4640,6 +5195,58 @@ module Aws::IoTWireless
4640
5195
  include Aws::Structure
4641
5196
  end
4642
5197
 
5198
+ # Information about the Semtech GNSS solver configuration.
5199
+ #
5200
+ # @note When making an API call, you may pass SemtechGnssConfiguration
5201
+ # data as a hash:
5202
+ #
5203
+ # {
5204
+ # status: "Enabled", # required, accepts Enabled, Disabled
5205
+ # fec: "ROSE", # required, accepts ROSE, NONE
5206
+ # }
5207
+ #
5208
+ # @!attribute [rw] status
5209
+ # The status indicating whether the solver is enabled.
5210
+ # @return [String]
5211
+ #
5212
+ # @!attribute [rw] fec
5213
+ # Whether forward error correction is enabled.
5214
+ # @return [String]
5215
+ #
5216
+ class SemtechGnssConfiguration < Struct.new(
5217
+ :status,
5218
+ :fec)
5219
+ SENSITIVE = []
5220
+ include Aws::Structure
5221
+ end
5222
+
5223
+ # Details of the Semtech GNSS solver object.
5224
+ #
5225
+ # @!attribute [rw] provider
5226
+ # The vendor of the solver object.
5227
+ # @return [String]
5228
+ #
5229
+ # @!attribute [rw] type
5230
+ # The type of positioning solver used.
5231
+ # @return [String]
5232
+ #
5233
+ # @!attribute [rw] status
5234
+ # The status indicating whether the solver is enabled.
5235
+ # @return [String]
5236
+ #
5237
+ # @!attribute [rw] fec
5238
+ # Whether forward error correction is enabled.
5239
+ # @return [String]
5240
+ #
5241
+ class SemtechGnssDetail < Struct.new(
5242
+ :provider,
5243
+ :type,
5244
+ :status,
5245
+ :fec)
5246
+ SENSITIVE = []
5247
+ include Aws::Structure
5248
+ end
5249
+
4643
5250
  # @note When making an API call, you may pass SendDataToMulticastGroupRequest
4644
5251
  # data as a hash:
4645
5252
  #
@@ -4693,10 +5300,21 @@ module Aws::IoTWireless
4693
5300
  # wireless_metadata: {
4694
5301
  # lo_ra_wan: {
4695
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
+ # },
4696
5313
  # },
4697
5314
  # sidewalk: {
4698
5315
  # seq: 1,
4699
5316
  # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
5317
+ # ack_mode_retry_duration_secs: 1,
4700
5318
  # },
4701
5319
  # },
4702
5320
  # }
@@ -4923,8 +5541,8 @@ module Aws::IoTWireless
4923
5541
  include Aws::Structure
4924
5542
  end
4925
5543
 
4926
- # SidewalkEventNotificationConfigurations object Event configuration
4927
- # object for Sidewalk related event topics.
5544
+ # `SidewalkEventNotificationConfigurations` object, which is the event
5545
+ # configuration object for Sidewalk-related event topics.
4928
5546
  #
4929
5547
  # @note When making an API call, you may pass SidewalkEventNotificationConfigurations
4930
5548
  # data as a hash:
@@ -4934,7 +5552,7 @@ module Aws::IoTWireless
4934
5552
  # }
4935
5553
  #
4936
5554
  # @!attribute [rw] amazon_id_event_topic
4937
- # Enum to denote whether amazon id event topic is enabled or disabled.
5555
+ # Denotes whether the Amazon ID event topic is enabled or disabled.
4938
5556
  # @return [String]
4939
5557
  #
4940
5558
  class SidewalkEventNotificationConfigurations < Struct.new(
@@ -4981,8 +5599,8 @@ module Aws::IoTWireless
4981
5599
  # }
4982
5600
  #
4983
5601
  # @!attribute [rw] wireless_device_event_topic
4984
- # Enum to denote whether the wireless device join event topic is
4985
- # enabled or disabled.
5602
+ # Denotes whether the wireless device join event topic is enabled or
5603
+ # disabled.
4986
5604
  # @return [String]
4987
5605
  #
4988
5606
  class SidewalkResourceTypeEventConfiguration < Struct.new(
@@ -4999,6 +5617,7 @@ module Aws::IoTWireless
4999
5617
  # {
5000
5618
  # seq: 1,
5001
5619
  # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
5620
+ # ack_mode_retry_duration_secs: 1,
5002
5621
  # }
5003
5622
  #
5004
5623
  # @!attribute [rw] seq
@@ -5010,9 +5629,15 @@ module Aws::IoTWireless
5010
5629
  # `CUSTOM_COMMAND_ID_NOTIFY`.
5011
5630
  # @return [String]
5012
5631
  #
5632
+ # @!attribute [rw] ack_mode_retry_duration_secs
5633
+ # The duration of time in seconds for which you want to retry sending
5634
+ # the ACK.
5635
+ # @return [Integer]
5636
+ #
5013
5637
  class SidewalkSendDataToDevice < Struct.new(
5014
5638
  :seq,
5015
- :message_type)
5639
+ :message_type,
5640
+ :ack_mode_retry_duration_secs)
5016
5641
  SENSITIVE = []
5017
5642
  include Aws::Structure
5018
5643
  end
@@ -5291,7 +5916,7 @@ module Aws::IoTWireless
5291
5916
  # }
5292
5917
  #
5293
5918
  # @!attribute [rw] wireless_device_frame_info
5294
- # FrameInfo of your wireless device resources for the trace content.
5919
+ # `FrameInfo` of your wireless device resources for the trace content.
5295
5920
  # Use FrameInfo to debug the communication between your LoRaWAN end
5296
5921
  # devices and the network server.
5297
5922
  # @return [String]
@@ -5439,6 +6064,11 @@ module Aws::IoTWireless
5439
6064
  # wireless_gateway_event_topic: "Enabled", # accepts Enabled, Disabled
5440
6065
  # },
5441
6066
  # },
6067
+ # message_delivery_status: {
6068
+ # sidewalk: {
6069
+ # wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
6070
+ # },
6071
+ # },
5442
6072
  # }
5443
6073
  #
5444
6074
  # @!attribute [rw] device_registration_state
@@ -5461,17 +6091,46 @@ module Aws::IoTWireless
5461
6091
  # enabling and disabling wireless gateway topic.
5462
6092
  # @return [Types::ConnectionStatusResourceTypeEventConfiguration]
5463
6093
  #
6094
+ # @!attribute [rw] message_delivery_status
6095
+ # Message delivery status resource type event configuration object for
6096
+ # enabling and disabling wireless device topic.
6097
+ # @return [Types::MessageDeliveryStatusResourceTypeEventConfiguration]
6098
+ #
5464
6099
  class UpdateEventConfigurationByResourceTypesRequest < Struct.new(
5465
6100
  :device_registration_state,
5466
6101
  :proximity,
5467
6102
  :join,
5468
- :connection_status)
6103
+ :connection_status,
6104
+ :message_delivery_status)
5469
6105
  SENSITIVE = []
5470
6106
  include Aws::Structure
5471
6107
  end
5472
6108
 
5473
6109
  class UpdateEventConfigurationByResourceTypesResponse < Aws::EmptyStructure; end
5474
6110
 
6111
+ # Object for updating the FPorts information.
6112
+ #
6113
+ # @note When making an API call, you may pass UpdateFPorts
6114
+ # data as a hash:
6115
+ #
6116
+ # {
6117
+ # positioning: {
6118
+ # clock_sync: 1,
6119
+ # stream: 1,
6120
+ # gnss: 1,
6121
+ # },
6122
+ # }
6123
+ #
6124
+ # @!attribute [rw] positioning
6125
+ # Positioning FPorts for the ClockSync, Stream, and GNSS functions.
6126
+ # @return [Types::Positioning]
6127
+ #
6128
+ class UpdateFPorts < Struct.new(
6129
+ :positioning)
6130
+ SENSITIVE = []
6131
+ include Aws::Structure
6132
+ end
6133
+
5475
6134
  # @note When making an API call, you may pass UpdateFuotaTaskRequest
5476
6135
  # data as a hash:
5477
6136
  #
@@ -5719,6 +6378,37 @@ module Aws::IoTWireless
5719
6378
 
5720
6379
  class UpdatePartnerAccountResponse < Aws::EmptyStructure; end
5721
6380
 
6381
+ # @note When making an API call, you may pass UpdatePositionRequest
6382
+ # data as a hash:
6383
+ #
6384
+ # {
6385
+ # resource_identifier: "PositionResourceIdentifier", # required
6386
+ # resource_type: "WirelessDevice", # required, accepts WirelessDevice, WirelessGateway
6387
+ # position: [1.0], # required
6388
+ # }
6389
+ #
6390
+ # @!attribute [rw] resource_identifier
6391
+ # Resource identifier of the resource for which position is updated.
6392
+ # @return [String]
6393
+ #
6394
+ # @!attribute [rw] resource_type
6395
+ # Resource type of the resource for which position is updated.
6396
+ # @return [String]
6397
+ #
6398
+ # @!attribute [rw] position
6399
+ # The position information of the resource.
6400
+ # @return [Array<Float>]
6401
+ #
6402
+ class UpdatePositionRequest < Struct.new(
6403
+ :resource_identifier,
6404
+ :resource_type,
6405
+ :position)
6406
+ SENSITIVE = []
6407
+ include Aws::Structure
6408
+ end
6409
+
6410
+ class UpdatePositionResponse < Aws::EmptyStructure; end
6411
+
5722
6412
  # @note When making an API call, you may pass UpdateResourceEventConfigurationRequest
5723
6413
  # data as a hash:
5724
6414
  #
@@ -5750,6 +6440,12 @@ module Aws::IoTWireless
5750
6440
  # },
5751
6441
  # wireless_gateway_id_event_topic: "Enabled", # accepts Enabled, Disabled
5752
6442
  # },
6443
+ # message_delivery_status: {
6444
+ # sidewalk: {
6445
+ # amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
6446
+ # },
6447
+ # wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
6448
+ # },
5753
6449
  # }
5754
6450
  #
5755
6451
  # @!attribute [rw] identifier
@@ -5763,25 +6459,29 @@ module Aws::IoTWireless
5763
6459
  #
5764
6460
  # @!attribute [rw] partner_type
5765
6461
  # Partner type of the resource if the identifier type is
5766
- # PartnerAccountId
6462
+ # `PartnerAccountId`
5767
6463
  # @return [String]
5768
6464
  #
5769
6465
  # @!attribute [rw] device_registration_state
5770
- # Event configuration for the device registration state event
6466
+ # Event configuration for the device registration state event.
5771
6467
  # @return [Types::DeviceRegistrationStateEventConfiguration]
5772
6468
  #
5773
6469
  # @!attribute [rw] proximity
5774
- # Event configuration for the Proximity event
6470
+ # Event configuration for the proximity event.
5775
6471
  # @return [Types::ProximityEventConfiguration]
5776
6472
  #
5777
6473
  # @!attribute [rw] join
5778
- # Event configuration for the join event
6474
+ # Event configuration for the join event.
5779
6475
  # @return [Types::JoinEventConfiguration]
5780
6476
  #
5781
6477
  # @!attribute [rw] connection_status
5782
- # Event configuration for the connection status event
6478
+ # Event configuration for the connection status event.
5783
6479
  # @return [Types::ConnectionStatusEventConfiguration]
5784
6480
  #
6481
+ # @!attribute [rw] message_delivery_status
6482
+ # Event configuration for the message delivery status event.
6483
+ # @return [Types::MessageDeliveryStatusEventConfiguration]
6484
+ #
5785
6485
  class UpdateResourceEventConfigurationRequest < Struct.new(
5786
6486
  :identifier,
5787
6487
  :identifier_type,
@@ -5789,7 +6489,8 @@ module Aws::IoTWireless
5789
6489
  :device_registration_state,
5790
6490
  :proximity,
5791
6491
  :join,
5792
- :connection_status)
6492
+ :connection_status,
6493
+ :message_delivery_status)
5793
6494
  SENSITIVE = []
5794
6495
  include Aws::Structure
5795
6496
  end
@@ -5813,6 +6514,13 @@ module Aws::IoTWireless
5813
6514
  # abp_v1_0_x: {
5814
6515
  # f_cnt_start: 1,
5815
6516
  # },
6517
+ # f_ports: {
6518
+ # positioning: {
6519
+ # clock_sync: 1,
6520
+ # stream: 1,
6521
+ # gnss: 1,
6522
+ # },
6523
+ # },
5816
6524
  # },
5817
6525
  # }
5818
6526
  #
@@ -6222,10 +6930,21 @@ module Aws::IoTWireless
6222
6930
  # {
6223
6931
  # lo_ra_wan: {
6224
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
+ # },
6225
6943
  # },
6226
6944
  # sidewalk: {
6227
6945
  # seq: 1,
6228
6946
  # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
6947
+ # ack_mode_retry_duration_secs: 1,
6229
6948
  # },
6230
6949
  # }
6231
6950
  #