@aws-sdk/client-iotdeviceadvisor 3.31.0 → 3.35.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.
- package/CHANGELOG.md +39 -0
- package/{dist/cjs → dist-cjs}/IotDeviceAdvisor.js +1 -1
- package/dist-cjs/IotDeviceAdvisor.js.map +1 -0
- package/{dist/cjs → dist-cjs}/IotDeviceAdvisorClient.js +14 -14
- package/dist-cjs/IotDeviceAdvisorClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateSuiteDefinitionCommand.js +5 -5
- package/dist-cjs/commands/CreateSuiteDefinitionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteSuiteDefinitionCommand.js +5 -5
- package/dist-cjs/commands/DeleteSuiteDefinitionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetSuiteDefinitionCommand.js +5 -5
- package/dist-cjs/commands/GetSuiteDefinitionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetSuiteRunCommand.js +5 -5
- package/dist-cjs/commands/GetSuiteRunCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetSuiteRunReportCommand.js +5 -5
- package/dist-cjs/commands/GetSuiteRunReportCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListSuiteDefinitionsCommand.js +5 -5
- package/dist-cjs/commands/ListSuiteDefinitionsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListSuiteRunsCommand.js +5 -5
- package/dist-cjs/commands/ListSuiteRunsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StartSuiteRunCommand.js +5 -5
- package/dist-cjs/commands/StartSuiteRunCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StopSuiteRunCommand.js +5 -5
- package/dist-cjs/commands/StopSuiteRunCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateSuiteDefinitionCommand.js +5 -5
- package/dist-cjs/commands/UpdateSuiteDefinitionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +23 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/pagination/ListSuiteDefinitionsPaginator.js +1 -1
- package/dist-cjs/pagination/ListSuiteDefinitionsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListSuiteRunsPaginator.js +1 -1
- package/dist-cjs/pagination/ListSuiteRunsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +92 -92
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/IotDeviceAdvisor.js +2 -5
- package/dist-es/IotDeviceAdvisor.js.map +1 -0
- package/{dist/es → dist-es}/IotDeviceAdvisorClient.js +2 -10
- package/dist-es/IotDeviceAdvisorClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateSuiteDefinitionCommand.js +4 -29
- package/dist-es/commands/CreateSuiteDefinitionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteSuiteDefinitionCommand.js +4 -29
- package/dist-es/commands/DeleteSuiteDefinitionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetSuiteDefinitionCommand.js +4 -29
- package/dist-es/commands/GetSuiteDefinitionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetSuiteRunCommand.js +4 -29
- package/dist-es/commands/GetSuiteRunCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetSuiteRunReportCommand.js +4 -29
- package/dist-es/commands/GetSuiteRunReportCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListSuiteDefinitionsCommand.js +4 -29
- package/dist-es/commands/ListSuiteDefinitionsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListSuiteRunsCommand.js +4 -30
- package/dist-es/commands/ListSuiteRunsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StartSuiteRunCommand.js +4 -29
- package/dist-es/commands/StartSuiteRunCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StopSuiteRunCommand.js +4 -29
- package/dist-es/commands/StopSuiteRunCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -29
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateSuiteDefinitionCommand.js +4 -29
- package/dist-es/commands/UpdateSuiteDefinitionCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -114
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/pagination/ListSuiteDefinitionsPaginator.js +17 -29
- package/dist-es/pagination/ListSuiteDefinitionsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListSuiteRunsPaginator.js +17 -29
- package/dist-es/pagination/ListSuiteRunsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +252 -257
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/IotDeviceAdvisor.d.ts +2 -2
- package/{dist/types → dist-types}/IotDeviceAdvisorClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateSuiteDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSuiteDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSuiteDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSuiteRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSuiteRunReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListSuiteDefinitionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListSuiteRunsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartSuiteRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopSuiteRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateSuiteDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListSuiteDefinitionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListSuiteRunsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/IotDeviceAdvisor.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/IotDeviceAdvisorClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CreateSuiteDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSuiteDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSuiteDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSuiteRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSuiteRunReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListSuiteDefinitionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListSuiteRunsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartSuiteRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StopSuiteRunCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateSuiteDefinitionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListSuiteDefinitionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListSuiteRunsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{IotDeviceAdvisor.ts → src/IotDeviceAdvisor.ts} +3 -2
- package/{IotDeviceAdvisorClient.ts → src/IotDeviceAdvisorClient.ts} +43 -42
- package/{commands → src/commands}/CreateSuiteDefinitionCommand.ts +8 -7
- package/{commands → src/commands}/DeleteSuiteDefinitionCommand.ts +8 -7
- package/{commands → src/commands}/GetSuiteDefinitionCommand.ts +8 -7
- package/{commands → src/commands}/GetSuiteRunCommand.ts +8 -7
- package/{commands → src/commands}/GetSuiteRunReportCommand.ts +8 -7
- package/{commands → src/commands}/ListSuiteDefinitionsCommand.ts +8 -7
- package/{commands → src/commands}/ListSuiteRunsCommand.ts +8 -7
- package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
- package/{commands → src/commands}/StartSuiteRunCommand.ts +8 -7
- package/{commands → src/commands}/StopSuiteRunCommand.ts +8 -7
- package/{commands → src/commands}/TagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UpdateSuiteDefinitionCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{pagination → src/pagination}/ListSuiteDefinitionsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListSuiteRunsPaginator.ts +4 -3
- package/{protocols → src/protocols}/Aws_restJson1.ts +35 -34
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/IotDeviceAdvisor.js.map +0 -1
- package/dist/cjs/IotDeviceAdvisorClient.js.map +0 -1
- package/dist/cjs/commands/CreateSuiteDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSuiteDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/GetSuiteDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/GetSuiteRunCommand.js.map +0 -1
- package/dist/cjs/commands/GetSuiteRunReportCommand.js.map +0 -1
- package/dist/cjs/commands/ListSuiteDefinitionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSuiteRunsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StartSuiteRunCommand.js.map +0 -1
- package/dist/cjs/commands/StopSuiteRunCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSuiteDefinitionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -23
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/ListSuiteDefinitionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSuiteRunsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/IotDeviceAdvisor.js.map +0 -1
- package/dist/es/IotDeviceAdvisorClient.js.map +0 -1
- package/dist/es/commands/CreateSuiteDefinitionCommand.js.map +0 -1
- package/dist/es/commands/DeleteSuiteDefinitionCommand.js.map +0 -1
- package/dist/es/commands/GetSuiteDefinitionCommand.js.map +0 -1
- package/dist/es/commands/GetSuiteRunCommand.js.map +0 -1
- package/dist/es/commands/GetSuiteRunReportCommand.js.map +0 -1
- package/dist/es/commands/ListSuiteDefinitionsCommand.js.map +0 -1
- package/dist/es/commands/ListSuiteRunsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/StartSuiteRunCommand.js.map +0 -1
- package/dist/es/commands/StopSuiteRunCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateSuiteDefinitionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/ListSuiteDefinitionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSuiteRunsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,79 +1,73 @@
|
|
|
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.
|
|
4
|
+
"version": "3.35.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "jest --coverage --passWithNoTests",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
+
"test": "jest --coverage --passWithNoTests"
|
|
25
16
|
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
26
20
|
"sideEffects": false,
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@aws-crypto/sha256-browser": "^1.1.0",
|
|
29
23
|
"@aws-crypto/sha256-js": "^1.1.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.35.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.35.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.35.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.35.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.35.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.35.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.35.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.35.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.35.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.35.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.35.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.35.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.35.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.35.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.35.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.35.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.35.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.35.0",
|
|
42
|
+
"@aws-sdk/types": "3.35.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.35.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.35.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.35.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.35.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.35.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.35.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.35.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.35.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.35.0",
|
|
58
52
|
"tslib": "^2.3.0"
|
|
59
53
|
},
|
|
60
54
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/client-documentation-generator": "3.35.0",
|
|
62
56
|
"@types/node": "^12.7.5",
|
|
63
57
|
"downlevel-dts": "0.7.0",
|
|
64
58
|
"jest": "^26.1.0",
|
|
65
59
|
"rimraf": "^3.0.0",
|
|
66
60
|
"ts-jest": "^26.4.1",
|
|
67
61
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.
|
|
62
|
+
"typescript": "~4.3.5"
|
|
69
63
|
},
|
|
70
64
|
"engines": {
|
|
71
65
|
"node": ">=10.0.0"
|
|
72
66
|
},
|
|
73
67
|
"typesVersions": {
|
|
74
68
|
"<4.0": {
|
|
75
|
-
"dist
|
|
76
|
-
"dist
|
|
69
|
+
"dist-types/*": [
|
|
70
|
+
"dist-types/ts3.4/*"
|
|
77
71
|
]
|
|
78
72
|
}
|
|
79
73
|
},
|
|
@@ -82,6 +76,12 @@
|
|
|
82
76
|
"url": "https://aws.amazon.com/javascript/"
|
|
83
77
|
},
|
|
84
78
|
"license": "Apache-2.0",
|
|
79
|
+
"browser": {
|
|
80
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
81
|
+
},
|
|
82
|
+
"react-native": {
|
|
83
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
84
|
+
},
|
|
85
85
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-iotdeviceadvisor",
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
2
3
|
import {
|
|
3
4
|
CreateSuiteDefinitionCommand,
|
|
4
5
|
CreateSuiteDefinitionCommandInput,
|
|
@@ -56,7 +57,7 @@ import {
|
|
|
56
57
|
UpdateSuiteDefinitionCommandInput,
|
|
57
58
|
UpdateSuiteDefinitionCommandOutput,
|
|
58
59
|
} from "./commands/UpdateSuiteDefinitionCommand";
|
|
59
|
-
import {
|
|
60
|
+
import { IotDeviceAdvisorClient } from "./IotDeviceAdvisorClient";
|
|
60
61
|
|
|
61
62
|
/**
|
|
62
63
|
* <p>AWS IoT Core Device Advisor is a cloud-based, fully managed test capability for validating IoT devices during device software development. Device Advisor provides pre-built tests that you can use to validate IoT devices for reliable and secure connectivity with AWS IoT Core before deploying devices to production. By using Device Advisor, you can confirm that your devices can connect to AWS IoT Core, follow security best practices and, if applicable, receive software updates from IoT Device Management. You can also download signed qualification reports to submit to the AWS Partner Network to get your device qualified for the AWS Partner Device Catalog without the need to send your device in and wait for it to be tested.</p>
|
|
@@ -1,32 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
CreateSuiteDefinitionCommandInput,
|
|
3
|
-
CreateSuiteDefinitionCommandOutput,
|
|
4
|
-
} from "./commands/CreateSuiteDefinitionCommand";
|
|
5
|
-
import {
|
|
6
|
-
DeleteSuiteDefinitionCommandInput,
|
|
7
|
-
DeleteSuiteDefinitionCommandOutput,
|
|
8
|
-
} from "./commands/DeleteSuiteDefinitionCommand";
|
|
9
|
-
import { GetSuiteDefinitionCommandInput, GetSuiteDefinitionCommandOutput } from "./commands/GetSuiteDefinitionCommand";
|
|
10
|
-
import { GetSuiteRunCommandInput, GetSuiteRunCommandOutput } from "./commands/GetSuiteRunCommand";
|
|
11
|
-
import { GetSuiteRunReportCommandInput, GetSuiteRunReportCommandOutput } from "./commands/GetSuiteRunReportCommand";
|
|
12
|
-
import {
|
|
13
|
-
ListSuiteDefinitionsCommandInput,
|
|
14
|
-
ListSuiteDefinitionsCommandOutput,
|
|
15
|
-
} from "./commands/ListSuiteDefinitionsCommand";
|
|
16
|
-
import { ListSuiteRunsCommandInput, ListSuiteRunsCommandOutput } from "./commands/ListSuiteRunsCommand";
|
|
17
|
-
import {
|
|
18
|
-
ListTagsForResourceCommandInput,
|
|
19
|
-
ListTagsForResourceCommandOutput,
|
|
20
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
21
|
-
import { StartSuiteRunCommandInput, StartSuiteRunCommandOutput } from "./commands/StartSuiteRunCommand";
|
|
22
|
-
import { StopSuiteRunCommandInput, StopSuiteRunCommandOutput } from "./commands/StopSuiteRunCommand";
|
|
23
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
24
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
25
|
-
import {
|
|
26
|
-
UpdateSuiteDefinitionCommandInput,
|
|
27
|
-
UpdateSuiteDefinitionCommandOutput,
|
|
28
|
-
} from "./commands/UpdateSuiteDefinitionCommand";
|
|
29
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
30
1
|
import {
|
|
31
2
|
EndpointsInputConfig,
|
|
32
3
|
EndpointsResolvedConfig,
|
|
@@ -37,13 +8,13 @@ import {
|
|
|
37
8
|
} from "@aws-sdk/config-resolver";
|
|
38
9
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
39
10
|
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
40
12
|
HostHeaderInputConfig,
|
|
41
13
|
HostHeaderResolvedConfig,
|
|
42
|
-
getHostHeaderPlugin,
|
|
43
14
|
resolveHostHeaderConfig,
|
|
44
15
|
} from "@aws-sdk/middleware-host-header";
|
|
45
16
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
46
|
-
import {
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
47
18
|
import {
|
|
48
19
|
AwsAuthInputConfig,
|
|
49
20
|
AwsAuthResolvedConfig,
|
|
@@ -51,10 +22,10 @@ import {
|
|
|
51
22
|
resolveAwsAuthConfig,
|
|
52
23
|
} from "@aws-sdk/middleware-signing";
|
|
53
24
|
import {
|
|
54
|
-
UserAgentInputConfig,
|
|
55
|
-
UserAgentResolvedConfig,
|
|
56
25
|
getUserAgentPlugin,
|
|
57
26
|
resolveUserAgentConfig,
|
|
27
|
+
UserAgentInputConfig,
|
|
28
|
+
UserAgentResolvedConfig,
|
|
58
29
|
} from "@aws-sdk/middleware-user-agent";
|
|
59
30
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
60
31
|
import {
|
|
@@ -63,8 +34,6 @@ import {
|
|
|
63
34
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
64
35
|
} from "@aws-sdk/smithy-client";
|
|
65
36
|
import {
|
|
66
|
-
Provider,
|
|
67
|
-
RegionInfoProvider,
|
|
68
37
|
Credentials as __Credentials,
|
|
69
38
|
Decoder as __Decoder,
|
|
70
39
|
Encoder as __Encoder,
|
|
@@ -73,11 +42,43 @@ import {
|
|
|
73
42
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
74
43
|
Logger as __Logger,
|
|
75
44
|
Provider as __Provider,
|
|
45
|
+
Provider,
|
|
46
|
+
RegionInfoProvider,
|
|
76
47
|
StreamCollector as __StreamCollector,
|
|
77
48
|
UrlParser as __UrlParser,
|
|
78
49
|
UserAgent as __UserAgent,
|
|
79
50
|
} from "@aws-sdk/types";
|
|
80
51
|
|
|
52
|
+
import {
|
|
53
|
+
CreateSuiteDefinitionCommandInput,
|
|
54
|
+
CreateSuiteDefinitionCommandOutput,
|
|
55
|
+
} from "./commands/CreateSuiteDefinitionCommand";
|
|
56
|
+
import {
|
|
57
|
+
DeleteSuiteDefinitionCommandInput,
|
|
58
|
+
DeleteSuiteDefinitionCommandOutput,
|
|
59
|
+
} from "./commands/DeleteSuiteDefinitionCommand";
|
|
60
|
+
import { GetSuiteDefinitionCommandInput, GetSuiteDefinitionCommandOutput } from "./commands/GetSuiteDefinitionCommand";
|
|
61
|
+
import { GetSuiteRunCommandInput, GetSuiteRunCommandOutput } from "./commands/GetSuiteRunCommand";
|
|
62
|
+
import { GetSuiteRunReportCommandInput, GetSuiteRunReportCommandOutput } from "./commands/GetSuiteRunReportCommand";
|
|
63
|
+
import {
|
|
64
|
+
ListSuiteDefinitionsCommandInput,
|
|
65
|
+
ListSuiteDefinitionsCommandOutput,
|
|
66
|
+
} from "./commands/ListSuiteDefinitionsCommand";
|
|
67
|
+
import { ListSuiteRunsCommandInput, ListSuiteRunsCommandOutput } from "./commands/ListSuiteRunsCommand";
|
|
68
|
+
import {
|
|
69
|
+
ListTagsForResourceCommandInput,
|
|
70
|
+
ListTagsForResourceCommandOutput,
|
|
71
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
72
|
+
import { StartSuiteRunCommandInput, StartSuiteRunCommandOutput } from "./commands/StartSuiteRunCommand";
|
|
73
|
+
import { StopSuiteRunCommandInput, StopSuiteRunCommandOutput } from "./commands/StopSuiteRunCommand";
|
|
74
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
75
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
76
|
+
import {
|
|
77
|
+
UpdateSuiteDefinitionCommandInput,
|
|
78
|
+
UpdateSuiteDefinitionCommandOutput,
|
|
79
|
+
} from "./commands/UpdateSuiteDefinitionCommand";
|
|
80
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
81
|
+
|
|
81
82
|
export type ServiceInputTypes =
|
|
82
83
|
| CreateSuiteDefinitionCommandInput
|
|
83
84
|
| DeleteSuiteDefinitionCommandInput
|
|
@@ -261,13 +262,13 @@ export class IotDeviceAdvisorClient extends __Client<
|
|
|
261
262
|
readonly config: IotDeviceAdvisorClientResolvedConfig;
|
|
262
263
|
|
|
263
264
|
constructor(configuration: IotDeviceAdvisorClientConfig) {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
265
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
266
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
267
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
268
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
269
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
270
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
271
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
271
272
|
super(_config_6);
|
|
272
273
|
this.config = _config_6;
|
|
273
274
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { CreateSuiteDefinitionRequest, CreateSuiteDefinitionResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateSuiteDefinitionCommand,
|
|
5
|
-
serializeAws_restJson1CreateSuiteDefinitionCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { CreateSuiteDefinitionRequest, CreateSuiteDefinitionResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateSuiteDefinitionCommand,
|
|
18
|
+
serializeAws_restJson1CreateSuiteDefinitionCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateSuiteDefinitionCommandInput extends CreateSuiteDefinitionRequest {}
|
|
21
22
|
export interface CreateSuiteDefinitionCommandOutput extends CreateSuiteDefinitionResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { DeleteSuiteDefinitionRequest, DeleteSuiteDefinitionResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1DeleteSuiteDefinitionCommand,
|
|
5
|
-
serializeAws_restJson1DeleteSuiteDefinitionCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { DeleteSuiteDefinitionRequest, DeleteSuiteDefinitionResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1DeleteSuiteDefinitionCommand,
|
|
18
|
+
serializeAws_restJson1DeleteSuiteDefinitionCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface DeleteSuiteDefinitionCommandInput extends DeleteSuiteDefinitionRequest {}
|
|
21
22
|
export interface DeleteSuiteDefinitionCommandOutput extends DeleteSuiteDefinitionResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { GetSuiteDefinitionRequest, GetSuiteDefinitionResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetSuiteDefinitionCommand,
|
|
5
|
-
serializeAws_restJson1GetSuiteDefinitionCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { GetSuiteDefinitionRequest, GetSuiteDefinitionResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1GetSuiteDefinitionCommand,
|
|
18
|
+
serializeAws_restJson1GetSuiteDefinitionCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface GetSuiteDefinitionCommandInput extends GetSuiteDefinitionRequest {}
|
|
21
22
|
export interface GetSuiteDefinitionCommandOutput extends GetSuiteDefinitionResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { GetSuiteRunRequest, GetSuiteRunResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetSuiteRunCommand,
|
|
5
|
-
serializeAws_restJson1GetSuiteRunCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { GetSuiteRunRequest, GetSuiteRunResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1GetSuiteRunCommand,
|
|
18
|
+
serializeAws_restJson1GetSuiteRunCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface GetSuiteRunCommandInput extends GetSuiteRunRequest {}
|
|
21
22
|
export interface GetSuiteRunCommandOutput extends GetSuiteRunResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { GetSuiteRunReportRequest, GetSuiteRunReportResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetSuiteRunReportCommand,
|
|
5
|
-
serializeAws_restJson1GetSuiteRunReportCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { GetSuiteRunReportRequest, GetSuiteRunReportResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1GetSuiteRunReportCommand,
|
|
18
|
+
serializeAws_restJson1GetSuiteRunReportCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface GetSuiteRunReportCommandInput extends GetSuiteRunReportRequest {}
|
|
21
22
|
export interface GetSuiteRunReportCommandOutput extends GetSuiteRunReportResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { ListSuiteDefinitionsRequest, ListSuiteDefinitionsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListSuiteDefinitionsCommand,
|
|
5
|
-
serializeAws_restJson1ListSuiteDefinitionsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { ListSuiteDefinitionsRequest, ListSuiteDefinitionsResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1ListSuiteDefinitionsCommand,
|
|
18
|
+
serializeAws_restJson1ListSuiteDefinitionsCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface ListSuiteDefinitionsCommandInput extends ListSuiteDefinitionsRequest {}
|
|
21
22
|
export interface ListSuiteDefinitionsCommandOutput extends ListSuiteDefinitionsResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { ListSuiteRunsRequest, ListSuiteRunsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListSuiteRunsCommand,
|
|
5
|
-
serializeAws_restJson1ListSuiteRunsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { ListSuiteRunsRequest, ListSuiteRunsResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1ListSuiteRunsCommand,
|
|
18
|
+
serializeAws_restJson1ListSuiteRunsCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface ListSuiteRunsCommandInput extends ListSuiteRunsRequest {}
|
|
21
22
|
export interface ListSuiteRunsCommandOutput extends ListSuiteRunsResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1ListTagsForResourceCommand,
|
|
5
|
-
serializeAws_restJson1ListTagsForResourceCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1ListTagsForResourceCommand,
|
|
18
|
+
serializeAws_restJson1ListTagsForResourceCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
21
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { StartSuiteRunRequest, StartSuiteRunResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1StartSuiteRunCommand,
|
|
5
|
-
serializeAws_restJson1StartSuiteRunCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { StartSuiteRunRequest, StartSuiteRunResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1StartSuiteRunCommand,
|
|
18
|
+
serializeAws_restJson1StartSuiteRunCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface StartSuiteRunCommandInput extends StartSuiteRunRequest {}
|
|
21
22
|
export interface StartSuiteRunCommandOutput extends StartSuiteRunResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { StopSuiteRunRequest, StopSuiteRunResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1StopSuiteRunCommand,
|
|
5
|
-
serializeAws_restJson1StopSuiteRunCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { StopSuiteRunRequest, StopSuiteRunResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1StopSuiteRunCommand,
|
|
18
|
+
serializeAws_restJson1StopSuiteRunCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface StopSuiteRunCommandInput extends StopSuiteRunRequest {}
|
|
21
22
|
export interface StopSuiteRunCommandOutput extends StopSuiteRunResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
2
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1TagResourceCommand,
|
|
5
|
-
serializeAws_restJson1TagResourceCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IotDeviceAdvisorClient";
|
|
15
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1TagResourceCommand,
|
|
18
|
+
serializeAws_restJson1TagResourceCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
21
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
22
23
|
|