@aws-sdk/client-ebs 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 +27 -26
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1120,41 +1120,42 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1120
1120
  // Annotate the CommonJS export names for ESM import in node:
1121
1121
 
1122
1122
  0 && (module.exports = {
1123
- AccessDeniedException,
1123
+ EBSServiceException,
1124
+ __Client,
1125
+ EBSClient,
1126
+ EBS,
1127
+ $Command,
1128
+ CompleteSnapshotCommand,
1129
+ GetSnapshotBlockCommand,
1130
+ ListChangedBlocksCommand,
1131
+ ListSnapshotBlocksCommand,
1132
+ PutSnapshotBlockCommand,
1133
+ StartSnapshotCommand,
1134
+ paginateListChangedBlocks,
1135
+ paginateListSnapshotBlocks,
1124
1136
  AccessDeniedExceptionReason,
1125
- ChangedBlockFilterSensitiveLog,
1137
+ AccessDeniedException,
1126
1138
  ChecksumAggregationMethod,
1127
1139
  ChecksumAlgorithm,
1128
- CompleteSnapshotCommand,
1140
+ Status,
1141
+ InternalServerException,
1142
+ RequestThrottledExceptionReason,
1143
+ RequestThrottledException,
1144
+ ResourceNotFoundExceptionReason,
1145
+ ResourceNotFoundException,
1146
+ ServiceQuotaExceededExceptionReason,
1147
+ ServiceQuotaExceededException,
1148
+ ValidationExceptionReason,
1149
+ ValidationException,
1129
1150
  ConcurrentLimitExceededException,
1130
1151
  ConflictException,
1131
- EBS,
1132
- EBSClient,
1133
- EBSServiceException,
1134
- GetSnapshotBlockCommand,
1152
+ SSEType,
1153
+ ChangedBlockFilterSensitiveLog,
1135
1154
  GetSnapshotBlockResponseFilterSensitiveLog,
1136
- InternalServerException,
1137
- ListChangedBlocksCommand,
1138
1155
  ListChangedBlocksResponseFilterSensitiveLog,
1139
- ListSnapshotBlocksCommand,
1140
1156
  ListSnapshotBlocksResponseFilterSensitiveLog,
1141
- PutSnapshotBlockCommand,
1142
1157
  PutSnapshotBlockRequestFilterSensitiveLog,
1143
- RequestThrottledException,
1144
- RequestThrottledExceptionReason,
1145
- ResourceNotFoundException,
1146
- ResourceNotFoundExceptionReason,
1147
- SSEType,
1148
- ServiceQuotaExceededException,
1149
- ServiceQuotaExceededExceptionReason,
1150
- StartSnapshotCommand,
1151
1158
  StartSnapshotRequestFilterSensitiveLog,
1152
- StartSnapshotResponseFilterSensitiveLog,
1153
- Status,
1154
- ValidationException,
1155
- ValidationExceptionReason,
1156
- __Client,
1157
- paginateListChangedBlocks,
1158
- paginateListSnapshotBlocks
1159
+ StartSnapshotResponseFilterSensitiveLog
1159
1160
  });
1160
1161
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ebs",
3
3
  "description": "AWS SDK for JavaScript Ebs 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-ebs",
@@ -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",