@aws-sdk/client-iot-jobs-data-plane 3.649.0 → 3.650.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 +4 -12
- package/dist-es/commands/DescribeJobExecutionCommand.js +1 -3
- package/dist-es/commands/GetPendingJobExecutionsCommand.js +1 -3
- package/dist-es/commands/StartNextPendingJobExecutionCommand.js +1 -3
- package/dist-es/commands/UpdateJobExecutionCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -598,9 +598,7 @@ var _eN = "executionNumber";
|
|
|
598
598
|
var _iJD = "includeJobDocument";
|
|
599
599
|
|
|
600
600
|
// src/commands/DescribeJobExecutionCommand.ts
|
|
601
|
-
var _DescribeJobExecutionCommand = class _DescribeJobExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
602
|
-
...commonParams
|
|
603
|
-
}).m(function(Command, cs, config, o) {
|
|
601
|
+
var _DescribeJobExecutionCommand = class _DescribeJobExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
604
602
|
return [
|
|
605
603
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
606
604
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -614,9 +612,7 @@ var DescribeJobExecutionCommand = _DescribeJobExecutionCommand;
|
|
|
614
612
|
|
|
615
613
|
|
|
616
614
|
|
|
617
|
-
var _GetPendingJobExecutionsCommand = class _GetPendingJobExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
618
|
-
...commonParams
|
|
619
|
-
}).m(function(Command, cs, config, o) {
|
|
615
|
+
var _GetPendingJobExecutionsCommand = class _GetPendingJobExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
620
616
|
return [
|
|
621
617
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
622
618
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -630,9 +626,7 @@ var GetPendingJobExecutionsCommand = _GetPendingJobExecutionsCommand;
|
|
|
630
626
|
|
|
631
627
|
|
|
632
628
|
|
|
633
|
-
var _StartNextPendingJobExecutionCommand = class _StartNextPendingJobExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
634
|
-
...commonParams
|
|
635
|
-
}).m(function(Command, cs, config, o) {
|
|
629
|
+
var _StartNextPendingJobExecutionCommand = class _StartNextPendingJobExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
636
630
|
return [
|
|
637
631
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
638
632
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -646,9 +640,7 @@ var StartNextPendingJobExecutionCommand = _StartNextPendingJobExecutionCommand;
|
|
|
646
640
|
|
|
647
641
|
|
|
648
642
|
|
|
649
|
-
var _UpdateJobExecutionCommand = class _UpdateJobExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
650
|
-
...commonParams
|
|
651
|
-
}).m(function(Command, cs, config, o) {
|
|
643
|
+
var _UpdateJobExecutionCommand = class _UpdateJobExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
652
644
|
return [
|
|
653
645
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
654
646
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DescribeJobExecutionCommand, se_DescribeJobExecutionCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeJobExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPendingJobExecutionsCommand, se_GetPendingJobExecutionsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPendingJobExecutionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartNextPendingJobExecutionCommand, se_StartNextPendingJobExecution
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartNextPendingJobExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateJobExecutionCommand, se_UpdateJobExecutionCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateJobExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.650.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|