aws-sdk-iotdeviceadvisor 1.20.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotdeviceadvisor/client.rb +1 -1
- data/lib/aws-sdk-iotdeviceadvisor/types.rb +12 -1
- data/lib/aws-sdk-iotdeviceadvisor.rb +1 -1
- metadata +2 -2
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,11 @@
|
|
|
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
|
+
|
|
4
9
|
1.20.0 (2023-05-31)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.21.0
|
|
@@ -1047,7 +1047,7 @@ module Aws::IoTDeviceAdvisor
|
|
|
1047
1047
|
params: params,
|
|
1048
1048
|
config: config)
|
|
1049
1049
|
context[:gem_name] = 'aws-sdk-iotdeviceadvisor'
|
|
1050
|
-
context[:gem_version] = '1.
|
|
1050
|
+
context[:gem_version] = '1.21.0'
|
|
1051
1051
|
Seahorse::Client::Request.new(handlers, context)
|
|
1052
1052
|
end
|
|
1053
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
|