@aws-sdk/client-glacier 3.1077.0 → 3.1078.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 (107) hide show
  1. package/dist-cjs/index.js +41 -333
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -14
  4. package/dist-es/commands/AbortVaultLockCommand.js +2 -14
  5. package/dist-es/commands/AddTagsToVaultCommand.js +2 -14
  6. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -14
  7. package/dist-es/commands/CompleteVaultLockCommand.js +2 -14
  8. package/dist-es/commands/CreateVaultCommand.js +2 -14
  9. package/dist-es/commands/DeleteArchiveCommand.js +2 -14
  10. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -14
  11. package/dist-es/commands/DeleteVaultCommand.js +2 -14
  12. package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -14
  13. package/dist-es/commands/DescribeJobCommand.js +2 -14
  14. package/dist-es/commands/DescribeVaultCommand.js +2 -14
  15. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -14
  16. package/dist-es/commands/GetJobOutputCommand.js +2 -14
  17. package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -14
  18. package/dist-es/commands/GetVaultLockCommand.js +2 -14
  19. package/dist-es/commands/GetVaultNotificationsCommand.js +2 -14
  20. package/dist-es/commands/InitiateJobCommand.js +2 -14
  21. package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -14
  22. package/dist-es/commands/InitiateVaultLockCommand.js +2 -14
  23. package/dist-es/commands/ListJobsCommand.js +2 -14
  24. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -14
  25. package/dist-es/commands/ListPartsCommand.js +2 -14
  26. package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -14
  27. package/dist-es/commands/ListTagsForVaultCommand.js +2 -14
  28. package/dist-es/commands/ListVaultsCommand.js +2 -14
  29. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -14
  30. package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -14
  31. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -14
  32. package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -14
  33. package/dist-es/commands/SetVaultNotificationsCommand.js +2 -14
  34. package/dist-es/commands/UploadArchiveCommand.js +2 -14
  35. package/dist-es/commands/UploadMultipartPartCommand.js +2 -14
  36. package/dist-es/index.js +1 -0
  37. package/dist-types/commandBuilder.d.ts +18 -0
  38. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -8
  39. package/dist-types/commands/AbortVaultLockCommand.d.ts +3 -8
  40. package/dist-types/commands/AddTagsToVaultCommand.d.ts +3 -8
  41. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -8
  42. package/dist-types/commands/CompleteVaultLockCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateVaultCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteVaultCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeVaultCommand.d.ts +3 -8
  50. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +3 -8
  51. package/dist-types/commands/GetJobOutputCommand.d.ts +3 -8
  52. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +3 -8
  53. package/dist-types/commands/GetVaultLockCommand.d.ts +3 -8
  54. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +3 -8
  55. package/dist-types/commands/InitiateJobCommand.d.ts +3 -8
  56. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +3 -8
  57. package/dist-types/commands/InitiateVaultLockCommand.d.ts +3 -8
  58. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListPartsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +3 -8
  62. package/dist-types/commands/ListTagsForVaultCommand.d.ts +3 -8
  63. package/dist-types/commands/ListVaultsCommand.d.ts +3 -8
  64. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +3 -8
  65. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +3 -8
  66. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +3 -8
  67. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +3 -8
  68. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +3 -8
  69. package/dist-types/commands/UploadArchiveCommand.d.ts +3 -8
  70. package/dist-types/commands/UploadMultipartPartCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  73. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/index.d.ts +1 -0
  107. package/package.json +11 -11
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { CompleteVaultLockInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CompleteVaultLockCommandInput extends CompleteVaultLockInput {
22
19
  export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const CompleteVaultLockCommand_base: {
25
- new (input: CompleteVaultLockCommandInput): import("@smithy/core/client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CompleteVaultLockCommandInput): import("@smithy/core/client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CompleteVaultLockCommandInput): import("@smithy/core/client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CompleteVaultLockCommandInput): import("@smithy/core/client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation completes the vault locking process by transitioning the vault lock
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateVaultCommandInput extends CreateVaultInput {
22
19
  export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateVaultCommand_base: {
25
- new (input: CreateVaultCommandInput): import("@smithy/core/client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateVaultCommandInput): import("@smithy/core/client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateVaultCommandInput): import("@smithy/core/client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateVaultCommandInput): import("@smithy/core/client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation creates a new vault with the specified name. The name of the vault
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { DeleteArchiveInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteArchiveCommandInput extends DeleteArchiveInput {
22
19
  export interface DeleteArchiveCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteArchiveCommand_base: {
25
- new (input: DeleteArchiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteArchiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteArchiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteArchiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes an archive from a vault. Subsequent requests to initiate a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { DeleteVaultAccessPolicyInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteVaultAccessPolicyCommandInput extends DeleteVaultAccessPo
22
19
  export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteVaultAccessPolicyCommand_base: {
25
- new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes the access policy associated with the specified vault. The
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { DeleteVaultInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteVaultCommandInput extends DeleteVaultInput {
22
19
  export interface DeleteVaultCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteVaultCommand_base: {
25
- new (input: DeleteVaultCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteVaultCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteVaultCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteVaultCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes a vault. Amazon Glacier will delete a vault only if there are
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { DeleteVaultNotificationsInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteVaultNotificationsCommandInput extends DeleteVaultNotific
22
19
  export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteVaultNotificationsCommand_base: {
25
- new (input: DeleteVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation deletes the notification configuration set for a vault. The operation
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { DescribeJobInput, GlacierJobDescription } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeJobCommandInput extends DescribeJobInput {
22
19
  export interface DescribeJobCommandOutput extends GlacierJobDescription, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeJobCommand_base: {
25
- new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns information about a job you previously initiated, including
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeVaultCommandInput extends DescribeVaultInput {
22
19
  export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeVaultCommand_base: {
25
- new (input: DescribeVaultCommandInput): import("@smithy/core/client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeVaultCommandInput): import("@smithy/core/client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeVaultCommandInput): import("@smithy/core/client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeVaultCommandInput): import("@smithy/core/client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns information about a vault, including the vault's Amazon
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { GetDataRetrievalPolicyInput, GetDataRetrievalPolicyOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDataRetrievalPolicyCommandInput extends GetDataRetrievalPoli
22
19
  export interface GetDataRetrievalPolicyCommandOutput extends GetDataRetrievalPolicyOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetDataRetrievalPolicyCommand_base: {
25
- new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation returns the current data retrieval policy for the account and region
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { GetJobOutputInput, GetJobOutputOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -23,11 +20,9 @@ export interface GetJobOutputCommandOutput extends Omit<GetJobOutputOutput, "bod
23
20
  body?: StreamingBlobPayloadOutputTypes;
24
21
  }
25
22
  declare const GetJobOutputCommand_base: {
26
- new (input: GetJobOutputCommandInput): import("@smithy/core/client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: GetJobOutputCommandInput): import("@smithy/core/client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): {
29
- [x: string]: unknown;
30
- };
23
+ new (input: GetJobOutputCommandInput): import("@smithy/core/client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ new (input: GetJobOutputCommandInput): import("@smithy/core/client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
31
26
  };
32
27
  /**
33
28
  * <p>This operation downloads the output of the job you initiated using <a>InitiateJob</a>. Depending on the job type you specified when you initiated the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { GetVaultAccessPolicyInput, GetVaultAccessPolicyOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetVaultAccessPolicyCommandInput extends GetVaultAccessPolicyIn
22
19
  export interface GetVaultAccessPolicyCommandOutput extends GetVaultAccessPolicyOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetVaultAccessPolicyCommand_base: {
25
- new (input: GetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation retrieves the <code>access-policy</code> subresource set on the vault;
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetVaultLockCommandInput extends GetVaultLockInput {
22
19
  export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetVaultLockCommand_base: {
25
- new (input: GetVaultLockCommandInput): import("@smithy/core/client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetVaultLockCommandInput): import("@smithy/core/client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetVaultLockCommandInput): import("@smithy/core/client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetVaultLockCommandInput): import("@smithy/core/client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation retrieves the following attributes from the <code>lock-policy</code>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { GetVaultNotificationsInput, GetVaultNotificationsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetVaultNotificationsCommandInput extends GetVaultNotifications
22
19
  export interface GetVaultNotificationsCommandOutput extends GetVaultNotificationsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetVaultNotificationsCommand_base: {
25
- new (input: GetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation retrieves the <code>notification-configuration</code> subresource of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { InitiateJobInput, InitiateJobOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface InitiateJobCommandInput extends InitiateJobInput {
22
19
  export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataBearer {
23
20
  }
24
21
  declare const InitiateJobCommand_base: {
25
- new (input: InitiateJobCommandInput): import("@smithy/core/client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: InitiateJobCommandInput): import("@smithy/core/client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: InitiateJobCommandInput): import("@smithy/core/client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: InitiateJobCommandInput): import("@smithy/core/client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation initiates a job of the specified type, which can be a select, an archival retrieval,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface InitiateMultipartUploadCommandInput extends InitiateMultipartUp
22
19
  export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartUploadOutput, __MetadataBearer {
23
20
  }
24
21
  declare const InitiateMultipartUploadCommand_base: {
25
- new (input: InitiateMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: InitiateMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: InitiateMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: InitiateMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation initiates a multipart upload. Amazon Glacier creates a multipart
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface InitiateVaultLockCommandInput extends InitiateVaultLockInput {
22
19
  export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput, __MetadataBearer {
23
20
  }
24
21
  declare const InitiateVaultLockCommand_base: {
25
- new (input: InitiateVaultLockCommandInput): import("@smithy/core/client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: InitiateVaultLockCommandInput): import("@smithy/core/client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: InitiateVaultLockCommandInput): import("@smithy/core/client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: InitiateVaultLockCommandInput): import("@smithy/core/client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation initiates the vault locking process by doing the following:</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { ListJobsInput, ListJobsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListJobsCommandInput extends ListJobsInput {
22
19
  export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListJobsCommand_base: {
25
- new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists jobs for a vault, including jobs that are in-progress and jobs
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsIn
22
19
  export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListMultipartUploadsCommand_base: {
25
- new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists in-progress multipart uploads for the specified vault. An
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { ListPartsInput, ListPartsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPartsCommandInput extends ListPartsInput {
22
19
  export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListPartsCommand_base: {
25
- new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists the parts of an archive that have been uploaded in a specific
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListProvisionedCapacityCommandInput extends ListProvisionedCapa
22
19
  export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCapacityOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListProvisionedCapacityCommand_base: {
25
- new (input: ListProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists the provisioned capacity units for the specified AWS
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
2
  import type { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForVaultCommandInput extends ListTagsForVaultInput {
22
19
  export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForVaultCommand_base: {
25
- new (input: ListTagsForVaultCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForVaultCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForVaultCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForVaultCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, import("..").GlacierClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists all the tags attached to a vault. The operation returns an empty