|
53 | 53 | {"shape":"ValidationException"},
|
54 | 54 | {"shape":"InternalServerException"},
|
55 | 55 | {"shape":"ResourceNotFoundException"}
|
56 |
| - ] |
| 56 | + ], |
| 57 | + "documentation":"<p>Gets information about an Device Advisor endpoint.</p>" |
57 | 58 | },
|
58 | 59 | "GetSuiteDefinition":{
|
59 | 60 | "name":"GetSuiteDefinition",
|
|
126 | 127 | {"shape":"ValidationException"},
|
127 | 128 | {"shape":"InternalServerException"}
|
128 | 129 | ],
|
129 |
| - "documentation":"<p>Lists the runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite.</p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">ListSuiteRuns</a> action.</p>" |
| 130 | + "documentation":"<p>Lists runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite.</p> <p>Requires permission to access the <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions\">ListSuiteRuns</a> action.</p>" |
130 | 131 | },
|
131 | 132 | "ListTagsForResource":{
|
132 | 133 | "name":"ListTagsForResource",
|
|
229 | 230 | "members":{
|
230 | 231 | "message":{
|
231 | 232 | "shape":"Message",
|
232 |
| - "documentation":"<p>Sends Conflict Exception message.</p>" |
| 233 | + "documentation":"<p>Sends a Conflict Exception message.</p>" |
233 | 234 | }
|
234 | 235 | },
|
235 |
| - "documentation":"<p>Sends Conflict Exception.</p>", |
| 236 | + "documentation":"<p>Sends a Conflict Exception.</p>", |
236 | 237 | "error":{"httpStatusCode":400},
|
237 | 238 | "exception":true
|
238 | 239 | },
|
|
299 | 300 | "documentation":"<p>Lists devices certificate ARN.</p>"
|
300 | 301 | }
|
301 | 302 | },
|
302 |
| - "documentation":"<p>Information of a test device. Required to provide either a thing ARN or a certificate ARN.</p>" |
| 303 | + "documentation":"<p>Information of a test device. A thing ARN or a certificate ARN is required.</p>" |
303 | 304 | },
|
304 | 305 | "DeviceUnderTestList":{
|
305 | 306 | "type":"list",
|
|
319 | 320 | "members":{
|
320 | 321 | "thingArn":{
|
321 | 322 | "shape":"AmazonResourceName",
|
| 323 | + "documentation":"<p>The thing ARN of the device. This is an optional parameter.</p>", |
322 | 324 | "location":"querystring",
|
323 | 325 | "locationName":"thingArn"
|
324 | 326 | },
|
325 | 327 | "certificateArn":{
|
326 | 328 | "shape":"AmazonResourceName",
|
| 329 | + "documentation":"<p>The certificate ARN of the device. This is an optional parameter.</p>", |
327 | 330 | "location":"querystring",
|
328 | 331 | "locationName":"certificateArn"
|
329 | 332 | }
|
|
332 | 335 | "GetEndpointResponse":{
|
333 | 336 | "type":"structure",
|
334 | 337 | "members":{
|
335 |
| - "endpoint":{"shape":"Endpoint"} |
| 338 | + "endpoint":{ |
| 339 | + "shape":"Endpoint", |
| 340 | + "documentation":"<p>The response of an Device Advisor endpoint.</p>" |
| 341 | + } |
336 | 342 | }
|
337 | 343 | },
|
338 | 344 | "GetSuiteDefinitionRequest":{
|
|
470 | 476 | },
|
471 | 477 | "startTime":{
|
472 | 478 | "shape":"Timestamp",
|
473 |
| - "documentation":"<p>Date (in Unix epoch time) when the test suite run was started.</p>" |
| 479 | + "documentation":"<p>Date (in Unix epoch time) when the test suite run started.</p>" |
474 | 480 | },
|
475 | 481 | "endTime":{
|
476 | 482 | "shape":"Timestamp",
|
|
520 | 526 | "members":{
|
521 | 527 | "message":{
|
522 | 528 | "shape":"Message",
|
523 |
| - "documentation":"<p>Sends Internal Failure Exception message.</p>" |
| 529 | + "documentation":"<p>Sends an Internal Failure Exception message.</p>" |
524 | 530 | }
|
525 | 531 | },
|
526 |
| - "documentation":"<p>Sends Internal Failure Exception.</p>", |
| 532 | + "documentation":"<p>Sends an Internal Failure exception.</p>", |
527 | 533 | "error":{"httpStatusCode":500},
|
528 | 534 | "exception":true,
|
529 | 535 | "fault":true
|
|
569 | 575 | },
|
570 | 576 | "suiteDefinitionVersion":{
|
571 | 577 | "shape":"SuiteDefinitionVersion",
|
572 |
| - "documentation":"<p>Must be passed along with suiteDefinitionId. Lists the test suite runs of the specified test suite based on suite definition version.</p>", |
| 578 | + "documentation":"<p>Must be passed along with <code>suiteDefinitionId</code>. Lists the test suite runs of the specified test suite based on suite definition version.</p>", |
573 | 579 | "location":"querystring",
|
574 | 580 | "locationName":"suiteDefinitionVersion"
|
575 | 581 | },
|
|
639 | 645 | "members":{
|
640 | 646 | "message":{
|
641 | 647 | "shape":"Message",
|
642 |
| - "documentation":"<p>Sends Resource Not Found Exception message.</p>" |
| 648 | + "documentation":"<p>Sends a Resource Not Found Exception message.</p>" |
643 | 649 | }
|
644 | 650 | },
|
645 |
| - "documentation":"<p>Sends Resource Not Found Exception.</p>", |
| 651 | + "documentation":"<p>Sends a Resource Not Found exception.</p>", |
646 | 652 | "error":{"httpStatusCode":404},
|
647 | 653 | "exception":true
|
648 | 654 | },
|
|
769 | 775 | },
|
770 | 776 | "devicePermissionRoleArn":{
|
771 | 777 | "shape":"AmazonResourceName",
|
772 |
| - "documentation":"<p>Gets device permission ARN.</p>" |
| 778 | + "documentation":"<p>Gets the device permission ARN.</p>" |
773 | 779 | }
|
774 | 780 | },
|
775 | 781 | "documentation":"<p>Gets Suite Definition Configuration.</p>"
|
|
787 | 793 | },
|
788 | 794 | "defaultDevices":{
|
789 | 795 | "shape":"DeviceUnderTestList",
|
790 |
| - "documentation":"<p>Specifies the devices under test for the test suite.</p>" |
| 796 | + "documentation":"<p>Specifies the devices that are under test for the test suite.</p>" |
791 | 797 | },
|
792 | 798 | "intendedForQualification":{
|
793 | 799 | "shape":"IntendedForQualificationBoolean",
|
|
825 | 831 | "shape":"SelectedTestList",
|
826 | 832 | "documentation":"<p>Gets test case list.</p>"
|
827 | 833 | },
|
828 |
| - "parallelRun":{"shape":"ParallelRun"} |
| 834 | + "parallelRun":{ |
| 835 | + "shape":"ParallelRun", |
| 836 | + "documentation":"<p>TRUE if multiple test suites run in parallel.</p>" |
| 837 | + } |
829 | 838 | },
|
830 | 839 | "documentation":"<p>Gets suite run configuration.</p>"
|
831 | 840 | },
|
|
941 | 950 | "members":{
|
942 | 951 | "testCaseRunId":{
|
943 | 952 | "shape":"UUID",
|
944 |
| - "documentation":"<p>Provides test case run ID.</p>" |
| 953 | + "documentation":"<p>Provides the test case run ID.</p>" |
945 | 954 | },
|
946 | 955 | "testCaseDefinitionId":{
|
947 | 956 | "shape":"UUID",
|
948 |
| - "documentation":"<p>Provides test case run definition ID.</p>" |
| 957 | + "documentation":"<p>Provides the test case run definition ID.</p>" |
949 | 958 | },
|
950 | 959 | "testCaseDefinitionName":{
|
951 | 960 | "shape":"TestCaseDefinitionName",
|
952 |
| - "documentation":"<p>Provides test case run definition Name.</p>" |
| 961 | + "documentation":"<p>Provides the test case run definition name.</p>" |
953 | 962 | },
|
954 | 963 | "status":{
|
955 | 964 | "shape":"Status",
|
956 |
| - "documentation":"<p>Provides test case run status.</p> <ul> <li> <p> <code>PASS</code>: Test passed.</p> </li> <li> <p> <code>FAIL</code>: Test failed.</p> </li> <li> <p> <code>PENDING</code>: Test has not started running but is scheduled.</p> </li> <li> <p> <code>RUNNING</code>: Test is running</p> </li> <li> <p> <code>STOPPING</code>: Test is performing cleanup steps. You will see this status only if you stop a suite run.</p> </li> <li> <p> <code>STOPPED</code> Test is stopped. You will see this status only if you stop a suite run.</p> </li> <li> <p> <code>PASS_WITH_WARNINGS</code>: Test passed with warnings.</p> </li> <li> <p> <code>ERORR</code>: Test faced an error when running due to an internal issue.</p> </li> </ul>" |
| 965 | + "documentation":"<p>Provides the test case run status. Status is one of the following:</p> <ul> <li> <p> <code>PASS</code>: Test passed.</p> </li> <li> <p> <code>FAIL</code>: Test failed.</p> </li> <li> <p> <code>PENDING</code>: Test has not started running but is scheduled.</p> </li> <li> <p> <code>RUNNING</code>: Test is running.</p> </li> <li> <p> <code>STOPPING</code>: Test is performing cleanup steps. You will see this status only if you stop a suite run.</p> </li> <li> <p> <code>STOPPED</code> Test is stopped. You will see this status only if you stop a suite run.</p> </li> <li> <p> <code>PASS_WITH_WARNINGS</code>: Test passed with warnings.</p> </li> <li> <p> <code>ERORR</code>: Test faced an error when running due to an internal issue.</p> </li> </ul>" |
957 | 966 | },
|
958 | 967 | "startTime":{
|
959 | 968 | "shape":"Timestamp",
|
|
965 | 974 | },
|
966 | 975 | "logUrl":{
|
967 | 976 | "shape":"LogUrl",
|
968 |
| - "documentation":"<p>Provides test case run log Url.</p>" |
| 977 | + "documentation":"<p>Provides test case run log URL.</p>" |
969 | 978 | },
|
970 | 979 | "warnings":{
|
971 | 980 | "shape":"Warnings",
|
|
976 | 985 | "documentation":"<p>Provides test case run failure result.</p>"
|
977 | 986 | }
|
978 | 987 | },
|
979 |
| - "documentation":"<p>Provides test case run.</p>" |
| 988 | + "documentation":"<p>Provides the test case run.</p>" |
980 | 989 | },
|
981 | 990 | "TestCaseRuns":{
|
982 | 991 | "type":"list",
|
|
1079 | 1088 | "members":{
|
1080 | 1089 | "message":{
|
1081 | 1090 | "shape":"Message",
|
1082 |
| - "documentation":"<p>Sends invalid request exception message.</p>" |
| 1091 | + "documentation":"<p>Sends a Validation Exception message.</p>" |
1083 | 1092 | }
|
1084 | 1093 | },
|
1085 |
| - "documentation":"<p>Sends invalid request exception.</p>", |
| 1094 | + "documentation":"<p>Sends a validation exception.</p>", |
1086 | 1095 | "error":{"httpStatusCode":400},
|
1087 | 1096 | "exception":true
|
1088 | 1097 | },
|
|
0 commit comments