@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,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 { CompleteVaultLockInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CompleteVaultLockCommandInput extends CompleteVaultLockInput {}
12
5
  export interface CompleteVaultLockCommandOutput extends __MetadataBearer {}
13
6
  declare const CompleteVaultLockCommand_base: {
@@ -16,22 +9,20 @@ declare const CompleteVaultLockCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  CompleteVaultLockCommandInput,
18
11
  CompleteVaultLockCommandOutput,
19
- GlacierClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").GlacierClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: CompleteVaultLockCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  CompleteVaultLockCommandInput,
27
20
  CompleteVaultLockCommandOutput,
28
- GlacierClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").GlacierClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class CompleteVaultLockCommand extends CompleteVaultLockCommand_base {
37
28
  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 { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateVaultCommandInput extends CreateVaultInput {}
12
5
  export interface CreateVaultCommandOutput
13
6
  extends CreateVaultOutput,
@@ -18,22 +11,20 @@ declare const CreateVaultCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateVaultCommandInput,
20
13
  CreateVaultCommandOutput,
21
- GlacierClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GlacierClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateVaultCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateVaultCommandInput,
29
22
  CreateVaultCommandOutput,
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 CreateVaultCommand extends CreateVaultCommand_base {
39
30
  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 { DeleteArchiveInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteArchiveCommandInput extends DeleteArchiveInput {}
12
5
  export interface DeleteArchiveCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteArchiveCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteArchiveCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteArchiveCommandInput,
18
11
  DeleteArchiveCommandOutput,
19
- GlacierClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").GlacierClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteArchiveCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteArchiveCommandInput,
27
20
  DeleteArchiveCommandOutput,
28
- GlacierClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").GlacierClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
37
28
  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 { DeleteVaultAccessPolicyInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteVaultAccessPolicyCommandInput
12
5
  extends DeleteVaultAccessPolicyInput {}
13
6
  export interface DeleteVaultAccessPolicyCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteVaultAccessPolicyCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteVaultAccessPolicyCommandInput,
20
13
  DeleteVaultAccessPolicyCommandOutput,
21
- GlacierClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GlacierClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteVaultAccessPolicyCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteVaultAccessPolicyCommandInput,
29
22
  DeleteVaultAccessPolicyCommandOutput,
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 DeleteVaultAccessPolicyCommand extends DeleteVaultAccessPolicyCommand_base {
39
30
  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 { DeleteVaultInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteVaultCommandInput extends DeleteVaultInput {}
12
5
  export interface DeleteVaultCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteVaultCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteVaultCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteVaultCommandInput,
18
11
  DeleteVaultCommandOutput,
19
- GlacierClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").GlacierClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteVaultCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteVaultCommandInput,
27
20
  DeleteVaultCommandOutput,
28
- GlacierClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").GlacierClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteVaultCommand extends DeleteVaultCommand_base {
37
28
  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 { DeleteVaultNotificationsInput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteVaultNotificationsCommandInput
12
5
  extends DeleteVaultNotificationsInput {}
13
6
  export interface DeleteVaultNotificationsCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteVaultNotificationsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteVaultNotificationsCommandInput,
20
13
  DeleteVaultNotificationsCommandOutput,
21
- GlacierClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GlacierClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteVaultNotificationsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteVaultNotificationsCommandInput,
29
22
  DeleteVaultNotificationsCommandOutput,
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 DeleteVaultNotificationsCommand extends DeleteVaultNotificationsCommand_base {
39
30
  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 { DescribeJobInput, GlacierJobDescription } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DescribeJobCommandInput extends DescribeJobInput {}
12
5
  export interface DescribeJobCommandOutput
13
6
  extends GlacierJobDescription,
@@ -18,22 +11,20 @@ declare const DescribeJobCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DescribeJobCommandInput,
20
13
  DescribeJobCommandOutput,
21
- GlacierClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GlacierClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DescribeJobCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DescribeJobCommandInput,
29
22
  DescribeJobCommandOutput,
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 DescribeJobCommand extends DescribeJobCommand_base {
39
30
  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 { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DescribeVaultCommandInput extends DescribeVaultInput {}
12
5
  export interface DescribeVaultCommandOutput
13
6
  extends DescribeVaultOutput,
@@ -18,22 +11,20 @@ declare const DescribeVaultCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DescribeVaultCommandInput,
20
13
  DescribeVaultCommandOutput,
21
- GlacierClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GlacierClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DescribeVaultCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DescribeVaultCommandInput,
29
22
  DescribeVaultCommandOutput,
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 DescribeVaultCommand extends DescribeVaultCommand_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
  GetDataRetrievalPolicyInput,
10
4
  GetDataRetrievalPolicyOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetDataRetrievalPolicyCommandInput
15
8
  extends GetDataRetrievalPolicyInput {}
16
9
  export interface GetDataRetrievalPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const GetDataRetrievalPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDataRetrievalPolicyCommandInput,
24
17
  GetDataRetrievalPolicyCommandOutput,
25
- GlacierClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlacierClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetDataRetrievalPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDataRetrievalPolicyCommandInput,
33
26
  GetDataRetrievalPolicyCommandOutput,
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 GetDataRetrievalPolicyCommand extends GetDataRetrievalPolicyCommand_base {
43
34
  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
  StreamingBlobPayloadOutputTypes,
5
4
  } from "@smithy/types";
6
- import {
7
- GlacierClientResolvedConfig,
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- } from "../GlacierClient";
11
5
  import { GetJobOutputInput, GetJobOutputOutput } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetJobOutputCommandInput extends GetJobOutputInput {}
15
8
  export interface GetJobOutputCommandOutput
16
9
  extends Pick<GetJobOutputOutput, Exclude<keyof GetJobOutputOutput, "body">>,
@@ -23,22 +16,20 @@ declare const GetJobOutputCommand_base: {
23
16
  ): import("@smithy/core/client").CommandImpl<
24
17
  GetJobOutputCommandInput,
25
18
  GetJobOutputCommandOutput,
26
- GlacierClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").GlacierClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
23
  new (
31
24
  input: GetJobOutputCommandInput
32
25
  ): import("@smithy/core/client").CommandImpl<
33
26
  GetJobOutputCommandInput,
34
27
  GetJobOutputCommandOutput,
35
- GlacierClientResolvedConfig,
36
- ServiceInputTypes,
37
- ServiceOutputTypes
28
+ import("..").GlacierClientResolvedConfig,
29
+ import("..").ServiceInputTypes,
30
+ import("..").ServiceOutputTypes
38
31
  >;
39
- getEndpointParameterInstructions(): {
40
- [x: string]: unknown;
41
- };
32
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
42
33
  };
43
34
  export declare class GetJobOutputCommand extends GetJobOutputCommand_base {
44
35
  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
  GetVaultAccessPolicyInput,
10
4
  GetVaultAccessPolicyOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetVaultAccessPolicyCommandInput
15
8
  extends GetVaultAccessPolicyInput {}
16
9
  export interface GetVaultAccessPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const GetVaultAccessPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetVaultAccessPolicyCommandInput,
24
17
  GetVaultAccessPolicyCommandOutput,
25
- GlacierClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlacierClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetVaultAccessPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetVaultAccessPolicyCommandInput,
33
26
  GetVaultAccessPolicyCommandOutput,
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 GetVaultAccessPolicyCommand extends GetVaultAccessPolicyCommand_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 { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetVaultLockCommandInput extends GetVaultLockInput {}
12
5
  export interface GetVaultLockCommandOutput
13
6
  extends GetVaultLockOutput,
@@ -18,22 +11,20 @@ declare const GetVaultLockCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetVaultLockCommandInput,
20
13
  GetVaultLockCommandOutput,
21
- GlacierClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GlacierClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetVaultLockCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetVaultLockCommandInput,
29
22
  GetVaultLockCommandOutput,
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 GetVaultLockCommand extends GetVaultLockCommand_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
  GetVaultNotificationsInput,
10
4
  GetVaultNotificationsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetVaultNotificationsCommandInput
15
8
  extends GetVaultNotificationsInput {}
16
9
  export interface GetVaultNotificationsCommandOutput
@@ -22,22 +15,20 @@ declare const GetVaultNotificationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetVaultNotificationsCommandInput,
24
17
  GetVaultNotificationsCommandOutput,
25
- GlacierClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlacierClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetVaultNotificationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetVaultNotificationsCommandInput,
33
26
  GetVaultNotificationsCommandOutput,
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 GetVaultNotificationsCommand extends GetVaultNotificationsCommand_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 { InitiateJobInput, InitiateJobOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface InitiateJobCommandInput extends InitiateJobInput {}
12
5
  export interface InitiateJobCommandOutput
13
6
  extends InitiateJobOutput,
@@ -18,22 +11,20 @@ declare const InitiateJobCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  InitiateJobCommandInput,
20
13
  InitiateJobCommandOutput,
21
- GlacierClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GlacierClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: InitiateJobCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  InitiateJobCommandInput,
29
22
  InitiateJobCommandOutput,
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 InitiateJobCommand extends InitiateJobCommand_base {
39
30
  protected static __types: {