aws-sdk-iotwireless 1.24.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09e1b9275998710a25dd3bf41d5929a3ea6575d9835593389e5a1805370861d4'
4
- data.tar.gz: 81f4e2a7007fbecc50a6ec611f4add8df197e920e00a53e33a894305101041ff
3
+ metadata.gz: 445b0deebc8f94f3017b7798d1a9e423aef276a5e9574e4e1f87116255a0940f
4
+ data.tar.gz: 6e46180d05501f84b64b31a28edbddb499e32d7e9860cebbf3a6f480ed6852df
5
5
  SHA512:
6
- metadata.gz: 9dcb8d4a51e744ee0690eec2da1302db90caee10b5c97b94a73b2fa630243fbe5a2bbb46bf7a208748ad6455e00449143097a364196ca882b0cc875d7638e8aa
7
- data.tar.gz: e1b96038b56ad5fc5358572de10a5e6e7b62a36274fd8feae22e48a8cb4efbc8c573e8e159504b0c586780ac854d7761559281a39471bef57ffa499df11fe915
6
+ metadata.gz: 45161cbc0c72fc1087bae2e1c27abd0a28c564f2642989b19d53917f849402c67247f5cfd27794e54a82f730131c8ffc30cede06338cba27b7c93cff34bc8f2b
7
+ data.tar.gz: ff7d7dc9b15b5db407a23518407a63aecefa003ca38f10488fdd67fbb6346b5ab41a0f40d1418b27fc1287904bd436a6a4ed5b7e29fd51b6cbf50d5efbbc3da1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2022-08-08)
5
+ ------------------
6
+
7
+ * Feature - AWS IoT Wireless release support for sidewalk data reliability.
8
+
4
9
  1.24.0 (2022-07-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.24.0
1
+ 1.25.0
@@ -939,6 +939,8 @@ module Aws::IoTWireless
939
939
  # name: "ServiceProfileName",
940
940
  # lo_ra_wan: {
941
941
  # add_gw_metadata: false,
942
+ # dr_min: 1,
943
+ # dr_max: 1,
942
944
  # },
943
945
  # tags: [
944
946
  # {
@@ -1726,6 +1728,7 @@ module Aws::IoTWireless
1726
1728
  # * {Types::GetEventConfigurationByResourceTypesResponse#proximity #proximity} => Types::ProximityResourceTypeEventConfiguration
1727
1729
  # * {Types::GetEventConfigurationByResourceTypesResponse#join #join} => Types::JoinResourceTypeEventConfiguration
1728
1730
  # * {Types::GetEventConfigurationByResourceTypesResponse#connection_status #connection_status} => Types::ConnectionStatusResourceTypeEventConfiguration
1731
+ # * {Types::GetEventConfigurationByResourceTypesResponse#message_delivery_status #message_delivery_status} => Types::MessageDeliveryStatusResourceTypeEventConfiguration
1729
1732
  #
1730
1733
  # @example Response structure
1731
1734
  #
@@ -1733,6 +1736,7 @@ module Aws::IoTWireless
1733
1736
  # resp.proximity.sidewalk.wireless_device_event_topic #=> String, one of "Enabled", "Disabled"
1734
1737
  # resp.join.lo_ra_wan.wireless_device_event_topic #=> String, one of "Enabled", "Disabled"
1735
1738
  # resp.connection_status.lo_ra_wan.wireless_gateway_event_topic #=> String, one of "Enabled", "Disabled"
1739
+ # resp.message_delivery_status.sidewalk.wireless_device_event_topic #=> String, one of "Enabled", "Disabled"
1736
1740
  #
1737
1741
  # @overload get_event_configuration_by_resource_types(params = {})
1738
1742
  # @param [Hash] params ({})
@@ -2059,6 +2063,7 @@ module Aws::IoTWireless
2059
2063
  # * {Types::GetResourceEventConfigurationResponse#proximity #proximity} => Types::ProximityEventConfiguration
2060
2064
  # * {Types::GetResourceEventConfigurationResponse#join #join} => Types::JoinEventConfiguration
2061
2065
  # * {Types::GetResourceEventConfigurationResponse#connection_status #connection_status} => Types::ConnectionStatusEventConfiguration
2066
+ # * {Types::GetResourceEventConfigurationResponse#message_delivery_status #message_delivery_status} => Types::MessageDeliveryStatusEventConfiguration
2062
2067
  #
2063
2068
  # @example Request syntax with placeholder values
2064
2069
  #
@@ -2078,6 +2083,8 @@ module Aws::IoTWireless
2078
2083
  # resp.join.wireless_device_id_event_topic #=> String, one of "Enabled", "Disabled"
2079
2084
  # resp.connection_status.lo_ra_wan.gateway_eui_event_topic #=> String, one of "Enabled", "Disabled"
2080
2085
  # resp.connection_status.wireless_gateway_id_event_topic #=> String, one of "Enabled", "Disabled"
2086
+ # resp.message_delivery_status.sidewalk.amazon_id_event_topic #=> String, one of "Enabled", "Disabled"
2087
+ # resp.message_delivery_status.wireless_device_id_event_topic #=> String, one of "Enabled", "Disabled"
2081
2088
  #
2082
2089
  # @overload get_resource_event_configuration(params = {})
2083
2090
  # @param [Hash] params ({})
@@ -2661,6 +2668,8 @@ module Aws::IoTWireless
2661
2668
  # resp.event_configurations_list[0].events.join.wireless_device_id_event_topic #=> String, one of "Enabled", "Disabled"
2662
2669
  # resp.event_configurations_list[0].events.connection_status.lo_ra_wan.gateway_eui_event_topic #=> String, one of "Enabled", "Disabled"
2663
2670
  # resp.event_configurations_list[0].events.connection_status.wireless_gateway_id_event_topic #=> String, one of "Enabled", "Disabled"
2671
+ # resp.event_configurations_list[0].events.message_delivery_status.sidewalk.amazon_id_event_topic #=> String, one of "Enabled", "Disabled"
2672
+ # resp.event_configurations_list[0].events.message_delivery_status.wireless_device_id_event_topic #=> String, one of "Enabled", "Disabled"
2664
2673
  #
2665
2674
  # @overload list_event_configurations(params = {})
2666
2675
  # @param [Hash] params ({})
@@ -3391,6 +3400,7 @@ module Aws::IoTWireless
3391
3400
  # sidewalk: {
3392
3401
  # seq: 1,
3393
3402
  # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
3403
+ # ack_mode_retry_duration_secs: 1,
3394
3404
  # },
3395
3405
  # },
3396
3406
  # })
@@ -3668,6 +3678,10 @@ module Aws::IoTWireless
3668
3678
  # Connection status resource type event configuration object for
3669
3679
  # enabling and disabling wireless gateway topic.
3670
3680
  #
3681
+ # @option params [Types::MessageDeliveryStatusResourceTypeEventConfiguration] :message_delivery_status
3682
+ # Message delivery status resource type event configuration object for
3683
+ # enabling and disabling wireless device topic.
3684
+ #
3671
3685
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3672
3686
  #
3673
3687
  # @example Request syntax with placeholder values
@@ -3693,6 +3707,11 @@ module Aws::IoTWireless
3693
3707
  # wireless_gateway_event_topic: "Enabled", # accepts Enabled, Disabled
3694
3708
  # },
3695
3709
  # },
3710
+ # message_delivery_status: {
3711
+ # sidewalk: {
3712
+ # wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
3713
+ # },
3714
+ # },
3696
3715
  # })
3697
3716
  #
3698
3717
  # @overload update_event_configuration_by_resource_types(params = {})
@@ -3973,6 +3992,9 @@ module Aws::IoTWireless
3973
3992
  # @option params [Types::ConnectionStatusEventConfiguration] :connection_status
3974
3993
  # Event configuration for the connection status event.
3975
3994
  #
3995
+ # @option params [Types::MessageDeliveryStatusEventConfiguration] :message_delivery_status
3996
+ # Event configuration for the message delivery status event.
3997
+ #
3976
3998
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3977
3999
  #
3978
4000
  # @example Request syntax with placeholder values
@@ -4005,6 +4027,12 @@ module Aws::IoTWireless
4005
4027
  # },
4006
4028
  # wireless_gateway_id_event_topic: "Enabled", # accepts Enabled, Disabled
4007
4029
  # },
4030
+ # message_delivery_status: {
4031
+ # sidewalk: {
4032
+ # amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
4033
+ # },
4034
+ # wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
4035
+ # },
4008
4036
  # })
4009
4037
  #
4010
4038
  # @overload update_resource_event_configuration(params = {})
@@ -4118,7 +4146,7 @@ module Aws::IoTWireless
4118
4146
  params: params,
4119
4147
  config: config)
4120
4148
  context[:gem_name] = 'aws-sdk-iotwireless'
4121
- context[:gem_version] = '1.24.0'
4149
+ context[:gem_version] = '1.25.0'
4122
4150
  Seahorse::Client::Request.new(handlers, context)
4123
4151
  end
4124
4152
 
@@ -18,6 +18,7 @@ module Aws::IoTWireless
18
18
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
19
19
  AccountLinked = Shapes::BooleanShape.new(name: 'AccountLinked')
20
20
  Accuracy = Shapes::StructureShape.new(name: 'Accuracy')
21
+ AckModeRetryDurationSecs = Shapes::IntegerShape.new(name: 'AckModeRetryDurationSecs')
21
22
  AddGwMetadata = Shapes::BooleanShape.new(name: 'AddGwMetadata')
22
23
  AmazonId = Shapes::StringShape.new(name: 'AmazonId')
23
24
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
@@ -139,7 +140,9 @@ module Aws::IoTWireless
139
140
  DownlinkQueueMessage = Shapes::StructureShape.new(name: 'DownlinkQueueMessage')
140
141
  DownlinkQueueMessagesList = Shapes::ListShape.new(name: 'DownlinkQueueMessagesList')
141
142
  DrMax = Shapes::IntegerShape.new(name: 'DrMax')
143
+ DrMaxBox = Shapes::IntegerShape.new(name: 'DrMaxBox')
142
144
  DrMin = Shapes::IntegerShape.new(name: 'DrMin')
145
+ DrMinBox = Shapes::IntegerShape.new(name: 'DrMinBox')
143
146
  EndPoint = Shapes::StringShape.new(name: 'EndPoint')
144
147
  Event = Shapes::StringShape.new(name: 'Event')
145
148
  EventConfigurationItem = Shapes::StructureShape.new(name: 'EventConfigurationItem')
@@ -289,6 +292,8 @@ module Aws::IoTWireless
289
292
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
290
293
  McGroupId = Shapes::IntegerShape.new(name: 'McGroupId')
291
294
  Message = Shapes::StringShape.new(name: 'Message')
295
+ MessageDeliveryStatusEventConfiguration = Shapes::StructureShape.new(name: 'MessageDeliveryStatusEventConfiguration')
296
+ MessageDeliveryStatusResourceTypeEventConfiguration = Shapes::StructureShape.new(name: 'MessageDeliveryStatusResourceTypeEventConfiguration')
292
297
  MessageId = Shapes::StringShape.new(name: 'MessageId')
293
298
  MessageType = Shapes::StringShape.new(name: 'MessageType')
294
299
  MinGwDiversity = Shapes::IntegerShape.new(name: 'MinGwDiversity')
@@ -843,6 +848,7 @@ module Aws::IoTWireless
843
848
  EventNotificationItemConfigurations.add_member(:proximity, Shapes::ShapeRef.new(shape: ProximityEventConfiguration, location_name: "Proximity"))
844
849
  EventNotificationItemConfigurations.add_member(:join, Shapes::ShapeRef.new(shape: JoinEventConfiguration, location_name: "Join"))
845
850
  EventNotificationItemConfigurations.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatusEventConfiguration, location_name: "ConnectionStatus"))
851
+ EventNotificationItemConfigurations.add_member(:message_delivery_status, Shapes::ShapeRef.new(shape: MessageDeliveryStatusEventConfiguration, location_name: "MessageDeliveryStatus"))
846
852
  EventNotificationItemConfigurations.struct_class = Types::EventNotificationItemConfigurations
847
853
 
848
854
  FPorts.add_member(:fuota, Shapes::ShapeRef.new(shape: FPort, location_name: "Fuota"))
@@ -886,6 +892,7 @@ module Aws::IoTWireless
886
892
  GetEventConfigurationByResourceTypesResponse.add_member(:proximity, Shapes::ShapeRef.new(shape: ProximityResourceTypeEventConfiguration, location_name: "Proximity"))
887
893
  GetEventConfigurationByResourceTypesResponse.add_member(:join, Shapes::ShapeRef.new(shape: JoinResourceTypeEventConfiguration, location_name: "Join"))
888
894
  GetEventConfigurationByResourceTypesResponse.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatusResourceTypeEventConfiguration, location_name: "ConnectionStatus"))
895
+ GetEventConfigurationByResourceTypesResponse.add_member(:message_delivery_status, Shapes::ShapeRef.new(shape: MessageDeliveryStatusResourceTypeEventConfiguration, location_name: "MessageDeliveryStatus"))
889
896
  GetEventConfigurationByResourceTypesResponse.struct_class = Types::GetEventConfigurationByResourceTypesResponse
890
897
 
891
898
  GetFuotaTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: FuotaTaskId, required: true, location: "uri", location_name: "Id"))
@@ -975,6 +982,7 @@ module Aws::IoTWireless
975
982
  GetResourceEventConfigurationResponse.add_member(:proximity, Shapes::ShapeRef.new(shape: ProximityEventConfiguration, location_name: "Proximity"))
976
983
  GetResourceEventConfigurationResponse.add_member(:join, Shapes::ShapeRef.new(shape: JoinEventConfiguration, location_name: "Join"))
977
984
  GetResourceEventConfigurationResponse.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatusEventConfiguration, location_name: "ConnectionStatus"))
985
+ GetResourceEventConfigurationResponse.add_member(:message_delivery_status, Shapes::ShapeRef.new(shape: MessageDeliveryStatusEventConfiguration, location_name: "MessageDeliveryStatus"))
978
986
  GetResourceEventConfigurationResponse.struct_class = Types::GetResourceEventConfigurationResponse
979
987
 
980
988
  GetResourceLogLevelRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "ResourceIdentifier"))
@@ -1350,6 +1358,8 @@ module Aws::IoTWireless
1350
1358
  LoRaWANSendDataToDevice.struct_class = Types::LoRaWANSendDataToDevice
1351
1359
 
1352
1360
  LoRaWANServiceProfile.add_member(:add_gw_metadata, Shapes::ShapeRef.new(shape: AddGwMetadata, location_name: "AddGwMetadata"))
1361
+ LoRaWANServiceProfile.add_member(:dr_min, Shapes::ShapeRef.new(shape: DrMinBox, location_name: "DrMin"))
1362
+ LoRaWANServiceProfile.add_member(:dr_max, Shapes::ShapeRef.new(shape: DrMaxBox, location_name: "DrMax"))
1353
1363
  LoRaWANServiceProfile.struct_class = Types::LoRaWANServiceProfile
1354
1364
 
1355
1365
  LoRaWANStartFuotaTask.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, location_name: "StartTime"))
@@ -1372,6 +1382,13 @@ module Aws::IoTWireless
1372
1382
  LoRaWANUpdateGatewayTaskEntry.add_member(:update_version, Shapes::ShapeRef.new(shape: LoRaWANGatewayVersion, location_name: "UpdateVersion"))
1373
1383
  LoRaWANUpdateGatewayTaskEntry.struct_class = Types::LoRaWANUpdateGatewayTaskEntry
1374
1384
 
1385
+ MessageDeliveryStatusEventConfiguration.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkEventNotificationConfigurations, location_name: "Sidewalk"))
1386
+ MessageDeliveryStatusEventConfiguration.add_member(:wireless_device_id_event_topic, Shapes::ShapeRef.new(shape: EventNotificationTopicStatus, location_name: "WirelessDeviceIdEventTopic"))
1387
+ MessageDeliveryStatusEventConfiguration.struct_class = Types::MessageDeliveryStatusEventConfiguration
1388
+
1389
+ MessageDeliveryStatusResourceTypeEventConfiguration.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkResourceTypeEventConfiguration, location_name: "Sidewalk"))
1390
+ MessageDeliveryStatusResourceTypeEventConfiguration.struct_class = Types::MessageDeliveryStatusResourceTypeEventConfiguration
1391
+
1375
1392
  MulticastGroup.add_member(:id, Shapes::ShapeRef.new(shape: MulticastGroupId, location_name: "Id"))
1376
1393
  MulticastGroup.add_member(:arn, Shapes::ShapeRef.new(shape: MulticastGroupArn, location_name: "Arn"))
1377
1394
  MulticastGroup.add_member(:name, Shapes::ShapeRef.new(shape: MulticastGroupName, location_name: "Name"))
@@ -1544,6 +1561,7 @@ module Aws::IoTWireless
1544
1561
 
1545
1562
  SidewalkSendDataToDevice.add_member(:seq, Shapes::ShapeRef.new(shape: Seq, location_name: "Seq"))
1546
1563
  SidewalkSendDataToDevice.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
1564
+ SidewalkSendDataToDevice.add_member(:ack_mode_retry_duration_secs, Shapes::ShapeRef.new(shape: AckModeRetryDurationSecs, location_name: "AckModeRetryDurationSecs"))
1547
1565
  SidewalkSendDataToDevice.struct_class = Types::SidewalkSendDataToDevice
1548
1566
 
1549
1567
  SidewalkUpdateAccount.add_member(:app_server_private_key, Shapes::ShapeRef.new(shape: AppServerPrivateKey, location_name: "AppServerPrivateKey"))
@@ -1633,6 +1651,7 @@ module Aws::IoTWireless
1633
1651
  UpdateEventConfigurationByResourceTypesRequest.add_member(:proximity, Shapes::ShapeRef.new(shape: ProximityResourceTypeEventConfiguration, location_name: "Proximity"))
1634
1652
  UpdateEventConfigurationByResourceTypesRequest.add_member(:join, Shapes::ShapeRef.new(shape: JoinResourceTypeEventConfiguration, location_name: "Join"))
1635
1653
  UpdateEventConfigurationByResourceTypesRequest.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatusResourceTypeEventConfiguration, location_name: "ConnectionStatus"))
1654
+ UpdateEventConfigurationByResourceTypesRequest.add_member(:message_delivery_status, Shapes::ShapeRef.new(shape: MessageDeliveryStatusResourceTypeEventConfiguration, location_name: "MessageDeliveryStatus"))
1636
1655
  UpdateEventConfigurationByResourceTypesRequest.struct_class = Types::UpdateEventConfigurationByResourceTypesRequest
1637
1656
 
1638
1657
  UpdateEventConfigurationByResourceTypesResponse.struct_class = Types::UpdateEventConfigurationByResourceTypesResponse
@@ -1697,6 +1716,7 @@ module Aws::IoTWireless
1697
1716
  UpdateResourceEventConfigurationRequest.add_member(:proximity, Shapes::ShapeRef.new(shape: ProximityEventConfiguration, location_name: "Proximity"))
1698
1717
  UpdateResourceEventConfigurationRequest.add_member(:join, Shapes::ShapeRef.new(shape: JoinEventConfiguration, location_name: "Join"))
1699
1718
  UpdateResourceEventConfigurationRequest.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatusEventConfiguration, location_name: "ConnectionStatus"))
1719
+ UpdateResourceEventConfigurationRequest.add_member(:message_delivery_status, Shapes::ShapeRef.new(shape: MessageDeliveryStatusEventConfiguration, location_name: "MessageDeliveryStatus"))
1700
1720
  UpdateResourceEventConfigurationRequest.struct_class = Types::UpdateResourceEventConfigurationRequest
1701
1721
 
1702
1722
  UpdateResourceEventConfigurationResponse.struct_class = Types::UpdateResourceEventConfigurationResponse
@@ -851,6 +851,8 @@ module Aws::IoTWireless
851
851
  # name: "ServiceProfileName",
852
852
  # lo_ra_wan: {
853
853
  # add_gw_metadata: false,
854
+ # dr_min: 1,
855
+ # dr_max: 1,
854
856
  # },
855
857
  # tags: [
856
858
  # {
@@ -1807,11 +1809,17 @@ module Aws::IoTWireless
1807
1809
  # item.
1808
1810
  # @return [Types::ConnectionStatusEventConfiguration]
1809
1811
  #
1812
+ # @!attribute [rw] message_delivery_status
1813
+ # Message delivery status event configuration for an event
1814
+ # configuration item.
1815
+ # @return [Types::MessageDeliveryStatusEventConfiguration]
1816
+ #
1810
1817
  class EventNotificationItemConfigurations < Struct.new(
1811
1818
  :device_registration_state,
1812
1819
  :proximity,
1813
1820
  :join,
1814
- :connection_status)
1821
+ :connection_status,
1822
+ :message_delivery_status)
1815
1823
  SENSITIVE = []
1816
1824
  include Aws::Structure
1817
1825
  end
@@ -1996,11 +2004,17 @@ module Aws::IoTWireless
1996
2004
  # Resource type event configuration for the connection status event.
1997
2005
  # @return [Types::ConnectionStatusResourceTypeEventConfiguration]
1998
2006
  #
2007
+ # @!attribute [rw] message_delivery_status
2008
+ # Resource type event configuration object for the message delivery
2009
+ # status event.
2010
+ # @return [Types::MessageDeliveryStatusResourceTypeEventConfiguration]
2011
+ #
1999
2012
  class GetEventConfigurationByResourceTypesResponse < Struct.new(
2000
2013
  :device_registration_state,
2001
2014
  :proximity,
2002
2015
  :join,
2003
- :connection_status)
2016
+ :connection_status,
2017
+ :message_delivery_status)
2004
2018
  SENSITIVE = []
2005
2019
  include Aws::Structure
2006
2020
  end
@@ -2428,11 +2442,16 @@ module Aws::IoTWireless
2428
2442
  # Event configuration for the connection status event.
2429
2443
  # @return [Types::ConnectionStatusEventConfiguration]
2430
2444
  #
2445
+ # @!attribute [rw] message_delivery_status
2446
+ # Event configuration for the message delivery status event.
2447
+ # @return [Types::MessageDeliveryStatusEventConfiguration]
2448
+ #
2431
2449
  class GetResourceEventConfigurationResponse < Struct.new(
2432
2450
  :device_registration_state,
2433
2451
  :proximity,
2434
2452
  :join,
2435
- :connection_status)
2453
+ :connection_status,
2454
+ :message_delivery_status)
2436
2455
  SENSITIVE = []
2437
2456
  include Aws::Structure
2438
2457
  end
@@ -4421,14 +4440,26 @@ module Aws::IoTWireless
4421
4440
  #
4422
4441
  # {
4423
4442
  # add_gw_metadata: false,
4443
+ # dr_min: 1,
4444
+ # dr_max: 1,
4424
4445
  # }
4425
4446
  #
4426
4447
  # @!attribute [rw] add_gw_metadata
4427
4448
  # The AddGWMetaData value.
4428
4449
  # @return [Boolean]
4429
4450
  #
4451
+ # @!attribute [rw] dr_min
4452
+ # The DrMin value.
4453
+ # @return [Integer]
4454
+ #
4455
+ # @!attribute [rw] dr_max
4456
+ # The DrMax value.
4457
+ # @return [Integer]
4458
+ #
4430
4459
  class LoRaWANServiceProfile < Struct.new(
4431
- :add_gw_metadata)
4460
+ :add_gw_metadata,
4461
+ :dr_min,
4462
+ :dr_max)
4432
4463
  SENSITIVE = []
4433
4464
  include Aws::Structure
4434
4465
  end
@@ -4567,6 +4598,59 @@ module Aws::IoTWireless
4567
4598
  include Aws::Structure
4568
4599
  end
4569
4600
 
4601
+ # Message delivery status event configuration object for enabling and
4602
+ # disabling relevant topics.
4603
+ #
4604
+ # @note When making an API call, you may pass MessageDeliveryStatusEventConfiguration
4605
+ # data as a hash:
4606
+ #
4607
+ # {
4608
+ # sidewalk: {
4609
+ # amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
4610
+ # },
4611
+ # wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
4612
+ # }
4613
+ #
4614
+ # @!attribute [rw] sidewalk
4615
+ # `SidewalkEventNotificationConfigurations` object, which is the event
4616
+ # configuration object for Sidewalk-related event topics.
4617
+ # @return [Types::SidewalkEventNotificationConfigurations]
4618
+ #
4619
+ # @!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.
4622
+ # @return [String]
4623
+ #
4624
+ class MessageDeliveryStatusEventConfiguration < Struct.new(
4625
+ :sidewalk,
4626
+ :wireless_device_id_event_topic)
4627
+ SENSITIVE = []
4628
+ include Aws::Structure
4629
+ end
4630
+
4631
+ # Message delivery status resource type event configuration object for
4632
+ # enabling or disabling relevant topic.
4633
+ #
4634
+ # @note When making an API call, you may pass MessageDeliveryStatusResourceTypeEventConfiguration
4635
+ # data as a hash:
4636
+ #
4637
+ # {
4638
+ # sidewalk: {
4639
+ # wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
4640
+ # },
4641
+ # }
4642
+ #
4643
+ # @!attribute [rw] sidewalk
4644
+ # Sidewalk resource type event configuration object for enabling or
4645
+ # disabling topic.
4646
+ # @return [Types::SidewalkResourceTypeEventConfiguration]
4647
+ #
4648
+ class MessageDeliveryStatusResourceTypeEventConfiguration < Struct.new(
4649
+ :sidewalk)
4650
+ SENSITIVE = []
4651
+ include Aws::Structure
4652
+ end
4653
+
4570
4654
  # A multicast group.
4571
4655
  #
4572
4656
  # @!attribute [rw] id
@@ -5095,6 +5179,7 @@ module Aws::IoTWireless
5095
5179
  # sidewalk: {
5096
5180
  # seq: 1,
5097
5181
  # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
5182
+ # ack_mode_retry_duration_secs: 1,
5098
5183
  # },
5099
5184
  # },
5100
5185
  # }
@@ -5397,6 +5482,7 @@ module Aws::IoTWireless
5397
5482
  # {
5398
5483
  # seq: 1,
5399
5484
  # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
5485
+ # ack_mode_retry_duration_secs: 1,
5400
5486
  # }
5401
5487
  #
5402
5488
  # @!attribute [rw] seq
@@ -5408,9 +5494,15 @@ module Aws::IoTWireless
5408
5494
  # `CUSTOM_COMMAND_ID_NOTIFY`.
5409
5495
  # @return [String]
5410
5496
  #
5497
+ # @!attribute [rw] ack_mode_retry_duration_secs
5498
+ # The duration of time in seconds for which you want to retry sending
5499
+ # the ACK.
5500
+ # @return [Integer]
5501
+ #
5411
5502
  class SidewalkSendDataToDevice < Struct.new(
5412
5503
  :seq,
5413
- :message_type)
5504
+ :message_type,
5505
+ :ack_mode_retry_duration_secs)
5414
5506
  SENSITIVE = []
5415
5507
  include Aws::Structure
5416
5508
  end
@@ -5837,6 +5929,11 @@ module Aws::IoTWireless
5837
5929
  # wireless_gateway_event_topic: "Enabled", # accepts Enabled, Disabled
5838
5930
  # },
5839
5931
  # },
5932
+ # message_delivery_status: {
5933
+ # sidewalk: {
5934
+ # wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
5935
+ # },
5936
+ # },
5840
5937
  # }
5841
5938
  #
5842
5939
  # @!attribute [rw] device_registration_state
@@ -5859,11 +5956,17 @@ module Aws::IoTWireless
5859
5956
  # enabling and disabling wireless gateway topic.
5860
5957
  # @return [Types::ConnectionStatusResourceTypeEventConfiguration]
5861
5958
  #
5959
+ # @!attribute [rw] message_delivery_status
5960
+ # Message delivery status resource type event configuration object for
5961
+ # enabling and disabling wireless device topic.
5962
+ # @return [Types::MessageDeliveryStatusResourceTypeEventConfiguration]
5963
+ #
5862
5964
  class UpdateEventConfigurationByResourceTypesRequest < Struct.new(
5863
5965
  :device_registration_state,
5864
5966
  :proximity,
5865
5967
  :join,
5866
- :connection_status)
5968
+ :connection_status,
5969
+ :message_delivery_status)
5867
5970
  SENSITIVE = []
5868
5971
  include Aws::Structure
5869
5972
  end
@@ -6202,6 +6305,12 @@ module Aws::IoTWireless
6202
6305
  # },
6203
6306
  # wireless_gateway_id_event_topic: "Enabled", # accepts Enabled, Disabled
6204
6307
  # },
6308
+ # message_delivery_status: {
6309
+ # sidewalk: {
6310
+ # amazon_id_event_topic: "Enabled", # accepts Enabled, Disabled
6311
+ # },
6312
+ # wireless_device_id_event_topic: "Enabled", # accepts Enabled, Disabled
6313
+ # },
6205
6314
  # }
6206
6315
  #
6207
6316
  # @!attribute [rw] identifier
@@ -6234,6 +6343,10 @@ module Aws::IoTWireless
6234
6343
  # Event configuration for the connection status event.
6235
6344
  # @return [Types::ConnectionStatusEventConfiguration]
6236
6345
  #
6346
+ # @!attribute [rw] message_delivery_status
6347
+ # Event configuration for the message delivery status event.
6348
+ # @return [Types::MessageDeliveryStatusEventConfiguration]
6349
+ #
6237
6350
  class UpdateResourceEventConfigurationRequest < Struct.new(
6238
6351
  :identifier,
6239
6352
  :identifier_type,
@@ -6241,7 +6354,8 @@ module Aws::IoTWireless
6241
6354
  :device_registration_state,
6242
6355
  :proximity,
6243
6356
  :join,
6244
- :connection_status)
6357
+ :connection_status,
6358
+ :message_delivery_status)
6245
6359
  SENSITIVE = []
6246
6360
  include Aws::Structure
6247
6361
  end
@@ -6685,6 +6799,7 @@ module Aws::IoTWireless
6685
6799
  # sidewalk: {
6686
6800
  # seq: 1,
6687
6801
  # message_type: "CUSTOM_COMMAND_ID_NOTIFY", # accepts CUSTOM_COMMAND_ID_NOTIFY, CUSTOM_COMMAND_ID_GET, CUSTOM_COMMAND_ID_SET, CUSTOM_COMMAND_ID_RESP
6802
+ # ack_mode_retry_duration_secs: 1,
6688
6803
  # },
6689
6804
  # }
6690
6805
  #
@@ -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.24.0'
51
+ GEM_VERSION = '1.25.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.24.0
4
+ version: 1.25.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-07-07 00:00:00.000000000 Z
11
+ date: 2022-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core