@aws-sdk/client-iot-jobs-data-plane 3.300.0 → 3.301.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-types/commands/DescribeJobExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetPendingJobExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/StartNextPendingJobExecutionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateJobExecutionCommand.d.ts +2 -2
- package/package.json +3 -3
|
@@ -26,7 +26,7 @@ export interface DescribeJobExecutionCommandOutput extends DescribeJobExecutionR
|
|
|
26
26
|
* import { IoTJobsDataPlaneClient, DescribeJobExecutionCommand } from "@aws-sdk/client-iot-jobs-data-plane"; // ES Modules import
|
|
27
27
|
* // const { IoTJobsDataPlaneClient, DescribeJobExecutionCommand } = require("@aws-sdk/client-iot-jobs-data-plane"); // CommonJS import
|
|
28
28
|
* const client = new IoTJobsDataPlaneClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeJobExecutionRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* thingName: "STRING_VALUE", // required
|
|
32
32
|
* includeJobDocument: true || false,
|
|
@@ -26,7 +26,7 @@ export interface GetPendingJobExecutionsCommandOutput extends GetPendingJobExecu
|
|
|
26
26
|
* import { IoTJobsDataPlaneClient, GetPendingJobExecutionsCommand } from "@aws-sdk/client-iot-jobs-data-plane"; // ES Modules import
|
|
27
27
|
* // const { IoTJobsDataPlaneClient, GetPendingJobExecutionsCommand } = require("@aws-sdk/client-iot-jobs-data-plane"); // CommonJS import
|
|
28
28
|
* const client = new IoTJobsDataPlaneClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetPendingJobExecutionsRequest
|
|
30
30
|
* thingName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetPendingJobExecutionsCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface StartNextPendingJobExecutionCommandOutput extends StartNextPend
|
|
|
26
26
|
* import { IoTJobsDataPlaneClient, StartNextPendingJobExecutionCommand } from "@aws-sdk/client-iot-jobs-data-plane"; // ES Modules import
|
|
27
27
|
* // const { IoTJobsDataPlaneClient, StartNextPendingJobExecutionCommand } = require("@aws-sdk/client-iot-jobs-data-plane"); // CommonJS import
|
|
28
28
|
* const client = new IoTJobsDataPlaneClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartNextPendingJobExecutionRequest
|
|
30
30
|
* thingName: "STRING_VALUE", // required
|
|
31
|
-
* statusDetails: {
|
|
31
|
+
* statusDetails: { // DetailsMap
|
|
32
32
|
* "<keys>": "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* stepTimeoutInMinutes: Number("long"),
|
|
@@ -26,11 +26,11 @@ export interface UpdateJobExecutionCommandOutput extends UpdateJobExecutionRespo
|
|
|
26
26
|
* import { IoTJobsDataPlaneClient, UpdateJobExecutionCommand } from "@aws-sdk/client-iot-jobs-data-plane"; // ES Modules import
|
|
27
27
|
* // const { IoTJobsDataPlaneClient, UpdateJobExecutionCommand } = require("@aws-sdk/client-iot-jobs-data-plane"); // CommonJS import
|
|
28
28
|
* const client = new IoTJobsDataPlaneClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateJobExecutionRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* thingName: "STRING_VALUE", // required
|
|
32
32
|
* status: "STRING_VALUE", // required
|
|
33
|
-
* statusDetails: {
|
|
33
|
+
* statusDetails: { // DetailsMap
|
|
34
34
|
* "<keys>": "STRING_VALUE",
|
|
35
35
|
* },
|
|
36
36
|
* stepTimeoutInMinutes: Number("long"),
|
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.301.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|