@aws-sdk/client-iotdeviceadvisor 3.347.1 → 3.348.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.
@@ -79,7 +79,18 @@ export interface SuiteDefinitionConfiguration {
79
79
  */
80
80
  isLongDurationTest?: boolean;
81
81
  /**
82
- * <p>Gets the test suite root group. This is a required parameter.</p>
82
+ * <p>Gets the test suite root group. This is a required parameter.
83
+ * For updating or creating the latest qualification suite,
84
+ * if <code>intendedForQualification</code> is set to true,
85
+ * <code>rootGroup</code> can be an empty string. If <code>intendedForQualification</code> is false,
86
+ * <code>rootGroup</code> cannot be an empty string.
87
+ * If <code>rootGroup</code> is empty, and
88
+ * <code>intendedForQualification</code> is set to true,
89
+ * all the qualification tests are included, and the configuration is default.</p>
90
+ * <p>
91
+ * For a qualification suite, the minimum length is 0, and the maximum is 2048. For a
92
+ * non-qualification suite, the minimum length is 1, and the maximum is 2048.
93
+ * </p>
83
94
  */
84
95
  rootGroup: string | undefined;
85
96
  /**
@@ -293,8 +304,8 @@ export type SuiteRunStatus = (typeof SuiteRunStatus)[keyof typeof SuiteRunStatus
293
304
  */
294
305
  export interface SuiteRunConfiguration {
295
306
  /**
296
- * <p>Sets the primary device for the test suite run. This requires
297
- * a thing ARN or a certificate ARN.</p>
307
+ * <p>Sets the primary device for the test suite run. This requires a thing ARN or a
308
+ * certificate ARN.</p>
298
309
  */
299
310
  primaryDevice: DeviceUnderTest | undefined;
300
311
  /**
@@ -423,8 +434,7 @@ export interface TestCaseScenario {
423
434
  */
424
435
  failure?: string;
425
436
  /**
426
- * <p>
427
- * </p>
437
+ * <p>Provides test case scenario system messages if any.</p>
428
438
  */
429
439
  systemMessage?: string;
430
440
  }
@@ -760,8 +770,8 @@ export interface ListSuiteRunsResponse {
760
770
  */
761
771
  export interface ListTagsForResourceRequest {
762
772
  /**
763
- * <p>The resource ARN of the IoT Device Advisor resource.
764
- * This can be SuiteDefinition ARN or SuiteRun ARN.</p>
773
+ * <p>The resource ARN of the IoT Device Advisor resource. This can be SuiteDefinition ARN or
774
+ * SuiteRun ARN.</p>
765
775
  */
766
776
  resourceArn: string | undefined;
767
777
  }
@@ -839,8 +849,8 @@ export interface StopSuiteRunResponse {
839
849
  */
840
850
  export interface TagResourceRequest {
841
851
  /**
842
- * <p>The resource ARN of an IoT Device Advisor resource.
843
- * This can be SuiteDefinition ARN or SuiteRun ARN.</p>
852
+ * <p>The resource ARN of an IoT Device Advisor resource. This can be SuiteDefinition ARN or
853
+ * SuiteRun ARN.</p>
844
854
  */
845
855
  resourceArn: string | undefined;
846
856
  /**
@@ -858,8 +868,8 @@ export interface TagResourceResponse {
858
868
  */
859
869
  export interface UntagResourceRequest {
860
870
  /**
861
- * <p>The resource ARN of an IoT Device Advisor resource.
862
- * This can be SuiteDefinition ARN or SuiteRun ARN.</p>
871
+ * <p>The resource ARN of an IoT Device Advisor resource. This can be SuiteDefinition ARN or
872
+ * SuiteRun ARN.</p>
863
873
  */
864
874
  resourceArn: string | undefined;
865
875
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotdeviceadvisor",
3
3
  "description": "AWS SDK for JavaScript Iotdeviceadvisor Client for Node.js, Browser and React Native",
4
- "version": "3.347.1",
4
+ "version": "3.348.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.347.1",
24
+ "@aws-sdk/client-sts": "3.348.0",
25
25
  "@aws-sdk/config-resolver": "3.347.0",
26
- "@aws-sdk/credential-provider-node": "3.347.0",
26
+ "@aws-sdk/credential-provider-node": "3.348.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.347.0",
28
28
  "@aws-sdk/hash-node": "3.347.0",
29
29
  "@aws-sdk/invalid-dependency": "3.347.0",
@@ -38,7 +38,7 @@
38
38
  "@aws-sdk/middleware-stack": "3.347.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.347.0",
40
40
  "@aws-sdk/node-config-provider": "3.347.0",
41
- "@aws-sdk/node-http-handler": "3.347.0",
41
+ "@aws-sdk/node-http-handler": "3.348.0",
42
42
  "@aws-sdk/smithy-client": "3.347.0",
43
43
  "@aws-sdk/types": "3.347.0",
44
44
  "@aws-sdk/url-parser": "3.347.0",