@aws-sdk/client-ebs 3.590.0 → 3.592.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/index.js +0 -6
- package/dist-types/commands/CompleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/GetSnapshotBlockCommand.d.ts +2 -1
- package/dist-types/commands/ListChangedBlocksCommand.d.ts +2 -1
- package/dist-types/commands/ListSnapshotBlocksCommand.d.ts +2 -1
- package/dist-types/commands/PutSnapshotBlockCommand.d.ts +2 -1
- package/dist-types/commands/StartSnapshotCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/EBSServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CompleteSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetSnapshotBlockCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListChangedBlocksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSnapshotBlocksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutSnapshotBlockCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/EBSServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -210,7 +210,6 @@ var EBSClient = _EBSClient;
|
|
|
210
210
|
|
|
211
211
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
212
212
|
|
|
213
|
-
var import_types = require("@smithy/types");
|
|
214
213
|
|
|
215
214
|
// src/protocols/Aws_restJson1.ts
|
|
216
215
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -859,7 +858,6 @@ var CompleteSnapshotCommand = _CompleteSnapshotCommand;
|
|
|
859
858
|
|
|
860
859
|
|
|
861
860
|
|
|
862
|
-
|
|
863
861
|
var _GetSnapshotBlockCommand = class _GetSnapshotBlockCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
864
862
|
...commonParams
|
|
865
863
|
}).m(function(Command, cs, config, o) {
|
|
@@ -876,7 +874,6 @@ var GetSnapshotBlockCommand = _GetSnapshotBlockCommand;
|
|
|
876
874
|
|
|
877
875
|
|
|
878
876
|
|
|
879
|
-
|
|
880
877
|
var _ListChangedBlocksCommand = class _ListChangedBlocksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
881
878
|
...commonParams
|
|
882
879
|
}).m(function(Command, cs, config, o) {
|
|
@@ -893,7 +890,6 @@ var ListChangedBlocksCommand = _ListChangedBlocksCommand;
|
|
|
893
890
|
|
|
894
891
|
|
|
895
892
|
|
|
896
|
-
|
|
897
893
|
var _ListSnapshotBlocksCommand = class _ListSnapshotBlocksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
898
894
|
...commonParams
|
|
899
895
|
}).m(function(Command, cs, config, o) {
|
|
@@ -910,7 +906,6 @@ var ListSnapshotBlocksCommand = _ListSnapshotBlocksCommand;
|
|
|
910
906
|
|
|
911
907
|
|
|
912
908
|
|
|
913
|
-
|
|
914
909
|
var _PutSnapshotBlockCommand = class _PutSnapshotBlockCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
915
910
|
...commonParams
|
|
916
911
|
}).m(function(Command, cs, config, o) {
|
|
@@ -927,7 +922,6 @@ var PutSnapshotBlockCommand = _PutSnapshotBlockCommand;
|
|
|
927
922
|
|
|
928
923
|
|
|
929
924
|
|
|
930
|
-
|
|
931
925
|
var _StartSnapshotCommand = class _StartSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
932
926
|
...commonParams
|
|
933
927
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
export * from "./EBSClient";
|
|
23
23
|
export * from "./EBS";
|
|
24
24
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
25
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
26
|
-
export { EBSExtensionConfiguration } from "./extensionConfiguration";
|
|
25
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
26
|
+
export type { EBSExtensionConfiguration } from "./extensionConfiguration";
|
|
27
27
|
export * from "./commands";
|
|
28
28
|
export * from "./pagination";
|
|
29
29
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CompleteSnapshotRequest,
|
|
10
10
|
CompleteSnapshotResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CompleteSnapshotCommandInput extends CompleteSnapshotRequest {}
|
|
14
15
|
export interface CompleteSnapshotCommandOutput
|
|
15
16
|
extends CompleteSnapshotResponse,
|
|
@@ -12,7 +12,8 @@ import {
|
|
|
12
12
|
GetSnapshotBlockRequest,
|
|
13
13
|
GetSnapshotBlockResponse,
|
|
14
14
|
} from "../models/models_0";
|
|
15
|
-
export { __MetadataBearer
|
|
15
|
+
export { __MetadataBearer };
|
|
16
|
+
export { $Command };
|
|
16
17
|
export interface GetSnapshotBlockCommandInput extends GetSnapshotBlockRequest {}
|
|
17
18
|
export interface GetSnapshotBlockCommandOutput
|
|
18
19
|
extends Pick<
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListChangedBlocksRequest,
|
|
10
10
|
ListChangedBlocksResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListChangedBlocksCommandInput
|
|
14
15
|
extends ListChangedBlocksRequest {}
|
|
15
16
|
export interface ListChangedBlocksCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListSnapshotBlocksRequest,
|
|
10
10
|
ListSnapshotBlocksResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListSnapshotBlocksCommandInput
|
|
14
15
|
extends ListSnapshotBlocksRequest {}
|
|
15
16
|
export interface ListSnapshotBlocksCommandOutput
|
|
@@ -12,7 +12,8 @@ import {
|
|
|
12
12
|
PutSnapshotBlockRequest,
|
|
13
13
|
PutSnapshotBlockResponse,
|
|
14
14
|
} from "../models/models_0";
|
|
15
|
-
export { __MetadataBearer
|
|
15
|
+
export { __MetadataBearer };
|
|
16
|
+
export { $Command };
|
|
16
17
|
export interface PutSnapshotBlockCommandInput
|
|
17
18
|
extends Pick<
|
|
18
19
|
PutSnapshotBlockRequest,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartSnapshotRequest,
|
|
10
10
|
StartSnapshotResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartSnapshotCommandInput extends StartSnapshotRequest {}
|
|
14
15
|
export interface StartSnapshotCommandOutput
|
|
15
16
|
extends StartSnapshotResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class EBSServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.592.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,10 +20,10 @@
|
|
|
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-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|