You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-iotdeviceadvisor): 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.
"smithy.api#documentation": "<p>Gets the test suite root group. This is a required parameter.</p>",
2041
+
"smithy.api#documentation": "<p>Gets the test suite root group. This is a required parameter.\n For updating or creating the latest qualification suite, \n if <code>intendedForQualification</code> is set to true, \n <code>rootGroup</code> can be an empty string. If <code>intendedForQualification</code> is false, \n <code>rootGroup</code> cannot be an empty string.\n If <code>rootGroup</code> is empty, and \n <code>intendedForQualification</code> is set to true, \n all the qualification tests are included, and the configuration is default.</p>\n <p>\n For a qualification suite, the minimum length is 0, and the maximum is 2048. For a \n non-qualification suite, the minimum length is 1, and the maximum is 2048.\n</p>",
0 commit comments