@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,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
  }
@@ -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 { UploadMultipartPartInput, UploadMultipartPartOutput } from "../models/models_0";
6
5
  /**
@@ -22,6 +21,10 @@ export interface UploadMultipartPartCommandInput extends Omit<UploadMultipartPar
22
21
  */
23
22
  export interface UploadMultipartPartCommandOutput extends UploadMultipartPartOutput, __MetadataBearer {
24
23
  }
24
+ declare const UploadMultipartPartCommand_base: {
25
+ new (input: UploadMultipartPartCommandInput): import("@smithy/smithy-client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
25
28
  /**
26
29
  * @public
27
30
  * <p>This operation uploads a part of an archive. You can upload archive parts in any
@@ -145,23 +148,5 @@ export interface UploadMultipartPartCommandOutput extends UploadMultipartPartOut
145
148
  * ```
146
149
  *
147
150
  */
148
- export declare class UploadMultipartPartCommand extends $Command<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig> {
149
- readonly input: UploadMultipartPartCommandInput;
150
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
151
- /**
152
- * @public
153
- */
154
- constructor(input: UploadMultipartPartCommandInput);
155
- /**
156
- * @internal
157
- */
158
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlacierClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput>;
159
- /**
160
- * @internal
161
- */
162
- private serialize;
163
- /**
164
- * @internal
165
- */
166
- private deserialize;
151
+ export declare class UploadMultipartPartCommand extends UploadMultipartPartCommand_base {
167
152
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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 AbortMultipartUploadCommandInput
17
11
  extends AbortMultipartUploadInput {}
18
12
  export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {}
19
- export declare class AbortMultipartUploadCommand extends $Command<
20
- AbortMultipartUploadCommandInput,
21
- AbortMultipartUploadCommandOutput,
22
- GlacierClientResolvedConfig
23
- > {
24
- readonly input: AbortMultipartUploadCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: AbortMultipartUploadCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: GlacierClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const AbortMultipartUploadCommand_base: {
14
+ new (
15
+ input: AbortMultipartUploadCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  AbortMultipartUploadCommandInput,
33
- AbortMultipartUploadCommandOutput
18
+ AbortMultipartUploadCommandOutput,
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 AbortMultipartUploadCommand extends AbortMultipartUploadCommand_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 { AbortVaultLockInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface AbortVaultLockCommandInput extends AbortVaultLockInput {}
17
11
  export interface AbortVaultLockCommandOutput extends __MetadataBearer {}
18
- export declare class AbortVaultLockCommand extends $Command<
19
- AbortVaultLockCommandInput,
20
- AbortVaultLockCommandOutput,
21
- GlacierClientResolvedConfig
22
- > {
23
- readonly input: AbortVaultLockCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: AbortVaultLockCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: GlacierClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<AbortVaultLockCommandInput, AbortVaultLockCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const AbortVaultLockCommand_base: {
13
+ new (
14
+ input: AbortVaultLockCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ AbortVaultLockCommandInput,
17
+ AbortVaultLockCommandOutput,
18
+ GlacierClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class AbortVaultLockCommand extends AbortVaultLockCommand_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 { AddTagsToVaultInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface AddTagsToVaultCommandInput extends AddTagsToVaultInput {}
17
11
  export interface AddTagsToVaultCommandOutput extends __MetadataBearer {}
18
- export declare class AddTagsToVaultCommand extends $Command<
19
- AddTagsToVaultCommandInput,
20
- AddTagsToVaultCommandOutput,
21
- GlacierClientResolvedConfig
22
- > {
23
- readonly input: AddTagsToVaultCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: AddTagsToVaultCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: GlacierClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const AddTagsToVaultCommand_base: {
13
+ new (
14
+ input: AddTagsToVaultCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ AddTagsToVaultCommandInput,
17
+ AddTagsToVaultCommandOutput,
18
+ GlacierClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class AddTagsToVaultCommand extends AddTagsToVaultCommand_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 CompleteMultipartUploadCommandInput
21
15
  export interface CompleteMultipartUploadCommandOutput
22
16
  extends ArchiveCreationOutput,
23
17
  __MetadataBearer {}
24
- export declare class CompleteMultipartUploadCommand extends $Command<
25
- CompleteMultipartUploadCommandInput,
26
- CompleteMultipartUploadCommandOutput,
27
- GlacierClientResolvedConfig
28
- > {
29
- readonly input: CompleteMultipartUploadCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CompleteMultipartUploadCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlacierClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CompleteMultipartUploadCommand_base: {
19
+ new (
20
+ input: CompleteMultipartUploadCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CompleteMultipartUploadCommandInput,
38
- CompleteMultipartUploadCommandOutput
23
+ CompleteMultipartUploadCommandOutput,
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 CompleteMultipartUploadCommand extends CompleteMultipartUploadCommand_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 { CompleteVaultLockInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface CompleteVaultLockCommandInput extends CompleteVaultLockInput {}
17
11
  export interface CompleteVaultLockCommandOutput extends __MetadataBearer {}
18
- export declare class CompleteVaultLockCommand extends $Command<
19
- CompleteVaultLockCommandInput,
20
- CompleteVaultLockCommandOutput,
21
- GlacierClientResolvedConfig
22
- > {
23
- readonly input: CompleteVaultLockCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: CompleteVaultLockCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: GlacierClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const CompleteVaultLockCommand_base: {
13
+ new (
14
+ input: CompleteVaultLockCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ CompleteVaultLockCommandInput,
17
+ CompleteVaultLockCommandOutput,
18
+ GlacierClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class CompleteVaultLockCommand extends CompleteVaultLockCommand_base {}