@aws-sdk/client-glacier 3.478.0 → 3.484.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 (137) hide show
  1. package/dist-cjs/commands/AbortMultipartUploadCommand.js +18 -41
  2. package/dist-cjs/commands/AbortVaultLockCommand.js +18 -41
  3. package/dist-cjs/commands/AddTagsToVaultCommand.js +18 -41
  4. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +18 -41
  5. package/dist-cjs/commands/CompleteVaultLockCommand.js +18 -41
  6. package/dist-cjs/commands/CreateVaultCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteArchiveCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteVaultCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeJobCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeVaultCommand.js +18 -41
  13. package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +18 -41
  14. package/dist-cjs/commands/GetJobOutputCommand.js +18 -41
  15. package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +18 -41
  16. package/dist-cjs/commands/GetVaultLockCommand.js +18 -41
  17. package/dist-cjs/commands/GetVaultNotificationsCommand.js +18 -41
  18. package/dist-cjs/commands/InitiateJobCommand.js +18 -41
  19. package/dist-cjs/commands/InitiateMultipartUploadCommand.js +18 -41
  20. package/dist-cjs/commands/InitiateVaultLockCommand.js +18 -41
  21. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  22. package/dist-cjs/commands/ListMultipartUploadsCommand.js +18 -41
  23. package/dist-cjs/commands/ListPartsCommand.js +18 -41
  24. package/dist-cjs/commands/ListProvisionedCapacityCommand.js +18 -41
  25. package/dist-cjs/commands/ListTagsForVaultCommand.js +18 -41
  26. package/dist-cjs/commands/ListVaultsCommand.js +18 -41
  27. package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +18 -41
  28. package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +18 -41
  29. package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +18 -41
  30. package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +18 -41
  31. package/dist-cjs/commands/SetVaultNotificationsCommand.js +18 -41
  32. package/dist-cjs/commands/UploadArchiveCommand.js +18 -41
  33. package/dist-cjs/commands/UploadMultipartPartCommand.js +18 -41
  34. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  35. package/dist-es/commands/AbortMultipartUploadCommand.js +18 -41
  36. package/dist-es/commands/AbortVaultLockCommand.js +18 -41
  37. package/dist-es/commands/AddTagsToVaultCommand.js +18 -41
  38. package/dist-es/commands/CompleteMultipartUploadCommand.js +18 -41
  39. package/dist-es/commands/CompleteVaultLockCommand.js +18 -41
  40. package/dist-es/commands/CreateVaultCommand.js +18 -41
  41. package/dist-es/commands/DeleteArchiveCommand.js +18 -41
  42. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +18 -41
  43. package/dist-es/commands/DeleteVaultCommand.js +18 -41
  44. package/dist-es/commands/DeleteVaultNotificationsCommand.js +18 -41
  45. package/dist-es/commands/DescribeJobCommand.js +18 -41
  46. package/dist-es/commands/DescribeVaultCommand.js +18 -41
  47. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +18 -41
  48. package/dist-es/commands/GetJobOutputCommand.js +18 -41
  49. package/dist-es/commands/GetVaultAccessPolicyCommand.js +18 -41
  50. package/dist-es/commands/GetVaultLockCommand.js +18 -41
  51. package/dist-es/commands/GetVaultNotificationsCommand.js +18 -41
  52. package/dist-es/commands/InitiateJobCommand.js +18 -41
  53. package/dist-es/commands/InitiateMultipartUploadCommand.js +18 -41
  54. package/dist-es/commands/InitiateVaultLockCommand.js +18 -41
  55. package/dist-es/commands/ListJobsCommand.js +18 -41
  56. package/dist-es/commands/ListMultipartUploadsCommand.js +18 -41
  57. package/dist-es/commands/ListPartsCommand.js +18 -41
  58. package/dist-es/commands/ListProvisionedCapacityCommand.js +18 -41
  59. package/dist-es/commands/ListTagsForVaultCommand.js +18 -41
  60. package/dist-es/commands/ListVaultsCommand.js +18 -41
  61. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +18 -41
  62. package/dist-es/commands/RemoveTagsFromVaultCommand.js +18 -41
  63. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +18 -41
  64. package/dist-es/commands/SetVaultAccessPolicyCommand.js +18 -41
  65. package/dist-es/commands/SetVaultNotificationsCommand.js +18 -41
  66. package/dist-es/commands/UploadArchiveCommand.js +18 -41
  67. package/dist-es/commands/UploadMultipartPartCommand.js +18 -41
  68. package/dist-es/endpoint/EndpointParameters.js +6 -0
  69. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -21
  70. package/dist-types/commands/AbortVaultLockCommand.d.ts +6 -21
  71. package/dist-types/commands/AddTagsToVaultCommand.d.ts +6 -21
  72. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -21
  73. package/dist-types/commands/CompleteVaultLockCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateVaultCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -21
  77. package/dist-types/commands/DeleteVaultCommand.d.ts +6 -21
  78. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +6 -21
  79. package/dist-types/commands/DescribeJobCommand.d.ts +6 -21
  80. package/dist-types/commands/DescribeVaultCommand.d.ts +6 -21
  81. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +6 -21
  82. package/dist-types/commands/GetJobOutputCommand.d.ts +6 -21
  83. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +6 -21
  84. package/dist-types/commands/GetVaultLockCommand.d.ts +6 -21
  85. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +6 -21
  86. package/dist-types/commands/InitiateJobCommand.d.ts +6 -21
  87. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +6 -21
  88. package/dist-types/commands/InitiateVaultLockCommand.d.ts +6 -21
  89. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  90. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListPartsCommand.d.ts +6 -21
  92. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +6 -21
  93. package/dist-types/commands/ListTagsForVaultCommand.d.ts +6 -21
  94. package/dist-types/commands/ListVaultsCommand.d.ts +6 -21
  95. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -21
  96. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +6 -21
  97. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +6 -21
  98. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +6 -21
  99. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +6 -21
  100. package/dist-types/commands/UploadArchiveCommand.d.ts +6 -21
  101. package/dist-types/commands/UploadMultipartPartCommand.d.ts +6 -21
  102. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  103. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +13 -20
  117. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +12 -24
  130. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +13 -20
  135. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +13 -20
  136. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  137. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface InitiateVaultLockCommandInput extends InitiateVaultLockInput {}
20
14
  export interface InitiateVaultLockCommandOutput
21
15
  extends InitiateVaultLockOutput,
22
16
  __MetadataBearer {}
23
- export declare class InitiateVaultLockCommand extends $Command<
24
- InitiateVaultLockCommandInput,
25
- InitiateVaultLockCommandOutput,
26
- GlacierClientResolvedConfig
27
- > {
28
- readonly input: InitiateVaultLockCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: InitiateVaultLockCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GlacierClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const InitiateVaultLockCommand_base: {
18
+ new (
19
+ input: InitiateVaultLockCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ InitiateVaultLockCommandInput,
22
+ InitiateVaultLockCommandOutput,
23
+ GlacierClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class InitiateVaultLockCommand extends InitiateVaultLockCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListJobsCommandInput extends ListJobsInput {}
17
11
  export interface ListJobsCommandOutput
18
12
  extends ListJobsOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListJobsCommand extends $Command<
21
- ListJobsCommandInput,
22
- ListJobsCommandOutput,
23
- GlacierClientResolvedConfig
24
- > {
25
- readonly input: ListJobsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListJobsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlacierClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListJobsCommand_base: {
15
+ new (
16
+ input: ListJobsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListJobsCommandInput,
19
+ ListJobsCommandOutput,
20
+ GlacierClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListJobsCommand extends ListJobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListMultipartUploadsCommandInput
21
15
  export interface ListMultipartUploadsCommandOutput
22
16
  extends ListMultipartUploadsOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListMultipartUploadsCommand extends $Command<
25
- ListMultipartUploadsCommandInput,
26
- ListMultipartUploadsCommandOutput,
27
- GlacierClientResolvedConfig
28
- > {
29
- readonly input: ListMultipartUploadsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListMultipartUploadsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlacierClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListMultipartUploadsCommand_base: {
19
+ new (
20
+ input: ListMultipartUploadsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListMultipartUploadsCommandInput,
38
- ListMultipartUploadsCommandOutput
23
+ ListMultipartUploadsCommandOutput,
24
+ GlacierClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListMultipartUploadsCommand extends ListMultipartUploadsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListPartsCommandInput extends ListPartsInput {}
17
11
  export interface ListPartsCommandOutput
18
12
  extends ListPartsOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListPartsCommand extends $Command<
21
- ListPartsCommandInput,
22
- ListPartsCommandOutput,
23
- GlacierClientResolvedConfig
24
- > {
25
- readonly input: ListPartsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListPartsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlacierClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListPartsCommandInput, ListPartsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListPartsCommand_base: {
15
+ new (
16
+ input: ListPartsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListPartsCommandInput,
19
+ ListPartsCommandOutput,
20
+ GlacierClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListPartsCommand extends ListPartsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListProvisionedCapacityCommandInput
21
15
  export interface ListProvisionedCapacityCommandOutput
22
16
  extends ListProvisionedCapacityOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListProvisionedCapacityCommand extends $Command<
25
- ListProvisionedCapacityCommandInput,
26
- ListProvisionedCapacityCommandOutput,
27
- GlacierClientResolvedConfig
28
- > {
29
- readonly input: ListProvisionedCapacityCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListProvisionedCapacityCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlacierClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListProvisionedCapacityCommand_base: {
19
+ new (
20
+ input: ListProvisionedCapacityCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListProvisionedCapacityCommandInput,
38
- ListProvisionedCapacityCommandOutput
23
+ ListProvisionedCapacityCommandOutput,
24
+ GlacierClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListProvisionedCapacityCommand extends ListProvisionedCapacityCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListTagsForVaultCommandInput extends ListTagsForVaultInput {}
20
14
  export interface ListTagsForVaultCommandOutput
21
15
  extends ListTagsForVaultOutput,
22
16
  __MetadataBearer {}
23
- export declare class ListTagsForVaultCommand extends $Command<
24
- ListTagsForVaultCommandInput,
25
- ListTagsForVaultCommandOutput,
26
- GlacierClientResolvedConfig
27
- > {
28
- readonly input: ListTagsForVaultCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListTagsForVaultCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GlacierClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListTagsForVaultCommand_base: {
18
+ new (
19
+ input: ListTagsForVaultCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListTagsForVaultCommandInput,
22
+ ListTagsForVaultCommandOutput,
23
+ GlacierClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListTagsForVaultCommand extends ListTagsForVaultCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListVaultsCommandInput extends ListVaultsInput {}
17
11
  export interface ListVaultsCommandOutput
18
12
  extends ListVaultsOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListVaultsCommand extends $Command<
21
- ListVaultsCommandInput,
22
- ListVaultsCommandOutput,
23
- GlacierClientResolvedConfig
24
- > {
25
- readonly input: ListVaultsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListVaultsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlacierClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListVaultsCommandInput, ListVaultsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListVaultsCommand_base: {
15
+ new (
16
+ input: ListVaultsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListVaultsCommandInput,
19
+ ListVaultsCommandOutput,
20
+ GlacierClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListVaultsCommand extends ListVaultsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface PurchaseProvisionedCapacityCommandInput
21
15
  export interface PurchaseProvisionedCapacityCommandOutput
22
16
  extends PurchaseProvisionedCapacityOutput,
23
17
  __MetadataBearer {}
24
- export declare class PurchaseProvisionedCapacityCommand extends $Command<
25
- PurchaseProvisionedCapacityCommandInput,
26
- PurchaseProvisionedCapacityCommandOutput,
27
- GlacierClientResolvedConfig
28
- > {
29
- readonly input: PurchaseProvisionedCapacityCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PurchaseProvisionedCapacityCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlacierClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PurchaseProvisionedCapacityCommand_base: {
19
+ new (
20
+ input: PurchaseProvisionedCapacityCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PurchaseProvisionedCapacityCommandInput,
38
- PurchaseProvisionedCapacityCommandOutput
23
+ PurchaseProvisionedCapacityCommandOutput,
24
+ GlacierClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PurchaseProvisionedCapacityCommand extends PurchaseProvisionedCapacityCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface RemoveTagsFromVaultCommandInput
17
11
  extends RemoveTagsFromVaultInput {}
18
12
  export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {}
19
- export declare class RemoveTagsFromVaultCommand extends $Command<
20
- RemoveTagsFromVaultCommandInput,
21
- RemoveTagsFromVaultCommandOutput,
22
- GlacierClientResolvedConfig
23
- > {
24
- readonly input: RemoveTagsFromVaultCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: RemoveTagsFromVaultCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: GlacierClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const RemoveTagsFromVaultCommand_base: {
14
+ new (
15
+ input: RemoveTagsFromVaultCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ RemoveTagsFromVaultCommandInput,
18
+ RemoveTagsFromVaultCommandOutput,
19
+ GlacierClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class RemoveTagsFromVaultCommand extends RemoveTagsFromVaultCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface SetDataRetrievalPolicyCommandInput
17
11
  extends SetDataRetrievalPolicyInput {}
18
12
  export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {}
19
- export declare class SetDataRetrievalPolicyCommand extends $Command<
20
- SetDataRetrievalPolicyCommandInput,
21
- SetDataRetrievalPolicyCommandOutput,
22
- GlacierClientResolvedConfig
23
- > {
24
- readonly input: SetDataRetrievalPolicyCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: SetDataRetrievalPolicyCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: GlacierClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const SetDataRetrievalPolicyCommand_base: {
14
+ new (
15
+ input: SetDataRetrievalPolicyCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  SetDataRetrievalPolicyCommandInput,
33
- SetDataRetrievalPolicyCommandOutput
18
+ SetDataRetrievalPolicyCommandOutput,
19
+ GlacierClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class SetDataRetrievalPolicyCommand extends SetDataRetrievalPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface SetVaultAccessPolicyCommandInput
17
11
  extends SetVaultAccessPolicyInput {}
18
12
  export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {}
19
- export declare class SetVaultAccessPolicyCommand extends $Command<
20
- SetVaultAccessPolicyCommandInput,
21
- SetVaultAccessPolicyCommandOutput,
22
- GlacierClientResolvedConfig
23
- > {
24
- readonly input: SetVaultAccessPolicyCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: SetVaultAccessPolicyCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: GlacierClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const SetVaultAccessPolicyCommand_base: {
14
+ new (
15
+ input: SetVaultAccessPolicyCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  SetVaultAccessPolicyCommandInput,
33
- SetVaultAccessPolicyCommandOutput
18
+ SetVaultAccessPolicyCommandOutput,
19
+ GlacierClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class SetVaultAccessPolicyCommand extends SetVaultAccessPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlacierClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface SetVaultNotificationsCommandInput
17
11
  extends SetVaultNotificationsInput {}
18
12
  export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {}
19
- export declare class SetVaultNotificationsCommand extends $Command<
20
- SetVaultNotificationsCommandInput,
21
- SetVaultNotificationsCommandOutput,
22
- GlacierClientResolvedConfig
23
- > {
24
- readonly input: SetVaultNotificationsCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: SetVaultNotificationsCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: GlacierClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const SetVaultNotificationsCommand_base: {
14
+ new (
15
+ input: SetVaultNotificationsCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  SetVaultNotificationsCommandInput,
33
- SetVaultNotificationsCommandOutput
18
+ SetVaultNotificationsCommandOutput,
19
+ GlacierClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class SetVaultNotificationsCommand extends SetVaultNotificationsCommand_base {}
@@ -1,10 +1,6 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
2
  import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
3
  MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
4
  StreamingBlobPayloadInputTypes,
9
5
  } from "@smithy/types";
10
6
  import {
@@ -21,19 +17,16 @@ export interface UploadArchiveCommandInput
21
17
  export interface UploadArchiveCommandOutput
22
18
  extends ArchiveCreationOutput,
23
19
  __MetadataBearer {}
24
- export declare class UploadArchiveCommand extends $Command<
25
- UploadArchiveCommandInput,
26
- UploadArchiveCommandOutput,
27
- GlacierClientResolvedConfig
28
- > {
29
- readonly input: UploadArchiveCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: UploadArchiveCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlacierClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<UploadArchiveCommandInput, UploadArchiveCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
20
+ declare const UploadArchiveCommand_base: {
21
+ new (
22
+ input: UploadArchiveCommandInput
23
+ ): import("@smithy/smithy-client").CommandImpl<
24
+ UploadArchiveCommandInput,
25
+ UploadArchiveCommandOutput,
26
+ GlacierClientResolvedConfig,
27
+ ServiceInputTypes,
28
+ ServiceOutputTypes
29
+ >;
30
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
+ };
32
+ export declare class UploadArchiveCommand extends UploadArchiveCommand_base {}
@@ -1,10 +1,6 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
2
  import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
3
  MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
4
  StreamingBlobPayloadInputTypes,
9
5
  } from "@smithy/types";
10
6
  import {
@@ -27,19 +23,16 @@ export interface UploadMultipartPartCommandInput
27
23
  export interface UploadMultipartPartCommandOutput
28
24
  extends UploadMultipartPartOutput,
29
25
  __MetadataBearer {}
30
- export declare class UploadMultipartPartCommand extends $Command<
31
- UploadMultipartPartCommandInput,
32
- UploadMultipartPartCommandOutput,
33
- GlacierClientResolvedConfig
34
- > {
35
- readonly input: UploadMultipartPartCommandInput;
36
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
- constructor(input: UploadMultipartPartCommandInput);
38
- resolveMiddleware(
39
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
40
- configuration: GlacierClientResolvedConfig,
41
- options?: __HttpHandlerOptions
42
- ): Handler<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput>;
43
- private serialize;
44
- private deserialize;
45
- }
26
+ declare const UploadMultipartPartCommand_base: {
27
+ new (
28
+ input: UploadMultipartPartCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UploadMultipartPartCommandInput,
31
+ UploadMultipartPartCommandOutput,
32
+ GlacierClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
36
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ };
38
+ export declare class UploadMultipartPartCommand extends UploadMultipartPartCommand_base {}