@aws-sdk/client-glacier 3.194.0 → 3.197.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 (164) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/GlacierClient.js +11 -8
  3. package/dist-cjs/commands/AbortMultipartUploadCommand.js +10 -0
  4. package/dist-cjs/commands/AbortVaultLockCommand.js +10 -0
  5. package/dist-cjs/commands/AddTagsToVaultCommand.js +10 -0
  6. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +10 -0
  7. package/dist-cjs/commands/CompleteVaultLockCommand.js +10 -0
  8. package/dist-cjs/commands/CreateVaultCommand.js +10 -0
  9. package/dist-cjs/commands/DeleteArchiveCommand.js +10 -0
  10. package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteVaultCommand.js +10 -0
  12. package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +10 -0
  13. package/dist-cjs/commands/DescribeJobCommand.js +10 -0
  14. package/dist-cjs/commands/DescribeVaultCommand.js +10 -0
  15. package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +10 -0
  16. package/dist-cjs/commands/GetJobOutputCommand.js +10 -0
  17. package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +10 -0
  18. package/dist-cjs/commands/GetVaultLockCommand.js +10 -0
  19. package/dist-cjs/commands/GetVaultNotificationsCommand.js +10 -0
  20. package/dist-cjs/commands/InitiateJobCommand.js +10 -0
  21. package/dist-cjs/commands/InitiateMultipartUploadCommand.js +10 -0
  22. package/dist-cjs/commands/InitiateVaultLockCommand.js +10 -0
  23. package/dist-cjs/commands/ListJobsCommand.js +10 -0
  24. package/dist-cjs/commands/ListMultipartUploadsCommand.js +10 -0
  25. package/dist-cjs/commands/ListPartsCommand.js +10 -0
  26. package/dist-cjs/commands/ListProvisionedCapacityCommand.js +10 -0
  27. package/dist-cjs/commands/ListTagsForVaultCommand.js +10 -0
  28. package/dist-cjs/commands/ListVaultsCommand.js +10 -0
  29. package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +10 -0
  30. package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +10 -0
  31. package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +10 -0
  32. package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +10 -0
  33. package/dist-cjs/commands/SetVaultNotificationsCommand.js +10 -0
  34. package/dist-cjs/commands/UploadArchiveCommand.js +10 -0
  35. package/dist-cjs/commands/UploadMultipartPartCommand.js +10 -0
  36. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  37. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  38. package/dist-cjs/endpoint/ruleset.js +318 -0
  39. package/dist-cjs/runtimeConfig.shared.js +3 -3
  40. package/dist-es/GlacierClient.js +12 -9
  41. package/dist-es/commands/AbortMultipartUploadCommand.js +10 -0
  42. package/dist-es/commands/AbortVaultLockCommand.js +10 -0
  43. package/dist-es/commands/AddTagsToVaultCommand.js +10 -0
  44. package/dist-es/commands/CompleteMultipartUploadCommand.js +10 -0
  45. package/dist-es/commands/CompleteVaultLockCommand.js +10 -0
  46. package/dist-es/commands/CreateVaultCommand.js +10 -0
  47. package/dist-es/commands/DeleteArchiveCommand.js +10 -0
  48. package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +10 -0
  49. package/dist-es/commands/DeleteVaultCommand.js +10 -0
  50. package/dist-es/commands/DeleteVaultNotificationsCommand.js +10 -0
  51. package/dist-es/commands/DescribeJobCommand.js +10 -0
  52. package/dist-es/commands/DescribeVaultCommand.js +10 -0
  53. package/dist-es/commands/GetDataRetrievalPolicyCommand.js +10 -0
  54. package/dist-es/commands/GetJobOutputCommand.js +10 -0
  55. package/dist-es/commands/GetVaultAccessPolicyCommand.js +10 -0
  56. package/dist-es/commands/GetVaultLockCommand.js +10 -0
  57. package/dist-es/commands/GetVaultNotificationsCommand.js +10 -0
  58. package/dist-es/commands/InitiateJobCommand.js +10 -0
  59. package/dist-es/commands/InitiateMultipartUploadCommand.js +10 -0
  60. package/dist-es/commands/InitiateVaultLockCommand.js +10 -0
  61. package/dist-es/commands/ListJobsCommand.js +10 -0
  62. package/dist-es/commands/ListMultipartUploadsCommand.js +10 -0
  63. package/dist-es/commands/ListPartsCommand.js +10 -0
  64. package/dist-es/commands/ListProvisionedCapacityCommand.js +10 -0
  65. package/dist-es/commands/ListTagsForVaultCommand.js +10 -0
  66. package/dist-es/commands/ListVaultsCommand.js +10 -0
  67. package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +10 -0
  68. package/dist-es/commands/RemoveTagsFromVaultCommand.js +10 -0
  69. package/dist-es/commands/SetDataRetrievalPolicyCommand.js +10 -0
  70. package/dist-es/commands/SetVaultAccessPolicyCommand.js +10 -0
  71. package/dist-es/commands/SetVaultNotificationsCommand.js +10 -0
  72. package/dist-es/commands/UploadArchiveCommand.js +10 -0
  73. package/dist-es/commands/UploadMultipartPartCommand.js +10 -0
  74. package/dist-es/endpoint/EndpointParameters.js +8 -0
  75. package/dist-es/endpoint/endpointResolver.js +8 -0
  76. package/dist-es/endpoint/ruleset.js +315 -0
  77. package/dist-es/runtimeConfig.shared.js +2 -2
  78. package/dist-types/GlacierClient.d.ts +6 -9
  79. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -0
  80. package/dist-types/commands/AbortVaultLockCommand.d.ts +2 -0
  81. package/dist-types/commands/AddTagsToVaultCommand.d.ts +2 -0
  82. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +2 -0
  83. package/dist-types/commands/CompleteVaultLockCommand.d.ts +2 -0
  84. package/dist-types/commands/CreateVaultCommand.d.ts +2 -0
  85. package/dist-types/commands/DeleteArchiveCommand.d.ts +2 -0
  86. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +2 -0
  87. package/dist-types/commands/DeleteVaultCommand.d.ts +2 -0
  88. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +2 -0
  89. package/dist-types/commands/DescribeJobCommand.d.ts +2 -0
  90. package/dist-types/commands/DescribeVaultCommand.d.ts +2 -0
  91. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +2 -0
  92. package/dist-types/commands/GetJobOutputCommand.d.ts +2 -0
  93. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +2 -0
  94. package/dist-types/commands/GetVaultLockCommand.d.ts +2 -0
  95. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +2 -0
  96. package/dist-types/commands/InitiateJobCommand.d.ts +2 -0
  97. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +2 -0
  98. package/dist-types/commands/InitiateVaultLockCommand.d.ts +2 -0
  99. package/dist-types/commands/ListJobsCommand.d.ts +2 -0
  100. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -0
  101. package/dist-types/commands/ListPartsCommand.d.ts +2 -0
  102. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +2 -0
  103. package/dist-types/commands/ListTagsForVaultCommand.d.ts +2 -0
  104. package/dist-types/commands/ListVaultsCommand.d.ts +2 -0
  105. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +2 -0
  106. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +2 -0
  107. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +2 -0
  108. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +2 -0
  109. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +2 -0
  110. package/dist-types/commands/UploadArchiveCommand.d.ts +2 -0
  111. package/dist-types/commands/UploadMultipartPartCommand.d.ts +2 -0
  112. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  113. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  114. package/dist-types/endpoint/ruleset.d.ts +2 -0
  115. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  116. package/dist-types/runtimeConfig.d.ts +4 -2
  117. package/dist-types/runtimeConfig.native.d.ts +4 -2
  118. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  119. package/dist-types/ts3.4/GlacierClient.d.ts +15 -8
  120. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +2 -0
  121. package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +2 -0
  122. package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +2 -0
  123. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +2 -0
  124. package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +2 -0
  125. package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +2 -0
  126. package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +2 -0
  127. package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +2 -0
  128. package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +2 -0
  129. package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +2 -0
  130. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +2 -0
  131. package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +2 -0
  132. package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +2 -0
  133. package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +2 -0
  134. package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +2 -0
  135. package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +2 -0
  136. package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +2 -0
  137. package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +2 -0
  138. package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +2 -0
  139. package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +2 -0
  140. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -0
  141. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +2 -0
  142. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +2 -0
  143. package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +2 -0
  144. package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +2 -0
  145. package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +2 -0
  146. package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +2 -0
  147. package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +2 -0
  148. package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +2 -0
  149. package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +2 -0
  150. package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +2 -0
  151. package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +2 -0
  152. package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +2 -0
  153. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  154. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  155. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  156. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
  157. package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
  158. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
  159. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  160. package/package.json +34 -32
  161. package/dist-cjs/endpoints.js +0 -196
  162. package/dist-es/endpoints.js +0 -192
  163. package/dist-types/endpoints.d.ts +0 -2
  164. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -62,6 +63,7 @@ export interface CompleteMultipartUploadCommandOutput extends ArchiveCreationOut
62
63
  */
63
64
  export declare class CompleteMultipartUploadCommand extends $Command<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig> {
64
65
  readonly input: CompleteMultipartUploadCommandInput;
66
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
67
  constructor(input: CompleteMultipartUploadCommandInput);
66
68
  /**
67
69
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -38,6 +39,7 @@ export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
38
39
  */
39
40
  export declare class CompleteVaultLockCommand extends $Command<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig> {
40
41
  readonly input: CompleteVaultLockCommandInput;
42
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
41
43
  constructor(input: CompleteVaultLockCommandInput);
42
44
  /**
43
45
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -48,6 +49,7 @@ export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataB
48
49
  */
49
50
  export declare class CreateVaultCommand extends $Command<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig> {
50
51
  readonly input: CreateVaultCommandInput;
52
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
53
  constructor(input: CreateVaultCommandInput);
52
54
  /**
53
55
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -51,6 +52,7 @@ export interface DeleteArchiveCommandOutput extends __MetadataBearer {
51
52
  */
52
53
  export declare class DeleteArchiveCommand extends $Command<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig> {
53
54
  readonly input: DeleteArchiveCommandInput;
55
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
56
  constructor(input: DeleteArchiveCommandInput);
55
57
  /**
56
58
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -31,6 +32,7 @@ export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
31
32
  */
32
33
  export declare class DeleteVaultAccessPolicyCommand extends $Command<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
33
34
  readonly input: DeleteVaultAccessPolicyCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DeleteVaultAccessPolicyCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -44,6 +45,7 @@ export interface DeleteVaultCommandOutput extends __MetadataBearer {
44
45
  */
45
46
  export declare class DeleteVaultCommand extends $Command<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig> {
46
47
  readonly input: DeleteVaultCommandInput;
48
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
49
  constructor(input: DeleteVaultCommandInput);
48
50
  /**
49
51
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -37,6 +38,7 @@ export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer
37
38
  */
38
39
  export declare class DeleteVaultNotificationsCommand extends $Command<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
39
40
  readonly input: DeleteVaultNotificationsCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: DeleteVaultNotificationsCommandInput);
41
43
  /**
42
44
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -48,6 +49,7 @@ export interface DescribeJobCommandOutput extends GlacierJobDescription, __Metad
48
49
  */
49
50
  export declare class DescribeJobCommand extends $Command<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig> {
50
51
  readonly input: DescribeJobCommandInput;
52
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
53
  constructor(input: DescribeJobCommandInput);
52
54
  /**
53
55
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -42,6 +43,7 @@ export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __Metad
42
43
  */
43
44
  export declare class DescribeVaultCommand extends $Command<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig> {
44
45
  readonly input: DescribeVaultCommandInput;
46
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
45
47
  constructor(input: DescribeVaultCommandInput);
46
48
  /**
47
49
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -27,6 +28,7 @@ export interface GetDataRetrievalPolicyCommandOutput extends GetDataRetrievalPol
27
28
  */
28
29
  export declare class GetDataRetrievalPolicyCommand extends $Command<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig> {
29
30
  readonly input: GetDataRetrievalPolicyCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: GetDataRetrievalPolicyCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -61,6 +62,7 @@ export interface GetJobOutputCommandOutput extends __WithSdkStreamMixin<GetJobOu
61
62
  */
62
63
  export declare class GetJobOutputCommand extends $Command<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig> {
63
64
  readonly input: GetJobOutputCommandInput;
65
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
66
  constructor(input: GetJobOutputCommandInput);
65
67
  /**
66
68
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -30,6 +31,7 @@ export interface GetVaultAccessPolicyCommandOutput extends GetVaultAccessPolicyO
30
31
  */
31
32
  export declare class GetVaultAccessPolicyCommand extends $Command<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
32
33
  readonly input: GetVaultAccessPolicyCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: GetVaultAccessPolicyCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -52,6 +53,7 @@ export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __Metadat
52
53
  */
53
54
  export declare class GetVaultLockCommand extends $Command<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig> {
54
55
  readonly input: GetVaultLockCommandInput;
56
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
57
  constructor(input: GetVaultLockCommandInput);
56
58
  /**
57
59
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -40,6 +41,7 @@ export interface GetVaultNotificationsCommandOutput extends GetVaultNotification
40
41
  */
41
42
  export declare class GetVaultNotificationsCommand extends $Command<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
42
43
  readonly input: GetVaultNotificationsCommandInput;
44
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
43
45
  constructor(input: GetVaultNotificationsCommandInput);
44
46
  /**
45
47
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -29,6 +30,7 @@ export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataB
29
30
  */
30
31
  export declare class InitiateJobCommand extends $Command<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig> {
31
32
  readonly input: InitiateJobCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: InitiateJobCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -58,6 +59,7 @@ export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartU
58
59
  */
59
60
  export declare class InitiateMultipartUploadCommand extends $Command<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig> {
60
61
  readonly input: InitiateMultipartUploadCommandInput;
62
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
63
  constructor(input: InitiateMultipartUploadCommandInput);
62
64
  /**
63
65
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -59,6 +60,7 @@ export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput,
59
60
  */
60
61
  export declare class InitiateVaultLockCommand extends $Command<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig> {
61
62
  readonly input: InitiateVaultLockCommandInput;
63
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
64
  constructor(input: InitiateVaultLockCommandInput);
63
65
  /**
64
66
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -60,6 +61,7 @@ export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer
60
61
  */
61
62
  export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig> {
62
63
  readonly input: ListJobsCommandInput;
64
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
65
  constructor(input: ListJobsCommandInput);
64
66
  /**
65
67
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -50,6 +51,7 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
50
51
  */
51
52
  export declare class ListMultipartUploadsCommand extends $Command<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig> {
52
53
  readonly input: ListMultipartUploadsCommandInput;
54
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
55
  constructor(input: ListMultipartUploadsCommandInput);
54
56
  /**
55
57
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -46,6 +47,7 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
46
47
  */
47
48
  export declare class ListPartsCommand extends $Command<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig> {
48
49
  readonly input: ListPartsCommandInput;
50
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
51
  constructor(input: ListPartsCommandInput);
50
52
  /**
51
53
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -26,6 +27,7 @@ export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCap
26
27
  */
27
28
  export declare class ListProvisionedCapacityCommand extends $Command<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig> {
28
29
  readonly input: ListProvisionedCapacityCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListProvisionedCapacityCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -27,6 +28,7 @@ export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, _
27
28
  */
28
29
  export declare class ListTagsForVaultCommand extends $Command<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig> {
29
30
  readonly input: ListTagsForVaultCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListTagsForVaultCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -43,6 +44,7 @@ export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBea
43
44
  */
44
45
  export declare class ListVaultsCommand extends $Command<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig> {
45
46
  readonly input: ListVaultsCommandInput;
47
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
46
48
  constructor(input: ListVaultsCommandInput);
47
49
  /**
48
50
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -25,6 +26,7 @@ export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvis
25
26
  */
26
27
  export declare class PurchaseProvisionedCapacityCommand extends $Command<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig> {
27
28
  readonly input: PurchaseProvisionedCapacityCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PurchaseProvisionedCapacityCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -28,6 +29,7 @@ export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
28
29
  */
29
30
  export declare class RemoveTagsFromVaultCommand extends $Command<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig> {
30
31
  readonly input: RemoveTagsFromVaultCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: RemoveTagsFromVaultCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -30,6 +31,7 @@ export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
30
31
  */
31
32
  export declare class SetDataRetrievalPolicyCommand extends $Command<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig> {
32
33
  readonly input: SetDataRetrievalPolicyCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: SetDataRetrievalPolicyCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -30,6 +31,7 @@ export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
30
31
  */
31
32
  export declare class SetVaultAccessPolicyCommand extends $Command<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
32
33
  readonly input: SetVaultAccessPolicyCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: SetVaultAccessPolicyCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -62,6 +63,7 @@ export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
62
63
  */
63
64
  export declare class SetVaultNotificationsCommand extends $Command<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
64
65
  readonly input: SetVaultNotificationsCommandInput;
66
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
67
  constructor(input: SetVaultNotificationsCommandInput);
66
68
  /**
67
69
  * @internal
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
5
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -66,6 +67,7 @@ export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __Met
66
67
  */
67
68
  export declare class UploadArchiveCommand extends $Command<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig> {
68
69
  readonly input: UploadArchiveCommandInput;
70
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
71
  constructor(input: UploadArchiveCommandInput);
70
72
  /**
71
73
  * @internal
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
5
  import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
@@ -85,6 +86,7 @@ export interface UploadMultipartPartCommandOutput extends UploadMultipartPartOut
85
86
  */
86
87
  export declare class UploadMultipartPartCommand extends $Command<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig> {
87
88
  readonly input: UploadMultipartPartCommandInput;
89
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
90
  constructor(input: UploadMultipartPartCommandInput);
89
91
  /**
90
92
  * @internal
@@ -0,0 +1,19 @@
1
+ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -31,8 +31,10 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
31
31
  disableHostPrefix: boolean;
32
32
  logger: import("@aws-sdk/types").Logger;
33
33
  serviceId: string;
34
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
35
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
34
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
35
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
+ logger?: import("@aws-sdk/types").Logger | undefined;
37
+ }) => import("@aws-sdk/types").EndpointV2;
36
38
  tls?: boolean | undefined;
37
39
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
38
40
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -31,8 +31,10 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
31
31
  disableHostPrefix: boolean;
32
32
  logger: import("@aws-sdk/types").Logger;
33
33
  serviceId: string;
34
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
35
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
34
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
35
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
+ logger?: import("@aws-sdk/types").Logger | undefined;
37
+ }) => import("@aws-sdk/types").EndpointV2;
36
38
  tls?: boolean | undefined;
37
39
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
38
40
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,7 +23,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  bodyChecksumGenerator: (request: import("@aws-sdk/types").HttpRequest, options: {
28
27
  sha256: import("@aws-sdk/types").HashConstructor;
29
28
  utf8Decoder: import("@aws-sdk/types").Decoder;
@@ -31,7 +30,10 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
31
30
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
32
31
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
33
32
  sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
34
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
33
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
34
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
35
+ logger?: import("@aws-sdk/types").Logger | undefined;
36
+ }) => import("@aws-sdk/types").EndpointV2;
35
37
  tls?: boolean | undefined;
36
38
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
37
39
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { GlacierClientConfig } from "./GlacierClient";
6
6
  export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -38,7 +40,6 @@ import {
38
40
  Logger as __Logger,
39
41
  Provider as __Provider,
40
42
  Provider,
41
- RegionInfoProvider,
42
43
  SdkStreamMixinInjector as __SdkStreamMixinInjector,
43
44
  StreamCollector as __StreamCollector,
44
45
  UrlParser as __UrlParser,
@@ -176,6 +177,11 @@ import {
176
177
  UploadMultipartPartCommandInput,
177
178
  UploadMultipartPartCommandOutput,
178
179
  } from "./commands/UploadMultipartPartCommand";
180
+ import {
181
+ ClientInputEndpointParameters,
182
+ ClientResolvedEndpointParameters,
183
+ EndpointParameters,
184
+ } from "./endpoint/EndpointParameters";
179
185
  export declare type ServiceInputTypes =
180
186
  | AbortMultipartUploadCommandInput
181
187
  | AbortVaultLockCommandInput
@@ -265,7 +271,6 @@ export interface ClientDefaults
265
271
  serviceId?: string;
266
272
  region?: string | __Provider<string>;
267
273
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
268
- regionInfoProvider?: RegionInfoProvider;
269
274
  bodyChecksumGenerator?: (
270
275
  request: __HttpRequest,
271
276
  options: {
@@ -282,21 +287,23 @@ declare type GlacierClientConfigType = Partial<
282
287
  > &
283
288
  ClientDefaults &
284
289
  RegionInputConfig &
285
- EndpointsInputConfig &
290
+ EndpointInputConfig<EndpointParameters> &
286
291
  RetryInputConfig &
287
292
  HostHeaderInputConfig &
288
293
  AwsAuthInputConfig &
289
- UserAgentInputConfig;
294
+ UserAgentInputConfig &
295
+ ClientInputEndpointParameters;
290
296
  export interface GlacierClientConfig extends GlacierClientConfigType {}
291
297
  declare type GlacierClientResolvedConfigType =
292
298
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
293
299
  Required<ClientDefaults> &
294
300
  RegionResolvedConfig &
295
- EndpointsResolvedConfig &
301
+ EndpointResolvedConfig<EndpointParameters> &
296
302
  RetryResolvedConfig &
297
303
  HostHeaderResolvedConfig &
298
304
  AwsAuthResolvedConfig &
299
- UserAgentResolvedConfig;
305
+ UserAgentResolvedConfig &
306
+ ClientResolvedEndpointParameters;
300
307
  export interface GlacierClientResolvedConfig
301
308
  extends GlacierClientResolvedConfigType {}
302
309
  export declare class GlacierClient extends __Client<
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class AbortMultipartUploadCommand extends $Command<
20
21
  GlacierClientResolvedConfig
21
22
  > {
22
23
  readonly input: AbortMultipartUploadCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: AbortMultipartUploadCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class AbortVaultLockCommand extends $Command<
19
20
  GlacierClientResolvedConfig
20
21
  > {
21
22
  readonly input: AbortVaultLockCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: AbortVaultLockCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,