@aws-sdk/client-iot-jobs-data-plane 3.948.0 → 3.953.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/dist-cjs/index.js +129 -98
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/DescribeJobExecutionCommand.js +2 -2
- package/dist-es/commands/GetPendingJobExecutionsCommand.js +2 -2
- package/dist-es/commands/StartCommandExecutionCommand.js +2 -2
- package/dist-es/commands/StartNextPendingJobExecutionCommand.js +2 -2
- package/dist-es/commands/UpdateJobExecutionCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +60 -60
- package/dist-types/IoTJobsDataPlaneClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +32 -35
- package/dist-types/ts3.4/IoTJobsDataPlaneClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -36
- package/package.json +34 -34
|
@@ -1,41 +1,36 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
|
-
StaticMapSchema,
|
|
5
3
|
StaticOperationSchema,
|
|
6
4
|
StaticStructureSchema,
|
|
7
5
|
} from "@smithy/types";
|
|
8
|
-
export declare var CertificateValidationException
|
|
9
|
-
export declare var CommandParameterValue
|
|
10
|
-
export declare var ConflictException
|
|
11
|
-
export declare var DescribeJobExecutionRequest
|
|
12
|
-
export declare var DescribeJobExecutionResponse
|
|
13
|
-
export declare var GetPendingJobExecutionsRequest
|
|
14
|
-
export declare var GetPendingJobExecutionsResponse
|
|
15
|
-
export declare var InternalServerException
|
|
16
|
-
export declare var InvalidRequestException
|
|
17
|
-
export declare var InvalidStateTransitionException
|
|
18
|
-
export declare var JobExecution
|
|
19
|
-
export declare var JobExecutionState
|
|
20
|
-
export declare var JobExecutionSummary
|
|
21
|
-
export declare var ResourceNotFoundException
|
|
22
|
-
export declare var ServiceQuotaExceededException
|
|
23
|
-
export declare var ServiceUnavailableException
|
|
24
|
-
export declare var StartCommandExecutionRequest
|
|
25
|
-
export declare var StartCommandExecutionResponse
|
|
26
|
-
export declare var StartNextPendingJobExecutionRequest
|
|
27
|
-
export declare var StartNextPendingJobExecutionResponse
|
|
28
|
-
export declare var TerminalStateException
|
|
29
|
-
export declare var ThrottlingException
|
|
30
|
-
export declare var UpdateJobExecutionRequest
|
|
31
|
-
export declare var UpdateJobExecutionResponse
|
|
32
|
-
export declare var ValidationException
|
|
33
|
-
export declare var IoTJobsDataPlaneServiceException
|
|
34
|
-
export declare var
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var
|
|
37
|
-
export declare var
|
|
38
|
-
export declare var
|
|
39
|
-
export declare var StartCommandExecution: StaticOperationSchema;
|
|
40
|
-
export declare var StartNextPendingJobExecution: StaticOperationSchema;
|
|
41
|
-
export declare var UpdateJobExecution: StaticOperationSchema;
|
|
6
|
+
export declare var CertificateValidationException$: StaticErrorSchema;
|
|
7
|
+
export declare var CommandParameterValue$: StaticStructureSchema;
|
|
8
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
9
|
+
export declare var DescribeJobExecutionRequest$: StaticStructureSchema;
|
|
10
|
+
export declare var DescribeJobExecutionResponse$: StaticStructureSchema;
|
|
11
|
+
export declare var GetPendingJobExecutionsRequest$: StaticStructureSchema;
|
|
12
|
+
export declare var GetPendingJobExecutionsResponse$: StaticStructureSchema;
|
|
13
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
14
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
15
|
+
export declare var InvalidStateTransitionException$: StaticErrorSchema;
|
|
16
|
+
export declare var JobExecution$: StaticStructureSchema;
|
|
17
|
+
export declare var JobExecutionState$: StaticStructureSchema;
|
|
18
|
+
export declare var JobExecutionSummary$: StaticStructureSchema;
|
|
19
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
20
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
21
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
22
|
+
export declare var StartCommandExecutionRequest$: StaticStructureSchema;
|
|
23
|
+
export declare var StartCommandExecutionResponse$: StaticStructureSchema;
|
|
24
|
+
export declare var StartNextPendingJobExecutionRequest$: StaticStructureSchema;
|
|
25
|
+
export declare var StartNextPendingJobExecutionResponse$: StaticStructureSchema;
|
|
26
|
+
export declare var TerminalStateException$: StaticErrorSchema;
|
|
27
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
28
|
+
export declare var UpdateJobExecutionRequest$: StaticStructureSchema;
|
|
29
|
+
export declare var UpdateJobExecutionResponse$: StaticStructureSchema;
|
|
30
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
31
|
+
export declare var IoTJobsDataPlaneServiceException$: StaticErrorSchema;
|
|
32
|
+
export declare var DescribeJobExecution$: StaticOperationSchema;
|
|
33
|
+
export declare var GetPendingJobExecutions$: StaticOperationSchema;
|
|
34
|
+
export declare var StartCommandExecution$: StaticOperationSchema;
|
|
35
|
+
export declare var StartNextPendingJobExecution$: StaticOperationSchema;
|
|
36
|
+
export declare var UpdateJobExecution$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-jobs-data-plane",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Jobs Data Plane Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.953.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot-jobs-data-plane",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.953.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.953.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.953.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/types": "3.953.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.953.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
36
|
+
"@smithy/core": "^3.19.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
|
+
"@smithy/hash-node": "^4.2.6",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.15",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.15",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.0",
|
|
49
|
+
"@smithy/types": "^4.10.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.6",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.14",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.17",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
58
|
+
"@smithy/util-retry": "^4.2.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|