@aws-sdk/client-ebs 3.303.0 → 3.309.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-cjs/commands/CompleteSnapshotCommand.js +2 -2
- package/dist-cjs/commands/GetSnapshotBlockCommand.js +2 -2
- package/dist-cjs/commands/ListChangedBlocksCommand.js +2 -2
- package/dist-cjs/commands/ListSnapshotBlocksCommand.js +2 -2
- package/dist-cjs/commands/PutSnapshotBlockCommand.js +2 -2
- package/dist-cjs/commands/StartSnapshotCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +99 -99
- package/dist-es/commands/CompleteSnapshotCommand.js +3 -3
- package/dist-es/commands/GetSnapshotBlockCommand.js +3 -3
- package/dist-es/commands/ListChangedBlocksCommand.js +3 -3
- package/dist-es/commands/ListSnapshotBlocksCommand.js +3 -3
- package/dist-es/commands/PutSnapshotBlockCommand.js +3 -3
- package/dist-es/commands/StartSnapshotCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +86 -86
- package/dist-types/protocols/Aws_restJson1.d.ts +48 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -12
- package/package.json +31 -31
|
@@ -6,15 +6,51 @@ import { ListChangedBlocksCommandInput, ListChangedBlocksCommandOutput } from ".
|
|
|
6
6
|
import { ListSnapshotBlocksCommandInput, ListSnapshotBlocksCommandOutput } from "../commands/ListSnapshotBlocksCommand";
|
|
7
7
|
import { PutSnapshotBlockCommandInput, PutSnapshotBlockCommandOutput } from "../commands/PutSnapshotBlockCommand";
|
|
8
8
|
import { StartSnapshotCommandInput, StartSnapshotCommandOutput } from "../commands/StartSnapshotCommand";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export declare const
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export declare const
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
export declare const
|
|
9
|
+
/**
|
|
10
|
+
* serializeAws_restJson1CompleteSnapshotCommand
|
|
11
|
+
*/
|
|
12
|
+
export declare const se_CompleteSnapshotCommand: (input: CompleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
13
|
+
/**
|
|
14
|
+
* serializeAws_restJson1GetSnapshotBlockCommand
|
|
15
|
+
*/
|
|
16
|
+
export declare const se_GetSnapshotBlockCommand: (input: GetSnapshotBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
17
|
+
/**
|
|
18
|
+
* serializeAws_restJson1ListChangedBlocksCommand
|
|
19
|
+
*/
|
|
20
|
+
export declare const se_ListChangedBlocksCommand: (input: ListChangedBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
|
+
/**
|
|
22
|
+
* serializeAws_restJson1ListSnapshotBlocksCommand
|
|
23
|
+
*/
|
|
24
|
+
export declare const se_ListSnapshotBlocksCommand: (input: ListSnapshotBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
+
/**
|
|
26
|
+
* serializeAws_restJson1PutSnapshotBlockCommand
|
|
27
|
+
*/
|
|
28
|
+
export declare const se_PutSnapshotBlockCommand: (input: PutSnapshotBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
+
/**
|
|
30
|
+
* serializeAws_restJson1StartSnapshotCommand
|
|
31
|
+
*/
|
|
32
|
+
export declare const se_StartSnapshotCommand: (input: StartSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
/**
|
|
34
|
+
* deserializeAws_restJson1CompleteSnapshotCommand
|
|
35
|
+
*/
|
|
36
|
+
export declare const de_CompleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteSnapshotCommandOutput>;
|
|
37
|
+
/**
|
|
38
|
+
* deserializeAws_restJson1GetSnapshotBlockCommand
|
|
39
|
+
*/
|
|
40
|
+
export declare const de_GetSnapshotBlockCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetSnapshotBlockCommandOutput>;
|
|
41
|
+
/**
|
|
42
|
+
* deserializeAws_restJson1ListChangedBlocksCommand
|
|
43
|
+
*/
|
|
44
|
+
export declare const de_ListChangedBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChangedBlocksCommandOutput>;
|
|
45
|
+
/**
|
|
46
|
+
* deserializeAws_restJson1ListSnapshotBlocksCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const de_ListSnapshotBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotBlocksCommandOutput>;
|
|
49
|
+
/**
|
|
50
|
+
* deserializeAws_restJson1PutSnapshotBlockCommand
|
|
51
|
+
*/
|
|
52
|
+
export declare const de_PutSnapshotBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSnapshotBlockCommandOutput>;
|
|
53
|
+
/**
|
|
54
|
+
* deserializeAws_restJson1StartSnapshotCommand
|
|
55
|
+
*/
|
|
56
|
+
export declare const de_StartSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSnapshotCommandOutput>;
|
|
@@ -30,51 +30,51 @@ import {
|
|
|
30
30
|
StartSnapshotCommandInput,
|
|
31
31
|
StartSnapshotCommandOutput,
|
|
32
32
|
} from "../commands/StartSnapshotCommand";
|
|
33
|
-
export declare const
|
|
33
|
+
export declare const se_CompleteSnapshotCommand: (
|
|
34
34
|
input: CompleteSnapshotCommandInput,
|
|
35
35
|
context: __SerdeContext
|
|
36
36
|
) => Promise<__HttpRequest>;
|
|
37
|
-
export declare const
|
|
37
|
+
export declare const se_GetSnapshotBlockCommand: (
|
|
38
38
|
input: GetSnapshotBlockCommandInput,
|
|
39
39
|
context: __SerdeContext
|
|
40
40
|
) => Promise<__HttpRequest>;
|
|
41
|
-
export declare const
|
|
41
|
+
export declare const se_ListChangedBlocksCommand: (
|
|
42
42
|
input: ListChangedBlocksCommandInput,
|
|
43
43
|
context: __SerdeContext
|
|
44
44
|
) => Promise<__HttpRequest>;
|
|
45
|
-
export declare const
|
|
45
|
+
export declare const se_ListSnapshotBlocksCommand: (
|
|
46
46
|
input: ListSnapshotBlocksCommandInput,
|
|
47
47
|
context: __SerdeContext
|
|
48
48
|
) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const
|
|
49
|
+
export declare const se_PutSnapshotBlockCommand: (
|
|
50
50
|
input: PutSnapshotBlockCommandInput,
|
|
51
51
|
context: __SerdeContext
|
|
52
52
|
) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const
|
|
53
|
+
export declare const se_StartSnapshotCommand: (
|
|
54
54
|
input: StartSnapshotCommandInput,
|
|
55
55
|
context: __SerdeContext
|
|
56
56
|
) => Promise<__HttpRequest>;
|
|
57
|
-
export declare const
|
|
57
|
+
export declare const de_CompleteSnapshotCommand: (
|
|
58
58
|
output: __HttpResponse,
|
|
59
59
|
context: __SerdeContext
|
|
60
60
|
) => Promise<CompleteSnapshotCommandOutput>;
|
|
61
|
-
export declare const
|
|
61
|
+
export declare const de_GetSnapshotBlockCommand: (
|
|
62
62
|
output: __HttpResponse,
|
|
63
63
|
context: __SerdeContext & __SdkStreamSerdeContext
|
|
64
64
|
) => Promise<GetSnapshotBlockCommandOutput>;
|
|
65
|
-
export declare const
|
|
65
|
+
export declare const de_ListChangedBlocksCommand: (
|
|
66
66
|
output: __HttpResponse,
|
|
67
67
|
context: __SerdeContext
|
|
68
68
|
) => Promise<ListChangedBlocksCommandOutput>;
|
|
69
|
-
export declare const
|
|
69
|
+
export declare const de_ListSnapshotBlocksCommand: (
|
|
70
70
|
output: __HttpResponse,
|
|
71
71
|
context: __SerdeContext
|
|
72
72
|
) => Promise<ListSnapshotBlocksCommandOutput>;
|
|
73
|
-
export declare const
|
|
73
|
+
export declare const de_PutSnapshotBlockCommand: (
|
|
74
74
|
output: __HttpResponse,
|
|
75
75
|
context: __SerdeContext
|
|
76
76
|
) => Promise<PutSnapshotBlockCommandOutput>;
|
|
77
|
-
export declare const
|
|
77
|
+
export declare const de_StartSnapshotCommand: (
|
|
78
78
|
output: __HttpResponse,
|
|
79
79
|
context: __SerdeContext
|
|
80
80
|
) => Promise<StartSnapshotCommandOutput>;
|
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.309.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",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-stream-browser": "3.
|
|
54
|
-
"@aws-sdk/util-stream-node": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
56
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-stream-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-stream-node": "3.306.0",
|
|
55
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
56
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
57
57
|
"@aws-sdk/util-utf8": "3.303.0",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|