aws-sdk-iotwireless 1.68.0 → 1.70.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotwireless/client.rb +47 -13
- data/lib/aws-sdk-iotwireless/types.rb +31 -0
- data/lib/aws-sdk-iotwireless.rb +1 -1
- data/sig/client.rbs +4 -3
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f4274e123ce22b05e675f154bf549a6ac84512a26bb6f324aed441a4e3a2059
|
4
|
+
data.tar.gz: ed28e67e794b57e01920216fb9621f5b0347c54a881ae3b03c52152adcfcf7b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 346078eff6723adba3ab223ea8da847283e32fa4ea75eb5a7e5f5472ddae33b0d6607448ddd984706654e8da7093705f6b321f9f9ebc92d8051fa312c18da15c
|
7
|
+
data.tar.gz: 62ac8e3cf914751e842e7fd28aa05362232d8900db5c26cf7e52b9c0f9785116e236ec3f755ba8581fae0ba29b9de55b56dd4f50e9d4955ef10ee2ebfc2edbab
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.70.0 (2025-07-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.69.0 (2025-07-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - FuotaTaskId is not a valid IdentifierType for EventConfiguration and is being removed from possible IdentifierType values.
|
13
|
+
|
4
14
|
1.68.0 (2025-06-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.70.0
|
@@ -95,7 +95,7 @@ module Aws::IoTWireless
|
|
95
95
|
# class name or an instance of a plugin class.
|
96
96
|
#
|
97
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
98
|
-
# Your AWS credentials. This can be an instance of any one of the
|
98
|
+
# Your AWS credentials used for authentication. This can be an instance of any one of the
|
99
99
|
# following classes:
|
100
100
|
#
|
101
101
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
@@ -128,18 +128,23 @@ module Aws::IoTWireless
|
|
128
128
|
# locations will be searched for credentials:
|
129
129
|
#
|
130
130
|
# * `Aws.config[:credentials]`
|
131
|
+
#
|
131
132
|
# * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
|
132
133
|
# `:account_id` options.
|
133
|
-
#
|
134
|
-
#
|
134
|
+
#
|
135
|
+
# * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
|
136
|
+
# `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
|
137
|
+
#
|
135
138
|
# * `~/.aws/credentials`
|
139
|
+
#
|
136
140
|
# * `~/.aws/config`
|
141
|
+
#
|
137
142
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
138
143
|
# are very aggressive. Construct and pass an instance of
|
139
144
|
# `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
140
145
|
# enable retries and extended timeouts. Instance profile credential
|
141
|
-
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
142
|
-
# to true
|
146
|
+
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
147
|
+
# to `true`.
|
143
148
|
#
|
144
149
|
# @option options [required, String] :region
|
145
150
|
# The AWS region to connect to. The configured `:region` is
|
@@ -167,6 +172,11 @@ module Aws::IoTWireless
|
|
167
172
|
# When false, the request will raise a `RetryCapacityNotAvailableError` and will
|
168
173
|
# not retry instead of sleeping.
|
169
174
|
#
|
175
|
+
# @option options [Array<String>] :auth_scheme_preference
|
176
|
+
# A list of preferred authentication schemes to use when making a request. Supported values are:
|
177
|
+
# `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
|
178
|
+
# shared config as `auth_scheme_preference`, the value should be a comma-separated list.
|
179
|
+
#
|
170
180
|
# @option options [Boolean] :client_side_monitoring (false)
|
171
181
|
# When `true`, client-side metrics will be collected for all API requests from
|
172
182
|
# this client.
|
@@ -253,8 +263,8 @@ module Aws::IoTWireless
|
|
253
263
|
# 4 times. Used in `standard` and `adaptive` retry modes.
|
254
264
|
#
|
255
265
|
# @option options [String] :profile ("default")
|
256
|
-
# Used when loading credentials from the shared credentials file
|
257
|
-
#
|
266
|
+
# Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
|
267
|
+
# When not specified, 'default' is used.
|
258
268
|
#
|
259
269
|
# @option options [String] :request_checksum_calculation ("when_supported")
|
260
270
|
# Determines when a checksum will be calculated for request payloads. Values are:
|
@@ -367,7 +377,7 @@ module Aws::IoTWireless
|
|
367
377
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
368
378
|
#
|
369
379
|
# @option options [Aws::TokenProvider] :token_provider
|
370
|
-
#
|
380
|
+
# Your Bearer token used for authentication. This can be an instance of any one of the
|
371
381
|
# following classes:
|
372
382
|
#
|
373
383
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
@@ -779,6 +789,10 @@ module Aws::IoTWireless
|
|
779
789
|
# @option params [String] :name
|
780
790
|
# The name of the new resource.
|
781
791
|
#
|
792
|
+
# <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
|
793
|
+
#
|
794
|
+
# </note>
|
795
|
+
#
|
782
796
|
# @option params [Types::LoRaWANDeviceProfile] :lo_ra_wan
|
783
797
|
# The device profile information to use to create the device profile.
|
784
798
|
#
|
@@ -1132,6 +1146,10 @@ module Aws::IoTWireless
|
|
1132
1146
|
# @option params [String] :name
|
1133
1147
|
# The name of the new resource.
|
1134
1148
|
#
|
1149
|
+
# <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
|
1150
|
+
#
|
1151
|
+
# </note>
|
1152
|
+
#
|
1135
1153
|
# @option params [Types::LoRaWANServiceProfile] :lo_ra_wan
|
1136
1154
|
# The service profile information to use to create the service profile.
|
1137
1155
|
#
|
@@ -1202,6 +1220,10 @@ module Aws::IoTWireless
|
|
1202
1220
|
# @option params [String] :name
|
1203
1221
|
# The name of the new resource.
|
1204
1222
|
#
|
1223
|
+
# <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
|
1224
|
+
#
|
1225
|
+
# </note>
|
1226
|
+
#
|
1205
1227
|
# @option params [String] :description
|
1206
1228
|
# The description of the new resource.
|
1207
1229
|
#
|
@@ -1348,6 +1370,10 @@ module Aws::IoTWireless
|
|
1348
1370
|
# @option params [String] :name
|
1349
1371
|
# The name of the new resource.
|
1350
1372
|
#
|
1373
|
+
# <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
|
1374
|
+
#
|
1375
|
+
# </note>
|
1376
|
+
#
|
1351
1377
|
# @option params [String] :description
|
1352
1378
|
# The description of the new resource.
|
1353
1379
|
#
|
@@ -2738,7 +2764,7 @@ module Aws::IoTWireless
|
|
2738
2764
|
#
|
2739
2765
|
# resp = client.get_resource_event_configuration({
|
2740
2766
|
# identifier: "Identifier", # required
|
2741
|
-
# identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui,
|
2767
|
+
# identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, GatewayEui, WirelessDeviceId, WirelessGatewayId
|
2742
2768
|
# partner_type: "Sidewalk", # accepts Sidewalk
|
2743
2769
|
# })
|
2744
2770
|
#
|
@@ -3481,7 +3507,7 @@ module Aws::IoTWireless
|
|
3481
3507
|
# @example Request syntax with placeholder values
|
3482
3508
|
#
|
3483
3509
|
# resp = client.list_event_configurations({
|
3484
|
-
# resource_type: "
|
3510
|
+
# resource_type: "SidewalkAccount", # required, accepts SidewalkAccount, WirelessDevice, WirelessGateway
|
3485
3511
|
# max_results: 1,
|
3486
3512
|
# next_token: "NextToken",
|
3487
3513
|
# })
|
@@ -3491,7 +3517,7 @@ module Aws::IoTWireless
|
|
3491
3517
|
# resp.next_token #=> String
|
3492
3518
|
# resp.event_configurations_list #=> Array
|
3493
3519
|
# resp.event_configurations_list[0].identifier #=> String
|
3494
|
-
# resp.event_configurations_list[0].identifier_type #=> String, one of "PartnerAccountId", "DevEui", "
|
3520
|
+
# resp.event_configurations_list[0].identifier_type #=> String, one of "PartnerAccountId", "DevEui", "GatewayEui", "WirelessDeviceId", "WirelessGatewayId"
|
3495
3521
|
# resp.event_configurations_list[0].partner_type #=> String, one of "Sidewalk"
|
3496
3522
|
# resp.event_configurations_list[0].events.device_registration_state.sidewalk.amazon_id_event_topic #=> String, one of "Enabled", "Disabled"
|
3497
3523
|
# resp.event_configurations_list[0].events.device_registration_state.wireless_device_id_event_topic #=> String, one of "Enabled", "Disabled"
|
@@ -5148,7 +5174,7 @@ module Aws::IoTWireless
|
|
5148
5174
|
#
|
5149
5175
|
# resp = client.update_resource_event_configuration({
|
5150
5176
|
# identifier: "Identifier", # required
|
5151
|
-
# identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui,
|
5177
|
+
# identifier_type: "PartnerAccountId", # required, accepts PartnerAccountId, DevEui, GatewayEui, WirelessDeviceId, WirelessGatewayId
|
5152
5178
|
# partner_type: "Sidewalk", # accepts Sidewalk
|
5153
5179
|
# device_registration_state: {
|
5154
5180
|
# sidewalk: {
|
@@ -5244,6 +5270,10 @@ module Aws::IoTWireless
|
|
5244
5270
|
# @option params [String] :name
|
5245
5271
|
# The new name of the resource.
|
5246
5272
|
#
|
5273
|
+
# <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
|
5274
|
+
#
|
5275
|
+
# </note>
|
5276
|
+
#
|
5247
5277
|
# @option params [String] :description
|
5248
5278
|
# A new description of the resource.
|
5249
5279
|
#
|
@@ -5331,6 +5361,10 @@ module Aws::IoTWireless
|
|
5331
5361
|
# @option params [String] :name
|
5332
5362
|
# The new name of the resource.
|
5333
5363
|
#
|
5364
|
+
# <note markdown="1"> The following special characters aren't accepted: `<>^#~$`
|
5365
|
+
#
|
5366
|
+
# </note>
|
5367
|
+
#
|
5334
5368
|
# @option params [String] :description
|
5335
5369
|
# A new description of the resource.
|
5336
5370
|
#
|
@@ -5384,7 +5418,7 @@ module Aws::IoTWireless
|
|
5384
5418
|
tracer: tracer
|
5385
5419
|
)
|
5386
5420
|
context[:gem_name] = 'aws-sdk-iotwireless'
|
5387
|
-
context[:gem_version] = '1.
|
5421
|
+
context[:gem_version] = '1.70.0'
|
5388
5422
|
Seahorse::Client::Request.new(handlers, context)
|
5389
5423
|
end
|
5390
5424
|
|
@@ -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
|
data/lib/aws-sdk-iotwireless.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -18,6 +18,7 @@ module Aws
|
|
18
18
|
?account_id: String,
|
19
19
|
?active_endpoint_cache: bool,
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?auth_scheme_preference: Array[String],
|
21
22
|
?client_side_monitoring: bool,
|
22
23
|
?client_side_monitoring_client_id: String,
|
23
24
|
?client_side_monitoring_host: String,
|
@@ -1034,7 +1035,7 @@ module Aws
|
|
1034
1035
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#get_resource_event_configuration-instance_method
|
1035
1036
|
def get_resource_event_configuration: (
|
1036
1037
|
identifier: ::String,
|
1037
|
-
identifier_type: ("PartnerAccountId" | "DevEui" | "
|
1038
|
+
identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
|
1038
1039
|
?partner_type: ("Sidewalk")
|
1039
1040
|
) -> _GetResourceEventConfigurationResponseSuccess
|
1040
1041
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceEventConfigurationResponseSuccess
|
@@ -1264,7 +1265,7 @@ module Aws
|
|
1264
1265
|
end
|
1265
1266
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#list_event_configurations-instance_method
|
1266
1267
|
def list_event_configurations: (
|
1267
|
-
resource_type: ("
|
1268
|
+
resource_type: ("SidewalkAccount" | "WirelessDevice" | "WirelessGateway"),
|
1268
1269
|
?max_results: ::Integer,
|
1269
1270
|
?next_token: ::String
|
1270
1271
|
) -> _ListEventConfigurationsResponseSuccess
|
@@ -1860,7 +1861,7 @@ module Aws
|
|
1860
1861
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTWireless/Client.html#update_resource_event_configuration-instance_method
|
1861
1862
|
def update_resource_event_configuration: (
|
1862
1863
|
identifier: ::String,
|
1863
|
-
identifier_type: ("PartnerAccountId" | "DevEui" | "
|
1864
|
+
identifier_type: ("PartnerAccountId" | "DevEui" | "GatewayEui" | "WirelessDeviceId" | "WirelessGatewayId"),
|
1864
1865
|
?partner_type: ("Sidewalk"),
|
1865
1866
|
?device_registration_state: {
|
1866
1867
|
sidewalk: {
|
data/sig/resource.rbs
CHANGED
@@ -18,6 +18,7 @@ module Aws
|
|
18
18
|
?account_id: String,
|
19
19
|
?active_endpoint_cache: bool,
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?auth_scheme_preference: Array[String],
|
21
22
|
?client_side_monitoring: bool,
|
22
23
|
?client_side_monitoring_client_id: String,
|
23
24
|
?client_side_monitoring_host: String,
|
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" | "
|
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" | "
|
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: ("
|
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" | "
|
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.
|
4
|
+
version: 1.70.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.227.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.227.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|