@aws-sdk/client-ebs 3.775.0 → 3.782.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/dist-types/commands/CompleteSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/GetSnapshotBlockCommand.d.ts +6 -0
- package/dist-types/commands/ListChangedBlocksCommand.d.ts +1 -0
- package/dist-types/commands/ListSnapshotBlocksCommand.d.ts +1 -0
- package/dist-types/commands/PutSnapshotBlockCommand.d.ts +1 -0
- package/dist-types/commands/StartSnapshotCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -85,6 +85,7 @@ declare const CompleteSnapshotCommand_base: {
|
|
|
85
85
|
* @throws {@link EBSServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from EBS service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CompleteSnapshotCommand extends CompleteSnapshotCommand_base {
|
|
@@ -48,6 +48,11 @@ declare const GetSnapshotBlockCommand_base: {
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new GetSnapshotBlockCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // consume or destroy the stream to free the socket.
|
|
52
|
+
* const bytes = await response.BlockData.transformToByteArray();
|
|
53
|
+
* // const str = await response.BlockData.transformToString();
|
|
54
|
+
* // response.BlockData.destroy(); // only applicable to Node.js Readable streams.
|
|
55
|
+
*
|
|
51
56
|
* // { // GetSnapshotBlockResponse
|
|
52
57
|
* // DataLength: Number("int"),
|
|
53
58
|
* // BlockData: "<SdkStream>", // see \@smithy/types -> StreamingBlobPayloadOutputTypes
|
|
@@ -85,6 +90,7 @@ declare const GetSnapshotBlockCommand_base: {
|
|
|
85
90
|
* @throws {@link EBSServiceException}
|
|
86
91
|
* <p>Base exception class for all service exceptions from EBS service.</p>
|
|
87
92
|
*
|
|
93
|
+
*
|
|
88
94
|
* @public
|
|
89
95
|
*/
|
|
90
96
|
export declare class GetSnapshotBlockCommand extends GetSnapshotBlockCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const ListChangedBlocksCommand_base: {
|
|
|
94
94
|
* @throws {@link EBSServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from EBS service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class ListChangedBlocksCommand extends ListChangedBlocksCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const ListSnapshotBlocksCommand_base: {
|
|
|
91
91
|
* @throws {@link EBSServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from EBS service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class ListSnapshotBlocksCommand extends ListSnapshotBlocksCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const PutSnapshotBlockCommand_base: {
|
|
|
90
90
|
* @throws {@link EBSServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from EBS service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class PutSnapshotBlockCommand extends PutSnapshotBlockCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const StartSnapshotCommand_base: {
|
|
|
118
118
|
* @throws {@link EBSServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from EBS service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class StartSnapshotCommand extends StartSnapshotCommand_base {
|
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.
|
|
4
|
+
"version": "3.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|