aws-sdk-iotwireless 1.68.0 → 1.69.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: 4d5f732d6e1b7e47f051571cb2cd2e5a0f100df49fcdc8ca8b6c336ad0dae897
4
- data.tar.gz: a820eb4a2b502480e52dd6f40921f5a655230cc885333982fbad17a392f26b21
3
+ metadata.gz: aa6867ed139002a580be59d611d6abb0fd2b9dcb5302191626f13b46f15841b7
4
+ data.tar.gz: bf9a085ca5529731841d2b7d850ac629afee346850002644e4cc6948c7d7f5e0
5
5
  SHA512:
6
- metadata.gz: 2edd0713b0404cc8a686ab2e822a8ccb0aba0f037ed12bcfc9806e3549da4749bf79f35066cda91f33ee7da43b6c5bbfa05bfea607ac35767aad7c4eab4c038e
7
- data.tar.gz: 508337ce5f29f17c85efa7b72d5a55c536727db0a5572f244f065167ce1088e7ebe1b0c3ae3f9705d01e0a8945bacfff37df6ccfae4db6b362a52a3179cea95f
6
+ metadata.gz: 04eaba7d1856a63901e8b08d3db9619e4855f3049c789b25016e45dfe9cc46851fca8bbc00f53c6feef8b54d3355d6b6d70a9c0abee481e8d99c1f8e50c004ed
7
+ data.tar.gz: 6aaa62c639f0a0289bdf4ad776aaab9f274491c8ddf7135aa38c5f61b90a4fccb5c23beeb14449d341a0d291aa94f7611fd17898eced34712a274e93bf70ea54
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2025-07-16)
5
+ ------------------
6
+
7
+ * Feature - FuotaTaskId is not a valid IdentifierType for EventConfiguration and is being removed from possible IdentifierType values.
8
+
4
9
  1.68.0 (2025-06-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.69.0
@@ -779,6 +779,10 @@ module Aws::IoTWireless
779
779
  # @option params [String] :name
780
780
  # The name of the new resource.
781
781
  #
782
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
783
+ #
784
+ # </note>
785
+ #
782
786
  # @option params [Types::LoRaWANDeviceProfile] :lo_ra_wan
783
787
  # The device profile information to use to create the device profile.
784
788
  #
@@ -1132,6 +1136,10 @@ module Aws::IoTWireless
1132
1136
  # @option params [String] :name
1133
1137
  # The name of the new resource.
1134
1138
  #
1139
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
1140
+ #
1141
+ # </note>
1142
+ #
1135
1143
  # @option params [Types::LoRaWANServiceProfile] :lo_ra_wan
1136
1144
  # The service profile information to use to create the service profile.
1137
1145
  #
@@ -1202,6 +1210,10 @@ module Aws::IoTWireless
1202
1210
  # @option params [String] :name
1203
1211
  # The name of the new resource.
1204
1212
  #
1213
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
1214
+ #
1215
+ # </note>
1216
+ #
1205
1217
  # @option params [String] :description
1206
1218
  # The description of the new resource.
1207
1219
  #
@@ -1348,6 +1360,10 @@ module Aws::IoTWireless
1348
1360
  # @option params [String] :name
1349
1361
  # The name of the new resource.
1350
1362
  #
1363
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
1364
+ #
1365
+ # </note>
1366
+ #
1351
1367
  # @option params [String] :description
1352
1368
  # The description of the new resource.
1353
1369
  #
@@ -2738,7 +2754,7 @@ module Aws::IoTWireless
2738
2754
  #
2739
2755
  # resp = client.get_resource_event_configuration({
2740
2756
  # identifier: "Identifier", # required
2741
- # identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, FuotaTaskId, GatewayEui, WirelessDeviceId, WirelessGatewayId
2757
+ # identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, GatewayEui, WirelessDeviceId, WirelessGatewayId
2742
2758
  # partner_type: "Sidewalk", # accepts Sidewalk
2743
2759
  # })
2744
2760
  #
@@ -3481,7 +3497,7 @@ module Aws::IoTWireless
3481
3497
  # @example Request syntax with placeholder values
3482
3498
  #
3483
3499
  # resp = client.list_event_configurations({
3484
- # resource_type: "FuotaTask", # required, accepts FuotaTask, SidewalkAccount, WirelessDevice, WirelessGateway
3500
+ # resource_type: "SidewalkAccount", # required, accepts SidewalkAccount, WirelessDevice, WirelessGateway
3485
3501
  # max_results: 1,
3486
3502
  # next_token: "NextToken",
3487
3503
  # })
@@ -3491,7 +3507,7 @@ module Aws::IoTWireless
3491
3507
  # resp.next_token #=> String
3492
3508
  # resp.event_configurations_list #=> Array
3493
3509
  # resp.event_configurations_list[0].identifier #=> String
3494
- # resp.event_configurations_list[0].identifier_type #=> String, one of "PartnerAccountId", "DevEui", "FuotaTaskId", "GatewayEui", "WirelessDeviceId", "WirelessGatewayId"
3510
+ # resp.event_configurations_list[0].identifier_type #=> String, one of "PartnerAccountId", "DevEui", "GatewayEui", "WirelessDeviceId", "WirelessGatewayId"
3495
3511
  # resp.event_configurations_list[0].partner_type #=> String, one of "Sidewalk"
3496
3512
  # resp.event_configurations_list[0].events.device_registration_state.sidewalk.amazon_id_event_topic #=> String, one of "Enabled", "Disabled"
3497
3513
  # resp.event_configurations_list[0].events.device_registration_state.wireless_device_id_event_topic #=> String, one of "Enabled", "Disabled"
@@ -5148,7 +5164,7 @@ module Aws::IoTWireless
5148
5164
  #
5149
5165
  # resp = client.update_resource_event_configuration({
5150
5166
  # identifier: "Identifier", # required
5151
- # identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, FuotaTaskId, GatewayEui, WirelessDeviceId, WirelessGatewayId
5167
+ # identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, GatewayEui, WirelessDeviceId, WirelessGatewayId
5152
5168
  # partner_type: "Sidewalk", # accepts Sidewalk
5153
5169
  # device_registration_state: {
5154
5170
  # sidewalk: {
@@ -5244,6 +5260,10 @@ module Aws::IoTWireless
5244
5260
  # @option params [String] :name
5245
5261
  # The new name of the resource.
5246
5262
  #
5263
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
5264
+ #
5265
+ # </note>
5266
+ #
5247
5267
  # @option params [String] :description
5248
5268
  # A new description of the resource.
5249
5269
  #
@@ -5331,6 +5351,10 @@ module Aws::IoTWireless
5331
5351
  # @option params [String] :name
5332
5352
  # The new name of the resource.
5333
5353
  #
5354
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
5355
+ #
5356
+ # </note>
5357
+ #
5334
5358
  # @option params [String] :description
5335
5359
  # A new description of the resource.
5336
5360
  #
@@ -5384,7 +5408,7 @@ module Aws::IoTWireless
5384
5408
  tracer: tracer
5385
5409
  )
5386
5410
  context[:gem_name] = 'aws-sdk-iotwireless'
5387
- context[:gem_version] = '1.68.0'
5411
+ context[:gem_version] = '1.69.0'
5388
5412
  Seahorse::Client::Request.new(handlers, context)
5389
5413
  end
5390
5414
 
@@ -585,6 +585,10 @@ module Aws::IoTWireless
585
585
 
586
586
  # @!attribute [rw] name
587
587
  # The name of the new resource.
588
+ #
589
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
590
+ #
591
+ # </note>
588
592
  # @return [String]
589
593
  #
590
594
  # @!attribute [rw] lo_ra_wan
@@ -898,6 +902,10 @@ module Aws::IoTWireless
898
902
 
899
903
  # @!attribute [rw] name
900
904
  # The name of the new resource.
905
+ #
906
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
907
+ #
908
+ # </note>
901
909
  # @return [String]
902
910
  #
903
911
  # @!attribute [rw] lo_ra_wan
@@ -959,6 +967,10 @@ module Aws::IoTWireless
959
967
  #
960
968
  # @!attribute [rw] name
961
969
  # The name of the new resource.
970
+ #
971
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
972
+ #
973
+ # </note>
962
974
  # @return [String]
963
975
  #
964
976
  # @!attribute [rw] description
@@ -1039,6 +1051,10 @@ module Aws::IoTWireless
1039
1051
 
1040
1052
  # @!attribute [rw] name
1041
1053
  # The name of the new resource.
1054
+ #
1055
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
1056
+ #
1057
+ # </note>
1042
1058
  # @return [String]
1043
1059
  #
1044
1060
  # @!attribute [rw] description
@@ -4508,6 +4524,13 @@ module Aws::IoTWireless
4508
4524
  #
4509
4525
  # @!attribute [rw] session_timeout
4510
4526
  # How long before a multicast group session is to timeout.
4527
+ #
4528
+ # <note markdown="1"> We recommend that you provide a timeout value that is a power-of-two
4529
+ # (such as 64, 128, 256). If a non-power-of-two value is provided, it
4530
+ # will automatically be rounded up to the next supported power-of-two
4531
+ # within the allowed range.
4532
+ #
4533
+ # </note>
4511
4534
  # @return [Integer]
4512
4535
  #
4513
4536
  # @!attribute [rw] ping_slot_period
@@ -6799,6 +6822,10 @@ module Aws::IoTWireless
6799
6822
  #
6800
6823
  # @!attribute [rw] name
6801
6824
  # The new name of the resource.
6825
+ #
6826
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
6827
+ #
6828
+ # </note>
6802
6829
  # @return [String]
6803
6830
  #
6804
6831
  # @!attribute [rw] description
@@ -6833,6 +6860,10 @@ module Aws::IoTWireless
6833
6860
  #
6834
6861
  # @!attribute [rw] name
6835
6862
  # The new name of the resource.
6863
+ #
6864
+ # <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
6865
+ #
6866
+ # </note>
6836
6867
  # @return [String]
6837
6868
  #
6838
6869
  # @!attribute [rw] description
@@ -54,7 +54,7 @@ module Aws::IoTWireless
54
54
  autoload :EndpointProvider, 'aws-sdk-iotwireless/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotwireless/endpoints'
56
56
 
57
- GEM_VERSION = '1.68.0'
57
+ GEM_VERSION = '1.69.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -1034,7 +1034,7 @@ module Aws
1034
1034
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_resource_event_configuration-instance_method
1035
1035
  def get_resource_event_configuration: (
1036
1036
  identifier: ::String,
1037
- identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
1037
+ identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
1038
1038
  ?partner_type: ("Sidewalk")
1039
1039
  ) -> _GetResourceEventConfigurationResponseSuccess
1040
1040
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceEventConfigurationResponseSuccess
@@ -1264,7 +1264,7 @@ module Aws
1264
1264
  end
1265
1265
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_event_configurations-instance_method
1266
1266
  def list_event_configurations: (
1267
- resource_type: ("FuotaTask" | "SidewalkAccount" | "WirelessDevice" | "WirelessGateway"),
1267
+ resource_type: ("SidewalkAccount" | "WirelessDevice" | "WirelessGateway"),
1268
1268
  ?max_results: ::Integer,
1269
1269
  ?next_token: ::String
1270
1270
  ) -> _ListEventConfigurationsResponseSuccess
@@ -1860,7 +1860,7 @@ module Aws
1860
1860
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_resource_event_configuration-instance_method
1861
1861
  def update_resource_event_configuration: (
1862
1862
  identifier: ::String,
1863
- identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
1863
+ identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
1864
1864
  ?partner_type: ("Sidewalk"),
1865
1865
  ?device_registration_state: {
1866
1866
  sidewalk: {
data/sig/types.rbs CHANGED
@@ -564,7 +564,7 @@ module Aws::IoTWireless
564
564
 
565
565
  class EventConfigurationItem
566
566
  attr_accessor identifier: ::String
567
- attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
567
+ attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
568
568
  attr_accessor partner_type: ("Sidewalk")
569
569
  attr_accessor events: Types::EventNotificationItemConfigurations
570
570
  SENSITIVE: []
@@ -804,7 +804,7 @@ module Aws::IoTWireless
804
804
 
805
805
  class GetResourceEventConfigurationRequest
806
806
  attr_accessor identifier: ::String
807
- attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
807
+ attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
808
808
  attr_accessor partner_type: ("Sidewalk")
809
809
  SENSITIVE: []
810
810
  end
@@ -1113,7 +1113,7 @@ module Aws::IoTWireless
1113
1113
  end
1114
1114
 
1115
1115
  class ListEventConfigurationsRequest
1116
- attr_accessor resource_type: ("FuotaTask" | "SidewalkAccount" | "WirelessDevice" | "WirelessGateway")
1116
+ attr_accessor resource_type: ("SidewalkAccount" | "WirelessDevice" | "WirelessGateway")
1117
1117
  attr_accessor max_results: ::Integer
1118
1118
  attr_accessor next_token: ::String
1119
1119
  SENSITIVE: []
@@ -2152,7 +2152,7 @@ module Aws::IoTWireless
2152
2152
 
2153
2153
  class UpdateResourceEventConfigurationRequest
2154
2154
  attr_accessor identifier: ::String
2155
- attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "FuotaTaskId" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
2155
+ attr_accessor identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId")
2156
2156
  attr_accessor partner_type: ("Sidewalk")
2157
2157
  attr_accessor device_registration_state: Types::DeviceRegistrationStateEventConfiguration
2158
2158
  attr_accessor proximity: Types::ProximityEventConfiguration
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotwireless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.68.0
4
+ version: 1.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services