@aws-sdk/client-drs 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/DrsClient.js +11 -8
- package/dist-cjs/commands/CreateExtendedSourceServerCommand.js +10 -0
- package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteJobCommand.js +10 -0
- package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +10 -0
- package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteSourceServerCommand.js +10 -0
- package/dist-cjs/commands/DescribeJobLogItemsCommand.js +10 -0
- package/dist-cjs/commands/DescribeJobsCommand.js +10 -0
- package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +10 -0
- package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +10 -0
- package/dist-cjs/commands/DescribeSourceServersCommand.js +10 -0
- package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +10 -0
- package/dist-cjs/commands/DisconnectSourceServerCommand.js +10 -0
- package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetLaunchConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetReplicationConfigurationCommand.js +10 -0
- package/dist-cjs/commands/InitializeServiceCommand.js +10 -0
- package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +10 -0
- package/dist-cjs/commands/ListStagingAccountsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/RetryDataReplicationCommand.js +10 -0
- package/dist-cjs/commands/StartFailbackLaunchCommand.js +10 -0
- package/dist-cjs/commands/StartRecoveryCommand.js +10 -0
- package/dist-cjs/commands/StopFailbackCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +10 -0
- package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +10 -0
- package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +10 -0
- package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.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 +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/DrsClient.js +12 -9
- package/dist-es/commands/CreateExtendedSourceServerCommand.js +10 -0
- package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteJobCommand.js +10 -0
- package/dist-es/commands/DeleteRecoveryInstanceCommand.js +10 -0
- package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteSourceServerCommand.js +10 -0
- package/dist-es/commands/DescribeJobLogItemsCommand.js +10 -0
- package/dist-es/commands/DescribeJobsCommand.js +10 -0
- package/dist-es/commands/DescribeRecoveryInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +10 -0
- package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +10 -0
- package/dist-es/commands/DescribeSourceServersCommand.js +10 -0
- package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +10 -0
- package/dist-es/commands/DisconnectSourceServerCommand.js +10 -0
- package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +10 -0
- package/dist-es/commands/GetLaunchConfigurationCommand.js +10 -0
- package/dist-es/commands/GetReplicationConfigurationCommand.js +10 -0
- package/dist-es/commands/InitializeServiceCommand.js +10 -0
- package/dist-es/commands/ListExtensibleSourceServersCommand.js +10 -0
- package/dist-es/commands/ListStagingAccountsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/RetryDataReplicationCommand.js +10 -0
- package/dist-es/commands/StartFailbackLaunchCommand.js +10 -0
- package/dist-es/commands/StartRecoveryCommand.js +10 -0
- package/dist-es/commands/StopFailbackCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/TerminateRecoveryInstancesCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +10 -0
- package/dist-es/commands/UpdateLaunchConfigurationCommand.js +10 -0
- package/dist-es/commands/UpdateReplicationConfigurationCommand.js +10 -0
- package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.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 +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/DrsClient.d.ts +6 -9
- package/dist-types/commands/CreateExtendedSourceServerCommand.d.ts +2 -0
- package/dist-types/commands/CreateReplicationConfigurationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRecoveryInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSourceServerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeJobLogItemsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRecoveryInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRecoverySnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSourceServersCommand.d.ts +2 -0
- package/dist-types/commands/DisconnectRecoveryInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DisconnectSourceServerCommand.d.ts +2 -0
- package/dist-types/commands/GetFailbackReplicationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetReplicationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/InitializeServiceCommand.d.ts +2 -0
- package/dist-types/commands/ListExtensibleSourceServersCommand.d.ts +2 -0
- package/dist-types/commands/ListStagingAccountsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/RetryDataReplicationCommand.d.ts +2 -0
- package/dist-types/commands/StartFailbackLaunchCommand.d.ts +2 -0
- package/dist-types/commands/StartRecoveryCommand.d.ts +2 -0
- package/dist-types/commands/StopFailbackCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/TerminateRecoveryInstancesCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateReplicationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateReplicationConfigurationTemplateCommand.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/DrsClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeJobLogItemsCommandOutput extends DescribeJobLogItemsRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeJobLogItemsCommand extends $Command<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeJobLogItemsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeJobLogItemsCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeJobsCommand extends $Command<DescribeJobsCommandInput, DescribeJobsCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeJobsCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeRecoveryInstancesCommandOutput extends DescribeRecovery
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeRecoveryInstancesCommand extends $Command<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeRecoveryInstancesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeRecoveryInstancesCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeRecoverySnapshotsCommandOutput extends DescribeRecovery
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeRecoverySnapshotsCommand extends $Command<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeRecoverySnapshotsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeRecoverySnapshotsCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeReplicationConfigurationTemplatesCommandOutput extends
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeReplicationConfigurationTemplatesCommand extends $Command<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeReplicationConfigurationTemplatesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeReplicationConfigurationTemplatesCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface DescribeSourceServersCommandOutput extends DescribeSourceServer
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DescribeSourceServersCommand extends $Command<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: DescribeSourceServersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeSourceServersCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface DisconnectRecoveryInstanceCommandOutput extends __MetadataBeare
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DisconnectRecoveryInstanceCommand extends $Command<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: DisconnectRecoveryInstanceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisconnectRecoveryInstanceCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface DisconnectSourceServerCommandOutput extends SourceServer, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DisconnectSourceServerCommand extends $Command<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: DisconnectSourceServerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisconnectSourceServerCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface GetFailbackReplicationConfigurationCommandOutput extends GetFai
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetFailbackReplicationConfigurationCommand extends $Command<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: GetFailbackReplicationConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetFailbackReplicationConfigurationCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface GetLaunchConfigurationCommandOutput extends LaunchConfiguration
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetLaunchConfigurationCommand extends $Command<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: GetLaunchConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetLaunchConfigurationCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface GetReplicationConfigurationCommandOutput extends ReplicationCon
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetReplicationConfigurationCommand extends $Command<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: GetReplicationConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetReplicationConfigurationCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface InitializeServiceCommandOutput extends InitializeServiceRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class InitializeServiceCommand extends $Command<InitializeServiceCommandInput, InitializeServiceCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: InitializeServiceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: InitializeServiceCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -28,6 +29,7 @@ export interface ListExtensibleSourceServersCommandOutput extends ListExtensible
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListExtensibleSourceServersCommand extends $Command<ListExtensibleSourceServersCommandInput, ListExtensibleSourceServersCommandOutput, DrsClientResolvedConfig> {
|
|
30
31
|
readonly input: ListExtensibleSourceServersCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListExtensibleSourceServersCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface ListStagingAccountsCommandOutput extends ListStagingAccountsRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListStagingAccountsCommand extends $Command<ListStagingAccountsCommandInput, ListStagingAccountsCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: ListStagingAccountsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListStagingAccountsCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DrsClientResolvedConfig> {
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface RetryDataReplicationCommandOutput extends SourceServer, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class RetryDataReplicationCommand extends $Command<RetryDataReplicationCommandInput, RetryDataReplicationCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: RetryDataReplicationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: RetryDataReplicationCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface StartFailbackLaunchCommandOutput extends StartFailbackLaunchRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StartFailbackLaunchCommand extends $Command<StartFailbackLaunchCommandInput, StartFailbackLaunchCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: StartFailbackLaunchCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartFailbackLaunchCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface StartRecoveryCommandOutput extends StartRecoveryResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StartRecoveryCommand extends $Command<StartRecoveryCommandInput, StartRecoveryCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: StartRecoveryCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartRecoveryCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface StopFailbackCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StopFailbackCommand extends $Command<StopFailbackCommandInput, StopFailbackCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: StopFailbackCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopFailbackCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DrsClientResolvedConfig> {
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface TerminateRecoveryInstancesCommandOutput extends TerminateRecove
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class TerminateRecoveryInstancesCommand extends $Command<TerminateRecoveryInstancesCommandInput, TerminateRecoveryInstancesCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: TerminateRecoveryInstancesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: TerminateRecoveryInstancesCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DrsClientResolvedConfig> {
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateFailbackReplicationConfigurationCommandOutput extends __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateFailbackReplicationConfigurationCommand extends $Command<UpdateFailbackReplicationConfigurationCommandInput, UpdateFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateFailbackReplicationConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateFailbackReplicationConfigurationCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateLaunchConfigurationCommandOutput extends LaunchConfigurat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateLaunchConfigurationCommand extends $Command<UpdateLaunchConfigurationCommandInput, UpdateLaunchConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateLaunchConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateLaunchConfigurationCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateReplicationConfigurationCommandOutput extends Replication
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateReplicationConfigurationCommand extends $Command<UpdateReplicationConfigurationCommandInput, UpdateReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateReplicationConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateReplicationConfigurationCommandInput);
|
|
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 { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DrsClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateReplicationConfigurationTemplateCommandOutput extends Rep
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateReplicationConfigurationTemplateCommand extends $Command<UpdateReplicationConfigurationTemplateCommandInput, UpdateReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateReplicationConfigurationTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateReplicationConfigurationTemplateCommandInput);
|
|
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: DrsClientConfig) => {
|
|
|
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: DrsClientConfig) => {
|
|
|
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: DrsClientConfig) => {
|
|
|
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 { DrsClientConfig } from "./DrsClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: DrsClientConfig) => {
|
|
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
|
UpdateReplicationConfigurationTemplateCommandInput,
|
|
171
172
|
UpdateReplicationConfigurationTemplateCommandOutput,
|
|
172
173
|
} from "./commands/UpdateReplicationConfigurationTemplateCommand";
|
|
174
|
+
import {
|
|
175
|
+
ClientInputEndpointParameters,
|
|
176
|
+
ClientResolvedEndpointParameters,
|
|
177
|
+
EndpointParameters,
|
|
178
|
+
} from "./endpoint/EndpointParameters";
|
|
173
179
|
export declare type ServiceInputTypes =
|
|
174
180
|
| CreateExtendedSourceServerCommandInput
|
|
175
181
|
| CreateReplicationConfigurationTemplateCommandInput
|
|
@@ -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 DrsClientConfigType = Partial<
|
|
|
266
271
|
> &
|
|
267
272
|
ClientDefaults &
|
|
268
273
|
RegionInputConfig &
|
|
269
|
-
|
|
274
|
+
EndpointInputConfig<EndpointParameters> &
|
|
270
275
|
RetryInputConfig &
|
|
271
276
|
HostHeaderInputConfig &
|
|
272
277
|
AwsAuthInputConfig &
|
|
273
|
-
UserAgentInputConfig
|
|
278
|
+
UserAgentInputConfig &
|
|
279
|
+
ClientInputEndpointParameters;
|
|
274
280
|
export interface DrsClientConfig extends DrsClientConfigType {}
|
|
275
281
|
declare type DrsClientResolvedConfigType =
|
|
276
282
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
277
283
|
Required<ClientDefaults> &
|
|
278
284
|
RegionResolvedConfig &
|
|
279
|
-
|
|
285
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
280
286
|
RetryResolvedConfig &
|
|
281
287
|
HostHeaderResolvedConfig &
|
|
282
288
|
AwsAuthResolvedConfig &
|
|
283
|
-
UserAgentResolvedConfig
|
|
289
|
+
UserAgentResolvedConfig &
|
|
290
|
+
ClientResolvedEndpointParameters;
|
|
284
291
|
export interface DrsClientResolvedConfig extends DrsClientResolvedConfigType {}
|
|
285
292
|
export declare class DrsClient 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 CreateExtendedSourceServerCommand extends $Command<
|
|
|
25
26
|
DrsClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateExtendedSourceServerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateExtendedSourceServerCommandInput);
|
|
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 CreateReplicationConfigurationTemplateCommand extends $Comm
|
|
|
25
26
|
DrsClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateReplicationConfigurationTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateReplicationConfigurationTemplateCommandInput);
|
|
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 DeleteJobCommand extends $Command<
|
|
|
21
22
|
DrsClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteJobCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteJobCommandInput);
|
|
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,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteRecoveryInstanceCommand extends $Command<
|
|
|
20
21
|
DrsClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteRecoveryInstanceCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteRecoveryInstanceCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteReplicationConfigurationTemplateCommand extends $Comm
|
|
|
25
26
|
DrsClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteReplicationConfigurationTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteReplicationConfigurationTemplateCommandInput);
|
|
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 DeleteSourceServerCommand extends $Command<
|
|
|
25
26
|
DrsClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteSourceServerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteSourceServerCommandInput);
|
|
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 DescribeJobLogItemsCommand extends $Command<
|
|
|
25
26
|
DrsClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeJobLogItemsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeJobLogItemsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|