@aws-sdk/client-iot-jobs-data-plane 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/DescribeJobExecutionCommand.js +2 -2
- package/dist-cjs/commands/GetPendingJobExecutionsCommand.js +2 -2
- package/dist-cjs/commands/StartNextPendingJobExecutionCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobExecutionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +45 -67
- package/dist-cjs/protocols/Aws_restJson1.js +64 -135
- package/dist-es/commands/DescribeJobExecutionCommand.js +3 -3
- package/dist-es/commands/GetPendingJobExecutionsCommand.js +3 -3
- package/dist-es/commands/StartNextPendingJobExecutionCommand.js +3 -3
- package/dist-es/commands/UpdateJobExecutionCommand.js +3 -3
- package/dist-es/models/models_0.js +11 -44
- package/dist-es/protocols/Aws_restJson1.js +81 -137
- package/dist-types/models/models_0.d.ts +44 -66
- package/dist-types/ts3.4/models/models_0.d.ts +22 -44
- package/package.json +6 -6
|
@@ -30,12 +30,6 @@ export interface DescribeJobExecutionRequest {
|
|
|
30
30
|
*/
|
|
31
31
|
executionNumber?: number;
|
|
32
32
|
}
|
|
33
|
-
export declare namespace DescribeJobExecutionRequest {
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
const filterSensitiveLog: (obj: DescribeJobExecutionRequest) => any;
|
|
38
|
-
}
|
|
39
33
|
export declare enum JobExecutionStatus {
|
|
40
34
|
CANCELED = "CANCELED",
|
|
41
35
|
FAILED = "FAILED",
|
|
@@ -99,24 +93,12 @@ export interface JobExecution {
|
|
|
99
93
|
*/
|
|
100
94
|
jobDocument?: string;
|
|
101
95
|
}
|
|
102
|
-
export declare namespace JobExecution {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
const filterSensitiveLog: (obj: JobExecution) => any;
|
|
107
|
-
}
|
|
108
96
|
export interface DescribeJobExecutionResponse {
|
|
109
97
|
/**
|
|
110
98
|
* <p>Contains data about a job execution.</p>
|
|
111
99
|
*/
|
|
112
100
|
execution?: JobExecution;
|
|
113
101
|
}
|
|
114
|
-
export declare namespace DescribeJobExecutionResponse {
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
const filterSensitiveLog: (obj: DescribeJobExecutionResponse) => any;
|
|
119
|
-
}
|
|
120
102
|
/**
|
|
121
103
|
* <p>The contents of the request were invalid. For example, this code is returned when an UpdateJobExecution request contains invalid status details. The message contains details about the error.</p>
|
|
122
104
|
*/
|
|
@@ -182,12 +164,6 @@ export interface GetPendingJobExecutionsRequest {
|
|
|
182
164
|
*/
|
|
183
165
|
thingName: string | undefined;
|
|
184
166
|
}
|
|
185
|
-
export declare namespace GetPendingJobExecutionsRequest {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
|
-
const filterSensitiveLog: (obj: GetPendingJobExecutionsRequest) => any;
|
|
190
|
-
}
|
|
191
167
|
/**
|
|
192
168
|
* <p>Contains a subset of information about a job execution.</p>
|
|
193
169
|
*/
|
|
@@ -218,12 +194,6 @@ export interface JobExecutionSummary {
|
|
|
218
194
|
*/
|
|
219
195
|
executionNumber?: number;
|
|
220
196
|
}
|
|
221
|
-
export declare namespace JobExecutionSummary {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
const filterSensitiveLog: (obj: JobExecutionSummary) => any;
|
|
226
|
-
}
|
|
227
197
|
export interface GetPendingJobExecutionsResponse {
|
|
228
198
|
/**
|
|
229
199
|
* <p>A list of JobExecutionSummary objects with status IN_PROGRESS.</p>
|
|
@@ -234,12 +204,6 @@ export interface GetPendingJobExecutionsResponse {
|
|
|
234
204
|
*/
|
|
235
205
|
queuedJobs?: JobExecutionSummary[];
|
|
236
206
|
}
|
|
237
|
-
export declare namespace GetPendingJobExecutionsResponse {
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
|
-
const filterSensitiveLog: (obj: GetPendingJobExecutionsResponse) => any;
|
|
242
|
-
}
|
|
243
207
|
/**
|
|
244
208
|
* <p>An update attempted to change the job execution to a state that is invalid because of the job execution's
|
|
245
209
|
* current state (for example, an attempt to change a request in state SUCCESS to state IN_PROGRESS). In this
|
|
@@ -274,24 +238,12 @@ export interface StartNextPendingJobExecutionRequest {
|
|
|
274
238
|
*/
|
|
275
239
|
stepTimeoutInMinutes?: number;
|
|
276
240
|
}
|
|
277
|
-
export declare namespace StartNextPendingJobExecutionRequest {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
const filterSensitiveLog: (obj: StartNextPendingJobExecutionRequest) => any;
|
|
282
|
-
}
|
|
283
241
|
export interface StartNextPendingJobExecutionResponse {
|
|
284
242
|
/**
|
|
285
243
|
* <p>A JobExecution object.</p>
|
|
286
244
|
*/
|
|
287
245
|
execution?: JobExecution;
|
|
288
246
|
}
|
|
289
|
-
export declare namespace StartNextPendingJobExecutionResponse {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
|
-
const filterSensitiveLog: (obj: StartNextPendingJobExecutionResponse) => any;
|
|
294
|
-
}
|
|
295
247
|
export interface UpdateJobExecutionRequest {
|
|
296
248
|
/**
|
|
297
249
|
* <p>The unique identifier assigned to this job when it was created.</p>
|
|
@@ -343,12 +295,6 @@ export interface UpdateJobExecutionRequest {
|
|
|
343
295
|
*/
|
|
344
296
|
executionNumber?: number;
|
|
345
297
|
}
|
|
346
|
-
export declare namespace UpdateJobExecutionRequest {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
const filterSensitiveLog: (obj: UpdateJobExecutionRequest) => any;
|
|
351
|
-
}
|
|
352
298
|
/**
|
|
353
299
|
* <p>Contains data about the state of a job execution.</p>
|
|
354
300
|
*/
|
|
@@ -368,12 +314,6 @@ export interface JobExecutionState {
|
|
|
368
314
|
*/
|
|
369
315
|
versionNumber?: number;
|
|
370
316
|
}
|
|
371
|
-
export declare namespace JobExecutionState {
|
|
372
|
-
/**
|
|
373
|
-
* @internal
|
|
374
|
-
*/
|
|
375
|
-
const filterSensitiveLog: (obj: JobExecutionState) => any;
|
|
376
|
-
}
|
|
377
317
|
export interface UpdateJobExecutionResponse {
|
|
378
318
|
/**
|
|
379
319
|
* <p>A JobExecutionState object.</p>
|
|
@@ -384,9 +324,47 @@ export interface UpdateJobExecutionResponse {
|
|
|
384
324
|
*/
|
|
385
325
|
jobDocument?: string;
|
|
386
326
|
}
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
327
|
+
/**
|
|
328
|
+
* @internal
|
|
329
|
+
*/
|
|
330
|
+
export declare const DescribeJobExecutionRequestFilterSensitiveLog: (obj: DescribeJobExecutionRequest) => any;
|
|
331
|
+
/**
|
|
332
|
+
* @internal
|
|
333
|
+
*/
|
|
334
|
+
export declare const JobExecutionFilterSensitiveLog: (obj: JobExecution) => any;
|
|
335
|
+
/**
|
|
336
|
+
* @internal
|
|
337
|
+
*/
|
|
338
|
+
export declare const DescribeJobExecutionResponseFilterSensitiveLog: (obj: DescribeJobExecutionResponse) => any;
|
|
339
|
+
/**
|
|
340
|
+
* @internal
|
|
341
|
+
*/
|
|
342
|
+
export declare const GetPendingJobExecutionsRequestFilterSensitiveLog: (obj: GetPendingJobExecutionsRequest) => any;
|
|
343
|
+
/**
|
|
344
|
+
* @internal
|
|
345
|
+
*/
|
|
346
|
+
export declare const JobExecutionSummaryFilterSensitiveLog: (obj: JobExecutionSummary) => any;
|
|
347
|
+
/**
|
|
348
|
+
* @internal
|
|
349
|
+
*/
|
|
350
|
+
export declare const GetPendingJobExecutionsResponseFilterSensitiveLog: (obj: GetPendingJobExecutionsResponse) => any;
|
|
351
|
+
/**
|
|
352
|
+
* @internal
|
|
353
|
+
*/
|
|
354
|
+
export declare const StartNextPendingJobExecutionRequestFilterSensitiveLog: (obj: StartNextPendingJobExecutionRequest) => any;
|
|
355
|
+
/**
|
|
356
|
+
* @internal
|
|
357
|
+
*/
|
|
358
|
+
export declare const StartNextPendingJobExecutionResponseFilterSensitiveLog: (obj: StartNextPendingJobExecutionResponse) => any;
|
|
359
|
+
/**
|
|
360
|
+
* @internal
|
|
361
|
+
*/
|
|
362
|
+
export declare const UpdateJobExecutionRequestFilterSensitiveLog: (obj: UpdateJobExecutionRequest) => any;
|
|
363
|
+
/**
|
|
364
|
+
* @internal
|
|
365
|
+
*/
|
|
366
|
+
export declare const JobExecutionStateFilterSensitiveLog: (obj: JobExecutionState) => any;
|
|
367
|
+
/**
|
|
368
|
+
* @internal
|
|
369
|
+
*/
|
|
370
|
+
export declare const UpdateJobExecutionResponseFilterSensitiveLog: (obj: UpdateJobExecutionResponse) => any;
|
|
@@ -17,10 +17,6 @@ export interface DescribeJobExecutionRequest {
|
|
|
17
17
|
|
|
18
18
|
executionNumber?: number;
|
|
19
19
|
}
|
|
20
|
-
export declare namespace DescribeJobExecutionRequest {
|
|
21
|
-
|
|
22
|
-
const filterSensitiveLog: (obj: DescribeJobExecutionRequest) => any;
|
|
23
|
-
}
|
|
24
20
|
export declare enum JobExecutionStatus {
|
|
25
21
|
CANCELED = "CANCELED",
|
|
26
22
|
FAILED = "FAILED",
|
|
@@ -56,18 +52,10 @@ export interface JobExecution {
|
|
|
56
52
|
|
|
57
53
|
jobDocument?: string;
|
|
58
54
|
}
|
|
59
|
-
export declare namespace JobExecution {
|
|
60
|
-
|
|
61
|
-
const filterSensitiveLog: (obj: JobExecution) => any;
|
|
62
|
-
}
|
|
63
55
|
export interface DescribeJobExecutionResponse {
|
|
64
56
|
|
|
65
57
|
execution?: JobExecution;
|
|
66
58
|
}
|
|
67
|
-
export declare namespace DescribeJobExecutionResponse {
|
|
68
|
-
|
|
69
|
-
const filterSensitiveLog: (obj: DescribeJobExecutionResponse) => any;
|
|
70
|
-
}
|
|
71
59
|
|
|
72
60
|
export declare class InvalidRequestException extends __BaseException {
|
|
73
61
|
readonly name: "InvalidRequestException";
|
|
@@ -109,10 +97,6 @@ export interface GetPendingJobExecutionsRequest {
|
|
|
109
97
|
|
|
110
98
|
thingName: string | undefined;
|
|
111
99
|
}
|
|
112
|
-
export declare namespace GetPendingJobExecutionsRequest {
|
|
113
|
-
|
|
114
|
-
const filterSensitiveLog: (obj: GetPendingJobExecutionsRequest) => any;
|
|
115
|
-
}
|
|
116
100
|
|
|
117
101
|
export interface JobExecutionSummary {
|
|
118
102
|
|
|
@@ -128,20 +112,12 @@ export interface JobExecutionSummary {
|
|
|
128
112
|
|
|
129
113
|
executionNumber?: number;
|
|
130
114
|
}
|
|
131
|
-
export declare namespace JobExecutionSummary {
|
|
132
|
-
|
|
133
|
-
const filterSensitiveLog: (obj: JobExecutionSummary) => any;
|
|
134
|
-
}
|
|
135
115
|
export interface GetPendingJobExecutionsResponse {
|
|
136
116
|
|
|
137
117
|
inProgressJobs?: JobExecutionSummary[];
|
|
138
118
|
|
|
139
119
|
queuedJobs?: JobExecutionSummary[];
|
|
140
120
|
}
|
|
141
|
-
export declare namespace GetPendingJobExecutionsResponse {
|
|
142
|
-
|
|
143
|
-
const filterSensitiveLog: (obj: GetPendingJobExecutionsResponse) => any;
|
|
144
|
-
}
|
|
145
121
|
|
|
146
122
|
export declare class InvalidStateTransitionException extends __BaseException {
|
|
147
123
|
readonly name: "InvalidStateTransitionException";
|
|
@@ -157,18 +133,10 @@ export interface StartNextPendingJobExecutionRequest {
|
|
|
157
133
|
|
|
158
134
|
stepTimeoutInMinutes?: number;
|
|
159
135
|
}
|
|
160
|
-
export declare namespace StartNextPendingJobExecutionRequest {
|
|
161
|
-
|
|
162
|
-
const filterSensitiveLog: (obj: StartNextPendingJobExecutionRequest) => any;
|
|
163
|
-
}
|
|
164
136
|
export interface StartNextPendingJobExecutionResponse {
|
|
165
137
|
|
|
166
138
|
execution?: JobExecution;
|
|
167
139
|
}
|
|
168
|
-
export declare namespace StartNextPendingJobExecutionResponse {
|
|
169
|
-
|
|
170
|
-
const filterSensitiveLog: (obj: StartNextPendingJobExecutionResponse) => any;
|
|
171
|
-
}
|
|
172
140
|
export interface UpdateJobExecutionRequest {
|
|
173
141
|
|
|
174
142
|
jobId: string | undefined;
|
|
@@ -189,10 +157,6 @@ export interface UpdateJobExecutionRequest {
|
|
|
189
157
|
|
|
190
158
|
executionNumber?: number;
|
|
191
159
|
}
|
|
192
|
-
export declare namespace UpdateJobExecutionRequest {
|
|
193
|
-
|
|
194
|
-
const filterSensitiveLog: (obj: UpdateJobExecutionRequest) => any;
|
|
195
|
-
}
|
|
196
160
|
|
|
197
161
|
export interface JobExecutionState {
|
|
198
162
|
|
|
@@ -202,17 +166,31 @@ export interface JobExecutionState {
|
|
|
202
166
|
|
|
203
167
|
versionNumber?: number;
|
|
204
168
|
}
|
|
205
|
-
export declare namespace JobExecutionState {
|
|
206
|
-
|
|
207
|
-
const filterSensitiveLog: (obj: JobExecutionState) => any;
|
|
208
|
-
}
|
|
209
169
|
export interface UpdateJobExecutionResponse {
|
|
210
170
|
|
|
211
171
|
executionState?: JobExecutionState;
|
|
212
172
|
|
|
213
173
|
jobDocument?: string;
|
|
214
174
|
}
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
175
|
+
|
|
176
|
+
export declare const DescribeJobExecutionRequestFilterSensitiveLog: (obj: DescribeJobExecutionRequest) => any;
|
|
177
|
+
|
|
178
|
+
export declare const JobExecutionFilterSensitiveLog: (obj: JobExecution) => any;
|
|
179
|
+
|
|
180
|
+
export declare const DescribeJobExecutionResponseFilterSensitiveLog: (obj: DescribeJobExecutionResponse) => any;
|
|
181
|
+
|
|
182
|
+
export declare const GetPendingJobExecutionsRequestFilterSensitiveLog: (obj: GetPendingJobExecutionsRequest) => any;
|
|
183
|
+
|
|
184
|
+
export declare const JobExecutionSummaryFilterSensitiveLog: (obj: JobExecutionSummary) => any;
|
|
185
|
+
|
|
186
|
+
export declare const GetPendingJobExecutionsResponseFilterSensitiveLog: (obj: GetPendingJobExecutionsResponse) => any;
|
|
187
|
+
|
|
188
|
+
export declare const StartNextPendingJobExecutionRequestFilterSensitiveLog: (obj: StartNextPendingJobExecutionRequest) => any;
|
|
189
|
+
|
|
190
|
+
export declare const StartNextPendingJobExecutionResponseFilterSensitiveLog: (obj: StartNextPendingJobExecutionResponse) => any;
|
|
191
|
+
|
|
192
|
+
export declare const UpdateJobExecutionRequestFilterSensitiveLog: (obj: UpdateJobExecutionRequest) => any;
|
|
193
|
+
|
|
194
|
+
export declare const JobExecutionStateFilterSensitiveLog: (obj: JobExecutionState) => any;
|
|
195
|
+
|
|
196
|
+
export declare const UpdateJobExecutionResponseFilterSensitiveLog: (obj: UpdateJobExecutionResponse) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.142.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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|