@aws-sdk/client-glacier 3.1045.0 → 3.1046.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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GlacierClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {}
14
14
  declare const RemoveTagsFromVaultCommand_base: {
15
15
  new (
16
16
  input: RemoveTagsFromVaultCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  RemoveTagsFromVaultCommandInput,
19
19
  RemoveTagsFromVaultCommandOutput,
20
20
  GlacierClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const RemoveTagsFromVaultCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: RemoveTagsFromVaultCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  RemoveTagsFromVaultCommandInput,
28
28
  RemoveTagsFromVaultCommandOutput,
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 RemoveTagsFromVaultCommand extends RemoveTagsFromVaultCommand_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,
@@ -14,7 +14,7 @@ export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {}
14
14
  declare const SetDataRetrievalPolicyCommand_base: {
15
15
  new (
16
16
  input: SetDataRetrievalPolicyCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  SetDataRetrievalPolicyCommandInput,
19
19
  SetDataRetrievalPolicyCommandOutput,
20
20
  GlacierClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const SetDataRetrievalPolicyCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: SetDataRetrievalPolicyCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  SetDataRetrievalPolicyCommandInput,
28
28
  SetDataRetrievalPolicyCommandOutput,
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 SetDataRetrievalPolicyCommand extends SetDataRetrievalPolicyCommand_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,
@@ -14,7 +14,7 @@ export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {}
14
14
  declare const SetVaultAccessPolicyCommand_base: {
15
15
  new (
16
16
  input: SetVaultAccessPolicyCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  SetVaultAccessPolicyCommandInput,
19
19
  SetVaultAccessPolicyCommandOutput,
20
20
  GlacierClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const SetVaultAccessPolicyCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: SetVaultAccessPolicyCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  SetVaultAccessPolicyCommandInput,
28
28
  SetVaultAccessPolicyCommandOutput,
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 SetVaultAccessPolicyCommand extends SetVaultAccessPolicyCommand_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,
@@ -14,7 +14,7 @@ export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {}
14
14
  declare const SetVaultNotificationsCommand_base: {
15
15
  new (
16
16
  input: SetVaultNotificationsCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  SetVaultNotificationsCommandInput,
19
19
  SetVaultNotificationsCommandOutput,
20
20
  GlacierClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const SetVaultNotificationsCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: SetVaultNotificationsCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  SetVaultNotificationsCommandInput,
28
28
  SetVaultNotificationsCommandOutput,
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 SetVaultNotificationsCommand extends SetVaultNotificationsCommand_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 {
3
3
  MetadataBearer as __MetadataBearer,
4
4
  StreamingBlobPayloadInputTypes,
@@ -21,7 +21,7 @@ export interface UploadArchiveCommandOutput
21
21
  declare const UploadArchiveCommand_base: {
22
22
  new (
23
23
  input: UploadArchiveCommandInput
24
- ): import("@smithy/smithy-client").CommandImpl<
24
+ ): import("@smithy/core/client").CommandImpl<
25
25
  UploadArchiveCommandInput,
26
26
  UploadArchiveCommandOutput,
27
27
  GlacierClientResolvedConfig,
@@ -30,14 +30,16 @@ declare const UploadArchiveCommand_base: {
30
30
  >;
31
31
  new (
32
32
  input: UploadArchiveCommandInput
33
- ): import("@smithy/smithy-client").CommandImpl<
33
+ ): import("@smithy/core/client").CommandImpl<
34
34
  UploadArchiveCommandInput,
35
35
  UploadArchiveCommandOutput,
36
36
  GlacierClientResolvedConfig,
37
37
  ServiceInputTypes,
38
38
  ServiceOutputTypes
39
39
  >;
40
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
40
+ getEndpointParameterInstructions(): {
41
+ [x: string]: unknown;
42
+ };
41
43
  };
42
44
  export declare class UploadArchiveCommand extends UploadArchiveCommand_base {
43
45
  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 {
3
3
  MetadataBearer as __MetadataBearer,
4
4
  StreamingBlobPayloadInputTypes,
@@ -27,7 +27,7 @@ export interface UploadMultipartPartCommandOutput
27
27
  declare const UploadMultipartPartCommand_base: {
28
28
  new (
29
29
  input: UploadMultipartPartCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UploadMultipartPartCommandInput,
32
32
  UploadMultipartPartCommandOutput,
33
33
  GlacierClientResolvedConfig,
@@ -36,14 +36,16 @@ declare const UploadMultipartPartCommand_base: {
36
36
  >;
37
37
  new (
38
38
  input: UploadMultipartPartCommandInput
39
- ): import("@smithy/smithy-client").CommandImpl<
39
+ ): import("@smithy/core/client").CommandImpl<
40
40
  UploadMultipartPartCommandInput,
41
41
  UploadMultipartPartCommandOutput,
42
42
  GlacierClientResolvedConfig,
43
43
  ServiceInputTypes,
44
44
  ServiceOutputTypes
45
45
  >;
46
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
46
+ getEndpointParameterInstructions(): {
47
+ [x: string]: unknown;
48
+ };
47
49
  };
48
50
  export declare class UploadMultipartPartCommand extends UploadMultipartPartCommand_base {
49
51
  protected static __types: {
@@ -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 { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface GlacierExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class GlacierServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { GlacierServiceException as __BaseException } from "./GlacierServiceException";
3
3
  export declare class InvalidParameterValueException extends __BaseException {
4
4
  readonly name: "InvalidParameterValueException";
@@ -3,7 +3,7 @@ import { GlacierClientConfig } from "./GlacierClient";
3
3
  export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyChecksumGenerator: (
9
9
  request: import("@smithy/types").HttpRequest,
@@ -26,7 +26,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  region: string | import("@smithy/types").Provider<any>;
28
28
  requestHandler:
29
- | import("@smithy/protocol-http").HttpHandler<any>
29
+ | import("@smithy/core/protocols").HttpHandler<any>
30
30
  | RequestHandler;
31
31
  retryMode: string | import("@smithy/types").Provider<string>;
32
32
  sha256: import("@smithy/types").HashConstructor;
@@ -3,7 +3,7 @@ import { GlacierClientConfig } from "./GlacierClient";
3
3
  export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
4
4
  runtime: string;
5
5
  defaultsMode: import("@smithy/types").Provider<
6
- import("@smithy/smithy-client").ResolvedDefaultsMode
6
+ import("@smithy/core/client").ResolvedDefaultsMode
7
7
  >;
8
8
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
9
9
  bodyChecksumGenerator: (
@@ -28,7 +28,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
28
28
  region: string | import("@smithy/types").Provider<string>;
29
29
  requestHandler:
30
30
  | RequestHandler
31
- | import("@smithy/protocol-http").HttpHandler<any>;
31
+ | import("@smithy/core/protocols").HttpHandler<any>;
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  sha256: import("@smithy/types").HashConstructor;
34
34
  streamCollector: import("@smithy/types").StreamCollector;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
6
6
  | import("@smithy/types").NodeHttpHandlerOptions
7
7
  | import("@smithy/types").FetchHttpHandlerOptions
8
8
  | Record<string, unknown>
9
- | import("@smithy/protocol-http").HttpHandler<any>
9
+ | import("@smithy/core/protocols").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  cacheMiddleware?: boolean;
12
12
  protocol:
@@ -55,9 +55,9 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
55
55
  logger: import("@smithy/types").Logger;
56
56
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
57
  defaultsMode:
58
- | import("@smithy/smithy-client").DefaultsMode
58
+ | import("@smithy/core/client").DefaultsMode
59
59
  | import("@smithy/types").Provider<
60
- import("@smithy/smithy-client").DefaultsMode
60
+ import("@smithy/core/client").DefaultsMode
61
61
  >;
62
62
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
63
63
  customUserAgent?: string | import("@smithy/types").UserAgent;
@@ -1,4 +1,4 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
1
+ import { WaiterConfiguration, WaiterResult } from "@smithy/core/client";
2
2
  import {
3
3
  DescribeVaultCommandInput,
4
4
  DescribeVaultCommandOutput,
@@ -1,4 +1,4 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
1
+ import { WaiterConfiguration, WaiterResult } from "@smithy/core/client";
2
2
  import {
3
3
  DescribeVaultCommandInput,
4
4
  DescribeVaultCommandOutput,
@@ -1,4 +1,4 @@
1
- import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
2
2
  import { type DescribeVaultCommandInput, type DescribeVaultCommandOutput } from "../commands/DescribeVaultCommand";
3
3
  import type { GlacierClient } from "../GlacierClient";
4
4
  import type { GlacierServiceException } from "../models/GlacierServiceException";
@@ -1,4 +1,4 @@
1
- import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
2
2
  import { type DescribeVaultCommandInput, type DescribeVaultCommandOutput } from "../commands/DescribeVaultCommand";
3
3
  import type { GlacierClient } from "../GlacierClient";
4
4
  import type { ResourceNotFoundException } from "../models/errors";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glacier",
3
3
  "description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native",
4
- "version": "3.1045.0",
4
+ "version": "3.1046.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-glacier",
@@ -21,47 +21,24 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/body-checksum-browser": "^3.972.11",
25
- "@aws-sdk/body-checksum-node": "^3.972.11",
26
- "@aws-sdk/core": "^3.974.8",
27
- "@aws-sdk/credential-provider-node": "^3.972.39",
28
- "@aws-sdk/middleware-host-header": "^3.972.10",
24
+ "@aws-sdk/body-checksum-browser": "^3.972.12",
25
+ "@aws-sdk/body-checksum-node": "^3.972.12",
26
+ "@aws-sdk/core": "^3.974.9",
27
+ "@aws-sdk/credential-provider-node": "^3.972.40",
28
+ "@aws-sdk/middleware-host-header": "^3.972.11",
29
29
  "@aws-sdk/middleware-logger": "^3.972.10",
30
- "@aws-sdk/middleware-recursion-detection": "^3.972.11",
31
- "@aws-sdk/middleware-sdk-glacier": "^3.972.10",
32
- "@aws-sdk/middleware-user-agent": "^3.972.38",
33
- "@aws-sdk/region-config-resolver": "^3.972.13",
30
+ "@aws-sdk/middleware-recursion-detection": "^3.972.12",
31
+ "@aws-sdk/middleware-sdk-glacier": "^3.972.11",
32
+ "@aws-sdk/middleware-user-agent": "^3.972.39",
33
+ "@aws-sdk/region-config-resolver": "^3.972.14",
34
34
  "@aws-sdk/types": "^3.973.8",
35
- "@aws-sdk/util-endpoints": "^3.996.8",
36
- "@aws-sdk/util-user-agent-browser": "^3.972.10",
37
- "@aws-sdk/util-user-agent-node": "^3.973.24",
38
- "@smithy/config-resolver": "^4.4.17",
39
- "@smithy/core": "^3.23.17",
40
- "@smithy/fetch-http-handler": "^5.3.17",
41
- "@smithy/hash-node": "^4.2.14",
42
- "@smithy/invalid-dependency": "^4.2.14",
43
- "@smithy/middleware-content-length": "^4.2.14",
44
- "@smithy/middleware-endpoint": "^4.4.32",
45
- "@smithy/middleware-retry": "^4.5.7",
46
- "@smithy/middleware-serde": "^4.2.20",
47
- "@smithy/middleware-stack": "^4.2.14",
48
- "@smithy/node-config-provider": "^4.3.14",
49
- "@smithy/node-http-handler": "^4.6.1",
50
- "@smithy/protocol-http": "^5.3.14",
51
- "@smithy/smithy-client": "^4.12.13",
35
+ "@aws-sdk/util-endpoints": "^3.996.9",
36
+ "@aws-sdk/util-user-agent-browser": "^3.972.11",
37
+ "@aws-sdk/util-user-agent-node": "^3.973.25",
38
+ "@smithy/core": "^3.24.1",
39
+ "@smithy/fetch-http-handler": "^5.4.1",
40
+ "@smithy/node-http-handler": "^4.7.1",
52
41
  "@smithy/types": "^4.14.1",
53
- "@smithy/url-parser": "^4.2.14",
54
- "@smithy/util-base64": "^4.3.2",
55
- "@smithy/util-body-length-browser": "^4.2.2",
56
- "@smithy/util-body-length-node": "^4.2.3",
57
- "@smithy/util-defaults-mode-browser": "^4.3.49",
58
- "@smithy/util-defaults-mode-node": "^4.2.54",
59
- "@smithy/util-endpoints": "^3.4.2",
60
- "@smithy/util-middleware": "^4.2.14",
61
- "@smithy/util-retry": "^4.3.6",
62
- "@smithy/util-stream": "^4.5.25",
63
- "@smithy/util-utf8": "^4.2.2",
64
- "@smithy/util-waiter": "^4.3.0",
65
42
  "tslib": "^2.6.2"
66
43
  },
67
44
  "devDependencies": {