aws-sdk-iotdeviceadvisor 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ecfb4c1dc2e5247c8a0cdb08a1dd380b3361219adae27346959ad2734c3b1cb
4
- data.tar.gz: 1d387bd92636b10268e0413ba39605da9765990f424900a42466f4e7128675cd
3
+ metadata.gz: 91fc29a3823f5a5dbab50a1565ee3cb761ff2c95d111617dec1c560962bbe2af
4
+ data.tar.gz: d8326f186e8e07ceb73170e93c1c060e659656e9a4653aa32f15245573e3efe3
5
5
  SHA512:
6
- metadata.gz: e3330cb626beee696ede45c073ff2f9648dd4a7393368028cb835cd49bfeeb9012f3b100dcad7097687c17de8b65bd192ebe6b31fe03e5638647df224ee767e1
7
- data.tar.gz: 394c0299f03d34f262cd74329b5c1dd1caed2f1cbb42a597fc46ed1b132843004f18575c4b317e68ed8f873c69420b232c6e1ad3deb3fac117486cbe0bfa7edd
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.20.0
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.20.0'
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(
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotdeviceadvisor/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTDeviceAdvisor
54
54
 
55
- GEM_VERSION = '1.20.0'
55
+ GEM_VERSION = '1.21.0'
56
56
 
57
57
  end
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.20.0
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-05-31 00:00:00.000000000 Z
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