@aws-sdk/client-glacier 3.362.0 → 3.369.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 (189) hide show
  1. package/dist-cjs/Glacier.js +1 -1
  2. package/dist-cjs/GlacierClient.js +5 -5
  3. package/dist-cjs/commands/AbortMultipartUploadCommand.js +3 -3
  4. package/dist-cjs/commands/AbortVaultLockCommand.js +3 -3
  5. package/dist-cjs/commands/AddTagsToVaultCommand.js +3 -3
  6. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +3 -3
  7. package/dist-cjs/commands/CompleteVaultLockCommand.js +3 -3
  8. package/dist-cjs/commands/CreateVaultCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteArchiveCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteVaultCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeJobCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeVaultCommand.js +3 -3
  15. package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +3 -3
  16. package/dist-cjs/commands/GetJobOutputCommand.js +3 -3
  17. package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +3 -3
  18. package/dist-cjs/commands/GetVaultLockCommand.js +3 -3
  19. package/dist-cjs/commands/GetVaultNotificationsCommand.js +3 -3
  20. package/dist-cjs/commands/InitiateJobCommand.js +3 -3
  21. package/dist-cjs/commands/InitiateMultipartUploadCommand.js +3 -3
  22. package/dist-cjs/commands/InitiateVaultLockCommand.js +3 -3
  23. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  24. package/dist-cjs/commands/ListMultipartUploadsCommand.js +3 -3
  25. package/dist-cjs/commands/ListPartsCommand.js +3 -3
  26. package/dist-cjs/commands/ListProvisionedCapacityCommand.js +3 -3
  27. package/dist-cjs/commands/ListTagsForVaultCommand.js +3 -3
  28. package/dist-cjs/commands/ListVaultsCommand.js +3 -3
  29. package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +3 -3
  30. package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +3 -3
  31. package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +3 -3
  32. package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +3 -3
  33. package/dist-cjs/commands/SetVaultNotificationsCommand.js +3 -3
  34. package/dist-cjs/commands/UploadArchiveCommand.js +3 -3
  35. package/dist-cjs/commands/UploadMultipartPartCommand.js +3 -3
  36. package/dist-cjs/models/GlacierServiceException.js +1 -1
  37. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  38. package/dist-cjs/runtimeConfig.browser.js +7 -7
  39. package/dist-cjs/runtimeConfig.js +10 -10
  40. package/dist-cjs/runtimeConfig.shared.js +5 -5
  41. package/dist-cjs/waiters/waitForVaultExists.js +1 -1
  42. package/dist-cjs/waiters/waitForVaultNotExists.js +1 -1
  43. package/dist-es/Glacier.js +1 -1
  44. package/dist-es/GlacierClient.js +5 -5
  45. package/dist-es/commands/AbortMultipartUploadCommand.js +3 -3
  46. package/dist-es/commands/AbortVaultLockCommand.js +3 -3
  47. package/dist-es/commands/AddTagsToVaultCommand.js +3 -3
  48. package/dist-es/commands/CompleteMultipartUploadCommand.js +3 -3
  49. package/dist-es/commands/CompleteVaultLockCommand.js +3 -3
  50. package/dist-es/commands/CreateVaultCommand.js +3 -3
  51. package/dist-es/commands/DeleteArchiveCommand.js +3 -3
  52. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +3 -3
  53. package/dist-es/commands/DeleteVaultCommand.js +3 -3
  54. package/dist-es/commands/DeleteVaultNotificationsCommand.js +3 -3
  55. package/dist-es/commands/DescribeJobCommand.js +3 -3
  56. package/dist-es/commands/DescribeVaultCommand.js +3 -3
  57. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +3 -3
  58. package/dist-es/commands/GetJobOutputCommand.js +3 -3
  59. package/dist-es/commands/GetVaultAccessPolicyCommand.js +3 -3
  60. package/dist-es/commands/GetVaultLockCommand.js +3 -3
  61. package/dist-es/commands/GetVaultNotificationsCommand.js +3 -3
  62. package/dist-es/commands/InitiateJobCommand.js +3 -3
  63. package/dist-es/commands/InitiateMultipartUploadCommand.js +3 -3
  64. package/dist-es/commands/InitiateVaultLockCommand.js +3 -3
  65. package/dist-es/commands/ListJobsCommand.js +3 -3
  66. package/dist-es/commands/ListMultipartUploadsCommand.js +3 -3
  67. package/dist-es/commands/ListPartsCommand.js +3 -3
  68. package/dist-es/commands/ListProvisionedCapacityCommand.js +3 -3
  69. package/dist-es/commands/ListTagsForVaultCommand.js +3 -3
  70. package/dist-es/commands/ListVaultsCommand.js +3 -3
  71. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +3 -3
  72. package/dist-es/commands/RemoveTagsFromVaultCommand.js +3 -3
  73. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +3 -3
  74. package/dist-es/commands/SetVaultAccessPolicyCommand.js +3 -3
  75. package/dist-es/commands/SetVaultNotificationsCommand.js +3 -3
  76. package/dist-es/commands/UploadArchiveCommand.js +3 -3
  77. package/dist-es/commands/UploadMultipartPartCommand.js +3 -3
  78. package/dist-es/models/GlacierServiceException.js +1 -1
  79. package/dist-es/protocols/Aws_restJson1.js +1 -1
  80. package/dist-es/runtimeConfig.browser.js +7 -7
  81. package/dist-es/runtimeConfig.js +10 -10
  82. package/dist-es/runtimeConfig.shared.js +5 -5
  83. package/dist-es/waiters/waitForVaultExists.js +1 -1
  84. package/dist-es/waiters/waitForVaultNotExists.js +1 -1
  85. package/dist-types/Glacier.d.ts +1 -1
  86. package/dist-types/GlacierClient.d.ts +8 -8
  87. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -3
  88. package/dist-types/commands/AbortVaultLockCommand.d.ts +3 -3
  89. package/dist-types/commands/AddTagsToVaultCommand.d.ts +3 -3
  90. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -3
  91. package/dist-types/commands/CompleteVaultLockCommand.d.ts +3 -3
  92. package/dist-types/commands/CreateVaultCommand.d.ts +3 -3
  93. package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -3
  94. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -3
  95. package/dist-types/commands/DeleteVaultCommand.d.ts +3 -3
  96. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +3 -3
  97. package/dist-types/commands/DescribeJobCommand.d.ts +3 -3
  98. package/dist-types/commands/DescribeVaultCommand.d.ts +3 -3
  99. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +3 -3
  100. package/dist-types/commands/GetJobOutputCommand.d.ts +3 -3
  101. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +3 -3
  102. package/dist-types/commands/GetVaultLockCommand.d.ts +3 -3
  103. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +3 -3
  104. package/dist-types/commands/InitiateJobCommand.d.ts +3 -3
  105. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +3 -3
  106. package/dist-types/commands/InitiateVaultLockCommand.d.ts +3 -3
  107. package/dist-types/commands/ListJobsCommand.d.ts +3 -3
  108. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -3
  109. package/dist-types/commands/ListPartsCommand.d.ts +3 -3
  110. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +3 -3
  111. package/dist-types/commands/ListTagsForVaultCommand.d.ts +3 -3
  112. package/dist-types/commands/ListVaultsCommand.d.ts +3 -3
  113. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +3 -3
  114. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +3 -3
  115. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +3 -3
  116. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +3 -3
  117. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +3 -3
  118. package/dist-types/commands/UploadArchiveCommand.d.ts +3 -3
  119. package/dist-types/commands/UploadMultipartPartCommand.d.ts +3 -3
  120. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  121. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  122. package/dist-types/endpoint/ruleset.d.ts +1 -1
  123. package/dist-types/models/GlacierServiceException.d.ts +1 -1
  124. package/dist-types/models/models_0.d.ts +1 -1
  125. package/dist-types/pagination/Interfaces.d.ts +1 -1
  126. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  127. package/dist-types/pagination/ListMultipartUploadsPaginator.d.ts +1 -1
  128. package/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListVaultsPaginator.d.ts +1 -1
  130. package/dist-types/protocols/Aws_restJson1.d.ts +1 -2
  131. package/dist-types/runtimeConfig.browser.d.ts +23 -23
  132. package/dist-types/runtimeConfig.d.ts +23 -23
  133. package/dist-types/runtimeConfig.native.d.ts +22 -22
  134. package/dist-types/runtimeConfig.shared.d.ts +5 -5
  135. package/dist-types/ts3.4/Glacier.d.ts +1 -1
  136. package/dist-types/ts3.4/GlacierClient.d.ts +19 -21
  137. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +3 -3
  138. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +3 -3
  139. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +3 -3
  140. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +3 -3
  141. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +3 -3
  142. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +3 -3
  143. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +3 -3
  144. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +3 -3
  145. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +3 -3
  146. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +3 -3
  147. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -3
  148. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +3 -3
  149. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +3 -3
  150. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +3 -3
  151. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +3 -3
  152. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +3 -3
  153. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +3 -3
  154. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +3 -3
  155. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +3 -3
  156. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +3 -3
  157. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +3 -3
  158. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +3 -3
  159. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +3 -3
  160. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +3 -3
  162. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +3 -3
  163. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +3 -3
  164. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +3 -3
  165. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +3 -3
  166. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +3 -3
  167. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +3 -3
  168. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +3 -3
  169. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +3 -3
  170. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  171. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  172. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  173. package/dist-types/ts3.4/models/GlacierServiceException.d.ts +1 -1
  174. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  175. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  176. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -1
  177. package/dist-types/ts3.4/pagination/ListMultipartUploadsPaginator.d.ts +1 -1
  178. package/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -1
  179. package/dist-types/ts3.4/pagination/ListVaultsPaginator.d.ts +1 -1
  180. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +4 -2
  181. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +39 -44
  182. package/dist-types/ts3.4/runtimeConfig.d.ts +39 -41
  183. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -42
  184. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +5 -5
  185. package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +1 -1
  186. package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +1 -1
  187. package/dist-types/waiters/waitForVaultExists.d.ts +1 -1
  188. package/dist-types/waiters/waitForVaultNotExists.d.ts +1 -1
  189. package/package.json +39 -38
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  GlacierClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  GlacierClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  GlacierClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  GlacierClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  GlacierClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  GlacierClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  GlacierClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  GlacierClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  GlacierClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  GlacierClientResolvedConfig,
11
11
  ServiceInputTypes,
@@ -1,8 +1,9 @@
1
1
  import {
2
+ Endpoint,
2
3
  EndpointParameters as __EndpointParameters,
3
4
  EndpointV2,
4
- } from "@aws-sdk/types";
5
- import { Endpoint, Provider } from "@smithy/types";
5
+ Provider,
6
+ } from "@smithy/types";
6
7
  export interface ClientInputEndpointParameters {
7
8
  region?: string | Provider<string>;
8
9
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -1,4 +1,4 @@
1
- import { EndpointV2, Logger } from "@aws-sdk/types";
1
+ import { EndpointV2, Logger } from "@smithy/types";
2
2
  import { EndpointParameters } from "./EndpointParameters";
3
3
  export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
@@ -1,2 +1,2 @@
1
- import { RuleSetObject } from "@aws-sdk/util-endpoints";
1
+ import { RuleSetObject } from "@smithy/types";
2
2
  export declare const ruleSet: RuleSetObject;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
- } from "@aws-sdk/smithy-client";
4
+ } from "@smithy/smithy-client";
5
5
  export { __ServiceException, __ServiceExceptionOptions };
6
6
  export declare class GlacierServiceException extends __ServiceException {
7
7
  constructor(options: __ServiceExceptionOptions);
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { Readable } from "stream";
3
3
  import { GlacierServiceException as __BaseException } from "./GlacierServiceException";
4
4
  export interface AbortMultipartUploadInput {
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
1
+ import { PaginationConfiguration } from "@smithy/types";
2
2
  import { GlacierClient } from "../GlacierClient";
3
3
  export interface GlacierPaginationConfiguration
4
4
  extends PaginationConfiguration {
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListJobsCommandInput,
4
4
  ListJobsCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListMultipartUploadsCommandInput,
4
4
  ListMultipartUploadsCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListPartsCommandInput,
4
4
  ListPartsCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListVaultsCommandInput,
4
4
  ListVaultsCommandOutput,
@@ -1,9 +1,11 @@
1
- import { SdkStreamSerdeContext as __SdkStreamSerdeContext } from "@aws-sdk/types";
2
1
  import {
3
2
  HttpRequest as __HttpRequest,
4
3
  HttpResponse as __HttpResponse,
5
4
  } from "@smithy/protocol-http";
6
- import { SerdeContext as __SerdeContext } from "@smithy/types";
5
+ import {
6
+ SdkStreamSerdeContext as __SdkStreamSerdeContext,
7
+ SerdeContext as __SerdeContext,
8
+ } from "@smithy/types";
7
9
  import {
8
10
  AbortMultipartUploadCommandInput,
9
11
  AbortMultipartUploadCommandOutput,
@@ -1,104 +1,99 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { GlacierClientConfig } from "./GlacierClient";
3
3
  export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
4
4
  runtime: string;
5
- defaultsMode: import("@aws-sdk/types").Provider<
6
- import("@aws-sdk/smithy-client").ResolvedDefaultsMode
5
+ defaultsMode: import("@smithy/types").Provider<
6
+ import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyChecksumGenerator: (
9
- request: import("@aws-sdk/types").HttpRequest,
9
+ request: import("@smithy/types").HttpRequest,
10
10
  options: {
11
11
  sha256:
12
- | import("@aws-sdk/types").ChecksumConstructor
13
- | import("@aws-sdk/types").HashConstructor;
12
+ | import("@smithy/types").ChecksumConstructor
13
+ | import("@smithy/types").HashConstructor;
14
14
  utf8Decoder: import("@smithy/types").Decoder;
15
15
  }
16
16
  ) => Promise<[string, string]>;
17
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
17
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  credentialDefaultProvider: (
19
19
  input: any
20
20
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
21
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
22
- import("@aws-sdk/types").UserAgent
21
+ defaultUserAgentProvider: import("@smithy/types").Provider<
22
+ import("@smithy/types").UserAgent
23
23
  >;
24
- maxAttempts: (number | import("@smithy/types").Provider<number>) &
25
- (number | import("@aws-sdk/types").Provider<number>);
26
- region: string | import("@aws-sdk/types").Provider<any>;
24
+ maxAttempts: number | import("@smithy/types").Provider<number>;
25
+ region: string | import("@smithy/types").Provider<any>;
27
26
  requestHandler:
28
- | (import("@aws-sdk/types").RequestHandler<
27
+ | (import("@smithy/types").RequestHandler<
29
28
  any,
30
29
  any,
31
- import("@aws-sdk/types").HttpHandlerOptions
30
+ import("@smithy/types").HttpHandlerOptions
32
31
  > &
33
32
  import("@smithy/protocol-http").HttpHandler)
34
33
  | RequestHandler;
35
34
  retryMode: string | import("@smithy/types").Provider<string>;
36
- sha256: import("@aws-sdk/types").HashConstructor;
35
+ sha256: import("@smithy/types").HashConstructor;
37
36
  streamCollector: import("@smithy/types").StreamCollector;
38
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
39
- (boolean | import("@aws-sdk/types").Provider<boolean>);
40
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
41
- (boolean | import("@aws-sdk/types").Provider<boolean>);
37
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
38
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
42
39
  apiVersion: string;
43
- urlParser: import("@aws-sdk/types").UrlParser;
40
+ urlParser: import("@smithy/types").UrlParser;
44
41
  base64Decoder: import("@smithy/types").Decoder;
45
42
  base64Encoder: import("@smithy/types").Encoder;
46
43
  utf8Decoder: import("@smithy/types").Decoder;
47
44
  utf8Encoder: import("@smithy/types").Encoder;
48
45
  disableHostPrefix: boolean;
49
46
  serviceId: string;
50
- logger: import("@aws-sdk/types").Logger;
51
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
47
+ logger: import("@smithy/types").Logger;
48
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
52
49
  endpoint?:
53
50
  | ((
54
51
  | string
55
- | import("@aws-sdk/types").Endpoint
56
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
57
- | import("@aws-sdk/types").EndpointV2
58
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
52
+ | import("@smithy/types").Endpoint
53
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
54
+ | import("@smithy/types").EndpointV2
55
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
59
56
  ) &
60
57
  (
61
58
  | string
62
59
  | import("@smithy/types").Provider<string>
63
60
  | import("@smithy/types").Endpoint
64
61
  | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
65
- | import("@aws-sdk/types").EndpointV2
66
- | import("@smithy/types").Provider<
67
- import("@aws-sdk/types").EndpointV2
68
- >
62
+ | import("@smithy/types").EndpointV2
63
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
64
  ))
70
65
  | undefined;
71
66
  endpointProvider: (
72
67
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
73
68
  context?: {
74
- logger?: import("@aws-sdk/types").Logger | undefined;
69
+ logger?: import("@smithy/types").Logger | undefined;
75
70
  }
76
- ) => import("@aws-sdk/types").EndpointV2;
71
+ ) => import("@smithy/types").EndpointV2;
77
72
  tls?: boolean | undefined;
78
73
  retryStrategy?:
79
- | import("@aws-sdk/types").RetryStrategy
80
- | import("@aws-sdk/types").RetryStrategyV2
74
+ | import("@smithy/types").RetryStrategy
75
+ | import("@smithy/types").RetryStrategyV2
81
76
  | undefined;
82
77
  credentials?:
83
- | import("@aws-sdk/types").AwsCredentialIdentity
84
- | import("@aws-sdk/types").Provider<
85
- import("@aws-sdk/types").AwsCredentialIdentity
78
+ | import("@smithy/types").AwsCredentialIdentity
79
+ | import("@smithy/types").Provider<
80
+ import("@smithy/types").AwsCredentialIdentity
86
81
  >
87
82
  | undefined;
88
83
  signer?:
89
- | import("@aws-sdk/types").RequestSigner
84
+ | import("@smithy/types").RequestSigner
90
85
  | ((
91
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
92
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
86
+ authScheme?: import("@smithy/types").AuthScheme | undefined
87
+ ) => Promise<import("@smithy/types").RequestSigner>)
93
88
  | undefined;
94
89
  signingEscapePath?: boolean | undefined;
95
90
  systemClockOffset?: number | undefined;
96
91
  signingRegion?: string | undefined;
97
92
  signerConstructor?:
98
93
  | (new (
99
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
100
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
101
- ) => import("@aws-sdk/types").RequestSigner)
94
+ options: import("@smithy/signature-v4").SignatureV4Init &
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit
96
+ ) => import("@smithy/types").RequestSigner)
102
97
  | undefined;
103
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
98
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
104
99
  };
@@ -1,101 +1,99 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { GlacierClientConfig } from "./GlacierClient";
3
3
  export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
4
4
  runtime: string;
5
- defaultsMode: import("@aws-sdk/types").Provider<
6
- import("@aws-sdk/smithy-client").ResolvedDefaultsMode
5
+ defaultsMode: import("@smithy/types").Provider<
6
+ import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyChecksumGenerator: (
9
- request: import("@aws-sdk/types").HttpRequest,
9
+ request: import("@smithy/types").HttpRequest,
10
10
  options: {
11
11
  sha256:
12
- | import("@aws-sdk/types").ChecksumConstructor
13
- | import("@aws-sdk/types").HashConstructor;
12
+ | import("@smithy/types").ChecksumConstructor
13
+ | import("@smithy/types").HashConstructor;
14
14
  utf8Decoder: import("@smithy/types").Decoder;
15
15
  }
16
16
  ) => Promise<[string, string]>;
17
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
17
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  credentialDefaultProvider: (
19
19
  input: any
20
20
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
21
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
22
- import("@aws-sdk/types").UserAgent
21
+ defaultUserAgentProvider: import("@smithy/types").Provider<
22
+ import("@smithy/types").UserAgent
23
23
  >;
24
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
25
- region: string | import("@aws-sdk/types").Provider<string>;
24
+ maxAttempts: number | import("@smithy/types").Provider<number>;
25
+ region: string | import("@smithy/types").Provider<string>;
26
26
  requestHandler:
27
- | (import("@aws-sdk/types").RequestHandler<
27
+ | (import("@smithy/types").RequestHandler<
28
28
  any,
29
29
  any,
30
- import("@aws-sdk/types").HttpHandlerOptions
30
+ import("@smithy/types").HttpHandlerOptions
31
31
  > &
32
32
  import("@smithy/protocol-http").HttpHandler)
33
33
  | RequestHandler;
34
34
  retryMode: string | import("@smithy/types").Provider<string>;
35
- sha256: import("@aws-sdk/types").HashConstructor;
35
+ sha256: import("@smithy/types").HashConstructor;
36
36
  streamCollector: import("@smithy/types").StreamCollector;
37
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
38
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
37
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
38
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
39
39
  apiVersion: string;
40
- urlParser: import("@aws-sdk/types").UrlParser;
40
+ urlParser: import("@smithy/types").UrlParser;
41
41
  base64Decoder: import("@smithy/types").Decoder;
42
42
  base64Encoder: import("@smithy/types").Encoder;
43
43
  utf8Decoder: import("@smithy/types").Decoder;
44
44
  utf8Encoder: import("@smithy/types").Encoder;
45
45
  disableHostPrefix: boolean;
46
46
  serviceId: string;
47
- logger: import("@aws-sdk/types").Logger;
48
- sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
47
+ logger: import("@smithy/types").Logger;
48
+ sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
49
49
  endpoint?:
50
50
  | ((
51
51
  | string
52
- | import("@aws-sdk/types").Endpoint
53
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
54
- | import("@aws-sdk/types").EndpointV2
55
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
52
+ | import("@smithy/types").Endpoint
53
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
54
+ | import("@smithy/types").EndpointV2
55
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
56
56
  ) &
57
57
  (
58
58
  | string
59
59
  | import("@smithy/types").Provider<string>
60
60
  | import("@smithy/types").Endpoint
61
61
  | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
62
- | import("@aws-sdk/types").EndpointV2
63
- | import("@smithy/types").Provider<
64
- import("@aws-sdk/types").EndpointV2
65
- >
62
+ | import("@smithy/types").EndpointV2
63
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
66
64
  ))
67
65
  | undefined;
68
66
  endpointProvider: (
69
67
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
70
68
  context?: {
71
- logger?: import("@aws-sdk/types").Logger | undefined;
69
+ logger?: import("@smithy/types").Logger | undefined;
72
70
  }
73
- ) => import("@aws-sdk/types").EndpointV2;
71
+ ) => import("@smithy/types").EndpointV2;
74
72
  tls?: boolean | undefined;
75
73
  retryStrategy?:
76
- | import("@aws-sdk/types").RetryStrategy
77
- | import("@aws-sdk/types").RetryStrategyV2
74
+ | import("@smithy/types").RetryStrategy
75
+ | import("@smithy/types").RetryStrategyV2
78
76
  | undefined;
79
77
  credentials?:
80
- | import("@aws-sdk/types").AwsCredentialIdentity
81
- | import("@aws-sdk/types").Provider<
82
- import("@aws-sdk/types").AwsCredentialIdentity
78
+ | import("@smithy/types").AwsCredentialIdentity
79
+ | import("@smithy/types").Provider<
80
+ import("@smithy/types").AwsCredentialIdentity
83
81
  >
84
82
  | undefined;
85
83
  signer?:
86
- | import("@aws-sdk/types").RequestSigner
84
+ | import("@smithy/types").RequestSigner
87
85
  | ((
88
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
89
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
86
+ authScheme?: import("@smithy/types").AuthScheme | undefined
87
+ ) => Promise<import("@smithy/types").RequestSigner>)
90
88
  | undefined;
91
89
  signingEscapePath?: boolean | undefined;
92
90
  systemClockOffset?: number | undefined;
93
91
  signingRegion?: string | undefined;
94
92
  signerConstructor?:
95
93
  | (new (
96
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
97
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
98
- ) => import("@aws-sdk/types").RequestSigner)
94
+ options: import("@smithy/signature-v4").SignatureV4Init &
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit
96
+ ) => import("@smithy/types").RequestSigner)
99
97
  | undefined;
100
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
98
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
101
99
  };