@aws-sdk/client-iot-data-plane 3.496.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +13 -12
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1128,28 +1128,29 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1128
1128
  // Annotate the CommonJS export names for ESM import in node:
1129
1129
 
1130
1130
  0 && (module.exports = {
1131
- ConflictException,
1131
+ IoTDataPlaneServiceException,
1132
+ __Client,
1133
+ IoTDataPlaneClient,
1134
+ IoTDataPlane,
1135
+ $Command,
1132
1136
  DeleteThingShadowCommand,
1133
1137
  GetRetainedMessageCommand,
1134
1138
  GetThingShadowCommand,
1135
- InternalFailureException,
1136
- InvalidRequestException,
1137
- IoTDataPlane,
1138
- IoTDataPlaneClient,
1139
- IoTDataPlaneServiceException,
1140
1139
  ListNamedShadowsForThingCommand,
1141
1140
  ListRetainedMessagesCommand,
1142
- MethodNotAllowedException,
1143
- PayloadFormatIndicator,
1144
1141
  PublishCommand,
1145
- RequestEntityTooLargeException,
1142
+ UpdateThingShadowCommand,
1143
+ paginateListRetainedMessages,
1144
+ ConflictException,
1145
+ InternalFailureException,
1146
+ InvalidRequestException,
1147
+ MethodNotAllowedException,
1146
1148
  ResourceNotFoundException,
1147
1149
  ServiceUnavailableException,
1148
1150
  ThrottlingException,
1149
1151
  UnauthorizedException,
1150
1152
  UnsupportedDocumentEncodingException,
1151
- UpdateThingShadowCommand,
1152
- __Client,
1153
- paginateListRetainedMessages
1153
+ PayloadFormatIndicator,
1154
+ RequestEntityTooLargeException
1154
1155
  });
1155
1156
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-data-plane",
3
3
  "description": "AWS SDK for JavaScript Iot Data Plane Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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-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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",