@aws-sdk/client-glacier 3.1086.0 → 3.1088.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.
Files changed (57) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Glacier.d.ts +112 -142
  3. package/dist-types/ts3.4/GlacierClient.d.ts +23 -54
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +3 -4
  8. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +2 -2
  9. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +2 -2
  10. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +2 -2
  12. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +2 -2
  14. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +2 -2
  16. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +4 -8
  21. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -5
  28. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -5
  30. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +3 -4
  35. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +3 -4
  36. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +3 -4
  37. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +3 -4
  38. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +8 -11
  39. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +9 -17
  40. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  41. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  42. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  43. package/dist-types/ts3.4/models/enums.d.ts +3 -6
  44. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  46. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  47. package/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -4
  48. package/dist-types/ts3.4/pagination/ListVaultsPaginator.d.ts +1 -4
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -26
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +10 -20
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -26
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  53. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  55. package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +3 -5
  56. package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +3 -5
  57. package/package.json +42 -42
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -58,10 +55,7 @@ import {
58
55
  CompleteVaultLockCommandInput,
59
56
  CompleteVaultLockCommandOutput,
60
57
  } from "./commands/CompleteVaultLockCommand";
61
- import {
62
- CreateVaultCommandInput,
63
- CreateVaultCommandOutput,
64
- } from "./commands/CreateVaultCommand";
58
+ import { CreateVaultCommandInput, CreateVaultCommandOutput } from "./commands/CreateVaultCommand";
65
59
  import {
66
60
  DeleteArchiveCommandInput,
67
61
  DeleteArchiveCommandOutput,
@@ -70,18 +64,12 @@ import {
70
64
  DeleteVaultAccessPolicyCommandInput,
71
65
  DeleteVaultAccessPolicyCommandOutput,
72
66
  } from "./commands/DeleteVaultAccessPolicyCommand";
73
- import {
74
- DeleteVaultCommandInput,
75
- DeleteVaultCommandOutput,
76
- } from "./commands/DeleteVaultCommand";
67
+ import { DeleteVaultCommandInput, DeleteVaultCommandOutput } from "./commands/DeleteVaultCommand";
77
68
  import {
78
69
  DeleteVaultNotificationsCommandInput,
79
70
  DeleteVaultNotificationsCommandOutput,
80
71
  } from "./commands/DeleteVaultNotificationsCommand";
81
- import {
82
- DescribeJobCommandInput,
83
- DescribeJobCommandOutput,
84
- } from "./commands/DescribeJobCommand";
72
+ import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
85
73
  import {
86
74
  DescribeVaultCommandInput,
87
75
  DescribeVaultCommandOutput,
@@ -106,10 +94,7 @@ import {
106
94
  GetVaultNotificationsCommandInput,
107
95
  GetVaultNotificationsCommandOutput,
108
96
  } from "./commands/GetVaultNotificationsCommand";
109
- import {
110
- InitiateJobCommandInput,
111
- InitiateJobCommandOutput,
112
- } from "./commands/InitiateJobCommand";
97
+ import { InitiateJobCommandInput, InitiateJobCommandOutput } from "./commands/InitiateJobCommand";
113
98
  import {
114
99
  InitiateMultipartUploadCommandInput,
115
100
  InitiateMultipartUploadCommandOutput,
@@ -118,18 +103,12 @@ import {
118
103
  InitiateVaultLockCommandInput,
119
104
  InitiateVaultLockCommandOutput,
120
105
  } from "./commands/InitiateVaultLockCommand";
121
- import {
122
- ListJobsCommandInput,
123
- ListJobsCommandOutput,
124
- } from "./commands/ListJobsCommand";
106
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
125
107
  import {
126
108
  ListMultipartUploadsCommandInput,
127
109
  ListMultipartUploadsCommandOutput,
128
110
  } from "./commands/ListMultipartUploadsCommand";
129
- import {
130
- ListPartsCommandInput,
131
- ListPartsCommandOutput,
132
- } from "./commands/ListPartsCommand";
111
+ import { ListPartsCommandInput, ListPartsCommandOutput } from "./commands/ListPartsCommand";
133
112
  import {
134
113
  ListProvisionedCapacityCommandInput,
135
114
  ListProvisionedCapacityCommandOutput,
@@ -138,10 +117,7 @@ import {
138
117
  ListTagsForVaultCommandInput,
139
118
  ListTagsForVaultCommandOutput,
140
119
  } from "./commands/ListTagsForVaultCommand";
141
- import {
142
- ListVaultsCommandInput,
143
- ListVaultsCommandOutput,
144
- } from "./commands/ListVaultsCommand";
120
+ import { ListVaultsCommandInput, ListVaultsCommandOutput } from "./commands/ListVaultsCommand";
145
121
  import {
146
122
  PurchaseProvisionedCapacityCommandInput,
147
123
  PurchaseProvisionedCapacityCommandOutput,
@@ -245,8 +221,7 @@ export type ServiceOutputTypes =
245
221
  | SetVaultNotificationsCommandOutput
246
222
  | UploadArchiveCommandOutput
247
223
  | UploadMultipartPartCommandOutput;
248
- export interface ClientDefaults
249
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
224
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
250
225
  requestHandler?: __HttpHandlerUserInput;
251
226
  sha256?: __ChecksumConstructor | __HashConstructor;
252
227
  urlParser?: __UrlParser;
@@ -268,7 +243,7 @@ export interface ClientDefaults
268
243
  options: {
269
244
  sha256: __ChecksumConstructor | __HashConstructor;
270
245
  utf8Decoder: __Decoder;
271
- }
246
+ },
272
247
  ) => Promise<[string, string]>;
273
248
  defaultUserAgentProvider?: __Provider<__UserAgent>;
274
249
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
@@ -279,9 +254,7 @@ export interface ClientDefaults
279
254
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
280
255
  sdkStreamMixin?: __SdkStreamMixinInjector;
281
256
  }
282
- export type GlacierClientConfigType = Partial<
283
- __SmithyConfiguration<__HttpHandlerOptions>
284
- > &
257
+ export type GlacierClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
285
258
  ClientDefaults &
286
259
  UserAgentInputConfig &
287
260
  RetryInputConfig &
@@ -291,19 +264,17 @@ export type GlacierClientConfigType = Partial<
291
264
  HttpAuthSchemeInputConfig &
292
265
  ClientInputEndpointParameters;
293
266
  export interface GlacierClientConfig extends GlacierClientConfigType {}
294
- export type GlacierClientResolvedConfigType =
295
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
296
- Required<ClientDefaults> &
297
- RuntimeExtensionsConfig &
298
- UserAgentResolvedConfig &
299
- RetryResolvedConfig &
300
- RegionResolvedConfig &
301
- HostHeaderResolvedConfig &
302
- EndpointResolvedConfig<EndpointParameters> &
303
- HttpAuthSchemeResolvedConfig &
304
- ClientResolvedEndpointParameters;
305
- export interface GlacierClientResolvedConfig
306
- extends GlacierClientResolvedConfigType {}
267
+ export type GlacierClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
268
+ Required<ClientDefaults> &
269
+ RuntimeExtensionsConfig &
270
+ UserAgentResolvedConfig &
271
+ RetryResolvedConfig &
272
+ RegionResolvedConfig &
273
+ HostHeaderResolvedConfig &
274
+ EndpointResolvedConfig<EndpointParameters> &
275
+ HttpAuthSchemeResolvedConfig &
276
+ ClientResolvedEndpointParameters;
277
+ export interface GlacierClientResolvedConfig extends GlacierClientResolvedConfigType {}
307
278
  export declare class GlacierClient extends __Client<
308
279
  __HttpHandlerOptions,
309
280
  ServiceInputTypes,
@@ -311,8 +282,6 @@ export declare class GlacierClient extends __Client<
311
282
  GlacierClientResolvedConfig
312
283
  > {
313
284
  readonly config: GlacierClientResolvedConfig;
314
- constructor(
315
- ...[configuration]: __CheckOptionalClientConfig<GlacierClientConfig>
316
- );
285
+ constructor(...[configuration]: __CheckOptionalClientConfig<GlacierClientConfig>);
317
286
  destroy(): void;
318
287
  }
@@ -7,17 +7,10 @@ import { GlacierHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: GlacierHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: GlacierHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): GlacierHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { GlacierClientResolvedConfig } from "../GlacierClient";
15
- export interface GlacierHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface GlacierHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface GlacierHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- GlacierClientResolvedConfig,
22
- HandlerExecutionContext,
23
- GlacierHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface GlacierHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ GlacierClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ GlacierHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultGlacierHttpAuthSchemeParametersProvider: (
27
25
  config: GlacierClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<GlacierHttpAuthSchemeParameters>;
31
- export interface GlacierHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<GlacierHttpAuthSchemeParameters> {}
29
+ export interface GlacierHttpAuthSchemeProvider extends HttpAuthSchemeProvider<GlacierHttpAuthSchemeParameters> {}
33
30
  export declare const defaultGlacierHttpAuthSchemeProvider: GlacierHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: GlacierHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: GlacierHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./GlacierClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  GlacierClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AbortMultipartUploadInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface AbortMultipartUploadCommandInput
5
- extends AbortMultipartUploadInput {}
4
+ export interface AbortMultipartUploadCommandInput extends AbortMultipartUploadInput {}
6
5
  export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {}
7
6
  declare const AbortMultipartUploadCommand_base: {
8
7
  new (
9
- input: AbortMultipartUploadCommandInput
8
+ input: AbortMultipartUploadCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  AbortMultipartUploadCommandInput,
12
11
  AbortMultipartUploadCommandOutput,
@@ -15,7 +14,7 @@ declare const AbortMultipartUploadCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: AbortMultipartUploadCommandInput
17
+ input: AbortMultipartUploadCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  AbortMultipartUploadCommandInput,
21
20
  AbortMultipartUploadCommandOutput,
@@ -5,7 +5,7 @@ export interface AbortVaultLockCommandInput extends AbortVaultLockInput {}
5
5
  export interface AbortVaultLockCommandOutput extends __MetadataBearer {}
6
6
  declare const AbortVaultLockCommand_base: {
7
7
  new (
8
- input: AbortVaultLockCommandInput
8
+ input: AbortVaultLockCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  AbortVaultLockCommandInput,
11
11
  AbortVaultLockCommandOutput,
@@ -14,7 +14,7 @@ declare const AbortVaultLockCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: AbortVaultLockCommandInput
17
+ input: AbortVaultLockCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  AbortVaultLockCommandInput,
20
20
  AbortVaultLockCommandOutput,
@@ -5,7 +5,7 @@ export interface AddTagsToVaultCommandInput extends AddTagsToVaultInput {}
5
5
  export interface AddTagsToVaultCommandOutput extends __MetadataBearer {}
6
6
  declare const AddTagsToVaultCommand_base: {
7
7
  new (
8
- input: AddTagsToVaultCommandInput
8
+ input: AddTagsToVaultCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  AddTagsToVaultCommandInput,
11
11
  AddTagsToVaultCommandOutput,
@@ -14,7 +14,7 @@ declare const AddTagsToVaultCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: AddTagsToVaultCommandInput
17
+ input: AddTagsToVaultCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  AddTagsToVaultCommandInput,
20
20
  AddTagsToVaultCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ArchiveCreationOutput,
4
- CompleteMultipartUploadInput,
5
- } from "../models/models_0";
2
+ import { ArchiveCreationOutput, CompleteMultipartUploadInput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CompleteMultipartUploadCommandInput
8
- extends CompleteMultipartUploadInput {}
4
+ export interface CompleteMultipartUploadCommandInput extends CompleteMultipartUploadInput {}
9
5
  export interface CompleteMultipartUploadCommandOutput
10
- extends ArchiveCreationOutput,
11
- __MetadataBearer {}
6
+ extends ArchiveCreationOutput, __MetadataBearer {}
12
7
  declare const CompleteMultipartUploadCommand_base: {
13
8
  new (
14
- input: CompleteMultipartUploadCommandInput
9
+ input: CompleteMultipartUploadCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CompleteMultipartUploadCommandInput,
17
12
  CompleteMultipartUploadCommandOutput,
@@ -20,7 +15,7 @@ declare const CompleteMultipartUploadCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CompleteMultipartUploadCommandInput
18
+ input: CompleteMultipartUploadCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CompleteMultipartUploadCommandInput,
26
21
  CompleteMultipartUploadCommandOutput,
@@ -5,7 +5,7 @@ export interface CompleteVaultLockCommandInput extends CompleteVaultLockInput {}
5
5
  export interface CompleteVaultLockCommandOutput extends __MetadataBearer {}
6
6
  declare const CompleteVaultLockCommand_base: {
7
7
  new (
8
- input: CompleteVaultLockCommandInput
8
+ input: CompleteVaultLockCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  CompleteVaultLockCommandInput,
11
11
  CompleteVaultLockCommandOutput,
@@ -14,7 +14,7 @@ declare const CompleteVaultLockCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: CompleteVaultLockCommandInput
17
+ input: CompleteVaultLockCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  CompleteVaultLockCommandInput,
20
20
  CompleteVaultLockCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateVaultCommandInput extends CreateVaultInput {}
5
- export interface CreateVaultCommandOutput
6
- extends CreateVaultOutput,
7
- __MetadataBearer {}
5
+ export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataBearer {}
8
6
  declare const CreateVaultCommand_base: {
9
7
  new (
10
- input: CreateVaultCommandInput
8
+ input: CreateVaultCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateVaultCommandInput,
13
11
  CreateVaultCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateVaultCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateVaultCommandInput
17
+ input: CreateVaultCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateVaultCommandInput,
22
20
  CreateVaultCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteArchiveCommandInput extends DeleteArchiveInput {}
5
5
  export interface DeleteArchiveCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteArchiveCommand_base: {
7
7
  new (
8
- input: DeleteArchiveCommandInput
8
+ input: DeleteArchiveCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteArchiveCommandInput,
11
11
  DeleteArchiveCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteArchiveCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteArchiveCommandInput
17
+ input: DeleteArchiveCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteArchiveCommandInput,
20
20
  DeleteArchiveCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVaultAccessPolicyInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVaultAccessPolicyCommandInput
5
- extends DeleteVaultAccessPolicyInput {}
6
- export interface DeleteVaultAccessPolicyCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVaultAccessPolicyCommandInput extends DeleteVaultAccessPolicyInput {}
5
+ export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVaultAccessPolicyCommand_base: {
9
7
  new (
10
- input: DeleteVaultAccessPolicyCommandInput
8
+ input: DeleteVaultAccessPolicyCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVaultAccessPolicyCommandInput,
13
11
  DeleteVaultAccessPolicyCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVaultAccessPolicyCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVaultAccessPolicyCommandInput
17
+ input: DeleteVaultAccessPolicyCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVaultAccessPolicyCommandInput,
22
20
  DeleteVaultAccessPolicyCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteVaultCommandInput extends DeleteVaultInput {}
5
5
  export interface DeleteVaultCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteVaultCommand_base: {
7
7
  new (
8
- input: DeleteVaultCommandInput
8
+ input: DeleteVaultCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteVaultCommandInput,
11
11
  DeleteVaultCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteVaultCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteVaultCommandInput
17
+ input: DeleteVaultCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteVaultCommandInput,
20
20
  DeleteVaultCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteVaultNotificationsInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteVaultNotificationsCommandInput
5
- extends DeleteVaultNotificationsInput {}
6
- export interface DeleteVaultNotificationsCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteVaultNotificationsCommandInput extends DeleteVaultNotificationsInput {}
5
+ export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteVaultNotificationsCommand_base: {
9
7
  new (
10
- input: DeleteVaultNotificationsCommandInput
8
+ input: DeleteVaultNotificationsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteVaultNotificationsCommandInput,
13
11
  DeleteVaultNotificationsCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteVaultNotificationsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteVaultNotificationsCommandInput
17
+ input: DeleteVaultNotificationsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteVaultNotificationsCommandInput,
22
20
  DeleteVaultNotificationsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DescribeJobInput, GlacierJobDescription } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeJobCommandInput extends DescribeJobInput {}
5
- export interface DescribeJobCommandOutput
6
- extends GlacierJobDescription,
7
- __MetadataBearer {}
5
+ export interface DescribeJobCommandOutput extends GlacierJobDescription, __MetadataBearer {}
8
6
  declare const DescribeJobCommand_base: {
9
7
  new (
10
- input: DescribeJobCommandInput
8
+ input: DescribeJobCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DescribeJobCommandInput,
13
11
  DescribeJobCommandOutput,
@@ -16,7 +14,7 @@ declare const DescribeJobCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DescribeJobCommandInput
17
+ input: DescribeJobCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DescribeJobCommandInput,
22
20
  DescribeJobCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeVaultCommandInput extends DescribeVaultInput {}
5
- export interface DescribeVaultCommandOutput
6
- extends DescribeVaultOutput,
7
- __MetadataBearer {}
5
+ export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __MetadataBearer {}
8
6
  declare const DescribeVaultCommand_base: {
9
7
  new (
10
- input: DescribeVaultCommandInput
8
+ input: DescribeVaultCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DescribeVaultCommandInput,
13
11
  DescribeVaultCommandOutput,
@@ -16,7 +14,7 @@ declare const DescribeVaultCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DescribeVaultCommandInput
17
+ input: DescribeVaultCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DescribeVaultCommandInput,
22
20
  DescribeVaultCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDataRetrievalPolicyInput,
4
- GetDataRetrievalPolicyOutput,
5
- } from "../models/models_0";
2
+ import { GetDataRetrievalPolicyInput, GetDataRetrievalPolicyOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetDataRetrievalPolicyCommandInput
8
- extends GetDataRetrievalPolicyInput {}
4
+ export interface GetDataRetrievalPolicyCommandInput extends GetDataRetrievalPolicyInput {}
9
5
  export interface GetDataRetrievalPolicyCommandOutput
10
- extends GetDataRetrievalPolicyOutput,
11
- __MetadataBearer {}
6
+ extends GetDataRetrievalPolicyOutput, __MetadataBearer {}
12
7
  declare const GetDataRetrievalPolicyCommand_base: {
13
8
  new (
14
- input: GetDataRetrievalPolicyCommandInput
9
+ input: GetDataRetrievalPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetDataRetrievalPolicyCommandInput,
17
12
  GetDataRetrievalPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const GetDataRetrievalPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetDataRetrievalPolicyCommandInput
18
+ input: GetDataRetrievalPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetDataRetrievalPolicyCommandInput,
26
21
  GetDataRetrievalPolicyCommandOutput,
@@ -1,18 +1,14 @@
1
- import {
2
- MetadataBearer as __MetadataBearer,
3
- StreamingBlobPayloadOutputTypes,
4
- } from "@smithy/types";
1
+ import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
5
2
  import { GetJobOutputInput, GetJobOutputOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetJobOutputCommandInput extends GetJobOutputInput {}
8
5
  export interface GetJobOutputCommandOutput
9
- extends Pick<GetJobOutputOutput, Exclude<keyof GetJobOutputOutput, "body">>,
10
- __MetadataBearer {
6
+ extends Pick<GetJobOutputOutput, Exclude<keyof GetJobOutputOutput, "body">>, __MetadataBearer {
11
7
  body?: StreamingBlobPayloadOutputTypes;
12
8
  }
13
9
  declare const GetJobOutputCommand_base: {
14
10
  new (
15
- input: GetJobOutputCommandInput
11
+ input: GetJobOutputCommandInput,
16
12
  ): import("@smithy/core/client").CommandImpl<
17
13
  GetJobOutputCommandInput,
18
14
  GetJobOutputCommandOutput,
@@ -21,7 +17,7 @@ declare const GetJobOutputCommand_base: {
21
17
  import("..").ServiceOutputTypes
22
18
  >;
23
19
  new (
24
- input: GetJobOutputCommandInput
20
+ input: GetJobOutputCommandInput,
25
21
  ): import("@smithy/core/client").CommandImpl<
26
22
  GetJobOutputCommandInput,
27
23
  GetJobOutputCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetVaultAccessPolicyInput,
4
- GetVaultAccessPolicyOutput,
5
- } from "../models/models_0";
2
+ import { GetVaultAccessPolicyInput, GetVaultAccessPolicyOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetVaultAccessPolicyCommandInput
8
- extends GetVaultAccessPolicyInput {}
4
+ export interface GetVaultAccessPolicyCommandInput extends GetVaultAccessPolicyInput {}
9
5
  export interface GetVaultAccessPolicyCommandOutput
10
- extends GetVaultAccessPolicyOutput,
11
- __MetadataBearer {}
6
+ extends GetVaultAccessPolicyOutput, __MetadataBearer {}
12
7
  declare const GetVaultAccessPolicyCommand_base: {
13
8
  new (
14
- input: GetVaultAccessPolicyCommandInput
9
+ input: GetVaultAccessPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetVaultAccessPolicyCommandInput,
17
12
  GetVaultAccessPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const GetVaultAccessPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetVaultAccessPolicyCommandInput
18
+ input: GetVaultAccessPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetVaultAccessPolicyCommandInput,
26
21
  GetVaultAccessPolicyCommandOutput,