@aws-sdk/client-iot-jobs-data-plane 3.503.1 → 3.507.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 +12 -105
- package/dist-es/protocols/Aws_restJson1.js +11 -104
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -350,7 +350,7 @@ var se_UpdateJobExecutionCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
350
350
|
}, "se_UpdateJobExecutionCommand");
|
|
351
351
|
var de_DescribeJobExecutionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
352
352
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
353
|
-
return
|
|
353
|
+
return de_CommandError(output, context);
|
|
354
354
|
}
|
|
355
355
|
const contents = (0, import_smithy_client.map)({
|
|
356
356
|
$metadata: deserializeMetadata(output)
|
|
@@ -362,43 +362,9 @@ var de_DescribeJobExecutionCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
362
362
|
Object.assign(contents, doc);
|
|
363
363
|
return contents;
|
|
364
364
|
}, "de_DescribeJobExecutionCommand");
|
|
365
|
-
var de_DescribeJobExecutionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
366
|
-
const parsedOutput = {
|
|
367
|
-
...output,
|
|
368
|
-
body: await parseErrorBody(output.body, context)
|
|
369
|
-
};
|
|
370
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
371
|
-
switch (errorCode) {
|
|
372
|
-
case "CertificateValidationException":
|
|
373
|
-
case "com.amazonaws.iotjobsdataplane#CertificateValidationException":
|
|
374
|
-
throw await de_CertificateValidationExceptionRes(parsedOutput, context);
|
|
375
|
-
case "InvalidRequestException":
|
|
376
|
-
case "com.amazonaws.iotjobsdataplane#InvalidRequestException":
|
|
377
|
-
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
378
|
-
case "ResourceNotFoundException":
|
|
379
|
-
case "com.amazonaws.iotjobsdataplane#ResourceNotFoundException":
|
|
380
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
381
|
-
case "ServiceUnavailableException":
|
|
382
|
-
case "com.amazonaws.iotjobsdataplane#ServiceUnavailableException":
|
|
383
|
-
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
384
|
-
case "TerminalStateException":
|
|
385
|
-
case "com.amazonaws.iotjobsdataplane#TerminalStateException":
|
|
386
|
-
throw await de_TerminalStateExceptionRes(parsedOutput, context);
|
|
387
|
-
case "ThrottlingException":
|
|
388
|
-
case "com.amazonaws.iotjobsdataplane#ThrottlingException":
|
|
389
|
-
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
390
|
-
default:
|
|
391
|
-
const parsedBody = parsedOutput.body;
|
|
392
|
-
return throwDefaultError({
|
|
393
|
-
output,
|
|
394
|
-
parsedBody,
|
|
395
|
-
errorCode
|
|
396
|
-
});
|
|
397
|
-
}
|
|
398
|
-
}, "de_DescribeJobExecutionCommandError");
|
|
399
365
|
var de_GetPendingJobExecutionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
400
366
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
401
|
-
return
|
|
367
|
+
return de_CommandError(output, context);
|
|
402
368
|
}
|
|
403
369
|
const contents = (0, import_smithy_client.map)({
|
|
404
370
|
$metadata: deserializeMetadata(output)
|
|
@@ -411,40 +377,9 @@ var de_GetPendingJobExecutionsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
411
377
|
Object.assign(contents, doc);
|
|
412
378
|
return contents;
|
|
413
379
|
}, "de_GetPendingJobExecutionsCommand");
|
|
414
|
-
var de_GetPendingJobExecutionsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
415
|
-
const parsedOutput = {
|
|
416
|
-
...output,
|
|
417
|
-
body: await parseErrorBody(output.body, context)
|
|
418
|
-
};
|
|
419
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
420
|
-
switch (errorCode) {
|
|
421
|
-
case "CertificateValidationException":
|
|
422
|
-
case "com.amazonaws.iotjobsdataplane#CertificateValidationException":
|
|
423
|
-
throw await de_CertificateValidationExceptionRes(parsedOutput, context);
|
|
424
|
-
case "InvalidRequestException":
|
|
425
|
-
case "com.amazonaws.iotjobsdataplane#InvalidRequestException":
|
|
426
|
-
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
427
|
-
case "ResourceNotFoundException":
|
|
428
|
-
case "com.amazonaws.iotjobsdataplane#ResourceNotFoundException":
|
|
429
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
430
|
-
case "ServiceUnavailableException":
|
|
431
|
-
case "com.amazonaws.iotjobsdataplane#ServiceUnavailableException":
|
|
432
|
-
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
433
|
-
case "ThrottlingException":
|
|
434
|
-
case "com.amazonaws.iotjobsdataplane#ThrottlingException":
|
|
435
|
-
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
436
|
-
default:
|
|
437
|
-
const parsedBody = parsedOutput.body;
|
|
438
|
-
return throwDefaultError({
|
|
439
|
-
output,
|
|
440
|
-
parsedBody,
|
|
441
|
-
errorCode
|
|
442
|
-
});
|
|
443
|
-
}
|
|
444
|
-
}, "de_GetPendingJobExecutionsCommandError");
|
|
445
380
|
var de_StartNextPendingJobExecutionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
446
381
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
447
|
-
return
|
|
382
|
+
return de_CommandError(output, context);
|
|
448
383
|
}
|
|
449
384
|
const contents = (0, import_smithy_client.map)({
|
|
450
385
|
$metadata: deserializeMetadata(output)
|
|
@@ -456,40 +391,9 @@ var de_StartNextPendingJobExecutionCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
456
391
|
Object.assign(contents, doc);
|
|
457
392
|
return contents;
|
|
458
393
|
}, "de_StartNextPendingJobExecutionCommand");
|
|
459
|
-
var de_StartNextPendingJobExecutionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
460
|
-
const parsedOutput = {
|
|
461
|
-
...output,
|
|
462
|
-
body: await parseErrorBody(output.body, context)
|
|
463
|
-
};
|
|
464
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
465
|
-
switch (errorCode) {
|
|
466
|
-
case "CertificateValidationException":
|
|
467
|
-
case "com.amazonaws.iotjobsdataplane#CertificateValidationException":
|
|
468
|
-
throw await de_CertificateValidationExceptionRes(parsedOutput, context);
|
|
469
|
-
case "InvalidRequestException":
|
|
470
|
-
case "com.amazonaws.iotjobsdataplane#InvalidRequestException":
|
|
471
|
-
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
472
|
-
case "ResourceNotFoundException":
|
|
473
|
-
case "com.amazonaws.iotjobsdataplane#ResourceNotFoundException":
|
|
474
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
475
|
-
case "ServiceUnavailableException":
|
|
476
|
-
case "com.amazonaws.iotjobsdataplane#ServiceUnavailableException":
|
|
477
|
-
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
478
|
-
case "ThrottlingException":
|
|
479
|
-
case "com.amazonaws.iotjobsdataplane#ThrottlingException":
|
|
480
|
-
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
481
|
-
default:
|
|
482
|
-
const parsedBody = parsedOutput.body;
|
|
483
|
-
return throwDefaultError({
|
|
484
|
-
output,
|
|
485
|
-
parsedBody,
|
|
486
|
-
errorCode
|
|
487
|
-
});
|
|
488
|
-
}
|
|
489
|
-
}, "de_StartNextPendingJobExecutionCommandError");
|
|
490
394
|
var de_UpdateJobExecutionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
491
395
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
492
|
-
return
|
|
396
|
+
return de_CommandError(output, context);
|
|
493
397
|
}
|
|
494
398
|
const contents = (0, import_smithy_client.map)({
|
|
495
399
|
$metadata: deserializeMetadata(output)
|
|
@@ -502,7 +406,7 @@ var de_UpdateJobExecutionCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
502
406
|
Object.assign(contents, doc);
|
|
503
407
|
return contents;
|
|
504
408
|
}, "de_UpdateJobExecutionCommand");
|
|
505
|
-
var
|
|
409
|
+
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
506
410
|
const parsedOutput = {
|
|
507
411
|
...output,
|
|
508
412
|
body: await parseErrorBody(output.body, context)
|
|
@@ -515,18 +419,21 @@ var de_UpdateJobExecutionCommandError = /* @__PURE__ */ __name(async (output, co
|
|
|
515
419
|
case "InvalidRequestException":
|
|
516
420
|
case "com.amazonaws.iotjobsdataplane#InvalidRequestException":
|
|
517
421
|
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
518
|
-
case "InvalidStateTransitionException":
|
|
519
|
-
case "com.amazonaws.iotjobsdataplane#InvalidStateTransitionException":
|
|
520
|
-
throw await de_InvalidStateTransitionExceptionRes(parsedOutput, context);
|
|
521
422
|
case "ResourceNotFoundException":
|
|
522
423
|
case "com.amazonaws.iotjobsdataplane#ResourceNotFoundException":
|
|
523
424
|
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
524
425
|
case "ServiceUnavailableException":
|
|
525
426
|
case "com.amazonaws.iotjobsdataplane#ServiceUnavailableException":
|
|
526
427
|
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
428
|
+
case "TerminalStateException":
|
|
429
|
+
case "com.amazonaws.iotjobsdataplane#TerminalStateException":
|
|
430
|
+
throw await de_TerminalStateExceptionRes(parsedOutput, context);
|
|
527
431
|
case "ThrottlingException":
|
|
528
432
|
case "com.amazonaws.iotjobsdataplane#ThrottlingException":
|
|
529
433
|
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
434
|
+
case "InvalidStateTransitionException":
|
|
435
|
+
case "com.amazonaws.iotjobsdataplane#InvalidStateTransitionException":
|
|
436
|
+
throw await de_InvalidStateTransitionExceptionRes(parsedOutput, context);
|
|
530
437
|
default:
|
|
531
438
|
const parsedBody = parsedOutput.body;
|
|
532
439
|
return throwDefaultError({
|
|
@@ -535,7 +442,7 @@ var de_UpdateJobExecutionCommandError = /* @__PURE__ */ __name(async (output, co
|
|
|
535
442
|
errorCode
|
|
536
443
|
});
|
|
537
444
|
}
|
|
538
|
-
}, "
|
|
445
|
+
}, "de_CommandError");
|
|
539
446
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(IoTJobsDataPlaneServiceException);
|
|
540
447
|
var de_CertificateValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
541
448
|
const contents = (0, import_smithy_client.map)({});
|
|
@@ -63,7 +63,7 @@ export const se_UpdateJobExecutionCommand = async (input, context) => {
|
|
|
63
63
|
};
|
|
64
64
|
export const de_DescribeJobExecutionCommand = async (output, context) => {
|
|
65
65
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
66
|
-
return
|
|
66
|
+
return de_CommandError(output, context);
|
|
67
67
|
}
|
|
68
68
|
const contents = map({
|
|
69
69
|
$metadata: deserializeMetadata(output),
|
|
@@ -75,43 +75,9 @@ export const de_DescribeJobExecutionCommand = async (output, context) => {
|
|
|
75
75
|
Object.assign(contents, doc);
|
|
76
76
|
return contents;
|
|
77
77
|
};
|
|
78
|
-
const de_DescribeJobExecutionCommandError = async (output, context) => {
|
|
79
|
-
const parsedOutput = {
|
|
80
|
-
...output,
|
|
81
|
-
body: await parseErrorBody(output.body, context),
|
|
82
|
-
};
|
|
83
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
84
|
-
switch (errorCode) {
|
|
85
|
-
case "CertificateValidationException":
|
|
86
|
-
case "com.amazonaws.iotjobsdataplane#CertificateValidationException":
|
|
87
|
-
throw await de_CertificateValidationExceptionRes(parsedOutput, context);
|
|
88
|
-
case "InvalidRequestException":
|
|
89
|
-
case "com.amazonaws.iotjobsdataplane#InvalidRequestException":
|
|
90
|
-
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
91
|
-
case "ResourceNotFoundException":
|
|
92
|
-
case "com.amazonaws.iotjobsdataplane#ResourceNotFoundException":
|
|
93
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
94
|
-
case "ServiceUnavailableException":
|
|
95
|
-
case "com.amazonaws.iotjobsdataplane#ServiceUnavailableException":
|
|
96
|
-
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
97
|
-
case "TerminalStateException":
|
|
98
|
-
case "com.amazonaws.iotjobsdataplane#TerminalStateException":
|
|
99
|
-
throw await de_TerminalStateExceptionRes(parsedOutput, context);
|
|
100
|
-
case "ThrottlingException":
|
|
101
|
-
case "com.amazonaws.iotjobsdataplane#ThrottlingException":
|
|
102
|
-
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
103
|
-
default:
|
|
104
|
-
const parsedBody = parsedOutput.body;
|
|
105
|
-
return throwDefaultError({
|
|
106
|
-
output,
|
|
107
|
-
parsedBody,
|
|
108
|
-
errorCode,
|
|
109
|
-
});
|
|
110
|
-
}
|
|
111
|
-
};
|
|
112
78
|
export const de_GetPendingJobExecutionsCommand = async (output, context) => {
|
|
113
79
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
114
|
-
return
|
|
80
|
+
return de_CommandError(output, context);
|
|
115
81
|
}
|
|
116
82
|
const contents = map({
|
|
117
83
|
$metadata: deserializeMetadata(output),
|
|
@@ -124,40 +90,9 @@ export const de_GetPendingJobExecutionsCommand = async (output, context) => {
|
|
|
124
90
|
Object.assign(contents, doc);
|
|
125
91
|
return contents;
|
|
126
92
|
};
|
|
127
|
-
const de_GetPendingJobExecutionsCommandError = async (output, context) => {
|
|
128
|
-
const parsedOutput = {
|
|
129
|
-
...output,
|
|
130
|
-
body: await parseErrorBody(output.body, context),
|
|
131
|
-
};
|
|
132
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
133
|
-
switch (errorCode) {
|
|
134
|
-
case "CertificateValidationException":
|
|
135
|
-
case "com.amazonaws.iotjobsdataplane#CertificateValidationException":
|
|
136
|
-
throw await de_CertificateValidationExceptionRes(parsedOutput, context);
|
|
137
|
-
case "InvalidRequestException":
|
|
138
|
-
case "com.amazonaws.iotjobsdataplane#InvalidRequestException":
|
|
139
|
-
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
140
|
-
case "ResourceNotFoundException":
|
|
141
|
-
case "com.amazonaws.iotjobsdataplane#ResourceNotFoundException":
|
|
142
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
143
|
-
case "ServiceUnavailableException":
|
|
144
|
-
case "com.amazonaws.iotjobsdataplane#ServiceUnavailableException":
|
|
145
|
-
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
146
|
-
case "ThrottlingException":
|
|
147
|
-
case "com.amazonaws.iotjobsdataplane#ThrottlingException":
|
|
148
|
-
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
149
|
-
default:
|
|
150
|
-
const parsedBody = parsedOutput.body;
|
|
151
|
-
return throwDefaultError({
|
|
152
|
-
output,
|
|
153
|
-
parsedBody,
|
|
154
|
-
errorCode,
|
|
155
|
-
});
|
|
156
|
-
}
|
|
157
|
-
};
|
|
158
93
|
export const de_StartNextPendingJobExecutionCommand = async (output, context) => {
|
|
159
94
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
160
|
-
return
|
|
95
|
+
return de_CommandError(output, context);
|
|
161
96
|
}
|
|
162
97
|
const contents = map({
|
|
163
98
|
$metadata: deserializeMetadata(output),
|
|
@@ -169,40 +104,9 @@ export const de_StartNextPendingJobExecutionCommand = async (output, context) =>
|
|
|
169
104
|
Object.assign(contents, doc);
|
|
170
105
|
return contents;
|
|
171
106
|
};
|
|
172
|
-
const de_StartNextPendingJobExecutionCommandError = async (output, context) => {
|
|
173
|
-
const parsedOutput = {
|
|
174
|
-
...output,
|
|
175
|
-
body: await parseErrorBody(output.body, context),
|
|
176
|
-
};
|
|
177
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
178
|
-
switch (errorCode) {
|
|
179
|
-
case "CertificateValidationException":
|
|
180
|
-
case "com.amazonaws.iotjobsdataplane#CertificateValidationException":
|
|
181
|
-
throw await de_CertificateValidationExceptionRes(parsedOutput, context);
|
|
182
|
-
case "InvalidRequestException":
|
|
183
|
-
case "com.amazonaws.iotjobsdataplane#InvalidRequestException":
|
|
184
|
-
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
185
|
-
case "ResourceNotFoundException":
|
|
186
|
-
case "com.amazonaws.iotjobsdataplane#ResourceNotFoundException":
|
|
187
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
188
|
-
case "ServiceUnavailableException":
|
|
189
|
-
case "com.amazonaws.iotjobsdataplane#ServiceUnavailableException":
|
|
190
|
-
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
191
|
-
case "ThrottlingException":
|
|
192
|
-
case "com.amazonaws.iotjobsdataplane#ThrottlingException":
|
|
193
|
-
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
194
|
-
default:
|
|
195
|
-
const parsedBody = parsedOutput.body;
|
|
196
|
-
return throwDefaultError({
|
|
197
|
-
output,
|
|
198
|
-
parsedBody,
|
|
199
|
-
errorCode,
|
|
200
|
-
});
|
|
201
|
-
}
|
|
202
|
-
};
|
|
203
107
|
export const de_UpdateJobExecutionCommand = async (output, context) => {
|
|
204
108
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
205
|
-
return
|
|
109
|
+
return de_CommandError(output, context);
|
|
206
110
|
}
|
|
207
111
|
const contents = map({
|
|
208
112
|
$metadata: deserializeMetadata(output),
|
|
@@ -215,7 +119,7 @@ export const de_UpdateJobExecutionCommand = async (output, context) => {
|
|
|
215
119
|
Object.assign(contents, doc);
|
|
216
120
|
return contents;
|
|
217
121
|
};
|
|
218
|
-
const
|
|
122
|
+
const de_CommandError = async (output, context) => {
|
|
219
123
|
const parsedOutput = {
|
|
220
124
|
...output,
|
|
221
125
|
body: await parseErrorBody(output.body, context),
|
|
@@ -228,18 +132,21 @@ const de_UpdateJobExecutionCommandError = async (output, context) => {
|
|
|
228
132
|
case "InvalidRequestException":
|
|
229
133
|
case "com.amazonaws.iotjobsdataplane#InvalidRequestException":
|
|
230
134
|
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
231
|
-
case "InvalidStateTransitionException":
|
|
232
|
-
case "com.amazonaws.iotjobsdataplane#InvalidStateTransitionException":
|
|
233
|
-
throw await de_InvalidStateTransitionExceptionRes(parsedOutput, context);
|
|
234
135
|
case "ResourceNotFoundException":
|
|
235
136
|
case "com.amazonaws.iotjobsdataplane#ResourceNotFoundException":
|
|
236
137
|
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
237
138
|
case "ServiceUnavailableException":
|
|
238
139
|
case "com.amazonaws.iotjobsdataplane#ServiceUnavailableException":
|
|
239
140
|
throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);
|
|
141
|
+
case "TerminalStateException":
|
|
142
|
+
case "com.amazonaws.iotjobsdataplane#TerminalStateException":
|
|
143
|
+
throw await de_TerminalStateExceptionRes(parsedOutput, context);
|
|
240
144
|
case "ThrottlingException":
|
|
241
145
|
case "com.amazonaws.iotjobsdataplane#ThrottlingException":
|
|
242
146
|
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
147
|
+
case "InvalidStateTransitionException":
|
|
148
|
+
case "com.amazonaws.iotjobsdataplane#InvalidStateTransitionException":
|
|
149
|
+
throw await de_InvalidStateTransitionExceptionRes(parsedOutput, context);
|
|
243
150
|
default:
|
|
244
151
|
const parsedBody = parsedOutput.body;
|
|
245
152
|
return throwDefaultError({
|
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.507.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot-jobs-data-plane",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.507.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.507.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.502.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.502.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.502.0",
|