aws-sdk-iotdeviceadvisor 1.63.0 → 1.65.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: 481d0c7f198c080b37993891198f4e646aab8953340ccf0ab88390cf69b5d667
4
- data.tar.gz: 13649cb1bae2d86a04525519768df771a17316ab8285928f7f954ea937175324
3
+ metadata.gz: eab45e92cf31a3821fbfa0b351f3536b2682b0d9aacd97b2829dbd837ae72b7d
4
+ data.tar.gz: 18e1ec6f3d1db6eed1d1589ed2677c15e6f774ac9f8dcbc3272c17381b57aa29
5
5
  SHA512:
6
- metadata.gz: f6a0583204198e759cf463f59a4e87caf574622526695943a0b117e0a60e2687efe309463f68c047560df3f13b5cf53b4412cb72c9487e58e0b26b3eb6d5d3a9
7
- data.tar.gz: 248ff8a3685ea4f4c85c4e0efc07d92b95d3cd1bbd698b8bfb18ed5ffe5b546bcc591e759bf641d4772aebcd03c3b70b83a3aaeab88d3f1090b20d2a84727bbd
6
+ metadata.gz: 3635bc29abc4efa33dfa7be9e57e8250eacb736107bc3b0e92a5ab45ac77ec75a962563ef7d2753469de99aa2d19ee068cae78bbe0e8a2c31ff95978619b68dd
7
+ data.tar.gz: f406d86725d0715972bc525cff757945ac1b884240a02d7f25e179aea5a5e278724539fbd14f8ce6b9dc7df95e5fd37c2b83c880451a20a2ac09cf0bd73984e1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.64.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.63.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.65.0
@@ -199,7 +199,7 @@ module Aws::IoTDeviceAdvisor
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::IoTDeviceAdvisor
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1164,7 +1162,7 @@ module Aws::IoTDeviceAdvisor
1164
1162
  tracer: tracer
1165
1163
  )
1166
1164
  context[:gem_name] = 'aws-sdk-iotdeviceadvisor'
1167
- context[:gem_version] = '1.63.0'
1165
+ context[:gem_version] = '1.65.0'
1168
1166
  Seahorse::Client::Request.new(handlers, context)
1169
1167
  end
1170
1168
 
@@ -54,7 +54,7 @@ module Aws::IoTDeviceAdvisor
54
54
  autoload :EndpointProvider, 'aws-sdk-iotdeviceadvisor/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotdeviceadvisor/endpoints'
56
56
 
57
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.65.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -87,21 +87,7 @@ module Aws
87
87
  end
88
88
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#create_suite_definition-instance_method
89
89
  def create_suite_definition: (
90
- suite_definition_configuration: {
91
- suite_definition_name: ::String,
92
- devices: Array[
93
- {
94
- thing_arn: ::String?,
95
- certificate_arn: ::String?,
96
- device_role_arn: ::String?
97
- },
98
- ]?,
99
- intended_for_qualification: bool?,
100
- is_long_duration_test: bool?,
101
- root_group: ::String,
102
- device_permission_role_arn: ::String,
103
- protocol: ("MqttV3_1_1" | "MqttV5" | "MqttV3_1_1_OverWebSocket" | "MqttV5_OverWebSocket")?
104
- },
90
+ suite_definition_configuration: Params::suite_definition_configuration,
105
91
  ?tags: Hash[::String, ::String],
106
92
  ?client_token: ::String
107
93
  ) -> _CreateSuiteDefinitionResponseSuccess
@@ -281,21 +267,7 @@ module Aws
281
267
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTDeviceAdvisor/Client.html#update_suite_definition-instance_method
282
268
  def update_suite_definition: (
283
269
  suite_definition_id: ::String,
284
- suite_definition_configuration: {
285
- suite_definition_name: ::String,
286
- devices: Array[
287
- {
288
- thing_arn: ::String?,
289
- certificate_arn: ::String?,
290
- device_role_arn: ::String?
291
- },
292
- ]?,
293
- intended_for_qualification: bool?,
294
- is_long_duration_test: bool?,
295
- root_group: ::String,
296
- device_permission_role_arn: ::String,
297
- protocol: ("MqttV3_1_1" | "MqttV5" | "MqttV3_1_1_OverWebSocket" | "MqttV5_OverWebSocket")?
298
- }
270
+ suite_definition_configuration: Params::suite_definition_configuration
299
271
  ) -> _UpdateSuiteDefinitionResponseSuccess
300
272
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSuiteDefinitionResponseSuccess
301
273
  end
data/sig/params.rbs ADDED
@@ -0,0 +1,29 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module IoTDeviceAdvisor
10
+ module Params
11
+ type suite_definition_configuration = {
12
+ suite_definition_name: ::String,
13
+ devices: Array[
14
+ {
15
+ thing_arn: ::String?,
16
+ certificate_arn: ::String?,
17
+ device_role_arn: ::String?
18
+ }
19
+ ]?,
20
+ intended_for_qualification: bool?,
21
+ is_long_duration_test: bool?,
22
+ root_group: ::String,
23
+ device_permission_role_arn: ::String,
24
+ protocol: ("MqttV3_1_1" | "MqttV5" | "MqttV3_1_1_OverWebSocket" | "MqttV5_OverWebSocket")?
25
+ }
26
+
27
+ end
28
+ end
29
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotdeviceadvisor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.65.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.247.0
21
+ version: 3.248.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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-iotdeviceadvisor/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs