aws-sdk-iotdeviceadvisor 1.19.0 → 1.21.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-iotdeviceadvisor/client.rb +6 -1
- data/lib/aws-sdk-iotdeviceadvisor/types.rb +12 -1
- data/lib/aws-sdk-iotdeviceadvisor.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91fc29a3823f5a5dbab50a1565ee3cb761ff2c95d111617dec1c560962bbe2af
|
|
4
|
+
data.tar.gz: d8326f186e8e07ceb73170e93c1c060e659656e9a4653aa32f15245573e3efe3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eaa10ba8fd22b8994cf9030b7e5c65dde9029b012c957451603f06ac65392dd4cdb72b63f52b513bcaa8901918e1cacce54642bc9d8173557638b05ee5445546
|
|
7
|
+
data.tar.gz: f333906055806d62559217e5a8ab1267dc8778edf4d0c17f489f1c22f98348ed508c9be033e79dd3d3c3950b832dfc0bb2c61dd90d115495224544065118d06a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.21.0 (2023-06-07)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS IoT Core Device Advisor now supports new Qualification Suite test case list. With this update, customers can more easily create new qualification test suite with an empty rootGroup input.
|
|
8
|
+
|
|
9
|
+
1.20.0 (2023-05-31)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.19.0 (2023-04-27)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.21.0
|
|
@@ -275,6 +275,11 @@ module Aws::IoTDeviceAdvisor
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -1042,7 +1047,7 @@ module Aws::IoTDeviceAdvisor
|
|
|
1042
1047
|
params: params,
|
|
1043
1048
|
config: config)
|
|
1044
1049
|
context[:gem_name] = 'aws-sdk-iotdeviceadvisor'
|
|
1045
|
-
context[:gem_version] = '1.
|
|
1050
|
+
context[:gem_version] = '1.21.0'
|
|
1046
1051
|
Seahorse::Client::Request.new(handlers, context)
|
|
1047
1052
|
end
|
|
1048
1053
|
|
|
@@ -522,7 +522,17 @@ module Aws::IoTDeviceAdvisor
|
|
|
522
522
|
# @return [Boolean]
|
|
523
523
|
#
|
|
524
524
|
# @!attribute [rw] root_group
|
|
525
|
-
# Gets the test suite root group. This is a required parameter.
|
|
525
|
+
# Gets the test suite root group. This is a required parameter. For
|
|
526
|
+
# updating or creating the latest qualification suite, if
|
|
527
|
+
# `intendedForQualification` is set to true, `rootGroup` can be an
|
|
528
|
+
# empty string. If `intendedForQualification` is false, `rootGroup`
|
|
529
|
+
# cannot be an empty string. If `rootGroup` is empty, and
|
|
530
|
+
# `intendedForQualification` is set to true, all the qualification
|
|
531
|
+
# tests are included, and the configuration is default.
|
|
532
|
+
#
|
|
533
|
+
# For a qualification suite, the minimum length is 0, and the maximum
|
|
534
|
+
# is 2048. For a non-qualification suite, the minimum length is 1, and
|
|
535
|
+
# the maximum is 2048.
|
|
526
536
|
# @return [String]
|
|
527
537
|
#
|
|
528
538
|
# @!attribute [rw] device_permission_role_arn
|
|
@@ -810,6 +820,7 @@ module Aws::IoTDeviceAdvisor
|
|
|
810
820
|
# @return [String]
|
|
811
821
|
#
|
|
812
822
|
# @!attribute [rw] system_message
|
|
823
|
+
# Provides test case scenario system messages if any.
|
|
813
824
|
# @return [String]
|
|
814
825
|
#
|
|
815
826
|
class TestCaseScenario < Struct.new(
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iotdeviceadvisor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.21.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: 2023-
|
|
11
|
+
date: 2023-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.174.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|