@aws-sdk/client-ebs 3.279.0 → 3.281.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.
package/README.md CHANGED
@@ -221,3 +221,54 @@ To contribute to client you can check our [generate clients scripts](https://git
221
221
  This SDK is distributed under the
222
222
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
223
223
  see LICENSE for more information.
224
+
225
+ ## Client Commands (Operations List)
226
+
227
+ <details>
228
+ <summary>
229
+ CompleteSnapshot
230
+ </summary>
231
+
232
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/classes/completesnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/completesnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/completesnapshotcommandoutput.html)
233
+
234
+ </details>
235
+ <details>
236
+ <summary>
237
+ GetSnapshotBlock
238
+ </summary>
239
+
240
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/classes/getsnapshotblockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/getsnapshotblockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/getsnapshotblockcommandoutput.html)
241
+
242
+ </details>
243
+ <details>
244
+ <summary>
245
+ ListChangedBlocks
246
+ </summary>
247
+
248
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/classes/listchangedblockscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/listchangedblockscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/listchangedblockscommandoutput.html)
249
+
250
+ </details>
251
+ <details>
252
+ <summary>
253
+ ListSnapshotBlocks
254
+ </summary>
255
+
256
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/classes/listsnapshotblockscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/listsnapshotblockscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/listsnapshotblockscommandoutput.html)
257
+
258
+ </details>
259
+ <details>
260
+ <summary>
261
+ PutSnapshotBlock
262
+ </summary>
263
+
264
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/classes/putsnapshotblockcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/putsnapshotblockcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/putsnapshotblockcommandoutput.html)
265
+
266
+ </details>
267
+ <details>
268
+ <summary>
269
+ StartSnapshot
270
+ </summary>
271
+
272
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/classes/startsnapshotcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/startsnapshotcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ebs/interfaces/startsnapshotcommandoutput.html)
273
+
274
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient";
5
5
  import { CompleteSnapshotRequest, CompleteSnapshotResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CompleteSnapshotCommand}.
8
+ */
6
9
  export interface CompleteSnapshotCommandInput extends CompleteSnapshotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CompleteSnapshotCommand}.
13
+ */
8
14
  export interface CompleteSnapshotCommandOutput extends CompleteSnapshotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
4
4
  import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient";
5
5
  import { GetSnapshotBlockRequest, GetSnapshotBlockResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSnapshotBlockCommand}.
8
+ */
6
9
  export interface GetSnapshotBlockCommandInput extends GetSnapshotBlockRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSnapshotBlockCommand}.
13
+ */
8
14
  export interface GetSnapshotBlockCommandOutput extends __WithSdkStreamMixin<GetSnapshotBlockResponse, "BlockData">, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient";
5
5
  import { ListChangedBlocksRequest, ListChangedBlocksResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChangedBlocksCommand}.
8
+ */
6
9
  export interface ListChangedBlocksCommandInput extends ListChangedBlocksRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChangedBlocksCommand}.
13
+ */
8
14
  export interface ListChangedBlocksCommandOutput extends ListChangedBlocksResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient";
5
5
  import { ListSnapshotBlocksRequest, ListSnapshotBlocksResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSnapshotBlocksCommand}.
8
+ */
6
9
  export interface ListSnapshotBlocksCommandInput extends ListSnapshotBlocksRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSnapshotBlocksCommand}.
13
+ */
8
14
  export interface ListSnapshotBlocksCommandOutput extends ListSnapshotBlocksResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -4,6 +4,9 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
5
5
  import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient";
6
6
  import { PutSnapshotBlockRequest, PutSnapshotBlockResponse } from "../models/models_0";
7
+ /**
8
+ * The input for {@link PutSnapshotBlockCommand}.
9
+ */
7
10
  declare type PutSnapshotBlockCommandInputType = Omit<PutSnapshotBlockRequest, "BlockData"> & {
8
11
  /**
9
12
  * For *`PutSnapshotBlockRequest["BlockData"]`*, see {@link PutSnapshotBlockRequest.BlockData}.
@@ -15,6 +18,9 @@ declare type PutSnapshotBlockCommandInputType = Omit<PutSnapshotBlockRequest, "B
15
18
  */
16
19
  export interface PutSnapshotBlockCommandInput extends PutSnapshotBlockCommandInputType {
17
20
  }
21
+ /**
22
+ * The output of {@link PutSnapshotBlockCommand}.
23
+ */
18
24
  export interface PutSnapshotBlockCommandOutput extends PutSnapshotBlockResponse, __MetadataBearer {
19
25
  }
20
26
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EBSClient";
5
5
  import { StartSnapshotRequest, StartSnapshotResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartSnapshotCommand}.
8
+ */
6
9
  export interface StartSnapshotCommandInput extends StartSnapshotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartSnapshotCommand}.
13
+ */
8
14
  export interface StartSnapshotCommandOutput extends StartSnapshotResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -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.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",