@aws-sdk/client-glacier 3.1045.0 → 3.1047.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 (142) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +98 -100
  5. package/dist-cjs/models/GlacierServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +10 -12
  9. package/dist-es/Glacier.js +1 -1
  10. package/dist-es/GlacierClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
  13. package/dist-es/commands/AbortVaultLockCommand.js +2 -2
  14. package/dist-es/commands/AddTagsToVaultCommand.js +2 -2
  15. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  16. package/dist-es/commands/CompleteVaultLockCommand.js +2 -2
  17. package/dist-es/commands/CreateVaultCommand.js +2 -2
  18. package/dist-es/commands/DeleteArchiveCommand.js +2 -2
  19. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -2
  20. package/dist-es/commands/DeleteVaultCommand.js +2 -2
  21. package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -2
  22. package/dist-es/commands/DescribeJobCommand.js +2 -2
  23. package/dist-es/commands/DescribeVaultCommand.js +2 -2
  24. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -2
  25. package/dist-es/commands/GetJobOutputCommand.js +2 -2
  26. package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -2
  27. package/dist-es/commands/GetVaultLockCommand.js +2 -2
  28. package/dist-es/commands/GetVaultNotificationsCommand.js +2 -2
  29. package/dist-es/commands/InitiateJobCommand.js +2 -2
  30. package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -2
  31. package/dist-es/commands/InitiateVaultLockCommand.js +2 -2
  32. package/dist-es/commands/ListJobsCommand.js +2 -2
  33. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
  34. package/dist-es/commands/ListPartsCommand.js +2 -2
  35. package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -2
  36. package/dist-es/commands/ListTagsForVaultCommand.js +2 -2
  37. package/dist-es/commands/ListVaultsCommand.js +2 -2
  38. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -2
  39. package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -2
  40. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -2
  41. package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -2
  42. package/dist-es/commands/SetVaultNotificationsCommand.js +2 -2
  43. package/dist-es/commands/UploadArchiveCommand.js +2 -2
  44. package/dist-es/commands/UploadMultipartPartCommand.js +2 -2
  45. package/dist-es/endpoint/bdd.js +1 -1
  46. package/dist-es/endpoint/endpointResolver.js +1 -1
  47. package/dist-es/models/GlacierServiceException.js +1 -1
  48. package/dist-es/runtimeConfig.browser.js +4 -6
  49. package/dist-es/runtimeConfig.js +4 -8
  50. package/dist-es/runtimeConfig.shared.js +3 -5
  51. package/dist-es/runtimeExtensions.js +2 -2
  52. package/dist-es/waiters/waitForVaultExists.js +1 -1
  53. package/dist-es/waiters/waitForVaultNotExists.js +1 -1
  54. package/dist-types/Glacier.d.ts +1 -1
  55. package/dist-types/GlacierClient.d.ts +5 -5
  56. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -4
  57. package/dist-types/commands/AbortVaultLockCommand.d.ts +6 -4
  58. package/dist-types/commands/AddTagsToVaultCommand.d.ts +6 -4
  59. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -4
  60. package/dist-types/commands/CompleteVaultLockCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateVaultCommand.d.ts +6 -4
  62. package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteVaultCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +6 -4
  66. package/dist-types/commands/DescribeJobCommand.d.ts +6 -4
  67. package/dist-types/commands/DescribeVaultCommand.d.ts +6 -4
  68. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +6 -4
  69. package/dist-types/commands/GetJobOutputCommand.d.ts +6 -4
  70. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +6 -4
  71. package/dist-types/commands/GetVaultLockCommand.d.ts +6 -4
  72. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +6 -4
  73. package/dist-types/commands/InitiateJobCommand.d.ts +6 -4
  74. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +6 -4
  75. package/dist-types/commands/InitiateVaultLockCommand.d.ts +6 -4
  76. package/dist-types/commands/ListJobsCommand.d.ts +6 -4
  77. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListPartsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +6 -4
  80. package/dist-types/commands/ListTagsForVaultCommand.d.ts +6 -4
  81. package/dist-types/commands/ListVaultsCommand.d.ts +6 -4
  82. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -4
  83. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +6 -4
  84. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +6 -4
  85. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +6 -4
  86. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +6 -4
  87. package/dist-types/commands/UploadArchiveCommand.d.ts +6 -4
  88. package/dist-types/commands/UploadMultipartPartCommand.d.ts +6 -4
  89. package/dist-types/endpoint/bdd.d.ts +1 -1
  90. package/dist-types/extensionConfiguration.d.ts +1 -1
  91. package/dist-types/models/GlacierServiceException.d.ts +1 -1
  92. package/dist-types/models/errors.d.ts +1 -1
  93. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  94. package/dist-types/runtimeConfig.d.ts +2 -2
  95. package/dist-types/runtimeConfig.native.d.ts +2 -2
  96. package/dist-types/ts3.4/Glacier.d.ts +1 -1
  97. package/dist-types/ts3.4/GlacierClient.d.ts +8 -14
  98. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -8
  119. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +6 -8
  121. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  132. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  133. package/dist-types/ts3.4/models/GlacierServiceException.d.ts +1 -1
  134. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  135. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  136. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  137. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  138. package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +1 -1
  139. package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +1 -1
  140. package/dist-types/waiters/waitForVaultExists.d.ts +1 -1
  141. package/dist-types/waiters/waitForVaultNotExists.d.ts +1 -1
  142. package/package.json +16 -39
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
4
  import type { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForVaultCommandInput extends ListTagsForVaultInput {
22
22
  export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForVaultCommand_base: {
25
- new (input: ListTagsForVaultCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForVaultCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation lists all the tags attached to a vault. The operation returns an empty
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
4
  import type { ListVaultsInput, ListVaultsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListVaultsCommandInput extends ListVaultsInput {
22
22
  export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListVaultsCommand_base: {
25
- new (input: ListVaultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListVaultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListVaultsCommandInput): import("@smithy/core/client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListVaultsCommandInput): import("@smithy/core/client").CommandImpl<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation lists all vaults owned by the calling user's account. The list
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
4
  import type { PurchaseProvisionedCapacityInput, PurchaseProvisionedCapacityOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PurchaseProvisionedCapacityCommandInput extends PurchaseProvisi
22
22
  export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvisionedCapacityOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PurchaseProvisionedCapacityCommand_base: {
25
- new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/smithy-client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PurchaseProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation purchases a provisioned capacity unit for an AWS account. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
4
  import type { RemoveTagsFromVaultInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RemoveTagsFromVaultCommandInput extends RemoveTagsFromVaultInpu
22
22
  export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const RemoveTagsFromVaultCommand_base: {
25
- new (input: RemoveTagsFromVaultCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveTagsFromVaultCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RemoveTagsFromVaultCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RemoveTagsFromVaultCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation removes one or more tags from the set of tags attached to a vault. For
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
4
  import type { SetDataRetrievalPolicyInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SetDataRetrievalPolicyCommandInput extends SetDataRetrievalPoli
22
22
  export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SetDataRetrievalPolicyCommand_base: {
25
- new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation sets and then enacts a data retrieval policy in the region specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
4
  import type { SetVaultAccessPolicyInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SetVaultAccessPolicyCommandInput extends SetVaultAccessPolicyIn
22
22
  export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SetVaultAccessPolicyCommand_base: {
25
- new (input: SetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetVaultAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation configures an access policy for a vault and will overwrite an existing
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
4
  import type { SetVaultNotificationsInput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface SetVaultNotificationsCommandInput extends SetVaultNotifications
22
22
  export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SetVaultNotificationsCommand_base: {
25
- new (input: SetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetVaultNotificationsCommandInput): import("@smithy/smithy-client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation configures notifications that will be sent when specific events happen
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
3
3
  import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
4
  import type { ArchiveCreationOutput, UploadArchiveInput } from "../models/models_0";
@@ -23,9 +23,11 @@ export interface UploadArchiveCommandInput extends Omit<UploadArchiveInput, "bod
23
23
  export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __MetadataBearer {
24
24
  }
25
25
  declare const UploadArchiveCommand_base: {
26
- new (input: UploadArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: UploadArchiveCommandInput): import("@smithy/smithy-client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ new (input: UploadArchiveCommandInput): import("@smithy/core/client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: UploadArchiveCommandInput): import("@smithy/core/client").CommandImpl<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  /**
31
33
  * <p>This operation adds an archive to a vault. This is a synchronous operation, and for a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
3
3
  import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
4
4
  import type { UploadMultipartPartInput, UploadMultipartPartOutput } from "../models/models_0";
@@ -23,9 +23,11 @@ export interface UploadMultipartPartCommandInput extends Omit<UploadMultipartPar
23
23
  export interface UploadMultipartPartCommandOutput extends UploadMultipartPartOutput, __MetadataBearer {
24
24
  }
25
25
  declare const UploadMultipartPartCommand_base: {
26
- new (input: UploadMultipartPartCommandInput): import("@smithy/smithy-client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: UploadMultipartPartCommandInput): import("@smithy/smithy-client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ new (input: UploadMultipartPartCommandInput): import("@smithy/core/client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: UploadMultipartPartCommandInput): import("@smithy/core/client").CommandImpl<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  /**
31
33
  * <p>This operation uploads a part of an archive. You can upload archive parts in any
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { GlacierServiceException as __BaseException } from "./GlacierServiceException";
3
3
  /**
4
4
  * <p>Returned if a parameter of the request is incorrectly specified.</p>
@@ -5,7 +5,7 @@ import type { GlacierClientConfig } from "./GlacierClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyChecksumGenerator: (request: import("@smithy/types").HttpRequest, options: {
10
10
  sha256: import("@smithy/types").ChecksumConstructor | import("@smithy/types").HashConstructor;
11
11
  utf8Decoder: import("@smithy/types").Decoder;
@@ -15,7 +15,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
15
15
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
16
16
  maxAttempts: number | import("@smithy/types").Provider<number>;
17
17
  region: string | import("@smithy/types").Provider<any>;
18
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
18
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
19
19
  retryMode: string | import("@smithy/types").Provider<string>;
20
20
  sha256: import("@smithy/types").HashConstructor;
21
21
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { GlacierClientConfig } from "./GlacierClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyChecksumGenerator: (request: import("@smithy/types").HttpRequest, options: {
11
11
  sha256: import("@smithy/types").ChecksumConstructor | import("@smithy/types").HashConstructor;
@@ -16,7 +16,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
16
16
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
17
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
18
  region: string | import("@smithy/types").Provider<string>;
19
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
19
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
20
20
  retryMode: string | import("@smithy/types").Provider<string>;
21
21
  sha256: import("@smithy/types").HashConstructor;
22
22
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { GlacierClientConfig } from "./GlacierClient";
5
5
  export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -36,7 +36,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
36
36
  retryMode: string | import("@smithy/types").Provider<string>;
37
37
  logger: import("@smithy/types").Logger;
38
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
39
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
39
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
40
40
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
41
41
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
42
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,10 +1,10 @@
1
+ import { WaiterResult } from "@smithy/core/client";
1
2
  import {
2
3
  HttpHandlerOptions as __HttpHandlerOptions,
3
4
  PaginationConfiguration,
4
5
  Paginator,
5
6
  WaiterConfiguration,
6
7
  } from "@smithy/types";
7
- import { WaiterResult } from "@smithy/util-waiter";
8
8
  import {
9
9
  AbortMultipartUploadCommandInput,
10
10
  AbortMultipartUploadCommandOutput,
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GlacierClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {}
14
14
  declare const AbortMultipartUploadCommand_base: {
15
15
  new (
16
16
  input: AbortMultipartUploadCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  AbortMultipartUploadCommandInput,
19
19
  AbortMultipartUploadCommandOutput,
20
20
  GlacierClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const AbortMultipartUploadCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: AbortMultipartUploadCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  AbortMultipartUploadCommandInput,
28
28
  AbortMultipartUploadCommandOutput,
29
29
  GlacierClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class AbortMultipartUploadCommand extends AbortMultipartUploadCommand_base {
36
38
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GlacierClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface AbortVaultLockCommandOutput extends __MetadataBearer {}
13
13
  declare const AbortVaultLockCommand_base: {
14
14
  new (
15
15
  input: AbortVaultLockCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  AbortVaultLockCommandInput,
18
18
  AbortVaultLockCommandOutput,
19
19
  GlacierClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const AbortVaultLockCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: AbortVaultLockCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  AbortVaultLockCommandInput,
27
27
  AbortVaultLockCommandOutput,
28
28
  GlacierClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class AbortVaultLockCommand extends AbortVaultLockCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GlacierClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface AddTagsToVaultCommandOutput extends __MetadataBearer {}
13
13
  declare const AddTagsToVaultCommand_base: {
14
14
  new (
15
15
  input: AddTagsToVaultCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  AddTagsToVaultCommandInput,
18
18
  AddTagsToVaultCommandOutput,
19
19
  GlacierClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const AddTagsToVaultCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: AddTagsToVaultCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  AddTagsToVaultCommandInput,
27
27
  AddTagsToVaultCommandOutput,
28
28
  GlacierClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class AddTagsToVaultCommand extends AddTagsToVaultCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GlacierClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CompleteMultipartUploadCommandOutput
19
19
  declare const CompleteMultipartUploadCommand_base: {
20
20
  new (
21
21
  input: CompleteMultipartUploadCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CompleteMultipartUploadCommandInput,
24
24
  CompleteMultipartUploadCommandOutput,
25
25
  GlacierClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CompleteMultipartUploadCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CompleteMultipartUploadCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CompleteMultipartUploadCommandInput,
33
33
  CompleteMultipartUploadCommandOutput,
34
34
  GlacierClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CompleteMultipartUploadCommand extends CompleteMultipartUploadCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GlacierClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface CompleteVaultLockCommandOutput extends __MetadataBearer {}
13
13
  declare const CompleteVaultLockCommand_base: {
14
14
  new (
15
15
  input: CompleteVaultLockCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  CompleteVaultLockCommandInput,
18
18
  CompleteVaultLockCommandOutput,
19
19
  GlacierClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const CompleteVaultLockCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: CompleteVaultLockCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  CompleteVaultLockCommandInput,
27
27
  CompleteVaultLockCommandOutput,
28
28
  GlacierClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class CompleteVaultLockCommand extends CompleteVaultLockCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GlacierClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateVaultCommandOutput
15
15
  declare const CreateVaultCommand_base: {
16
16
  new (
17
17
  input: CreateVaultCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateVaultCommandInput,
20
20
  CreateVaultCommandOutput,
21
21
  GlacierClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateVaultCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateVaultCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateVaultCommandInput,
29
29
  CreateVaultCommandOutput,
30
30
  GlacierClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateVaultCommand extends CreateVaultCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GlacierClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface DeleteArchiveCommandOutput extends __MetadataBearer {}
13
13
  declare const DeleteArchiveCommand_base: {
14
14
  new (
15
15
  input: DeleteArchiveCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  DeleteArchiveCommandInput,
18
18
  DeleteArchiveCommandOutput,
19
19
  GlacierClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const DeleteArchiveCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: DeleteArchiveCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  DeleteArchiveCommandInput,
27
27
  DeleteArchiveCommandOutput,
28
28
  GlacierClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class DeleteArchiveCommand extends DeleteArchiveCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GlacierClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteVaultAccessPolicyCommandOutput
15
15
  declare const DeleteVaultAccessPolicyCommand_base: {
16
16
  new (
17
17
  input: DeleteVaultAccessPolicyCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteVaultAccessPolicyCommandInput,
20
20
  DeleteVaultAccessPolicyCommandOutput,
21
21
  GlacierClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteVaultAccessPolicyCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteVaultAccessPolicyCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteVaultAccessPolicyCommandInput,
29
29
  DeleteVaultAccessPolicyCommandOutput,
30
30
  GlacierClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteVaultAccessPolicyCommand extends DeleteVaultAccessPolicyCommand_base {
37
39
  protected static __types: {