aws-sdk-iotdeviceadvisor 1.20.0 → 1.22.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: 40d22a524471238e8995b927da02d3a80e6169d4d5b438528f4a1bbd5c695580
4
+ data.tar.gz: e241a1a626926a96916807549e2284cd6803b68dc8ea750ee3a2030d5c6ac7c1
5
5
  SHA512:
6
- metadata.gz: e3330cb626beee696ede45c073ff2f9648dd4a7393368028cb835cd49bfeeb9012f3b100dcad7097687c17de8b65bd192ebe6b31fe03e5638647df224ee767e1
7
- data.tar.gz: 394c0299f03d34f262cd74329b5c1dd1caed2f1cbb42a597fc46ed1b132843004f18575c4b317e68ed8f873c69420b232c6e1ad3deb3fac117486cbe0bfa7edd
6
+ metadata.gz: 056eb11048ef2c20f2346ecb4465813f8db8031097317a06be659f76458697dbe947b601502bd634bb37338e7920c797bae731a4a84eac023bb5c6a96e304eec
7
+ data.tar.gz: e4a40bf3d4209cde3dd64ea13fdc588d10908b0df8d1b5ef5d3b3fad783fb07e8e873a1701b92b0e655fdf70a2a84d6667baf4a2cc39db356aa3219559c659c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.21.0 (2023-06-07)
10
+ ------------------
11
+
12
+ * 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.
13
+
4
14
  1.20.0 (2023-05-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.22.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.22.0'
1051
1051
  Seahorse::Client::Request.new(handlers, context)
1052
1052
  end
1053
1053
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::IoTDeviceAdvisor
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class CreateSuiteDefinition
@@ -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.22.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.22.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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core