@aws-sdk/client-glacier 3.477.0 → 3.481.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 (153) 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-cjs/pagination/ListJobsPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListMultipartUploadsPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListPartsPaginator.js +2 -24
  38. package/dist-cjs/pagination/ListVaultsPaginator.js +2 -24
  39. package/dist-es/commands/AbortMultipartUploadCommand.js +18 -41
  40. package/dist-es/commands/AbortVaultLockCommand.js +18 -41
  41. package/dist-es/commands/AddTagsToVaultCommand.js +18 -41
  42. package/dist-es/commands/CompleteMultipartUploadCommand.js +18 -41
  43. package/dist-es/commands/CompleteVaultLockCommand.js +18 -41
  44. package/dist-es/commands/CreateVaultCommand.js +18 -41
  45. package/dist-es/commands/DeleteArchiveCommand.js +18 -41
  46. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +18 -41
  47. package/dist-es/commands/DeleteVaultCommand.js +18 -41
  48. package/dist-es/commands/DeleteVaultNotificationsCommand.js +18 -41
  49. package/dist-es/commands/DescribeJobCommand.js +18 -41
  50. package/dist-es/commands/DescribeVaultCommand.js +18 -41
  51. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +18 -41
  52. package/dist-es/commands/GetJobOutputCommand.js +18 -41
  53. package/dist-es/commands/GetVaultAccessPolicyCommand.js +18 -41
  54. package/dist-es/commands/GetVaultLockCommand.js +18 -41
  55. package/dist-es/commands/GetVaultNotificationsCommand.js +18 -41
  56. package/dist-es/commands/InitiateJobCommand.js +18 -41
  57. package/dist-es/commands/InitiateMultipartUploadCommand.js +18 -41
  58. package/dist-es/commands/InitiateVaultLockCommand.js +18 -41
  59. package/dist-es/commands/ListJobsCommand.js +18 -41
  60. package/dist-es/commands/ListMultipartUploadsCommand.js +18 -41
  61. package/dist-es/commands/ListPartsCommand.js +18 -41
  62. package/dist-es/commands/ListProvisionedCapacityCommand.js +18 -41
  63. package/dist-es/commands/ListTagsForVaultCommand.js +18 -41
  64. package/dist-es/commands/ListVaultsCommand.js +18 -41
  65. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +18 -41
  66. package/dist-es/commands/RemoveTagsFromVaultCommand.js +18 -41
  67. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +18 -41
  68. package/dist-es/commands/SetVaultAccessPolicyCommand.js +18 -41
  69. package/dist-es/commands/SetVaultNotificationsCommand.js +18 -41
  70. package/dist-es/commands/UploadArchiveCommand.js +18 -41
  71. package/dist-es/commands/UploadMultipartPartCommand.js +18 -41
  72. package/dist-es/endpoint/EndpointParameters.js +6 -0
  73. package/dist-es/pagination/ListJobsPaginator.js +2 -23
  74. package/dist-es/pagination/ListMultipartUploadsPaginator.js +2 -23
  75. package/dist-es/pagination/ListPartsPaginator.js +2 -23
  76. package/dist-es/pagination/ListVaultsPaginator.js +2 -23
  77. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -21
  78. package/dist-types/commands/AbortVaultLockCommand.d.ts +6 -21
  79. package/dist-types/commands/AddTagsToVaultCommand.d.ts +6 -21
  80. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -21
  81. package/dist-types/commands/CompleteVaultLockCommand.d.ts +6 -21
  82. package/dist-types/commands/CreateVaultCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -21
  84. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -21
  85. package/dist-types/commands/DeleteVaultCommand.d.ts +6 -21
  86. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +6 -21
  87. package/dist-types/commands/DescribeJobCommand.d.ts +6 -21
  88. package/dist-types/commands/DescribeVaultCommand.d.ts +6 -21
  89. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +6 -21
  90. package/dist-types/commands/GetJobOutputCommand.d.ts +6 -21
  91. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +6 -21
  92. package/dist-types/commands/GetVaultLockCommand.d.ts +6 -21
  93. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +6 -21
  94. package/dist-types/commands/InitiateJobCommand.d.ts +6 -21
  95. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +6 -21
  96. package/dist-types/commands/InitiateVaultLockCommand.d.ts +6 -21
  97. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  98. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -21
  99. package/dist-types/commands/ListPartsCommand.d.ts +6 -21
  100. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +6 -21
  101. package/dist-types/commands/ListTagsForVaultCommand.d.ts +6 -21
  102. package/dist-types/commands/ListVaultsCommand.d.ts +6 -21
  103. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -21
  104. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +6 -21
  105. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +6 -21
  106. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +6 -21
  107. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +6 -21
  108. package/dist-types/commands/UploadArchiveCommand.d.ts +6 -21
  109. package/dist-types/commands/UploadMultipartPartCommand.d.ts +6 -21
  110. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  111. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListMultipartUploadsPaginator.d.ts +1 -1
  113. package/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListVaultsPaginator.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +13 -20
  129. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +12 -24
  130. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +13 -20
  147. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +13 -20
  148. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  149. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +3 -3
  150. package/dist-types/ts3.4/pagination/ListMultipartUploadsPaginator.d.ts +3 -3
  151. package/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +3 -3
  152. package/dist-types/ts3.4/pagination/ListVaultsPaginator.d.ts +3 -3
  153. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface InitiateMultipartUploadCommandInput extends InitiateMultipartUp
21
20
  */
22
21
  export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartUploadOutput, __MetadataBearer {
23
22
  }
23
+ declare const InitiateMultipartUploadCommand_base: {
24
+ new (input: InitiateMultipartUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation initiates a multipart upload. Amazon S3 Glacier creates a multipart
@@ -120,23 +123,5 @@ export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartU
120
123
  * ```
121
124
  *
122
125
  */
123
- export declare class InitiateMultipartUploadCommand extends $Command<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig> {
124
- readonly input: InitiateMultipartUploadCommandInput;
125
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
126
- /**
127
- * @public
128
- */
129
- constructor(input: InitiateMultipartUploadCommandInput);
130
- /**
131
- * @internal
132
- */
133
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput>;
134
- /**
135
- * @internal
136
- */
137
- private serialize;
138
- /**
139
- * @internal
140
- */
141
- private deserialize;
126
+ export declare class InitiateMultipartUploadCommand extends InitiateMultipartUploadCommand_base {
142
127
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface InitiateVaultLockCommandInput extends InitiateVaultLockInput {
21
20
  */
22
21
  export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput, __MetadataBearer {
23
22
  }
23
+ declare const InitiateVaultLockCommand_base: {
24
+ new (input: InitiateVaultLockCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation initiates the vault locking process by doing the following:</p>
@@ -122,23 +125,5 @@ export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput,
122
125
  * ```
123
126
  *
124
127
  */
125
- export declare class InitiateVaultLockCommand extends $Command<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig> {
126
- readonly input: InitiateVaultLockCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: InitiateVaultLockCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class InitiateVaultLockCommand extends InitiateVaultLockCommand_base {
144
129
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { ListJobsInput, ListJobsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListJobsCommandInput extends ListJobsInput {
21
20
  */
22
21
  export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListJobsCommand_base: {
24
+ new (input: ListJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists jobs for a vault, including jobs that are in-progress and jobs
@@ -231,23 +234,5 @@ export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer
231
234
  * ```
232
235
  *
233
236
  */
234
- export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig> {
235
- readonly input: ListJobsCommandInput;
236
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
237
- /**
238
- * @public
239
- */
240
- constructor(input: ListJobsCommandInput);
241
- /**
242
- * @internal
243
- */
244
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
245
- /**
246
- * @internal
247
- */
248
- private serialize;
249
- /**
250
- * @internal
251
- */
252
- private deserialize;
237
+ export declare class ListJobsCommand extends ListJobsCommand_base {
253
238
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsIn
21
20
  */
22
21
  export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMultipartUploadsCommand_base: {
24
+ new (input: ListMultipartUploadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists in-progress multipart uploads for the specified vault. An
@@ -141,23 +144,5 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
141
144
  * ```
142
145
  *
143
146
  */
144
- export declare class ListMultipartUploadsCommand extends $Command<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig> {
145
- readonly input: ListMultipartUploadsCommandInput;
146
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
147
- /**
148
- * @public
149
- */
150
- constructor(input: ListMultipartUploadsCommandInput);
151
- /**
152
- * @internal
153
- */
154
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput>;
155
- /**
156
- * @internal
157
- */
158
- private serialize;
159
- /**
160
- * @internal
161
- */
162
- private deserialize;
147
+ export declare class ListMultipartUploadsCommand extends ListMultipartUploadsCommand_base {
163
148
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { ListPartsInput, ListPartsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPartsCommandInput extends ListPartsInput {
21
20
  */
22
21
  export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListPartsCommand_base: {
24
+ new (input: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists the parts of an archive that have been uploaded in a specific
@@ -133,23 +136,5 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
133
136
  * ```
134
137
  *
135
138
  */
136
- export declare class ListPartsCommand extends $Command<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig> {
137
- readonly input: ListPartsCommandInput;
138
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
139
- /**
140
- * @public
141
- */
142
- constructor(input: ListPartsCommandInput);
143
- /**
144
- * @internal
145
- */
146
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPartsCommandInput, ListPartsCommandOutput>;
147
- /**
148
- * @internal
149
- */
150
- private serialize;
151
- /**
152
- * @internal
153
- */
154
- private deserialize;
139
+ export declare class ListPartsCommand extends ListPartsCommand_base {
155
140
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProvisionedCapacityCommandInput extends ListProvisionedCapa
21
20
  */
22
21
  export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCapacityOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListProvisionedCapacityCommand_base: {
24
+ new (input: ListProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists the provisioned capacity units for the specified AWS
@@ -94,23 +97,5 @@ export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCap
94
97
  * ```
95
98
  *
96
99
  */
97
- export declare class ListProvisionedCapacityCommand extends $Command<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig> {
98
- readonly input: ListProvisionedCapacityCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListProvisionedCapacityCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListProvisionedCapacityCommand extends ListProvisionedCapacityCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForVaultCommandInput extends ListTagsForVaultInput {
21
20
  */
22
21
  export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForVaultCommand_base: {
24
+ new (input: ListTagsForVaultCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists all the tags attached to a vault. The operation returns an empty
@@ -89,23 +92,5 @@ export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, _
89
92
  * ```
90
93
  *
91
94
  */
92
- export declare class ListTagsForVaultCommand extends $Command<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig> {
93
- readonly input: ListTagsForVaultCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: ListTagsForVaultCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class ListTagsForVaultCommand extends ListTagsForVaultCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { ListVaultsInput, ListVaultsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVaultsCommandInput extends ListVaultsInput {
21
20
  */
22
21
  export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListVaultsCommand_base: {
24
+ new (input: ListVaultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists all vaults owned by the calling user's account. The list
@@ -121,23 +124,5 @@ export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBea
121
124
  * ```
122
125
  *
123
126
  */
124
- export declare class ListVaultsCommand extends $Command<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig> {
125
- readonly input: ListVaultsCommandInput;
126
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
127
- /**
128
- * @public
129
- */
130
- constructor(input: ListVaultsCommandInput);
131
- /**
132
- * @internal
133
- */
134
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVaultsCommandInput, ListVaultsCommandOutput>;
135
- /**
136
- * @internal
137
- */
138
- private serialize;
139
- /**
140
- * @internal
141
- */
142
- private deserialize;
127
+ export declare class ListVaultsCommand extends ListVaultsCommand_base {
143
128
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { PurchaseProvisionedCapacityInput, PurchaseProvisionedCapacityOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PurchaseProvisionedCapacityCommandInput extends PurchaseProvisi
21
20
  */
22
21
  export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvisionedCapacityOutput, __MetadataBearer {
23
22
  }
23
+ declare const PurchaseProvisionedCapacityCommand_base: {
24
+ new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation purchases a provisioned capacity unit for an AWS account. </p>
@@ -79,23 +82,5 @@ export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvis
79
82
  * ```
80
83
  *
81
84
  */
82
- export declare class PurchaseProvisionedCapacityCommand extends $Command<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig> {
83
- readonly input: PurchaseProvisionedCapacityCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: PurchaseProvisionedCapacityCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class PurchaseProvisionedCapacityCommand extends PurchaseProvisionedCapacityCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { RemoveTagsFromVaultInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveTagsFromVaultCommandInput extends RemoveTagsFromVaultInpu
21
20
  */
22
21
  export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RemoveTagsFromVaultCommand_base: {
24
+ new (input: RemoveTagsFromVaultCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation removes one or more tags from the set of tags attached to a vault. For
@@ -85,23 +88,5 @@ export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
85
88
  * ```
86
89
  *
87
90
  */
88
- export declare class RemoveTagsFromVaultCommand extends $Command<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig> {
89
- readonly input: RemoveTagsFromVaultCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: RemoveTagsFromVaultCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class RemoveTagsFromVaultCommand extends RemoveTagsFromVaultCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { SetDataRetrievalPolicyInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetDataRetrievalPolicyCommandInput extends SetDataRetrievalPoli
21
20
  */
22
21
  export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const SetDataRetrievalPolicyCommand_base: {
24
+ new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation sets and then enacts a data retrieval policy in the region specified
@@ -90,23 +93,5 @@ export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
90
93
  * ```
91
94
  *
92
95
  */
93
- export declare class SetDataRetrievalPolicyCommand extends $Command<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig> {
94
- readonly input: SetDataRetrievalPolicyCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: SetDataRetrievalPolicyCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class SetDataRetrievalPolicyCommand extends SetDataRetrievalPolicyCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { SetVaultAccessPolicyInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetVaultAccessPolicyCommandInput extends SetVaultAccessPolicyIn
21
20
  */
22
21
  export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const SetVaultAccessPolicyCommand_base: {
24
+ new (input: SetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation configures an access policy for a vault and will overwrite an existing
@@ -86,23 +89,5 @@ export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
86
89
  * ```
87
90
  *
88
91
  */
89
- export declare class SetVaultAccessPolicyCommand extends $Command<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
90
- readonly input: SetVaultAccessPolicyCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: SetVaultAccessPolicyCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class SetVaultAccessPolicyCommand extends SetVaultAccessPolicyCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { SetVaultNotificationsInput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetVaultNotificationsCommandInput extends SetVaultNotifications
21
20
  */
22
21
  export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const SetVaultNotificationsCommand_base: {
24
+ new (input: SetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation configures notifications that will be sent when specific events happen
@@ -125,23 +128,5 @@ export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
125
128
  * ```
126
129
  *
127
130
  */
128
- export declare class SetVaultNotificationsCommand extends $Command<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
129
- readonly input: SetVaultNotificationsCommandInput;
130
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
131
- /**
132
- * @public
133
- */
134
- constructor(input: SetVaultNotificationsCommandInput);
135
- /**
136
- * @internal
137
- */
138
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput>;
139
- /**
140
- * @internal
141
- */
142
- private serialize;
143
- /**
144
- * @internal
145
- */
146
- private deserialize;
131
+ export declare class SetVaultNotificationsCommand extends SetVaultNotificationsCommand_base {
147
132
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, StreamingBlobPayloadInputTypes } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
4
3
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
5
4
  import { ArchiveCreationOutput, UploadArchiveInput } from "../models/models_0";
6
5
  /**
@@ -22,6 +21,10 @@ export interface UploadArchiveCommandInput extends Omit<UploadArchiveInput, "bod
22
21
  */
23
22
  export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __MetadataBearer {
24
23
  }
24
+ declare const UploadArchiveCommand_base: {
25
+ new (input: UploadArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
25
28
  /**
26
29
  * @public
27
30
  * <p>This operation adds an archive to a vault. This is a synchronous operation, and for a
@@ -128,23 +131,5 @@ export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __Met
128
131
  * ```
129
132
  *
130
133
  */
131
- export declare class UploadArchiveCommand extends $Command<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig> {
132
- readonly input: UploadArchiveCommandInput;
133
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
- /**
135
- * @public
136
- */
137
- constructor(input: UploadArchiveCommandInput);
138
- /**
139
- * @internal
140
- */
141
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadArchiveCommandInput, UploadArchiveCommandOutput>;
142
- /**
143
- * @internal
144
- */
145
- private serialize;
146
- /**
147
- * @internal
148
- */
149
- private deserialize;
134
+ export declare class UploadArchiveCommand extends UploadArchiveCommand_base {
150
135
  }