@aws-sdk/client-iot-jobs-data-plane 3.775.0 → 3.777.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.
@@ -90,6 +90,7 @@ declare const DescribeJobExecutionCommand_base: {
90
90
  * @throws {@link IoTJobsDataPlaneServiceException}
91
91
  * <p>Base exception class for all service exceptions from IoTJobsDataPlane service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DescribeJobExecutionCommand extends DescribeJobExecutionCommand_base {
@@ -89,6 +89,7 @@ declare const GetPendingJobExecutionsCommand_base: {
89
89
  * @throws {@link IoTJobsDataPlaneServiceException}
90
90
  * <p>Base exception class for all service exceptions from IoTJobsDataPlane service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class GetPendingJobExecutionsCommand extends GetPendingJobExecutionsCommand_base {
@@ -87,6 +87,7 @@ declare const StartCommandExecutionCommand_base: {
87
87
  * @throws {@link IoTJobsDataPlaneServiceException}
88
88
  * <p>Base exception class for all service exceptions from IoTJobsDataPlane service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class StartCommandExecutionCommand extends StartCommandExecutionCommand_base {
@@ -89,6 +89,7 @@ declare const StartNextPendingJobExecutionCommand_base: {
89
89
  * @throws {@link IoTJobsDataPlaneServiceException}
90
90
  * <p>Base exception class for all service exceptions from IoTJobsDataPlane service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class StartNextPendingJobExecutionCommand extends StartNextPendingJobExecutionCommand_base {
@@ -93,6 +93,7 @@ declare const UpdateJobExecutionCommand_base: {
93
93
  * @throws {@link IoTJobsDataPlaneServiceException}
94
94
  * <p>Base exception class for all service exceptions from IoTJobsDataPlane service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class UpdateJobExecutionCommand extends UpdateJobExecutionCommand_base {
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.775.0",
4
+ "version": "3.777.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",