@aws-sdk/client-ebs 3.306.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.
@@ -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
- export declare const serializeAws_restJson1CompleteSnapshotCommand: (input: CompleteSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
10
- export declare const serializeAws_restJson1GetSnapshotBlockCommand: (input: GetSnapshotBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
11
- export declare const serializeAws_restJson1ListChangedBlocksCommand: (input: ListChangedBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
12
- export declare const serializeAws_restJson1ListSnapshotBlocksCommand: (input: ListSnapshotBlocksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
- export declare const serializeAws_restJson1PutSnapshotBlockCommand: (input: PutSnapshotBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
- export declare const serializeAws_restJson1StartSnapshotCommand: (input: StartSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
- export declare const deserializeAws_restJson1CompleteSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteSnapshotCommandOutput>;
16
- export declare const deserializeAws_restJson1GetSnapshotBlockCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetSnapshotBlockCommandOutput>;
17
- export declare const deserializeAws_restJson1ListChangedBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChangedBlocksCommandOutput>;
18
- export declare const deserializeAws_restJson1ListSnapshotBlocksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSnapshotBlocksCommandOutput>;
19
- export declare const deserializeAws_restJson1PutSnapshotBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutSnapshotBlockCommandOutput>;
20
- export declare const deserializeAws_restJson1StartSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSnapshotCommandOutput>;
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 serializeAws_restJson1CompleteSnapshotCommand: (
33
+ export declare const se_CompleteSnapshotCommand: (
34
34
  input: CompleteSnapshotCommandInput,
35
35
  context: __SerdeContext
36
36
  ) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1GetSnapshotBlockCommand: (
37
+ export declare const se_GetSnapshotBlockCommand: (
38
38
  input: GetSnapshotBlockCommandInput,
39
39
  context: __SerdeContext
40
40
  ) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1ListChangedBlocksCommand: (
41
+ export declare const se_ListChangedBlocksCommand: (
42
42
  input: ListChangedBlocksCommandInput,
43
43
  context: __SerdeContext
44
44
  ) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1ListSnapshotBlocksCommand: (
45
+ export declare const se_ListSnapshotBlocksCommand: (
46
46
  input: ListSnapshotBlocksCommandInput,
47
47
  context: __SerdeContext
48
48
  ) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1PutSnapshotBlockCommand: (
49
+ export declare const se_PutSnapshotBlockCommand: (
50
50
  input: PutSnapshotBlockCommandInput,
51
51
  context: __SerdeContext
52
52
  ) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1StartSnapshotCommand: (
53
+ export declare const se_StartSnapshotCommand: (
54
54
  input: StartSnapshotCommandInput,
55
55
  context: __SerdeContext
56
56
  ) => Promise<__HttpRequest>;
57
- export declare const deserializeAws_restJson1CompleteSnapshotCommand: (
57
+ export declare const de_CompleteSnapshotCommand: (
58
58
  output: __HttpResponse,
59
59
  context: __SerdeContext
60
60
  ) => Promise<CompleteSnapshotCommandOutput>;
61
- export declare const deserializeAws_restJson1GetSnapshotBlockCommand: (
61
+ export declare const de_GetSnapshotBlockCommand: (
62
62
  output: __HttpResponse,
63
63
  context: __SerdeContext & __SdkStreamSerdeContext
64
64
  ) => Promise<GetSnapshotBlockCommandOutput>;
65
- export declare const deserializeAws_restJson1ListChangedBlocksCommand: (
65
+ export declare const de_ListChangedBlocksCommand: (
66
66
  output: __HttpResponse,
67
67
  context: __SerdeContext
68
68
  ) => Promise<ListChangedBlocksCommandOutput>;
69
- export declare const deserializeAws_restJson1ListSnapshotBlocksCommand: (
69
+ export declare const de_ListSnapshotBlocksCommand: (
70
70
  output: __HttpResponse,
71
71
  context: __SerdeContext
72
72
  ) => Promise<ListSnapshotBlocksCommandOutput>;
73
- export declare const deserializeAws_restJson1PutSnapshotBlockCommand: (
73
+ export declare const de_PutSnapshotBlockCommand: (
74
74
  output: __HttpResponse,
75
75
  context: __SerdeContext
76
76
  ) => Promise<PutSnapshotBlockCommandOutput>;
77
- export declare const deserializeAws_restJson1StartSnapshotCommand: (
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.306.0",
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,9 +21,9 @@
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.306.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
25
  "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.306.0",
28
28
  "@aws-sdk/hash-node": "3.306.0",
29
29
  "@aws-sdk/invalid-dependency": "3.306.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.306.0",
41
41
  "@aws-sdk/node-http-handler": "3.306.0",
42
42
  "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
44
  "@aws-sdk/types": "3.306.0",
45
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.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
51
  "@aws-sdk/util-endpoints": "3.306.0",
52
52
  "@aws-sdk/util-retry": "3.306.0",
53
53
  "@aws-sdk/util-stream-browser": "3.306.0",