@aws-sdk/client-m2 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 (160) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/M2Client.js +11 -8
  3. package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +10 -0
  4. package/dist-cjs/commands/CreateApplicationCommand.js +10 -0
  5. package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +10 -0
  6. package/dist-cjs/commands/CreateDeploymentCommand.js +10 -0
  7. package/dist-cjs/commands/CreateEnvironmentCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +10 -0
  9. package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +10 -0
  10. package/dist-cjs/commands/DeleteEnvironmentCommand.js +10 -0
  11. package/dist-cjs/commands/GetApplicationCommand.js +10 -0
  12. package/dist-cjs/commands/GetApplicationVersionCommand.js +10 -0
  13. package/dist-cjs/commands/GetBatchJobExecutionCommand.js +10 -0
  14. package/dist-cjs/commands/GetDataSetDetailsCommand.js +10 -0
  15. package/dist-cjs/commands/GetDataSetImportTaskCommand.js +10 -0
  16. package/dist-cjs/commands/GetDeploymentCommand.js +10 -0
  17. package/dist-cjs/commands/GetEnvironmentCommand.js +10 -0
  18. package/dist-cjs/commands/ListApplicationVersionsCommand.js +10 -0
  19. package/dist-cjs/commands/ListApplicationsCommand.js +10 -0
  20. package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +10 -0
  21. package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +10 -0
  22. package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +10 -0
  23. package/dist-cjs/commands/ListDataSetsCommand.js +10 -0
  24. package/dist-cjs/commands/ListDeploymentsCommand.js +10 -0
  25. package/dist-cjs/commands/ListEngineVersionsCommand.js +10 -0
  26. package/dist-cjs/commands/ListEnvironmentsCommand.js +10 -0
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  28. package/dist-cjs/commands/StartApplicationCommand.js +10 -0
  29. package/dist-cjs/commands/StartBatchJobCommand.js +10 -0
  30. package/dist-cjs/commands/StopApplicationCommand.js +10 -0
  31. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  32. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  33. package/dist-cjs/commands/UpdateApplicationCommand.js +10 -0
  34. package/dist-cjs/commands/UpdateEnvironmentCommand.js +10 -0
  35. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  36. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  37. package/dist-cjs/endpoint/ruleset.js +318 -0
  38. package/dist-cjs/runtimeConfig.shared.js +3 -3
  39. package/dist-es/M2Client.js +12 -9
  40. package/dist-es/commands/CancelBatchJobExecutionCommand.js +10 -0
  41. package/dist-es/commands/CreateApplicationCommand.js +10 -0
  42. package/dist-es/commands/CreateDataSetImportTaskCommand.js +10 -0
  43. package/dist-es/commands/CreateDeploymentCommand.js +10 -0
  44. package/dist-es/commands/CreateEnvironmentCommand.js +10 -0
  45. package/dist-es/commands/DeleteApplicationCommand.js +10 -0
  46. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +10 -0
  47. package/dist-es/commands/DeleteEnvironmentCommand.js +10 -0
  48. package/dist-es/commands/GetApplicationCommand.js +10 -0
  49. package/dist-es/commands/GetApplicationVersionCommand.js +10 -0
  50. package/dist-es/commands/GetBatchJobExecutionCommand.js +10 -0
  51. package/dist-es/commands/GetDataSetDetailsCommand.js +10 -0
  52. package/dist-es/commands/GetDataSetImportTaskCommand.js +10 -0
  53. package/dist-es/commands/GetDeploymentCommand.js +10 -0
  54. package/dist-es/commands/GetEnvironmentCommand.js +10 -0
  55. package/dist-es/commands/ListApplicationVersionsCommand.js +10 -0
  56. package/dist-es/commands/ListApplicationsCommand.js +10 -0
  57. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +10 -0
  58. package/dist-es/commands/ListBatchJobExecutionsCommand.js +10 -0
  59. package/dist-es/commands/ListDataSetImportHistoryCommand.js +10 -0
  60. package/dist-es/commands/ListDataSetsCommand.js +10 -0
  61. package/dist-es/commands/ListDeploymentsCommand.js +10 -0
  62. package/dist-es/commands/ListEngineVersionsCommand.js +10 -0
  63. package/dist-es/commands/ListEnvironmentsCommand.js +10 -0
  64. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  65. package/dist-es/commands/StartApplicationCommand.js +10 -0
  66. package/dist-es/commands/StartBatchJobCommand.js +10 -0
  67. package/dist-es/commands/StopApplicationCommand.js +10 -0
  68. package/dist-es/commands/TagResourceCommand.js +10 -0
  69. package/dist-es/commands/UntagResourceCommand.js +10 -0
  70. package/dist-es/commands/UpdateApplicationCommand.js +10 -0
  71. package/dist-es/commands/UpdateEnvironmentCommand.js +10 -0
  72. package/dist-es/endpoint/EndpointParameters.js +8 -0
  73. package/dist-es/endpoint/endpointResolver.js +8 -0
  74. package/dist-es/endpoint/ruleset.js +315 -0
  75. package/dist-es/runtimeConfig.shared.js +2 -2
  76. package/dist-types/M2Client.d.ts +6 -9
  77. package/dist-types/commands/CancelBatchJobExecutionCommand.d.ts +2 -0
  78. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -0
  79. package/dist-types/commands/CreateDataSetImportTaskCommand.d.ts +2 -0
  80. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -0
  81. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
  82. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -0
  83. package/dist-types/commands/DeleteApplicationFromEnvironmentCommand.d.ts +2 -0
  84. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -0
  85. package/dist-types/commands/GetApplicationCommand.d.ts +2 -0
  86. package/dist-types/commands/GetApplicationVersionCommand.d.ts +2 -0
  87. package/dist-types/commands/GetBatchJobExecutionCommand.d.ts +2 -0
  88. package/dist-types/commands/GetDataSetDetailsCommand.d.ts +2 -0
  89. package/dist-types/commands/GetDataSetImportTaskCommand.d.ts +2 -0
  90. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -0
  91. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -0
  92. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +2 -0
  93. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -0
  94. package/dist-types/commands/ListBatchJobDefinitionsCommand.d.ts +2 -0
  95. package/dist-types/commands/ListBatchJobExecutionsCommand.d.ts +2 -0
  96. package/dist-types/commands/ListDataSetImportHistoryCommand.d.ts +2 -0
  97. package/dist-types/commands/ListDataSetsCommand.d.ts +2 -0
  98. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -0
  99. package/dist-types/commands/ListEngineVersionsCommand.d.ts +2 -0
  100. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -0
  101. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  102. package/dist-types/commands/StartApplicationCommand.d.ts +2 -0
  103. package/dist-types/commands/StartBatchJobCommand.d.ts +2 -0
  104. package/dist-types/commands/StopApplicationCommand.d.ts +2 -0
  105. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  106. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  107. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -0
  108. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -0
  109. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  110. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  111. package/dist-types/endpoint/ruleset.d.ts +2 -0
  112. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  113. package/dist-types/runtimeConfig.d.ts +4 -2
  114. package/dist-types/runtimeConfig.native.d.ts +4 -2
  115. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  116. package/dist-types/ts3.4/M2Client.d.ts +15 -8
  117. package/dist-types/ts3.4/commands/CancelBatchJobExecutionCommand.d.ts +2 -0
  118. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -0
  119. package/dist-types/ts3.4/commands/CreateDataSetImportTaskCommand.d.ts +2 -0
  120. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -0
  121. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -0
  122. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -0
  123. package/dist-types/ts3.4/commands/DeleteApplicationFromEnvironmentCommand.d.ts +2 -0
  124. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -0
  125. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -0
  126. package/dist-types/ts3.4/commands/GetApplicationVersionCommand.d.ts +2 -0
  127. package/dist-types/ts3.4/commands/GetBatchJobExecutionCommand.d.ts +2 -0
  128. package/dist-types/ts3.4/commands/GetDataSetDetailsCommand.d.ts +2 -0
  129. package/dist-types/ts3.4/commands/GetDataSetImportTaskCommand.d.ts +2 -0
  130. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -0
  131. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -0
  132. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +2 -0
  133. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -0
  134. package/dist-types/ts3.4/commands/ListBatchJobDefinitionsCommand.d.ts +2 -0
  135. package/dist-types/ts3.4/commands/ListBatchJobExecutionsCommand.d.ts +2 -0
  136. package/dist-types/ts3.4/commands/ListDataSetImportHistoryCommand.d.ts +2 -0
  137. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +2 -0
  138. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -0
  139. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +2 -0
  140. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -0
  141. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  142. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +2 -0
  143. package/dist-types/ts3.4/commands/StartBatchJobCommand.d.ts +2 -0
  144. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +2 -0
  145. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  146. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  147. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -0
  148. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -0
  149. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  150. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  151. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  152. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
  153. package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
  154. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
  155. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  156. package/package.json +28 -26
  157. package/dist-cjs/endpoints.js +0 -132
  158. package/dist-es/endpoints.js +0 -128
  159. package/dist-types/endpoints.d.ts +0 -2
  160. 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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -28,6 +29,7 @@ export interface DeleteApplicationFromEnvironmentCommandOutput extends DeleteApp
28
29
  */
29
30
  export declare class DeleteApplicationFromEnvironmentCommand extends $Command<DeleteApplicationFromEnvironmentCommandInput, DeleteApplicationFromEnvironmentCommandOutput, M2ClientResolvedConfig> {
30
31
  readonly input: DeleteApplicationFromEnvironmentCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DeleteApplicationFromEnvironmentCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -26,6 +27,7 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentRespons
26
27
  */
27
28
  export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, M2ClientResolvedConfig> {
28
29
  readonly input: DeleteEnvironmentCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteEnvironmentCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface GetApplicationCommandOutput extends GetApplicationResponse, __M
25
26
  */
26
27
  export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: GetApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetApplicationCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface GetApplicationVersionCommandOutput extends GetApplicationVersio
25
26
  */
26
27
  export declare class GetApplicationVersionCommand extends $Command<GetApplicationVersionCommandInput, GetApplicationVersionCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: GetApplicationVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetApplicationVersionCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface GetBatchJobExecutionCommandOutput extends GetBatchJobExecutionR
25
26
  */
26
27
  export declare class GetBatchJobExecutionCommand extends $Command<GetBatchJobExecutionCommandInput, GetBatchJobExecutionCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: GetBatchJobExecutionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetBatchJobExecutionCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface GetDataSetDetailsCommandOutput extends GetDataSetDetailsRespons
25
26
  */
26
27
  export declare class GetDataSetDetailsCommand extends $Command<GetDataSetDetailsCommandInput, GetDataSetDetailsCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: GetDataSetDetailsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetDataSetDetailsCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface GetDataSetImportTaskCommandOutput extends GetDataSetImportTaskR
25
26
  */
26
27
  export declare class GetDataSetImportTaskCommand extends $Command<GetDataSetImportTaskCommandInput, GetDataSetImportTaskCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: GetDataSetImportTaskCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetDataSetImportTaskCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
25
26
  */
26
27
  export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: GetDeploymentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetDeploymentCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentResponse, __M
25
26
  */
26
27
  export declare class GetEnvironmentCommand extends $Command<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: GetEnvironmentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetEnvironmentCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface ListApplicationVersionsCommandOutput extends ListApplicationVer
25
26
  */
26
27
  export declare class ListApplicationVersionsCommand extends $Command<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: ListApplicationVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListApplicationVersionsCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -27,6 +28,7 @@ export interface ListApplicationsCommandOutput extends ListApplicationsResponse,
27
28
  */
28
29
  export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, M2ClientResolvedConfig> {
29
30
  readonly input: ListApplicationsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListApplicationsCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -27,6 +28,7 @@ export interface ListBatchJobDefinitionsCommandOutput extends ListBatchJobDefini
27
28
  */
28
29
  export declare class ListBatchJobDefinitionsCommand extends $Command<ListBatchJobDefinitionsCommandInput, ListBatchJobDefinitionsCommandOutput, M2ClientResolvedConfig> {
29
30
  readonly input: ListBatchJobDefinitionsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListBatchJobDefinitionsCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -26,6 +27,7 @@ export interface ListBatchJobExecutionsCommandOutput extends ListBatchJobExecuti
26
27
  */
27
28
  export declare class ListBatchJobExecutionsCommand extends $Command<ListBatchJobExecutionsCommandInput, ListBatchJobExecutionsCommandOutput, M2ClientResolvedConfig> {
28
29
  readonly input: ListBatchJobExecutionsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListBatchJobExecutionsCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface ListDataSetImportHistoryCommandOutput extends ListDataSetImport
25
26
  */
26
27
  export declare class ListDataSetImportHistoryCommand extends $Command<ListDataSetImportHistoryCommandInput, ListDataSetImportHistoryCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: ListDataSetImportHistoryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListDataSetImportHistoryCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -27,6 +28,7 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
27
28
  */
28
29
  export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, M2ClientResolvedConfig> {
29
30
  readonly input: ListDataSetsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListDataSetsCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -27,6 +28,7 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
27
28
  */
28
29
  export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, M2ClientResolvedConfig> {
29
30
  readonly input: ListDeploymentsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListDeploymentsCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsRespo
25
26
  */
26
27
  export declare class ListEngineVersionsCommand extends $Command<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: ListEngineVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListEngineVersionsCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface ListEnvironmentsCommandOutput extends ListEnvironmentsResponse,
25
26
  */
26
27
  export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: ListEnvironmentsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListEnvironmentsCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
26
  */
26
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface StartApplicationCommandOutput extends StartApplicationResponse,
25
26
  */
26
27
  export declare class StartApplicationCommand extends $Command<StartApplicationCommandInput, StartApplicationCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: StartApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartApplicationCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -26,6 +27,7 @@ export interface StartBatchJobCommandOutput extends StartBatchJobResponse, __Met
26
27
  */
27
28
  export declare class StartBatchJobCommand extends $Command<StartBatchJobCommandInput, StartBatchJobCommandOutput, M2ClientResolvedConfig> {
28
29
  readonly input: StartBatchJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: StartBatchJobCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface StopApplicationCommandOutput extends StopApplicationResponse, _
25
26
  */
26
27
  export declare class StopApplicationCommand extends $Command<StopApplicationCommandInput, StopApplicationCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: StopApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StopApplicationCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
26
  */
26
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: TagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TagResourceCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
26
  */
26
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagResourceCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
25
26
  */
26
27
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: UpdateApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateApplicationCommandInput);
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 { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../M2Client";
@@ -25,6 +26,7 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentRespons
25
26
  */
26
27
  export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, M2ClientResolvedConfig> {
27
28
  readonly input: UpdateEnvironmentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEnvironmentCommandInput);
29
31
  /**
30
32
  * @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;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: M2ClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ 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;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: M2ClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ 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;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: M2ClientConfig) => {
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
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ 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;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { M2ClientConfig } from "./M2Client";
6
6
  export declare const getRuntimeConfig: (config: M2ClientConfig) => {
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,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -170,6 +171,11 @@ import {
170
171
  UpdateEnvironmentCommandInput,
171
172
  UpdateEnvironmentCommandOutput,
172
173
  } from "./commands/UpdateEnvironmentCommand";
174
+ import {
175
+ ClientInputEndpointParameters,
176
+ ClientResolvedEndpointParameters,
177
+ EndpointParameters,
178
+ } from "./endpoint/EndpointParameters";
173
179
  export declare type ServiceInputTypes =
174
180
  | CancelBatchJobExecutionCommandInput
175
181
  | CreateApplicationCommandInput
@@ -257,7 +263,6 @@ export interface ClientDefaults
257
263
  serviceId?: string;
258
264
  region?: string | __Provider<string>;
259
265
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
260
- regionInfoProvider?: RegionInfoProvider;
261
266
  defaultUserAgentProvider?: Provider<__UserAgent>;
262
267
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
263
268
  }
@@ -266,21 +271,23 @@ declare type M2ClientConfigType = Partial<
266
271
  > &
267
272
  ClientDefaults &
268
273
  RegionInputConfig &
269
- EndpointsInputConfig &
274
+ EndpointInputConfig<EndpointParameters> &
270
275
  RetryInputConfig &
271
276
  HostHeaderInputConfig &
272
277
  AwsAuthInputConfig &
273
- UserAgentInputConfig;
278
+ UserAgentInputConfig &
279
+ ClientInputEndpointParameters;
274
280
  export interface M2ClientConfig extends M2ClientConfigType {}
275
281
  declare type M2ClientResolvedConfigType =
276
282
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
277
283
  Required<ClientDefaults> &
278
284
  RegionResolvedConfig &
279
- EndpointsResolvedConfig &
285
+ EndpointResolvedConfig<EndpointParameters> &
280
286
  RetryResolvedConfig &
281
287
  HostHeaderResolvedConfig &
282
288
  AwsAuthResolvedConfig &
283
- UserAgentResolvedConfig;
289
+ UserAgentResolvedConfig &
290
+ ClientResolvedEndpointParameters;
284
291
  export interface M2ClientResolvedConfig extends M2ClientResolvedConfigType {}
285
292
  export declare class M2Client extends __Client<
286
293
  __HttpHandlerOptions,
@@ -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,
@@ -25,6 +26,7 @@ export declare class CancelBatchJobExecutionCommand extends $Command<
25
26
  M2ClientResolvedConfig
26
27
  > {
27
28
  readonly input: CancelBatchJobExecutionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CancelBatchJobExecutionCommandInput);
29
31
  resolveMiddleware(
30
32
  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,
@@ -25,6 +26,7 @@ export declare class CreateApplicationCommand extends $Command<
25
26
  M2ClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateApplicationCommandInput);
29
31
  resolveMiddleware(
30
32
  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,
@@ -25,6 +26,7 @@ export declare class CreateDataSetImportTaskCommand extends $Command<
25
26
  M2ClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateDataSetImportTaskCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateDataSetImportTaskCommandInput);
29
31
  resolveMiddleware(
30
32
  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,
@@ -24,6 +25,7 @@ export declare class CreateDeploymentCommand extends $Command<
24
25
  M2ClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateDeploymentCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateDeploymentCommandInput);
28
30
  resolveMiddleware(
29
31
  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,
@@ -25,6 +26,7 @@ export declare class CreateEnvironmentCommand extends $Command<
25
26
  M2ClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateEnvironmentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateEnvironmentCommandInput);
29
31
  resolveMiddleware(
30
32
  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,
@@ -25,6 +26,7 @@ export declare class DeleteApplicationCommand extends $Command<
25
26
  M2ClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteApplicationCommandInput);
29
31
  resolveMiddleware(
30
32
  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,
@@ -25,6 +26,7 @@ export declare class DeleteApplicationFromEnvironmentCommand extends $Command<
25
26
  M2ClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteApplicationFromEnvironmentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteApplicationFromEnvironmentCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,