@aws-sdk/client-rbin 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 +19 -18
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1186,34 +1186,35 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1186
1186
  // Annotate the CommonJS export names for ESM import in node:
1187
1187
 
1188
1188
  0 && (module.exports = {
1189
- ConflictException,
1190
- ConflictExceptionReason,
1189
+ RbinServiceException,
1190
+ __Client,
1191
+ RbinClient,
1192
+ Rbin,
1193
+ $Command,
1191
1194
  CreateRuleCommand,
1192
1195
  DeleteRuleCommand,
1193
1196
  GetRuleCommand,
1194
- InternalServerException,
1195
1197
  ListRulesCommand,
1196
1198
  ListTagsForResourceCommand,
1197
1199
  LockRuleCommand,
1198
- LockState,
1199
- Rbin,
1200
- RbinClient,
1201
- RbinServiceException,
1202
- ResourceNotFoundException,
1203
- ResourceNotFoundExceptionReason,
1204
- ResourceType,
1205
- RetentionPeriodUnit,
1206
- RuleStatus,
1207
- ServiceQuotaExceededException,
1208
- ServiceQuotaExceededExceptionReason,
1209
1200
  TagResourceCommand,
1210
- UnlockDelayUnit,
1211
1201
  UnlockRuleCommand,
1212
1202
  UntagResourceCommand,
1213
1203
  UpdateRuleCommand,
1214
- ValidationException,
1204
+ paginateListRules,
1205
+ UnlockDelayUnit,
1206
+ ResourceType,
1207
+ RetentionPeriodUnit,
1208
+ LockState,
1209
+ RuleStatus,
1210
+ InternalServerException,
1211
+ ServiceQuotaExceededExceptionReason,
1212
+ ServiceQuotaExceededException,
1215
1213
  ValidationExceptionReason,
1216
- __Client,
1217
- paginateListRules
1214
+ ValidationException,
1215
+ ConflictExceptionReason,
1216
+ ConflictException,
1217
+ ResourceNotFoundExceptionReason,
1218
+ ResourceNotFoundException
1218
1219
  });
1219
1220
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rbin",
3
3
  "description": "AWS SDK for JavaScript Rbin 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-rbin",
@@ -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",