@aws-sdk/client-ebs 3.948.0 → 3.953.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 +117 -87
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CompleteSnapshotCommand.js +2 -2
- package/dist-es/commands/GetSnapshotBlockCommand.js +2 -2
- package/dist-es/commands/ListChangedBlocksCommand.js +2 -2
- package/dist-es/commands/ListSnapshotBlocksCommand.js +2 -2
- package/dist-es/commands/PutSnapshotBlockCommand.js +2 -2
- package/dist-es/commands/StartSnapshotCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +58 -58
- package/dist-types/EBSClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +31 -36
- package/dist-types/ts3.4/EBSClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -37
- package/package.json +35 -35
|
@@ -87,15 +87,15 @@ const _xaDL = "x-amz-Data-Length";
|
|
|
87
87
|
const _xaP = "x-amz-Progress";
|
|
88
88
|
const n0 = "com.amazonaws.ebs";
|
|
89
89
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
90
|
-
import { EBSServiceException
|
|
91
|
-
import { AccessDeniedException
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
|
|
95
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
96
|
-
export var Block = [3, n0, _B, 0, [_BI, _BT], [1, 0]];
|
|
97
|
-
export var ChangedBlock = [3, n0, _CB, 8, [_BI, _FBT, _SBT], [1, 0, 0]];
|
|
98
|
-
export var CompleteSnapshotRequest = [
|
|
90
|
+
import { EBSServiceException } from "../models/EBSServiceException";
|
|
91
|
+
import { AccessDeniedException, ConcurrentLimitExceededException, ConflictException, InternalServerException, RequestThrottledException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
|
|
92
|
+
var BlockData = [0, n0, _BD, { [_s]: 1, [_se]: 1 }, 42];
|
|
93
|
+
var KmsKeyArn = [0, n0, _KKA, 8, 0];
|
|
94
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _R], [0, 0]];
|
|
95
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
96
|
+
export var Block$ = [3, n0, _B, 0, [_BI, _BT], [1, 0]];
|
|
97
|
+
export var ChangedBlock$ = [3, n0, _CB, 8, [_BI, _FBT, _SBT], [1, 0, 0]];
|
|
98
|
+
export var CompleteSnapshotRequest$ = [
|
|
99
99
|
3,
|
|
100
100
|
n0,
|
|
101
101
|
_CSR,
|
|
@@ -109,12 +109,12 @@ export var CompleteSnapshotRequest = [
|
|
|
109
109
|
[0, { [_hH]: _xaCAM }],
|
|
110
110
|
],
|
|
111
111
|
];
|
|
112
|
-
export var CompleteSnapshotResponse = [3, n0, _CSRo, 0, [_S], [0]];
|
|
113
|
-
export var ConcurrentLimitExceededException = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
114
|
-
TypeRegistry.for(n0).registerError(ConcurrentLimitExceededException
|
|
115
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
116
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
117
|
-
export var GetSnapshotBlockRequest = [
|
|
112
|
+
export var CompleteSnapshotResponse$ = [3, n0, _CSRo, 0, [_S], [0]];
|
|
113
|
+
export var ConcurrentLimitExceededException$ = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
114
|
+
TypeRegistry.for(n0).registerError(ConcurrentLimitExceededException$, ConcurrentLimitExceededException);
|
|
115
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
116
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
117
|
+
export var GetSnapshotBlockRequest$ = [
|
|
118
118
|
3,
|
|
119
119
|
n0,
|
|
120
120
|
_GSBR,
|
|
@@ -126,7 +126,7 @@ export var GetSnapshotBlockRequest = [
|
|
|
126
126
|
[0, { [_hQ]: _bT }],
|
|
127
127
|
],
|
|
128
128
|
];
|
|
129
|
-
export var GetSnapshotBlockResponse = [
|
|
129
|
+
export var GetSnapshotBlockResponse$ = [
|
|
130
130
|
3,
|
|
131
131
|
n0,
|
|
132
132
|
_GSBRe,
|
|
@@ -139,9 +139,9 @@ export var GetSnapshotBlockResponse = [
|
|
|
139
139
|
[0, { [_hH]: _xaCA }],
|
|
140
140
|
],
|
|
141
141
|
];
|
|
142
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_M], [0]];
|
|
143
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
144
|
-
export var ListChangedBlocksRequest = [
|
|
142
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_M], [0]];
|
|
143
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
144
|
+
export var ListChangedBlocksRequest$ = [
|
|
145
145
|
3,
|
|
146
146
|
n0,
|
|
147
147
|
_LCBR,
|
|
@@ -155,7 +155,7 @@ export var ListChangedBlocksRequest = [
|
|
|
155
155
|
[1, { [_hQ]: _sBI }],
|
|
156
156
|
],
|
|
157
157
|
];
|
|
158
|
-
export var ListChangedBlocksResponse = [
|
|
158
|
+
export var ListChangedBlocksResponse$ = [
|
|
159
159
|
3,
|
|
160
160
|
n0,
|
|
161
161
|
_LCBRi,
|
|
@@ -163,7 +163,7 @@ export var ListChangedBlocksResponse = [
|
|
|
163
163
|
[_CBh, _ET, _VS, _BS, _NT],
|
|
164
164
|
[[() => ChangedBlocks, 0], 4, 1, 1, 0],
|
|
165
165
|
];
|
|
166
|
-
export var ListSnapshotBlocksRequest = [
|
|
166
|
+
export var ListSnapshotBlocksRequest$ = [
|
|
167
167
|
3,
|
|
168
168
|
n0,
|
|
169
169
|
_LSBR,
|
|
@@ -176,7 +176,7 @@ export var ListSnapshotBlocksRequest = [
|
|
|
176
176
|
[1, { [_hQ]: _sBI }],
|
|
177
177
|
],
|
|
178
178
|
];
|
|
179
|
-
export var ListSnapshotBlocksResponse = [
|
|
179
|
+
export var ListSnapshotBlocksResponse$ = [
|
|
180
180
|
3,
|
|
181
181
|
n0,
|
|
182
182
|
_LSBRi,
|
|
@@ -184,7 +184,7 @@ export var ListSnapshotBlocksResponse = [
|
|
|
184
184
|
[_Bl, _ET, _VS, _BS, _NT],
|
|
185
185
|
[[() => Blocks, 0], 4, 1, 1, 0],
|
|
186
186
|
];
|
|
187
|
-
export var PutSnapshotBlockRequest = [
|
|
187
|
+
export var PutSnapshotBlockRequest$ = [
|
|
188
188
|
3,
|
|
189
189
|
n0,
|
|
190
190
|
_PSBR,
|
|
@@ -200,7 +200,7 @@ export var PutSnapshotBlockRequest = [
|
|
|
200
200
|
[0, { [_hH]: _xaCA }],
|
|
201
201
|
],
|
|
202
202
|
];
|
|
203
|
-
export var PutSnapshotBlockResponse = [
|
|
203
|
+
export var PutSnapshotBlockResponse$ = [
|
|
204
204
|
3,
|
|
205
205
|
n0,
|
|
206
206
|
_PSBRu,
|
|
@@ -211,11 +211,11 @@ export var PutSnapshotBlockResponse = [
|
|
|
211
211
|
[0, { [_hH]: _xaCA }],
|
|
212
212
|
],
|
|
213
213
|
];
|
|
214
|
-
export var RequestThrottledException = [-3, n0, _RTE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
|
|
215
|
-
TypeRegistry.for(n0).registerError(RequestThrottledException
|
|
216
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _R], [0, 0]];
|
|
217
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
218
|
-
export var ServiceQuotaExceededException = [
|
|
214
|
+
export var RequestThrottledException$ = [-3, n0, _RTE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
|
|
215
|
+
TypeRegistry.for(n0).registerError(RequestThrottledException$, RequestThrottledException);
|
|
216
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _R], [0, 0]];
|
|
217
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
218
|
+
export var ServiceQuotaExceededException$ = [
|
|
219
219
|
-3,
|
|
220
220
|
n0,
|
|
221
221
|
_SQEE,
|
|
@@ -223,8 +223,8 @@ export var ServiceQuotaExceededException = [
|
|
|
223
223
|
[_M, _R],
|
|
224
224
|
[0, 0],
|
|
225
225
|
];
|
|
226
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
227
|
-
export var StartSnapshotRequest = [
|
|
226
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
227
|
+
export var StartSnapshotRequest$ = [
|
|
228
228
|
3,
|
|
229
229
|
n0,
|
|
230
230
|
_SSR,
|
|
@@ -232,7 +232,7 @@ export var StartSnapshotRequest = [
|
|
|
232
232
|
[_VS, _PSI, _T, _D, _CT, _E, _KKA, _Ti],
|
|
233
233
|
[1, 0, () => Tags, 0, [0, 4], 2, [() => KmsKeyArn, 0], 1],
|
|
234
234
|
];
|
|
235
|
-
export var StartSnapshotResponse = [
|
|
235
|
+
export var StartSnapshotResponse$ = [
|
|
236
236
|
3,
|
|
237
237
|
n0,
|
|
238
238
|
_SSRt,
|
|
@@ -240,59 +240,59 @@ export var StartSnapshotResponse = [
|
|
|
240
240
|
[_D, _SI, _OI, _S, _ST, _VS, _BS, _T, _PSI, _KKA, _STs],
|
|
241
241
|
[0, 0, 0, 0, 4, 1, 1, () => Tags, 0, [() => KmsKeyArn, 0], 0],
|
|
242
242
|
];
|
|
243
|
-
export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
244
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
|
|
245
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
246
|
-
export var EBSServiceException = [-3, _sm, "EBSServiceException", 0, [], []];
|
|
247
|
-
TypeRegistry.for(_sm).registerError(EBSServiceException
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
export var CompleteSnapshot = [
|
|
243
|
+
export var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
|
|
244
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
|
|
245
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
246
|
+
export var EBSServiceException$ = [-3, _sm, "EBSServiceException", 0, [], []];
|
|
247
|
+
TypeRegistry.for(_sm).registerError(EBSServiceException$, EBSServiceException);
|
|
248
|
+
var Blocks = [1, n0, _Bl, 8, () => Block$];
|
|
249
|
+
var ChangedBlocks = [1, n0, _CBh, 0, [() => ChangedBlock$, 0]];
|
|
250
|
+
var Tags = [1, n0, _T, 0, () => Tag$];
|
|
251
|
+
export var CompleteSnapshot$ = [
|
|
252
252
|
9,
|
|
253
253
|
n0,
|
|
254
254
|
_CS,
|
|
255
255
|
{ [_h]: ["POST", "/snapshots/completion/{SnapshotId}", 202] },
|
|
256
|
-
() => CompleteSnapshotRequest
|
|
257
|
-
() => CompleteSnapshotResponse
|
|
256
|
+
() => CompleteSnapshotRequest$,
|
|
257
|
+
() => CompleteSnapshotResponse$,
|
|
258
258
|
];
|
|
259
|
-
export var GetSnapshotBlock = [
|
|
259
|
+
export var GetSnapshotBlock$ = [
|
|
260
260
|
9,
|
|
261
261
|
n0,
|
|
262
262
|
_GSB,
|
|
263
263
|
{ [_h]: ["GET", "/snapshots/{SnapshotId}/blocks/{BlockIndex}", 200] },
|
|
264
|
-
() => GetSnapshotBlockRequest
|
|
265
|
-
() => GetSnapshotBlockResponse
|
|
264
|
+
() => GetSnapshotBlockRequest$,
|
|
265
|
+
() => GetSnapshotBlockResponse$,
|
|
266
266
|
];
|
|
267
|
-
export var ListChangedBlocks = [
|
|
267
|
+
export var ListChangedBlocks$ = [
|
|
268
268
|
9,
|
|
269
269
|
n0,
|
|
270
270
|
_LCB,
|
|
271
271
|
{ [_h]: ["GET", "/snapshots/{SecondSnapshotId}/changedblocks", 200] },
|
|
272
|
-
() => ListChangedBlocksRequest
|
|
273
|
-
() => ListChangedBlocksResponse
|
|
272
|
+
() => ListChangedBlocksRequest$,
|
|
273
|
+
() => ListChangedBlocksResponse$,
|
|
274
274
|
];
|
|
275
|
-
export var ListSnapshotBlocks = [
|
|
275
|
+
export var ListSnapshotBlocks$ = [
|
|
276
276
|
9,
|
|
277
277
|
n0,
|
|
278
278
|
_LSB,
|
|
279
279
|
{ [_h]: ["GET", "/snapshots/{SnapshotId}/blocks", 200] },
|
|
280
|
-
() => ListSnapshotBlocksRequest
|
|
281
|
-
() => ListSnapshotBlocksResponse
|
|
280
|
+
() => ListSnapshotBlocksRequest$,
|
|
281
|
+
() => ListSnapshotBlocksResponse$,
|
|
282
282
|
];
|
|
283
|
-
export var PutSnapshotBlock = [
|
|
283
|
+
export var PutSnapshotBlock$ = [
|
|
284
284
|
9,
|
|
285
285
|
n0,
|
|
286
286
|
_PSB,
|
|
287
287
|
{ [_h]: ["PUT", "/snapshots/{SnapshotId}/blocks/{BlockIndex}", 201] },
|
|
288
|
-
() => PutSnapshotBlockRequest
|
|
289
|
-
() => PutSnapshotBlockResponse
|
|
288
|
+
() => PutSnapshotBlockRequest$,
|
|
289
|
+
() => PutSnapshotBlockResponse$,
|
|
290
290
|
];
|
|
291
|
-
export var StartSnapshot = [
|
|
291
|
+
export var StartSnapshot$ = [
|
|
292
292
|
9,
|
|
293
293
|
n0,
|
|
294
294
|
_SS,
|
|
295
295
|
{ [_h]: ["POST", "/snapshots", 201] },
|
|
296
|
-
() => StartSnapshotRequest
|
|
297
|
-
() => StartSnapshotResponse
|
|
296
|
+
() => StartSnapshotRequest$,
|
|
297
|
+
() => StartSnapshotResponse$,
|
|
298
298
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CompleteSnapshotCommandInput, CompleteSnapshotCommandOutput } from "./commands/CompleteSnapshotCommand";
|
|
11
11
|
import { GetSnapshotBlockCommandInput, GetSnapshotBlockCommandOutput } from "./commands/GetSnapshotBlockCommand";
|
|
@@ -147,15 +147,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
147
147
|
* Optional extensions
|
|
148
148
|
*/
|
|
149
149
|
extensions?: RuntimeExtension[];
|
|
150
|
-
/**
|
|
151
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
152
|
-
* may be overridden. A default will always be set by the client.
|
|
153
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
154
|
-
* the client.
|
|
155
|
-
* @alpha
|
|
156
|
-
*
|
|
157
|
-
*/
|
|
158
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
159
150
|
/**
|
|
160
151
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
161
152
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
25
25
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
26
26
|
export type { EBSExtensionConfiguration } from "./extensionConfiguration";
|
|
27
27
|
export * from "./commands";
|
|
28
|
+
export * from "./schemas/schemas_0";
|
|
28
29
|
export * from "./pagination";
|
|
29
30
|
export * from "./models/enums";
|
|
30
31
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
34
38
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
39
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
36
40
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
41
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { EBSClientConfig } from "./EBSClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EBSHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
19
24
|
serviceId: string;
|
|
20
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -1,36 +1,31 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var
|
|
3
|
-
export declare var
|
|
4
|
-
export declare var
|
|
5
|
-
export declare var
|
|
6
|
-
export declare var
|
|
7
|
-
export declare var
|
|
8
|
-
export declare var
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var
|
|
31
|
-
export declare var
|
|
32
|
-
export declare var GetSnapshotBlock: StaticOperationSchema;
|
|
33
|
-
export declare var ListChangedBlocks: StaticOperationSchema;
|
|
34
|
-
export declare var ListSnapshotBlocks: StaticOperationSchema;
|
|
35
|
-
export declare var PutSnapshotBlock: StaticOperationSchema;
|
|
36
|
-
export declare var StartSnapshot: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var Block$: StaticStructureSchema;
|
|
4
|
+
export declare var ChangedBlock$: StaticStructureSchema;
|
|
5
|
+
export declare var CompleteSnapshotRequest$: StaticStructureSchema;
|
|
6
|
+
export declare var CompleteSnapshotResponse$: StaticStructureSchema;
|
|
7
|
+
export declare var ConcurrentLimitExceededException$: StaticErrorSchema;
|
|
8
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
9
|
+
export declare var GetSnapshotBlockRequest$: StaticStructureSchema;
|
|
10
|
+
export declare var GetSnapshotBlockResponse$: StaticStructureSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ListChangedBlocksRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var ListChangedBlocksResponse$: StaticStructureSchema;
|
|
14
|
+
export declare var ListSnapshotBlocksRequest$: StaticStructureSchema;
|
|
15
|
+
export declare var ListSnapshotBlocksResponse$: StaticStructureSchema;
|
|
16
|
+
export declare var PutSnapshotBlockRequest$: StaticStructureSchema;
|
|
17
|
+
export declare var PutSnapshotBlockResponse$: StaticStructureSchema;
|
|
18
|
+
export declare var RequestThrottledException$: StaticErrorSchema;
|
|
19
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
20
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
21
|
+
export declare var StartSnapshotRequest$: StaticStructureSchema;
|
|
22
|
+
export declare var StartSnapshotResponse$: StaticStructureSchema;
|
|
23
|
+
export declare var Tag$: StaticStructureSchema;
|
|
24
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
25
|
+
export declare var EBSServiceException$: StaticErrorSchema;
|
|
26
|
+
export declare var CompleteSnapshot$: StaticOperationSchema;
|
|
27
|
+
export declare var GetSnapshotBlock$: StaticOperationSchema;
|
|
28
|
+
export declare var ListChangedBlocks$: StaticOperationSchema;
|
|
29
|
+
export declare var ListSnapshotBlocks$: StaticOperationSchema;
|
|
30
|
+
export declare var PutSnapshotBlock$: StaticOperationSchema;
|
|
31
|
+
export declare var StartSnapshot$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
@@ -118,7 +115,6 @@ export interface ClientDefaults
|
|
|
118
115
|
retryMode?: string | __Provider<string>;
|
|
119
116
|
logger?: __Logger;
|
|
120
117
|
extensions?: RuntimeExtension[];
|
|
121
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
122
118
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
123
119
|
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
124
120
|
}
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { EBSExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
26
26
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
27
27
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
|
-
apiVersion: string;
|
|
30
29
|
cacheMiddleware?: boolean | undefined;
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
apiVersion: string;
|
|
31
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
32
40
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
41
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
38
46
|
profile?: string;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
46
50
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
47
51
|
userAgentAppId?:
|
|
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
26
26
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
27
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
28
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
29
|
-
apiVersion: string;
|
|
30
29
|
cacheMiddleware?: boolean | undefined;
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
apiVersion: string;
|
|
31
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
32
40
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
41
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
38
46
|
profile?: string;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
46
50
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
47
51
|
retryStrategy?:
|
|
@@ -8,8 +8,16 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
8
8
|
| Record<string, unknown>
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
|
-
apiVersion: string;
|
|
12
11
|
cacheMiddleware?: boolean;
|
|
12
|
+
protocol:
|
|
13
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
16
|
+
protocolSettings: {
|
|
17
|
+
defaultNamespace?: string;
|
|
18
|
+
[setting: string]: unknown;
|
|
19
|
+
};
|
|
20
|
+
apiVersion: string;
|
|
13
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
14
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
23
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -37,10 +45,6 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
37
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
46
|
logger: import("@smithy/types").Logger;
|
|
39
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
-
import("@smithy/types").HttpRequest,
|
|
42
|
-
import("@smithy/types").HttpResponse
|
|
43
|
-
>;
|
|
44
48
|
defaultsMode:
|
|
45
49
|
| import("@smithy/smithy-client").DefaultsMode
|
|
46
50
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { EBSClientConfig } from "./EBSClient";
|
|
2
3
|
export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
3
4
|
apiVersion: string;
|
|
@@ -14,10 +15,14 @@ export declare const getRuntimeConfig: (config: EBSClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EBSHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol:
|
|
18
|
-
import("@smithy/types").
|
|
19
|
-
import("@smithy/types").
|
|
20
|
-
|
|
18
|
+
protocol:
|
|
19
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
20
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
21
|
+
| typeof AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
[setting: string]: unknown;
|
|
24
|
+
defaultNamespace?: string;
|
|
25
|
+
};
|
|
21
26
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
22
27
|
serviceId: string;
|
|
23
28
|
urlParser: import("@smithy/types").UrlParser;
|