@aws-sdk/client-glacier 3.1076.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 (119) hide show
  1. package/dist-cjs/index.js +44 -335
  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-es/runtimeConfig.browser.js +0 -2
  38. package/dist-es/runtimeConfig.js +1 -2
  39. package/dist-es/runtimeConfig.native.js +0 -2
  40. package/dist-es/runtimeConfig.shared.js +2 -0
  41. package/dist-types/commandBuilder.d.ts +18 -0
  42. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -8
  43. package/dist-types/commands/AbortVaultLockCommand.d.ts +3 -8
  44. package/dist-types/commands/AddTagsToVaultCommand.d.ts +3 -8
  45. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -8
  46. package/dist-types/commands/CompleteVaultLockCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateVaultCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteVaultCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeJobCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeVaultCommand.d.ts +3 -8
  54. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +3 -8
  55. package/dist-types/commands/GetJobOutputCommand.d.ts +3 -8
  56. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +3 -8
  57. package/dist-types/commands/GetVaultLockCommand.d.ts +3 -8
  58. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +3 -8
  59. package/dist-types/commands/InitiateJobCommand.d.ts +3 -8
  60. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +3 -8
  61. package/dist-types/commands/InitiateVaultLockCommand.d.ts +3 -8
  62. package/dist-types/commands/ListJobsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListPartsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +3 -8
  66. package/dist-types/commands/ListTagsForVaultCommand.d.ts +3 -8
  67. package/dist-types/commands/ListVaultsCommand.d.ts +3 -8
  68. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +3 -8
  69. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +3 -8
  70. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +3 -8
  71. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +3 -8
  72. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +3 -8
  73. package/dist-types/commands/UploadArchiveCommand.d.ts +3 -8
  74. package/dist-types/commands/UploadMultipartPartCommand.d.ts +3 -8
  75. package/dist-types/index.d.ts +1 -0
  76. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  77. package/dist-types/runtimeConfig.d.ts +1 -1
  78. package/dist-types/runtimeConfig.native.d.ts +1 -1
  79. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  80. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  81. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/index.d.ts +1 -0
  115. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  116. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  117. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  118. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  119. package/package.json +11 -13
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import {
9
3
  InitiateMultipartUploadInput,
10
4
  InitiateMultipartUploadOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface InitiateMultipartUploadCommandInput
15
8
  extends InitiateMultipartUploadInput {}
16
9
  export interface InitiateMultipartUploadCommandOutput
@@ -22,22 +15,20 @@ declare const InitiateMultipartUploadCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  InitiateMultipartUploadCommandInput,
24
17
  InitiateMultipartUploadCommandOutput,
25
- GlacierClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlacierClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: InitiateMultipartUploadCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  InitiateMultipartUploadCommandInput,
33
26
  InitiateMultipartUploadCommandOutput,
34
- GlacierClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlacierClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class InitiateMultipartUploadCommand extends InitiateMultipartUploadCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import {
9
3
  InitiateVaultLockInput,
10
4
  InitiateVaultLockOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface InitiateVaultLockCommandInput extends InitiateVaultLockInput {}
15
8
  export interface InitiateVaultLockCommandOutput
16
9
  extends InitiateVaultLockOutput,
@@ -21,22 +14,20 @@ declare const InitiateVaultLockCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  InitiateVaultLockCommandInput,
23
16
  InitiateVaultLockCommandOutput,
24
- GlacierClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GlacierClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: InitiateVaultLockCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  InitiateVaultLockCommandInput,
32
25
  InitiateVaultLockCommandOutput,
33
- GlacierClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GlacierClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class InitiateVaultLockCommand extends InitiateVaultLockCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import { ListJobsInput, ListJobsOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListJobsCommandInput extends ListJobsInput {}
12
5
  export interface ListJobsCommandOutput
13
6
  extends ListJobsOutput,
@@ -16,20 +9,18 @@ declare const ListJobsCommand_base: {
16
9
  new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  ListJobsCommandInput,
18
11
  ListJobsCommandOutput,
19
- GlacierClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").GlacierClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  ListJobsCommandInput,
25
18
  ListJobsCommandOutput,
26
- GlacierClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").GlacierClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class ListJobsCommand extends ListJobsCommand_base {
35
26
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import {
9
3
  ListMultipartUploadsInput,
10
4
  ListMultipartUploadsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListMultipartUploadsCommandInput
15
8
  extends ListMultipartUploadsInput {}
16
9
  export interface ListMultipartUploadsCommandOutput
@@ -22,22 +15,20 @@ declare const ListMultipartUploadsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListMultipartUploadsCommandInput,
24
17
  ListMultipartUploadsCommandOutput,
25
- GlacierClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlacierClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListMultipartUploadsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListMultipartUploadsCommandInput,
33
26
  ListMultipartUploadsCommandOutput,
34
- GlacierClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlacierClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListMultipartUploadsCommand extends ListMultipartUploadsCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import { ListPartsInput, ListPartsOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListPartsCommandInput extends ListPartsInput {}
12
5
  export interface ListPartsCommandOutput
13
6
  extends ListPartsOutput,
@@ -16,20 +9,18 @@ declare const ListPartsCommand_base: {
16
9
  new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  ListPartsCommandInput,
18
11
  ListPartsCommandOutput,
19
- GlacierClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").GlacierClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  ListPartsCommandInput,
25
18
  ListPartsCommandOutput,
26
- GlacierClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").GlacierClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class ListPartsCommand extends ListPartsCommand_base {
35
26
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import {
9
3
  ListProvisionedCapacityInput,
10
4
  ListProvisionedCapacityOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListProvisionedCapacityCommandInput
15
8
  extends ListProvisionedCapacityInput {}
16
9
  export interface ListProvisionedCapacityCommandOutput
@@ -22,22 +15,20 @@ declare const ListProvisionedCapacityCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListProvisionedCapacityCommandInput,
24
17
  ListProvisionedCapacityCommandOutput,
25
- GlacierClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlacierClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListProvisionedCapacityCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListProvisionedCapacityCommandInput,
33
26
  ListProvisionedCapacityCommandOutput,
34
- GlacierClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlacierClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListProvisionedCapacityCommand extends ListProvisionedCapacityCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import {
9
3
  ListTagsForVaultInput,
10
4
  ListTagsForVaultOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForVaultCommandInput extends ListTagsForVaultInput {}
15
8
  export interface ListTagsForVaultCommandOutput
16
9
  extends ListTagsForVaultOutput,
@@ -21,22 +14,20 @@ declare const ListTagsForVaultCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListTagsForVaultCommandInput,
23
16
  ListTagsForVaultCommandOutput,
24
- GlacierClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GlacierClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListTagsForVaultCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListTagsForVaultCommandInput,
32
25
  ListTagsForVaultCommandOutput,
33
- GlacierClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GlacierClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListTagsForVaultCommand extends ListTagsForVaultCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import { ListVaultsInput, ListVaultsOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListVaultsCommandInput extends ListVaultsInput {}
12
5
  export interface ListVaultsCommandOutput
13
6
  extends ListVaultsOutput,
@@ -18,22 +11,20 @@ declare const ListVaultsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListVaultsCommandInput,
20
13
  ListVaultsCommandOutput,
21
- GlacierClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GlacierClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListVaultsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListVaultsCommandInput,
29
22
  ListVaultsCommandOutput,
30
- GlacierClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").GlacierClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListVaultsCommand extends ListVaultsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import {
9
3
  PurchaseProvisionedCapacityInput,
10
4
  PurchaseProvisionedCapacityOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PurchaseProvisionedCapacityCommandInput
15
8
  extends PurchaseProvisionedCapacityInput {}
16
9
  export interface PurchaseProvisionedCapacityCommandOutput
@@ -22,22 +15,20 @@ declare const PurchaseProvisionedCapacityCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PurchaseProvisionedCapacityCommandInput,
24
17
  PurchaseProvisionedCapacityCommandOutput,
25
- GlacierClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlacierClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PurchaseProvisionedCapacityCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PurchaseProvisionedCapacityCommandInput,
33
26
  PurchaseProvisionedCapacityCommandOutput,
34
- GlacierClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlacierClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PurchaseProvisionedCapacityCommand extends PurchaseProvisionedCapacityCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import { RemoveTagsFromVaultInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RemoveTagsFromVaultCommandInput
12
5
  extends RemoveTagsFromVaultInput {}
13
6
  export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const RemoveTagsFromVaultCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  RemoveTagsFromVaultCommandInput,
19
12
  RemoveTagsFromVaultCommandOutput,
20
- GlacierClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").GlacierClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: RemoveTagsFromVaultCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  RemoveTagsFromVaultCommandInput,
28
21
  RemoveTagsFromVaultCommandOutput,
29
- GlacierClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").GlacierClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class RemoveTagsFromVaultCommand extends RemoveTagsFromVaultCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import { SetDataRetrievalPolicyInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface SetDataRetrievalPolicyCommandInput
12
5
  extends SetDataRetrievalPolicyInput {}
13
6
  export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const SetDataRetrievalPolicyCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  SetDataRetrievalPolicyCommandInput,
19
12
  SetDataRetrievalPolicyCommandOutput,
20
- GlacierClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").GlacierClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: SetDataRetrievalPolicyCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  SetDataRetrievalPolicyCommandInput,
28
21
  SetDataRetrievalPolicyCommandOutput,
29
- GlacierClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").GlacierClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class SetDataRetrievalPolicyCommand extends SetDataRetrievalPolicyCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import { SetVaultAccessPolicyInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface SetVaultAccessPolicyCommandInput
12
5
  extends SetVaultAccessPolicyInput {}
13
6
  export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const SetVaultAccessPolicyCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  SetVaultAccessPolicyCommandInput,
19
12
  SetVaultAccessPolicyCommandOutput,
20
- GlacierClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").GlacierClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: SetVaultAccessPolicyCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  SetVaultAccessPolicyCommandInput,
28
21
  SetVaultAccessPolicyCommandOutput,
29
- GlacierClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").GlacierClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class SetVaultAccessPolicyCommand extends SetVaultAccessPolicyCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlacierClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlacierClient";
8
2
  import { SetVaultNotificationsInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface SetVaultNotificationsCommandInput
12
5
  extends SetVaultNotificationsInput {}
13
6
  export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const SetVaultNotificationsCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  SetVaultNotificationsCommandInput,
19
12
  SetVaultNotificationsCommandOutput,
20
- GlacierClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").GlacierClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: SetVaultNotificationsCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  SetVaultNotificationsCommandInput,
28
21
  SetVaultNotificationsCommandOutput,
29
- GlacierClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").GlacierClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class SetVaultNotificationsCommand extends SetVaultNotificationsCommand_base {
38
29
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import {
3
2
  MetadataBearer as __MetadataBearer,
4
3
  StreamingBlobPayloadInputTypes,
5
4
  } from "@smithy/types";
6
- import {
7
- GlacierClientResolvedConfig,
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- } from "../GlacierClient";
11
5
  import { ArchiveCreationOutput, UploadArchiveInput } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UploadArchiveCommandInput
15
8
  extends Pick<UploadArchiveInput, Exclude<keyof UploadArchiveInput, "body">> {
16
9
  body?: StreamingBlobPayloadInputTypes;
@@ -24,22 +17,20 @@ declare const UploadArchiveCommand_base: {
24
17
  ): import("@smithy/core/client").CommandImpl<
25
18
  UploadArchiveCommandInput,
26
19
  UploadArchiveCommandOutput,
27
- GlacierClientResolvedConfig,
28
- ServiceInputTypes,
29
- ServiceOutputTypes
20
+ import("..").GlacierClientResolvedConfig,
21
+ import("..").ServiceInputTypes,
22
+ import("..").ServiceOutputTypes
30
23
  >;
31
24
  new (
32
25
  input: UploadArchiveCommandInput
33
26
  ): import("@smithy/core/client").CommandImpl<
34
27
  UploadArchiveCommandInput,
35
28
  UploadArchiveCommandOutput,
36
- GlacierClientResolvedConfig,
37
- ServiceInputTypes,
38
- ServiceOutputTypes
29
+ import("..").GlacierClientResolvedConfig,
30
+ import("..").ServiceInputTypes,
31
+ import("..").ServiceOutputTypes
39
32
  >;
40
- getEndpointParameterInstructions(): {
41
- [x: string]: unknown;
42
- };
33
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
43
34
  };
44
35
  export declare class UploadArchiveCommand extends UploadArchiveCommand_base {
45
36
  protected static __types: {