@aws-sdk/client-migrationhuborchestrator 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.
- package/CHANGELOG.md +22 -0
- package/dist-cjs/MigrationHubOrchestratorClient.js +11 -8
- package/dist-cjs/commands/CreateWorkflowCommand.js +10 -0
- package/dist-cjs/commands/CreateWorkflowStepCommand.js +10 -0
- package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteWorkflowCommand.js +10 -0
- package/dist-cjs/commands/DeleteWorkflowStepCommand.js +10 -0
- package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +10 -0
- package/dist-cjs/commands/GetTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetTemplateStepCommand.js +10 -0
- package/dist-cjs/commands/GetTemplateStepGroupCommand.js +10 -0
- package/dist-cjs/commands/GetWorkflowCommand.js +10 -0
- package/dist-cjs/commands/GetWorkflowStepCommand.js +10 -0
- package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +10 -0
- package/dist-cjs/commands/ListPluginsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListTemplateStepsCommand.js +10 -0
- package/dist-cjs/commands/ListTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListWorkflowStepsCommand.js +10 -0
- package/dist-cjs/commands/ListWorkflowsCommand.js +10 -0
- package/dist-cjs/commands/RetryWorkflowStepCommand.js +10 -0
- package/dist-cjs/commands/StartWorkflowCommand.js +10 -0
- package/dist-cjs/commands/StopWorkflowCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateWorkflowCommand.js +10 -0
- package/dist-cjs/commands/UpdateWorkflowStepCommand.js +10 -0
- package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +312 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/MigrationHubOrchestratorClient.js +12 -9
- package/dist-es/commands/CreateWorkflowCommand.js +10 -0
- package/dist-es/commands/CreateWorkflowStepCommand.js +10 -0
- package/dist-es/commands/CreateWorkflowStepGroupCommand.js +10 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +10 -0
- package/dist-es/commands/DeleteWorkflowStepCommand.js +10 -0
- package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +10 -0
- package/dist-es/commands/GetTemplateCommand.js +10 -0
- package/dist-es/commands/GetTemplateStepCommand.js +10 -0
- package/dist-es/commands/GetTemplateStepGroupCommand.js +10 -0
- package/dist-es/commands/GetWorkflowCommand.js +10 -0
- package/dist-es/commands/GetWorkflowStepCommand.js +10 -0
- package/dist-es/commands/GetWorkflowStepGroupCommand.js +10 -0
- package/dist-es/commands/ListPluginsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTemplateStepGroupsCommand.js +10 -0
- package/dist-es/commands/ListTemplateStepsCommand.js +10 -0
- package/dist-es/commands/ListTemplatesCommand.js +10 -0
- package/dist-es/commands/ListWorkflowStepGroupsCommand.js +10 -0
- package/dist-es/commands/ListWorkflowStepsCommand.js +10 -0
- package/dist-es/commands/ListWorkflowsCommand.js +10 -0
- package/dist-es/commands/RetryWorkflowStepCommand.js +10 -0
- package/dist-es/commands/StartWorkflowCommand.js +10 -0
- package/dist-es/commands/StopWorkflowCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateWorkflowCommand.js +10 -0
- package/dist-es/commands/UpdateWorkflowStepCommand.js +10 -0
- package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +309 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/MigrationHubOrchestratorClient.d.ts +6 -9
- package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkflowStepCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetTemplateStepCommand.d.ts +2 -0
- package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowStepCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +2 -0
- package/dist-types/commands/ListPluginsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListTemplateStepsCommand.d.ts +2 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkflowStepsCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -0
- package/dist-types/commands/RetryWorkflowStepCommand.d.ts +2 -0
- package/dist-types/commands/StartWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/StopWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- 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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
@@ -25,6 +26,7 @@ export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsRespon
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListWorkflowsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkflowsCommandInput);
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
@@ -25,6 +26,7 @@ export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class RetryWorkflowStepCommand extends $Command<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
27
28
|
readonly input: RetryWorkflowStepCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RetryWorkflowStepCommandInput);
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
@@ -25,6 +26,7 @@ export interface StartWorkflowCommandOutput extends StartMigrationWorkflowRespon
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StartWorkflowCommand extends $Command<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
27
28
|
readonly input: StartWorkflowCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartWorkflowCommandInput);
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
@@ -25,6 +26,7 @@ export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StopWorkflowCommand extends $Command<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
27
28
|
readonly input: StopWorkflowCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopWorkflowCommandInput);
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateWorkflowCommandOutput extends UpdateMigrationWorkflowResp
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateWorkflowCommand extends $Command<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateWorkflowCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateWorkflowCommandInput);
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateWorkflowStepCommandOutput extends UpdateWorkflowStepRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateWorkflowStepCommand extends $Command<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateWorkflowStepCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateWorkflowStepCommandInput);
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateWorkflowStepGroupCommandOutput extends UpdateWorkflowStep
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateWorkflowStepGroupCommand extends $Command<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateWorkflowStepGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateWorkflowStepGroupCommandInput);
|
|
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
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
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: MigrationHubOrchestratorClientCo
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
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: MigrationHubOrchestratorClientCo
|
|
|
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 { MigrationHubOrchestratorClientConfig } from "./MigrationHubOrchestrator
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientConfig) => {
|
|
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,
|
|
@@ -154,6 +155,11 @@ import {
|
|
|
154
155
|
UpdateWorkflowStepGroupCommandInput,
|
|
155
156
|
UpdateWorkflowStepGroupCommandOutput,
|
|
156
157
|
} from "./commands/UpdateWorkflowStepGroupCommand";
|
|
158
|
+
import {
|
|
159
|
+
ClientInputEndpointParameters,
|
|
160
|
+
ClientResolvedEndpointParameters,
|
|
161
|
+
EndpointParameters,
|
|
162
|
+
} from "./endpoint/EndpointParameters";
|
|
157
163
|
export declare type ServiceInputTypes =
|
|
158
164
|
| CreateWorkflowCommandInput
|
|
159
165
|
| CreateWorkflowStepCommandInput
|
|
@@ -233,7 +239,6 @@ export interface ClientDefaults
|
|
|
233
239
|
serviceId?: string;
|
|
234
240
|
region?: string | __Provider<string>;
|
|
235
241
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
236
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
237
242
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
238
243
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
239
244
|
}
|
|
@@ -242,22 +247,24 @@ declare type MigrationHubOrchestratorClientConfigType = Partial<
|
|
|
242
247
|
> &
|
|
243
248
|
ClientDefaults &
|
|
244
249
|
RegionInputConfig &
|
|
245
|
-
|
|
250
|
+
EndpointInputConfig<EndpointParameters> &
|
|
246
251
|
RetryInputConfig &
|
|
247
252
|
HostHeaderInputConfig &
|
|
248
253
|
AwsAuthInputConfig &
|
|
249
|
-
UserAgentInputConfig
|
|
254
|
+
UserAgentInputConfig &
|
|
255
|
+
ClientInputEndpointParameters;
|
|
250
256
|
export interface MigrationHubOrchestratorClientConfig
|
|
251
257
|
extends MigrationHubOrchestratorClientConfigType {}
|
|
252
258
|
declare type MigrationHubOrchestratorClientResolvedConfigType =
|
|
253
259
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
254
260
|
Required<ClientDefaults> &
|
|
255
261
|
RegionResolvedConfig &
|
|
256
|
-
|
|
262
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
257
263
|
RetryResolvedConfig &
|
|
258
264
|
HostHeaderResolvedConfig &
|
|
259
265
|
AwsAuthResolvedConfig &
|
|
260
|
-
UserAgentResolvedConfig
|
|
266
|
+
UserAgentResolvedConfig &
|
|
267
|
+
ClientResolvedEndpointParameters;
|
|
261
268
|
export interface MigrationHubOrchestratorClientResolvedConfig
|
|
262
269
|
extends MigrationHubOrchestratorClientResolvedConfigType {}
|
|
263
270
|
export declare class MigrationHubOrchestratorClient 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,
|
|
@@ -25,6 +26,7 @@ export declare class CreateWorkflowCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateWorkflowCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateWorkflowCommandInput);
|
|
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 CreateWorkflowStepCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateWorkflowStepCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateWorkflowStepCommandInput);
|
|
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 CreateWorkflowStepGroupCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateWorkflowStepGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateWorkflowStepGroupCommandInput);
|
|
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 DeleteWorkflowCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteWorkflowCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteWorkflowCommandInput);
|
|
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 DeleteWorkflowStepCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteWorkflowStepCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteWorkflowStepCommandInput);
|
|
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 DeleteWorkflowStepGroupCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteWorkflowStepGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteWorkflowStepGroupCommandInput);
|
|
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 GetTemplateCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTemplateCommandInput);
|
|
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 GetTemplateStepCommand extends $Command<
|
|
|
24
25
|
MigrationHubOrchestratorClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetTemplateStepCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetTemplateStepCommandInput);
|
|
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 GetTemplateStepGroupCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetTemplateStepGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetTemplateStepGroupCommandInput);
|
|
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 GetWorkflowCommand extends $Command<
|
|
|
24
25
|
MigrationHubOrchestratorClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetWorkflowCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetWorkflowCommandInput);
|
|
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,
|
|
@@ -24,6 +25,7 @@ export declare class GetWorkflowStepCommand extends $Command<
|
|
|
24
25
|
MigrationHubOrchestratorClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetWorkflowStepCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetWorkflowStepCommandInput);
|
|
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 GetWorkflowStepGroupCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetWorkflowStepGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetWorkflowStepGroupCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class ListPluginsCommand extends $Command<
|
|
|
21
22
|
MigrationHubOrchestratorClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ListPluginsCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ListPluginsCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
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 ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
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 ListTemplateStepGroupsCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTemplateStepGroupsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTemplateStepGroupsCommandInput);
|
|
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 ListTemplateStepsCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTemplateStepsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTemplateStepsCommandInput);
|
|
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 ListTemplatesCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTemplatesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTemplatesCommandInput);
|
|
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 ListWorkflowStepGroupsCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListWorkflowStepGroupsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkflowStepGroupsCommandInput);
|
|
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 ListWorkflowStepsCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListWorkflowStepsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkflowStepsCommandInput);
|
|
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 ListWorkflowsCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListWorkflowsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListWorkflowsCommandInput);
|
|
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 RetryWorkflowStepCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: RetryWorkflowStepCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RetryWorkflowStepCommandInput);
|
|
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 StartWorkflowCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartWorkflowCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartWorkflowCommandInput);
|
|
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 StopWorkflowCommand extends $Command<
|
|
|
25
26
|
MigrationHubOrchestratorClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopWorkflowCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopWorkflowCommandInput);
|
|
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,
|
|
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
22
|
MigrationHubOrchestratorClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
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 UntagResourceCommand extends $Command<
|
|
|
24
25
|
MigrationHubOrchestratorClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UntagResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UntagResourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|