@aws-sdk/client-ebs 3.533.0 → 3.540.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.
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -962,9 +962,6 @@ var paginateListChangedBlocks = (0, import_core.createPaginator)(EBSClient, List
962
962
  // src/pagination/ListSnapshotBlocksPaginator.ts
963
963
 
964
964
  var paginateListSnapshotBlocks = (0, import_core.createPaginator)(EBSClient, ListSnapshotBlocksCommand, "NextToken", "NextToken", "MaxResults");
965
-
966
- // src/index.ts
967
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
968
965
  // Annotate the CommonJS export names for ESM import in node:
969
966
 
970
967
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./EBS";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { EBSServiceException } from "./models/EBSServiceException";
@@ -45,7 +45,6 @@ export interface EBS {
45
45
  startSnapshot(args: StartSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartSnapshotCommandOutput) => void): void;
46
46
  }
47
47
  /**
48
- * @public
49
48
  * <p>You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data directly to
50
49
  * your snapshots, read data on your snapshots, and identify the differences or changes between
51
50
  * two snapshots. If you’re an independent software vendor (ISV) who offers backup services for
@@ -63,6 +62,7 @@ export interface EBS {
63
62
  * Guide</i>. For more information about the supported Amazon Web Services Regions, endpoints,
64
63
  * and service quotas for the EBS direct APIs, see <a href="https://docs.aws.amazon.com/general/latest/gr/ebs-service.html">Amazon Elastic Block Store Endpoints and Quotas</a> in
65
64
  * the <i>Amazon Web Services General Reference</i>.</p>
65
+ * @public
66
66
  */
67
67
  export declare class EBS extends EBSClient implements EBS {
68
68
  }
@@ -162,7 +162,6 @@ export type EBSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
162
162
  export interface EBSClientResolvedConfig extends EBSClientResolvedConfigType {
163
163
  }
164
164
  /**
165
- * @public
166
165
  * <p>You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data directly to
167
166
  * your snapshots, read data on your snapshots, and identify the differences or changes between
168
167
  * two snapshots. If you’re an independent software vendor (ISV) who offers backup services for
@@ -180,6 +179,7 @@ export interface EBSClientResolvedConfig extends EBSClientResolvedConfigType {
180
179
  * Guide</i>. For more information about the supported Amazon Web Services Regions, endpoints,
181
180
  * and service quotas for the EBS direct APIs, see <a href="https://docs.aws.amazon.com/general/latest/gr/ebs-service.html">Amazon Elastic Block Store Endpoints and Quotas</a> in
182
181
  * the <i>Amazon Web Services General Reference</i>.</p>
182
+ * @public
183
183
  */
184
184
  export declare class EBSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EBSClientResolvedConfig> {
185
185
  /**
@@ -22,10 +22,10 @@ export interface CompleteSnapshotCommandOutput extends CompleteSnapshotResponse,
22
22
  }
23
23
  declare const CompleteSnapshotCommand_base: {
24
24
  new (input: CompleteSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteSnapshotCommandInput, CompleteSnapshotCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CompleteSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CompleteSnapshotCommandInput, CompleteSnapshotCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Seals and completes the snapshot after all of the required blocks of data have been
30
30
  * written to it. Completing the snapshot changes the status to <code>completed</code>. You
31
31
  * cannot write new blocks to a snapshot after it has been completed.</p>
@@ -84,6 +84,7 @@ declare const CompleteSnapshotCommand_base: {
84
84
  * @throws {@link EBSServiceException}
85
85
  * <p>Base exception class for all service exceptions from EBS service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CompleteSnapshotCommand extends CompleteSnapshotCommand_base {
89
90
  }
@@ -23,10 +23,10 @@ export interface GetSnapshotBlockCommandOutput extends Omit<GetSnapshotBlockResp
23
23
  }
24
24
  declare const GetSnapshotBlockCommand_base: {
25
25
  new (input: GetSnapshotBlockCommandInput): import("@smithy/smithy-client").CommandImpl<GetSnapshotBlockCommandInput, GetSnapshotBlockCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: GetSnapshotBlockCommandInput): import("@smithy/smithy-client").CommandImpl<GetSnapshotBlockCommandInput, GetSnapshotBlockCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
28
  };
28
29
  /**
29
- * @public
30
30
  * <p>Returns the data in a block in an Amazon Elastic Block Store snapshot.</p>
31
31
  * <note>
32
32
  * <p>You should always retry requests that receive server (<code>5xx</code>)
@@ -84,6 +84,7 @@ declare const GetSnapshotBlockCommand_base: {
84
84
  * @throws {@link EBSServiceException}
85
85
  * <p>Base exception class for all service exceptions from EBS service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetSnapshotBlockCommand extends GetSnapshotBlockCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListChangedBlocksCommandOutput extends ListChangedBlocksRespons
22
22
  }
23
23
  declare const ListChangedBlocksCommand_base: {
24
24
  new (input: ListChangedBlocksCommandInput): import("@smithy/smithy-client").CommandImpl<ListChangedBlocksCommandInput, ListChangedBlocksCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListChangedBlocksCommandInput): import("@smithy/smithy-client").CommandImpl<ListChangedBlocksCommandInput, ListChangedBlocksCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the blocks that are different between two
30
30
  * Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.</p>
31
31
  * <note>
@@ -93,6 +93,7 @@ declare const ListChangedBlocksCommand_base: {
93
93
  * @throws {@link EBSServiceException}
94
94
  * <p>Base exception class for all service exceptions from EBS service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListChangedBlocksCommand extends ListChangedBlocksCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListSnapshotBlocksCommandOutput extends ListSnapshotBlocksRespo
22
22
  }
23
23
  declare const ListSnapshotBlocksCommand_base: {
24
24
  new (input: ListSnapshotBlocksCommandInput): import("@smithy/smithy-client").CommandImpl<ListSnapshotBlocksCommandInput, ListSnapshotBlocksCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSnapshotBlocksCommandInput): import("@smithy/smithy-client").CommandImpl<ListSnapshotBlocksCommandInput, ListSnapshotBlocksCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the blocks in an Amazon Elastic Block Store snapshot.</p>
30
30
  * <note>
31
31
  * <p>You should always retry requests that receive server (<code>5xx</code>)
@@ -90,6 +90,7 @@ declare const ListSnapshotBlocksCommand_base: {
90
90
  * @throws {@link EBSServiceException}
91
91
  * <p>Base exception class for all service exceptions from EBS service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class ListSnapshotBlocksCommand extends ListSnapshotBlocksCommand_base {
95
96
  }
@@ -23,10 +23,10 @@ export interface PutSnapshotBlockCommandOutput extends PutSnapshotBlockResponse,
23
23
  }
24
24
  declare const PutSnapshotBlockCommand_base: {
25
25
  new (input: PutSnapshotBlockCommandInput): import("@smithy/smithy-client").CommandImpl<PutSnapshotBlockCommandInput, PutSnapshotBlockCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: PutSnapshotBlockCommandInput): import("@smithy/smithy-client").CommandImpl<PutSnapshotBlockCommandInput, PutSnapshotBlockCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
28
  };
28
29
  /**
29
- * @public
30
30
  * <p>Writes a block of data to a snapshot. If the specified block contains
31
31
  * data, the existing data is overwritten. The target snapshot must be in the
32
32
  * <code>pending</code> state.</p>
@@ -89,6 +89,7 @@ declare const PutSnapshotBlockCommand_base: {
89
89
  * @throws {@link EBSServiceException}
90
90
  * <p>Base exception class for all service exceptions from EBS service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class PutSnapshotBlockCommand extends PutSnapshotBlockCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface StartSnapshotCommandOutput extends StartSnapshotResponse, __Met
22
22
  }
23
23
  declare const StartSnapshotCommand_base: {
24
24
  new (input: StartSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<StartSnapshotCommandInput, StartSnapshotCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<StartSnapshotCommandInput, StartSnapshotCommandOutput, EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new Amazon EBS snapshot. The new snapshot enters the <code>pending</code> state
30
30
  * after the request completes. </p>
31
31
  * <p>After creating the snapshot, use <a href="https://docs.aws.amazon.com/ebs/latest/APIReference/API_PutSnapshotBlock.html"> PutSnapshotBlock</a> to
@@ -117,6 +117,7 @@ declare const StartSnapshotCommand_base: {
117
117
  * @throws {@link EBSServiceException}
118
118
  * <p>Base exception class for all service exceptions from EBS service.</p>
119
119
  *
120
+ * @public
120
121
  */
121
122
  export declare class StartSnapshotCommand extends StartSnapshotCommand_base {
122
123
  }
@@ -27,5 +27,4 @@ export { EBSExtensionConfiguration } from "./extensionConfiguration";
27
27
  export * from "./commands";
28
28
  export * from "./pagination";
29
29
  export * from "./models";
30
- import "@aws-sdk/util-endpoints";
31
30
  export { EBSServiceException } from "./models/EBSServiceException";
@@ -14,16 +14,16 @@ export declare const AccessDeniedExceptionReason: {
14
14
  */
15
15
  export type AccessDeniedExceptionReason = (typeof AccessDeniedExceptionReason)[keyof typeof AccessDeniedExceptionReason];
16
16
  /**
17
- * @public
18
17
  * <p>You do not have sufficient access to perform this action.</p>
18
+ * @public
19
19
  */
20
20
  export declare class AccessDeniedException extends __BaseException {
21
21
  readonly name: "AccessDeniedException";
22
22
  readonly $fault: "client";
23
23
  Message?: string;
24
24
  /**
25
- * @public
26
25
  * <p>The reason for the exception.</p>
26
+ * @public
27
27
  */
28
28
  Reason: AccessDeniedExceptionReason | undefined;
29
29
  /**
@@ -32,43 +32,43 @@ export declare class AccessDeniedException extends __BaseException {
32
32
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
33
33
  }
34
34
  /**
35
- * @public
36
35
  * <p>A block of data in an Amazon Elastic Block Store snapshot.</p>
36
+ * @public
37
37
  */
38
38
  export interface Block {
39
39
  /**
40
- * @public
41
40
  * <p>The block index.</p>
41
+ * @public
42
42
  */
43
43
  BlockIndex?: number;
44
44
  /**
45
- * @public
46
45
  * <p>The block token for the block index.</p>
46
+ * @public
47
47
  */
48
48
  BlockToken?: string;
49
49
  }
50
50
  /**
51
- * @public
52
51
  * <p>A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of
53
52
  * the same volume/snapshot lineage.</p>
53
+ * @public
54
54
  */
55
55
  export interface ChangedBlock {
56
56
  /**
57
- * @public
58
57
  * <p>The block index.</p>
58
+ * @public
59
59
  */
60
60
  BlockIndex?: number;
61
61
  /**
62
- * @public
63
62
  * <p>The block token for the block index of the <code>FirstSnapshotId</code> specified in
64
63
  * the <code>ListChangedBlocks</code> operation. This value is absent if the first snapshot
65
64
  * does not have the changed block that is on the second snapshot.</p>
65
+ * @public
66
66
  */
67
67
  FirstBlockToken?: string;
68
68
  /**
69
- * @public
70
69
  * <p>The block token for the block index of the <code>SecondSnapshotId</code> specified in
71
70
  * the <code>ListChangedBlocks</code> operation.</p>
71
+ * @public
72
72
  */
73
73
  SecondBlockToken?: string;
74
74
  }
@@ -99,35 +99,35 @@ export type ChecksumAlgorithm = (typeof ChecksumAlgorithm)[keyof typeof Checksum
99
99
  */
100
100
  export interface CompleteSnapshotRequest {
101
101
  /**
102
- * @public
103
102
  * <p>The ID of the snapshot.</p>
103
+ * @public
104
104
  */
105
105
  SnapshotId: string | undefined;
106
106
  /**
107
- * @public
108
107
  * <p>The number of blocks that were written to the snapshot.</p>
108
+ * @public
109
109
  */
110
110
  ChangedBlocksCount: number | undefined;
111
111
  /**
112
- * @public
113
112
  * <p>An aggregated Base-64 SHA256 checksum based on the checksums of each written
114
113
  * block.</p>
115
114
  * <p>To generate the aggregated checksum using the linear aggregation method, arrange the
116
115
  * checksums for each written block in ascending order of their block index, concatenate
117
116
  * them to form a single string, and then generate the checksum on the entire string using
118
117
  * the SHA256 algorithm.</p>
118
+ * @public
119
119
  */
120
120
  Checksum?: string;
121
121
  /**
122
- * @public
123
122
  * <p>The algorithm used to generate the checksum. Currently, the only supported algorithm
124
123
  * is <code>SHA256</code>.</p>
124
+ * @public
125
125
  */
126
126
  ChecksumAlgorithm?: ChecksumAlgorithm;
127
127
  /**
128
- * @public
129
128
  * <p>The aggregation method used to generate the checksum. Currently, the only supported
130
129
  * aggregation method is <code>LINEAR</code>.</p>
130
+ * @public
131
131
  */
132
132
  ChecksumAggregationMethod?: ChecksumAggregationMethod;
133
133
  }
@@ -149,14 +149,14 @@ export type Status = (typeof Status)[keyof typeof Status];
149
149
  */
150
150
  export interface CompleteSnapshotResponse {
151
151
  /**
152
- * @public
153
152
  * <p>The status of the snapshot.</p>
153
+ * @public
154
154
  */
155
155
  Status?: Status;
156
156
  }
157
157
  /**
158
- * @public
159
158
  * <p>An internal error has occurred. For more information see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/error-retries.html">Error retries</a>.</p>
159
+ * @public
160
160
  */
161
161
  export declare class InternalServerException extends __BaseException {
162
162
  readonly name: "InternalServerException";
@@ -181,17 +181,17 @@ export declare const RequestThrottledExceptionReason: {
181
181
  */
182
182
  export type RequestThrottledExceptionReason = (typeof RequestThrottledExceptionReason)[keyof typeof RequestThrottledExceptionReason];
183
183
  /**
184
- * @public
185
184
  * <p>The number of API requests has exceeded the maximum allowed API request
186
185
  * throttling limit for the snapshot. For more information see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/error-retries.html">Error retries</a>.</p>
186
+ * @public
187
187
  */
188
188
  export declare class RequestThrottledException extends __BaseException {
189
189
  readonly name: "RequestThrottledException";
190
190
  readonly $fault: "client";
191
191
  Message?: string;
192
192
  /**
193
- * @public
194
193
  * <p>The reason for the exception.</p>
194
+ * @public
195
195
  */
196
196
  Reason?: RequestThrottledExceptionReason;
197
197
  /**
@@ -214,16 +214,16 @@ export declare const ResourceNotFoundExceptionReason: {
214
214
  */
215
215
  export type ResourceNotFoundExceptionReason = (typeof ResourceNotFoundExceptionReason)[keyof typeof ResourceNotFoundExceptionReason];
216
216
  /**
217
- * @public
218
217
  * <p>The specified resource does not exist.</p>
218
+ * @public
219
219
  */
220
220
  export declare class ResourceNotFoundException extends __BaseException {
221
221
  readonly name: "ResourceNotFoundException";
222
222
  readonly $fault: "client";
223
223
  Message?: string;
224
224
  /**
225
- * @public
226
225
  * <p>The reason for the exception.</p>
226
+ * @public
227
227
  */
228
228
  Reason?: ResourceNotFoundExceptionReason;
229
229
  /**
@@ -243,16 +243,16 @@ export declare const ServiceQuotaExceededExceptionReason: {
243
243
  */
244
244
  export type ServiceQuotaExceededExceptionReason = (typeof ServiceQuotaExceededExceptionReason)[keyof typeof ServiceQuotaExceededExceptionReason];
245
245
  /**
246
- * @public
247
246
  * <p>Your current service quotas do not allow you to perform this action.</p>
247
+ * @public
248
248
  */
249
249
  export declare class ServiceQuotaExceededException extends __BaseException {
250
250
  readonly name: "ServiceQuotaExceededException";
251
251
  readonly $fault: "client";
252
252
  Message?: string;
253
253
  /**
254
- * @public
255
254
  * <p>The reason for the exception.</p>
255
+ * @public
256
256
  */
257
257
  Reason?: ServiceQuotaExceededExceptionReason;
258
258
  /**
@@ -286,16 +286,16 @@ export declare const ValidationExceptionReason: {
286
286
  */
287
287
  export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
288
288
  /**
289
- * @public
290
289
  * <p>The input fails to satisfy the constraints of the EBS direct APIs.</p>
290
+ * @public
291
291
  */
292
292
  export declare class ValidationException extends __BaseException {
293
293
  readonly name: "ValidationException";
294
294
  readonly $fault: "client";
295
295
  Message?: string;
296
296
  /**
297
- * @public
298
297
  * <p>The reason for the validation exception.</p>
298
+ * @public
299
299
  */
300
300
  Reason?: ValidationExceptionReason;
301
301
  /**
@@ -304,10 +304,10 @@ export declare class ValidationException extends __BaseException {
304
304
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
305
305
  }
306
306
  /**
307
- * @public
308
307
  * <p>You have reached the limit for concurrent API requests. For more information, see
309
308
  * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html#ebsapi-performance">Optimizing performance of the EBS direct APIs</a> in the <i>Amazon Elastic Compute Cloud
310
309
  * User Guide</i>.</p>
310
+ * @public
311
311
  */
312
312
  export declare class ConcurrentLimitExceededException extends __BaseException {
313
313
  readonly name: "ConcurrentLimitExceededException";
@@ -319,9 +319,9 @@ export declare class ConcurrentLimitExceededException extends __BaseException {
319
319
  constructor(opts: __ExceptionOptionType<ConcurrentLimitExceededException, __BaseException>);
320
320
  }
321
321
  /**
322
- * @public
323
322
  * <p>The request uses the same client token as a previous, but non-identical
324
323
  * request.</p>
324
+ * @public
325
325
  */
326
326
  export declare class ConflictException extends __BaseException {
327
327
  readonly name: "ConflictException";
@@ -337,7 +337,6 @@ export declare class ConflictException extends __BaseException {
337
337
  */
338
338
  export interface GetSnapshotBlockRequest {
339
339
  /**
340
- * @public
341
340
  * <p>The ID of the snapshot containing the block from which to get data.</p>
342
341
  * <important>
343
342
  * <p>If the specified snapshot is encrypted, you must have permission to use the
@@ -346,21 +345,22 @@ export interface GetSnapshotBlockRequest {
346
345
  * Using encryption</a> in the <i>Amazon Elastic Compute Cloud User
347
346
  * Guide</i>.</p>
348
347
  * </important>
348
+ * @public
349
349
  */
350
350
  SnapshotId: string | undefined;
351
351
  /**
352
- * @public
353
352
  * <p>The block index of the block in which to read the data. A block index is a logical
354
353
  * index in units of <code>512</code> KiB blocks. To identify the block index, divide
355
354
  * the logical offset of the data in the logical volume by the block size (logical offset
356
355
  * of data/<code>524288</code>). The logical offset of the data must be <code>512</code>
357
356
  * KiB aligned.</p>
357
+ * @public
358
358
  */
359
359
  BlockIndex: number | undefined;
360
360
  /**
361
- * @public
362
361
  * <p>The block token of the block from which to get data. You can obtain the <code>BlockToken</code>
363
362
  * by running the <code>ListChangedBlocks</code> or <code>ListSnapshotBlocks</code> operations.</p>
363
+ * @public
364
364
  */
365
365
  BlockToken: string | undefined;
366
366
  }
@@ -369,23 +369,23 @@ export interface GetSnapshotBlockRequest {
369
369
  */
370
370
  export interface GetSnapshotBlockResponse {
371
371
  /**
372
- * @public
373
372
  * <p>The size of the data in the block.</p>
373
+ * @public
374
374
  */
375
375
  DataLength?: number;
376
376
  /**
377
- * @public
378
377
  * <p>The data content of the block.</p>
378
+ * @public
379
379
  */
380
380
  BlockData?: StreamingBlobTypes;
381
381
  /**
382
- * @public
383
382
  * <p>The checksum generated for the block, which is Base64 encoded.</p>
383
+ * @public
384
384
  */
385
385
  Checksum?: string;
386
386
  /**
387
- * @public
388
387
  * <p>The algorithm used to generate the checksum for the block, such as SHA256.</p>
388
+ * @public
389
389
  */
390
390
  ChecksumAlgorithm?: ChecksumAlgorithm;
391
391
  }
@@ -394,32 +394,31 @@ export interface GetSnapshotBlockResponse {
394
394
  */
395
395
  export interface ListChangedBlocksRequest {
396
396
  /**
397
- * @public
398
397
  * <p>The ID of the first snapshot to use for the comparison.</p>
399
398
  * <important>
400
399
  * <p>The <code>FirstSnapshotID</code> parameter must be specified with a
401
400
  * <code>SecondSnapshotId</code> parameter; otherwise, an error occurs.</p>
402
401
  * </important>
402
+ * @public
403
403
  */
404
404
  FirstSnapshotId?: string;
405
405
  /**
406
- * @public
407
406
  * <p>The ID of the second snapshot to use for the comparison.</p>
408
407
  * <important>
409
408
  * <p>The <code>SecondSnapshotId</code> parameter must be specified with a
410
409
  * <code>FirstSnapshotID</code> parameter; otherwise, an error occurs.</p>
411
410
  * </important>
411
+ * @public
412
412
  */
413
413
  SecondSnapshotId: string | undefined;
414
414
  /**
415
- * @public
416
415
  * <p>The token to request the next page of results.</p>
417
416
  * <p>If you specify <b>NextToken</b>, then
418
417
  * <b>StartingBlockIndex</b> is ignored.</p>
418
+ * @public
419
419
  */
420
420
  NextToken?: string;
421
421
  /**
422
- * @public
423
422
  * <p>The maximum number of blocks to be returned by the request.</p>
424
423
  * <p>Even if additional blocks can be retrieved from the snapshot, the request can
425
424
  * return less blocks than <b>MaxResults</b> or an empty
@@ -428,15 +427,16 @@ export interface ListChangedBlocksRequest {
428
427
  * the returned <b>NextToken</b> value. The value of
429
428
  * <b>NextToken</b> is <code>null</code> when there are no
430
429
  * more blocks to return.</p>
430
+ * @public
431
431
  */
432
432
  MaxResults?: number;
433
433
  /**
434
- * @public
435
434
  * <p>The block index from which the comparison should start.</p>
436
435
  * <p>The list in the response will start from this block index or the next valid block
437
436
  * index in the snapshots.</p>
438
437
  * <p>If you specify <b>NextToken</b>, then
439
438
  * <b>StartingBlockIndex</b> is ignored.</p>
439
+ * @public
440
440
  */
441
441
  StartingBlockIndex?: number;
442
442
  }
@@ -445,29 +445,29 @@ export interface ListChangedBlocksRequest {
445
445
  */
446
446
  export interface ListChangedBlocksResponse {
447
447
  /**
448
- * @public
449
448
  * <p>An array of objects containing information about the changed blocks.</p>
449
+ * @public
450
450
  */
451
451
  ChangedBlocks?: ChangedBlock[];
452
452
  /**
453
- * @public
454
453
  * <p>The time when the <code>BlockToken</code> expires.</p>
454
+ * @public
455
455
  */
456
456
  ExpiryTime?: Date;
457
457
  /**
458
- * @public
459
458
  * <p>The size of the volume in GB.</p>
459
+ * @public
460
460
  */
461
461
  VolumeSize?: number;
462
462
  /**
463
- * @public
464
463
  * <p>The size of the blocks in the snapshot, in bytes.</p>
464
+ * @public
465
465
  */
466
466
  BlockSize?: number;
467
467
  /**
468
- * @public
469
468
  * <p>The token to use to retrieve the next page of results. This value is null when there
470
469
  * are no more results to return.</p>
470
+ * @public
471
471
  */
472
472
  NextToken?: string;
473
473
  }
@@ -476,19 +476,18 @@ export interface ListChangedBlocksResponse {
476
476
  */
477
477
  export interface ListSnapshotBlocksRequest {
478
478
  /**
479
- * @public
480
479
  * <p>The ID of the snapshot from which to get block indexes and block tokens.</p>
480
+ * @public
481
481
  */
482
482
  SnapshotId: string | undefined;
483
483
  /**
484
- * @public
485
484
  * <p>The token to request the next page of results.</p>
486
485
  * <p>If you specify <b>NextToken</b>, then
487
486
  * <b>StartingBlockIndex</b> is ignored.</p>
487
+ * @public
488
488
  */
489
489
  NextToken?: string;
490
490
  /**
491
- * @public
492
491
  * <p>The maximum number of blocks to be returned by the request.</p>
493
492
  * <p>Even if additional blocks can be retrieved from the snapshot, the request can
494
493
  * return less blocks than <b>MaxResults</b> or an empty
@@ -497,14 +496,15 @@ export interface ListSnapshotBlocksRequest {
497
496
  * the returned <b>NextToken</b> value. The value of
498
497
  * <b>NextToken</b> is <code>null</code> when there are no
499
498
  * more blocks to return.</p>
499
+ * @public
500
500
  */
501
501
  MaxResults?: number;
502
502
  /**
503
- * @public
504
503
  * <p>The block index from which the list should start. The list in the response will start
505
504
  * from this block index or the next valid block index in the snapshot.</p>
506
505
  * <p>If you specify <b>NextToken</b>, then
507
506
  * <b>StartingBlockIndex</b> is ignored.</p>
507
+ * @public
508
508
  */
509
509
  StartingBlockIndex?: number;
510
510
  }
@@ -513,29 +513,29 @@ export interface ListSnapshotBlocksRequest {
513
513
  */
514
514
  export interface ListSnapshotBlocksResponse {
515
515
  /**
516
- * @public
517
516
  * <p>An array of objects containing information about the blocks.</p>
517
+ * @public
518
518
  */
519
519
  Blocks?: Block[];
520
520
  /**
521
- * @public
522
521
  * <p>The time when the <code>BlockToken</code> expires.</p>
522
+ * @public
523
523
  */
524
524
  ExpiryTime?: Date;
525
525
  /**
526
- * @public
527
526
  * <p>The size of the volume in GB.</p>
527
+ * @public
528
528
  */
529
529
  VolumeSize?: number;
530
530
  /**
531
- * @public
532
531
  * <p>The size of the blocks in the snapshot, in bytes.</p>
532
+ * @public
533
533
  */
534
534
  BlockSize?: number;
535
535
  /**
536
- * @public
537
536
  * <p>The token to use to retrieve the next page of results. This value is null when there
538
537
  * are no more results to return.</p>
538
+ * @public
539
539
  */
540
540
  NextToken?: string;
541
541
  }
@@ -544,7 +544,6 @@ export interface ListSnapshotBlocksResponse {
544
544
  */
545
545
  export interface PutSnapshotBlockRequest {
546
546
  /**
547
- * @public
548
547
  * <p>The ID of the snapshot.</p>
549
548
  * <important>
550
549
  * <p>If the specified snapshot is encrypted, you must have permission to use
@@ -553,19 +552,19 @@ export interface PutSnapshotBlockRequest {
553
552
  * Using encryption</a> in the <i>Amazon Elastic Compute Cloud User
554
553
  * Guide</i>..</p>
555
554
  * </important>
555
+ * @public
556
556
  */
557
557
  SnapshotId: string | undefined;
558
558
  /**
559
- * @public
560
559
  * <p>The block index of the block in which to write the data. A block index is a logical
561
560
  * index in units of <code>512</code> KiB blocks. To identify the block index, divide
562
561
  * the logical offset of the data in the logical volume by the block size (logical offset of
563
562
  * data/<code>524288</code>). The logical offset of the data must be <code>512</code>
564
563
  * KiB aligned.</p>
564
+ * @public
565
565
  */
566
566
  BlockIndex: number | undefined;
567
567
  /**
568
- * @public
569
568
  * <p>The data to write to the block.</p>
570
569
  * <p>The block data is not signed as part of the Signature Version 4 signing process. As a
571
570
  * result, you must generate and provide a Base64-encoded SHA256 checksum for the block
@@ -577,31 +576,32 @@ export interface PutSnapshotBlockRequest {
577
576
  * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html#ebsapis-using-checksums">
578
577
  * Using checksums with the EBS direct APIs</a> in the <i>Amazon Elastic Compute Cloud User
579
578
  * Guide</i>.</p>
579
+ * @public
580
580
  */
581
581
  BlockData: StreamingBlobTypes | undefined;
582
582
  /**
583
- * @public
584
583
  * <p>The size of the data to write to the block, in bytes. Currently, the only supported
585
584
  * size is <code>524288</code> bytes.</p>
586
585
  * <p>Valid values: <code>524288</code>
587
586
  * </p>
587
+ * @public
588
588
  */
589
589
  DataLength: number | undefined;
590
590
  /**
591
- * @public
592
591
  * <p>The progress of the write process, as a percentage.</p>
592
+ * @public
593
593
  */
594
594
  Progress?: number;
595
595
  /**
596
- * @public
597
596
  * <p>A Base64-encoded SHA256 checksum of the data. Only SHA256 checksums are
598
597
  * supported.</p>
598
+ * @public
599
599
  */
600
600
  Checksum: string | undefined;
601
601
  /**
602
- * @public
603
602
  * <p>The algorithm used to generate the checksum. Currently, the only supported algorithm
604
603
  * is <code>SHA256</code>.</p>
604
+ * @public
605
605
  */
606
606
  ChecksumAlgorithm: ChecksumAlgorithm | undefined;
607
607
  }
@@ -610,29 +610,29 @@ export interface PutSnapshotBlockRequest {
610
610
  */
611
611
  export interface PutSnapshotBlockResponse {
612
612
  /**
613
- * @public
614
613
  * <p>The SHA256 checksum generated for the block data by Amazon EBS.</p>
614
+ * @public
615
615
  */
616
616
  Checksum?: string;
617
617
  /**
618
- * @public
619
618
  * <p>The algorithm used by Amazon EBS to generate the checksum.</p>
619
+ * @public
620
620
  */
621
621
  ChecksumAlgorithm?: ChecksumAlgorithm;
622
622
  }
623
623
  /**
624
- * @public
625
624
  * <p>Describes a tag.</p>
625
+ * @public
626
626
  */
627
627
  export interface Tag {
628
628
  /**
629
- * @public
630
629
  * <p>The key of the tag.</p>
630
+ * @public
631
631
  */
632
632
  Key?: string;
633
633
  /**
634
- * @public
635
634
  * <p>The value of the tag.</p>
635
+ * @public
636
636
  */
637
637
  Value?: string;
638
638
  }
@@ -641,13 +641,12 @@ export interface Tag {
641
641
  */
642
642
  export interface StartSnapshotRequest {
643
643
  /**
644
- * @public
645
644
  * <p>The size of the volume, in GiB. The maximum size is <code>65536</code> GiB (64
646
645
  * TiB).</p>
646
+ * @public
647
647
  */
648
648
  VolumeSize: number | undefined;
649
649
  /**
650
- * @public
651
650
  * <p>The ID of the parent snapshot. If there is no parent snapshot, or if you are creating
652
651
  * the first snapshot for an on-premises volume, omit this parameter.</p>
653
652
  * <p>You can't specify <b>ParentSnapshotId</b> and
@@ -666,20 +665,20 @@ export interface StartSnapshotRequest {
666
665
  * Permissions to use Key Management Service keys</a> in the <i>Amazon Elastic Compute Cloud User
667
666
  * Guide</i>.</p>
668
667
  * </important>
668
+ * @public
669
669
  */
670
670
  ParentSnapshotId?: string;
671
671
  /**
672
- * @public
673
672
  * <p>The tags to apply to the snapshot.</p>
673
+ * @public
674
674
  */
675
675
  Tags?: Tag[];
676
676
  /**
677
- * @public
678
677
  * <p>A description for the snapshot.</p>
678
+ * @public
679
679
  */
680
680
  Description?: string;
681
681
  /**
682
- * @public
683
682
  * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
684
683
  * request. Idempotency ensures that an API request completes only once. With an idempotent
685
684
  * request, if the original request completes successfully. The subsequent retries with the same
@@ -688,10 +687,10 @@ export interface StartSnapshotRequest {
688
687
  * <p>If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.</p>
689
688
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-direct-api-idempotency.html">
690
689
  * Idempotency for StartSnapshot API</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
690
+ * @public
691
691
  */
692
692
  ClientToken?: string;
693
693
  /**
694
- * @public
695
694
  * <p>Indicates whether to encrypt the snapshot.</p>
696
695
  * <p>You can't specify <b>Encrypted</b> and <b>
697
696
  * ParentSnapshotId</b> in the same request. If you specify both parameters, the
@@ -708,10 +707,10 @@ export interface StartSnapshotRequest {
708
707
  * Permissions to use Key Management Service keys</a> in the <i>Amazon Elastic Compute Cloud User
709
708
  * Guide</i>.</p>
710
709
  * </important>
710
+ * @public
711
711
  */
712
712
  Encrypted?: boolean;
713
713
  /**
714
- * @public
715
714
  * <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to be used to encrypt the snapshot.</p>
716
715
  * <p>The encryption status of the snapshot depends on the values that you specify for
717
716
  * <b>Encrypted</b>, <b>KmsKeyArn</b>,
@@ -725,10 +724,10 @@ export interface StartSnapshotRequest {
725
724
  * Permissions to use Key Management Service keys</a> in the <i>Amazon Elastic Compute Cloud User
726
725
  * Guide</i>.</p>
727
726
  * </important>
727
+ * @public
728
728
  */
729
729
  KmsKeyArn?: string;
730
730
  /**
731
- * @public
732
731
  * <p>The amount of time (in minutes) after which the snapshot is automatically cancelled
733
732
  * if:</p>
734
733
  * <ul>
@@ -740,6 +739,7 @@ export interface StartSnapshotRequest {
740
739
  * </li>
741
740
  * </ul>
742
741
  * <p>If no value is specified, the timeout defaults to <code>60</code> minutes.</p>
742
+ * @public
743
743
  */
744
744
  Timeout?: number;
745
745
  }
@@ -761,60 +761,60 @@ export type SSEType = (typeof SSEType)[keyof typeof SSEType];
761
761
  */
762
762
  export interface StartSnapshotResponse {
763
763
  /**
764
- * @public
765
764
  * <p>The description of the snapshot.</p>
765
+ * @public
766
766
  */
767
767
  Description?: string;
768
768
  /**
769
- * @public
770
769
  * <p>The ID of the snapshot.</p>
770
+ * @public
771
771
  */
772
772
  SnapshotId?: string;
773
773
  /**
774
- * @public
775
774
  * <p>The Amazon Web Services account ID of the snapshot owner.</p>
775
+ * @public
776
776
  */
777
777
  OwnerId?: string;
778
778
  /**
779
- * @public
780
779
  * <p>The status of the snapshot.</p>
780
+ * @public
781
781
  */
782
782
  Status?: Status;
783
783
  /**
784
- * @public
785
784
  * <p>The timestamp when the snapshot was created.</p>
785
+ * @public
786
786
  */
787
787
  StartTime?: Date;
788
788
  /**
789
- * @public
790
789
  * <p>The size of the volume, in GiB.</p>
790
+ * @public
791
791
  */
792
792
  VolumeSize?: number;
793
793
  /**
794
- * @public
795
794
  * <p>The size of the blocks in the snapshot, in bytes.</p>
795
+ * @public
796
796
  */
797
797
  BlockSize?: number;
798
798
  /**
799
- * @public
800
799
  * <p>The tags applied to the snapshot. You can specify up to 50 tags per snapshot. For more
801
800
  * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html"> Tagging your Amazon EC2
802
801
  * resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
802
+ * @public
803
803
  */
804
804
  Tags?: Tag[];
805
805
  /**
806
- * @public
807
806
  * <p>The ID of the parent snapshot.</p>
807
+ * @public
808
808
  */
809
809
  ParentSnapshotId?: string;
810
810
  /**
811
- * @public
812
811
  * <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.</p>
812
+ * @public
813
813
  */
814
814
  KmsKeyArn?: string;
815
815
  /**
816
- * @public
817
816
  * <p>Reserved for future use.</p>
817
+ * @public
818
818
  */
819
819
  SseType?: SSEType;
820
820
  }
@@ -24,6 +24,15 @@ declare const CompleteSnapshotCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CompleteSnapshotCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CompleteSnapshotCommandInput,
31
+ CompleteSnapshotCommandOutput,
32
+ EBSClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CompleteSnapshotCommand extends CompleteSnapshotCommand_base {}
@@ -32,6 +32,15 @@ declare const GetSnapshotBlockCommand_base: {
32
32
  ServiceInputTypes,
33
33
  ServiceOutputTypes
34
34
  >;
35
+ new (
36
+ __0_0: GetSnapshotBlockCommandInput
37
+ ): import("@smithy/smithy-client").CommandImpl<
38
+ GetSnapshotBlockCommandInput,
39
+ GetSnapshotBlockCommandOutput,
40
+ EBSClientResolvedConfig,
41
+ ServiceInputTypes,
42
+ ServiceOutputTypes
43
+ >;
35
44
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
45
  };
37
46
  export declare class GetSnapshotBlockCommand extends GetSnapshotBlockCommand_base {}
@@ -25,6 +25,15 @@ declare const ListChangedBlocksCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListChangedBlocksCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListChangedBlocksCommandInput,
32
+ ListChangedBlocksCommandOutput,
33
+ EBSClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListChangedBlocksCommand extends ListChangedBlocksCommand_base {}
@@ -25,6 +25,15 @@ declare const ListSnapshotBlocksCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListSnapshotBlocksCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListSnapshotBlocksCommandInput,
32
+ ListSnapshotBlocksCommandOutput,
33
+ EBSClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListSnapshotBlocksCommand extends ListSnapshotBlocksCommand_base {}
@@ -33,6 +33,15 @@ declare const PutSnapshotBlockCommand_base: {
33
33
  ServiceInputTypes,
34
34
  ServiceOutputTypes
35
35
  >;
36
+ new (
37
+ __0_0: PutSnapshotBlockCommandInput
38
+ ): import("@smithy/smithy-client").CommandImpl<
39
+ PutSnapshotBlockCommandInput,
40
+ PutSnapshotBlockCommandOutput,
41
+ EBSClientResolvedConfig,
42
+ ServiceInputTypes,
43
+ ServiceOutputTypes
44
+ >;
36
45
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
46
  };
38
47
  export declare class PutSnapshotBlockCommand extends PutSnapshotBlockCommand_base {}
@@ -24,6 +24,15 @@ declare const StartSnapshotCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: StartSnapshotCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StartSnapshotCommandInput,
31
+ StartSnapshotCommandOutput,
32
+ EBSClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StartSnapshotCommand extends StartSnapshotCommand_base {}
@@ -6,5 +6,4 @@ export { EBSExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./models";
9
- import "@aws-sdk/util-endpoints";
10
9
  export { EBSServiceException } from "./models/EBSServiceException";
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.533.0",
4
+ "version": "3.540.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,49 +20,49 @@
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.533.0",
24
- "@aws-sdk/core": "3.533.0",
25
- "@aws-sdk/credential-provider-node": "3.533.0",
26
- "@aws-sdk/middleware-host-header": "3.533.0",
27
- "@aws-sdk/middleware-logger": "3.533.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
29
- "@aws-sdk/middleware-user-agent": "3.533.0",
30
- "@aws-sdk/region-config-resolver": "3.533.0",
31
- "@aws-sdk/types": "3.533.0",
32
- "@aws-sdk/util-endpoints": "3.533.0",
33
- "@aws-sdk/util-user-agent-browser": "3.533.0",
34
- "@aws-sdk/util-user-agent-node": "3.533.0",
35
- "@smithy/config-resolver": "^2.1.5",
36
- "@smithy/core": "^1.3.8",
37
- "@smithy/fetch-http-handler": "^2.4.5",
38
- "@smithy/hash-node": "^2.1.4",
39
- "@smithy/invalid-dependency": "^2.1.4",
40
- "@smithy/middleware-content-length": "^2.1.4",
41
- "@smithy/middleware-endpoint": "^2.4.6",
42
- "@smithy/middleware-retry": "^2.1.7",
43
- "@smithy/middleware-serde": "^2.2.1",
44
- "@smithy/middleware-stack": "^2.1.4",
45
- "@smithy/node-config-provider": "^2.2.5",
46
- "@smithy/node-http-handler": "^2.4.3",
47
- "@smithy/protocol-http": "^3.2.2",
48
- "@smithy/smithy-client": "^2.4.5",
49
- "@smithy/types": "^2.11.0",
50
- "@smithy/url-parser": "^2.1.4",
51
- "@smithy/util-base64": "^2.2.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.2",
54
- "@smithy/util-defaults-mode-browser": "^2.1.7",
55
- "@smithy/util-defaults-mode-node": "^2.2.7",
56
- "@smithy/util-endpoints": "^1.1.5",
57
- "@smithy/util-middleware": "^2.1.4",
58
- "@smithy/util-retry": "^2.1.4",
59
- "@smithy/util-stream": "^2.1.5",
60
- "@smithy/util-utf8": "^2.2.0",
61
- "tslib": "^2.5.0",
23
+ "@aws-sdk/client-sts": "3.540.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.540.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.540.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.540.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-stream": "^2.2.0",
60
+ "@smithy/util-utf8": "^2.3.0",
61
+ "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@smithy/service-client-documentation-generator": "^2.1.1",
65
+ "@smithy/service-client-documentation-generator": "^2.2.0",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/node": "^14.14.31",
68
68
  "@types/uuid": "^9.0.4",