@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,
@@ -17,19 +11,16 @@ export interface CreateVaultCommandInput extends CreateVaultInput {}
17
11
  export interface CreateVaultCommandOutput
18
12
  extends CreateVaultOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateVaultCommand extends $Command<
21
- CreateVaultCommandInput,
22
- CreateVaultCommandOutput,
23
- GlacierClientResolvedConfig
24
- > {
25
- readonly input: CreateVaultCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateVaultCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlacierClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateVaultCommandInput, CreateVaultCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateVaultCommand_base: {
15
+ new (
16
+ input: CreateVaultCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateVaultCommandInput,
19
+ CreateVaultCommandOutput,
20
+ GlacierClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateVaultCommand extends CreateVaultCommand_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,
@@ -15,19 +9,16 @@ import { DeleteArchiveInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteArchiveCommandInput extends DeleteArchiveInput {}
17
11
  export interface DeleteArchiveCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteArchiveCommand extends $Command<
19
- DeleteArchiveCommandInput,
20
- DeleteArchiveCommandOutput,
21
- GlacierClientResolvedConfig
22
- > {
23
- readonly input: DeleteArchiveCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteArchiveCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: GlacierClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteArchiveCommandInput, DeleteArchiveCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteArchiveCommand_base: {
13
+ new (
14
+ input: DeleteArchiveCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteArchiveCommandInput,
17
+ DeleteArchiveCommandOutput,
18
+ GlacierClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteArchiveCommand extends DeleteArchiveCommand_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,22 +11,16 @@ export interface DeleteVaultAccessPolicyCommandInput
17
11
  extends DeleteVaultAccessPolicyInput {}
18
12
  export interface DeleteVaultAccessPolicyCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteVaultAccessPolicyCommand extends $Command<
21
- DeleteVaultAccessPolicyCommandInput,
22
- DeleteVaultAccessPolicyCommandOutput,
23
- GlacierClientResolvedConfig
24
- > {
25
- readonly input: DeleteVaultAccessPolicyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteVaultAccessPolicyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlacierClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteVaultAccessPolicyCommand_base: {
15
+ new (
16
+ input: DeleteVaultAccessPolicyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteVaultAccessPolicyCommandInput,
34
- DeleteVaultAccessPolicyCommandOutput
19
+ DeleteVaultAccessPolicyCommandOutput,
20
+ GlacierClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteVaultAccessPolicyCommand extends DeleteVaultAccessPolicyCommand_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,
@@ -15,19 +9,16 @@ import { DeleteVaultInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteVaultCommandInput extends DeleteVaultInput {}
17
11
  export interface DeleteVaultCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteVaultCommand extends $Command<
19
- DeleteVaultCommandInput,
20
- DeleteVaultCommandOutput,
21
- GlacierClientResolvedConfig
22
- > {
23
- readonly input: DeleteVaultCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteVaultCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: GlacierClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteVaultCommandInput, DeleteVaultCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteVaultCommand_base: {
13
+ new (
14
+ input: DeleteVaultCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteVaultCommandInput,
17
+ DeleteVaultCommandOutput,
18
+ GlacierClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteVaultCommand extends DeleteVaultCommand_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,22 +11,16 @@ export interface DeleteVaultNotificationsCommandInput
17
11
  extends DeleteVaultNotificationsInput {}
18
12
  export interface DeleteVaultNotificationsCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteVaultNotificationsCommand extends $Command<
21
- DeleteVaultNotificationsCommandInput,
22
- DeleteVaultNotificationsCommandOutput,
23
- GlacierClientResolvedConfig
24
- > {
25
- readonly input: DeleteVaultNotificationsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteVaultNotificationsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlacierClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteVaultNotificationsCommand_base: {
15
+ new (
16
+ input: DeleteVaultNotificationsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteVaultNotificationsCommandInput,
34
- DeleteVaultNotificationsCommandOutput
19
+ DeleteVaultNotificationsCommandOutput,
20
+ GlacierClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteVaultNotificationsCommand extends DeleteVaultNotificationsCommand_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 DescribeJobCommandInput extends DescribeJobInput {}
17
11
  export interface DescribeJobCommandOutput
18
12
  extends GlacierJobDescription,
19
13
  __MetadataBearer {}
20
- export declare class DescribeJobCommand extends $Command<
21
- DescribeJobCommandInput,
22
- DescribeJobCommandOutput,
23
- GlacierClientResolvedConfig
24
- > {
25
- readonly input: DescribeJobCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeJobCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlacierClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeJobCommandInput, DescribeJobCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeJobCommand_base: {
15
+ new (
16
+ input: DescribeJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeJobCommandInput,
19
+ DescribeJobCommandOutput,
20
+ GlacierClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeJobCommand extends DescribeJobCommand_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 DescribeVaultCommandInput extends DescribeVaultInput {}
17
11
  export interface DescribeVaultCommandOutput
18
12
  extends DescribeVaultOutput,
19
13
  __MetadataBearer {}
20
- export declare class DescribeVaultCommand extends $Command<
21
- DescribeVaultCommandInput,
22
- DescribeVaultCommandOutput,
23
- GlacierClientResolvedConfig
24
- > {
25
- readonly input: DescribeVaultCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeVaultCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlacierClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeVaultCommandInput, DescribeVaultCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeVaultCommand_base: {
15
+ new (
16
+ input: DescribeVaultCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeVaultCommandInput,
19
+ DescribeVaultCommandOutput,
20
+ GlacierClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeVaultCommand extends DescribeVaultCommand_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 GetDataRetrievalPolicyCommandInput
21
15
  export interface GetDataRetrievalPolicyCommandOutput
22
16
  extends GetDataRetrievalPolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetDataRetrievalPolicyCommand extends $Command<
25
- GetDataRetrievalPolicyCommandInput,
26
- GetDataRetrievalPolicyCommandOutput,
27
- GlacierClientResolvedConfig
28
- > {
29
- readonly input: GetDataRetrievalPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDataRetrievalPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlacierClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetDataRetrievalPolicyCommand_base: {
19
+ new (
20
+ input: GetDataRetrievalPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetDataRetrievalPolicyCommandInput,
38
- GetDataRetrievalPolicyCommandOutput
23
+ GetDataRetrievalPolicyCommandOutput,
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 GetDataRetrievalPolicyCommand extends GetDataRetrievalPolicyCommand_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
  StreamingBlobPayloadOutputTypes,
9
5
  } from "@smithy/types";
10
6
  import {
@@ -20,19 +16,16 @@ export interface GetJobOutputCommandOutput
20
16
  __MetadataBearer {
21
17
  body?: StreamingBlobPayloadOutputTypes;
22
18
  }
23
- export declare class GetJobOutputCommand extends $Command<
24
- GetJobOutputCommandInput,
25
- GetJobOutputCommandOutput,
26
- GlacierClientResolvedConfig
27
- > {
28
- readonly input: GetJobOutputCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetJobOutputCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GlacierClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetJobOutputCommandInput, GetJobOutputCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
19
+ declare const GetJobOutputCommand_base: {
20
+ new (
21
+ input: GetJobOutputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetJobOutputCommandInput,
24
+ GetJobOutputCommandOutput,
25
+ GlacierClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ };
31
+ export declare class GetJobOutputCommand extends GetJobOutputCommand_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 GetVaultAccessPolicyCommandInput
21
15
  export interface GetVaultAccessPolicyCommandOutput
22
16
  extends GetVaultAccessPolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetVaultAccessPolicyCommand extends $Command<
25
- GetVaultAccessPolicyCommandInput,
26
- GetVaultAccessPolicyCommandOutput,
27
- GlacierClientResolvedConfig
28
- > {
29
- readonly input: GetVaultAccessPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetVaultAccessPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlacierClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetVaultAccessPolicyCommand_base: {
19
+ new (
20
+ input: GetVaultAccessPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetVaultAccessPolicyCommandInput,
38
- GetVaultAccessPolicyCommandOutput
23
+ GetVaultAccessPolicyCommandOutput,
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 GetVaultAccessPolicyCommand extends GetVaultAccessPolicyCommand_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 GetVaultLockCommandInput extends GetVaultLockInput {}
17
11
  export interface GetVaultLockCommandOutput
18
12
  extends GetVaultLockOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetVaultLockCommand extends $Command<
21
- GetVaultLockCommandInput,
22
- GetVaultLockCommandOutput,
23
- GlacierClientResolvedConfig
24
- > {
25
- readonly input: GetVaultLockCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetVaultLockCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlacierClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetVaultLockCommandInput, GetVaultLockCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetVaultLockCommand_base: {
15
+ new (
16
+ input: GetVaultLockCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetVaultLockCommandInput,
19
+ GetVaultLockCommandOutput,
20
+ GlacierClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetVaultLockCommand extends GetVaultLockCommand_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 GetVaultNotificationsCommandInput
21
15
  export interface GetVaultNotificationsCommandOutput
22
16
  extends GetVaultNotificationsOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetVaultNotificationsCommand extends $Command<
25
- GetVaultNotificationsCommandInput,
26
- GetVaultNotificationsCommandOutput,
27
- GlacierClientResolvedConfig
28
- > {
29
- readonly input: GetVaultNotificationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetVaultNotificationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlacierClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetVaultNotificationsCommand_base: {
19
+ new (
20
+ input: GetVaultNotificationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetVaultNotificationsCommandInput,
38
- GetVaultNotificationsCommandOutput
23
+ GetVaultNotificationsCommandOutput,
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 GetVaultNotificationsCommand extends GetVaultNotificationsCommand_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 InitiateJobCommandInput extends InitiateJobInput {}
17
11
  export interface InitiateJobCommandOutput
18
12
  extends InitiateJobOutput,
19
13
  __MetadataBearer {}
20
- export declare class InitiateJobCommand extends $Command<
21
- InitiateJobCommandInput,
22
- InitiateJobCommandOutput,
23
- GlacierClientResolvedConfig
24
- > {
25
- readonly input: InitiateJobCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: InitiateJobCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlacierClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<InitiateJobCommandInput, InitiateJobCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const InitiateJobCommand_base: {
15
+ new (
16
+ input: InitiateJobCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ InitiateJobCommandInput,
19
+ InitiateJobCommandOutput,
20
+ GlacierClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class InitiateJobCommand extends InitiateJobCommand_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 InitiateMultipartUploadCommandInput
21
15
  export interface InitiateMultipartUploadCommandOutput
22
16
  extends InitiateMultipartUploadOutput,
23
17
  __MetadataBearer {}
24
- export declare class InitiateMultipartUploadCommand extends $Command<
25
- InitiateMultipartUploadCommandInput,
26
- InitiateMultipartUploadCommandOutput,
27
- GlacierClientResolvedConfig
28
- > {
29
- readonly input: InitiateMultipartUploadCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: InitiateMultipartUploadCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlacierClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const InitiateMultipartUploadCommand_base: {
19
+ new (
20
+ input: InitiateMultipartUploadCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  InitiateMultipartUploadCommandInput,
38
- InitiateMultipartUploadCommandOutput
23
+ InitiateMultipartUploadCommandOutput,
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 InitiateMultipartUploadCommand extends InitiateMultipartUploadCommand_base {}