@aws-sdk/client-drs 3.490.0 → 3.496.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/dist-cjs/Drs.js +1 -111
- package/dist-cjs/DrsClient.js +1 -43
- package/dist-cjs/commands/AssociateSourceNetworkStackCommand.js +1 -29
- package/dist-cjs/commands/CreateExtendedSourceServerCommand.js +1 -29
- package/dist-cjs/commands/CreateLaunchConfigurationTemplateCommand.js +1 -29
- package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +1 -29
- package/dist-cjs/commands/CreateSourceNetworkCommand.js +1 -29
- package/dist-cjs/commands/DeleteJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteLaunchActionCommand.js +1 -28
- package/dist-cjs/commands/DeleteLaunchConfigurationTemplateCommand.js +1 -28
- package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +1 -28
- package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +1 -28
- package/dist-cjs/commands/DeleteSourceNetworkCommand.js +1 -28
- package/dist-cjs/commands/DeleteSourceServerCommand.js +1 -28
- package/dist-cjs/commands/DescribeJobLogItemsCommand.js +1 -28
- package/dist-cjs/commands/DescribeJobsCommand.js +1 -29
- package/dist-cjs/commands/DescribeLaunchConfigurationTemplatesCommand.js +1 -29
- package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +1 -29
- package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +1 -28
- package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +1 -29
- package/dist-cjs/commands/DescribeSourceNetworksCommand.js +1 -29
- package/dist-cjs/commands/DescribeSourceServersCommand.js +1 -29
- package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +1 -28
- package/dist-cjs/commands/DisconnectSourceServerCommand.js +1 -29
- package/dist-cjs/commands/ExportSourceNetworkCfnTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetLaunchConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetReplicationConfigurationCommand.js +1 -29
- package/dist-cjs/commands/InitializeServiceCommand.js +1 -28
- package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +1 -29
- package/dist-cjs/commands/ListLaunchActionsCommand.js +1 -28
- package/dist-cjs/commands/ListStagingAccountsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
- package/dist-cjs/commands/PutLaunchActionCommand.js +1 -28
- package/dist-cjs/commands/RetryDataReplicationCommand.js +1 -29
- package/dist-cjs/commands/ReverseReplicationCommand.js +1 -28
- package/dist-cjs/commands/StartFailbackLaunchCommand.js +1 -29
- package/dist-cjs/commands/StartRecoveryCommand.js +1 -29
- package/dist-cjs/commands/StartReplicationCommand.js +1 -29
- package/dist-cjs/commands/StartSourceNetworkRecoveryCommand.js +1 -29
- package/dist-cjs/commands/StartSourceNetworkReplicationCommand.js +1 -29
- package/dist-cjs/commands/StopFailbackCommand.js +1 -28
- package/dist-cjs/commands/StopReplicationCommand.js +1 -29
- package/dist-cjs/commands/StopSourceNetworkReplicationCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -29
- package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -29
- package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateLaunchConfigurationTemplateCommand.js +1 -29
- package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +1 -29
- package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -53
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5486 -11
- package/dist-cjs/models/DrsServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -660
- package/dist-cjs/pagination/DescribeJobLogItemsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeJobsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeLaunchConfigurationTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRecoveryInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRecoverySnapshotsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeReplicationConfigurationTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeSourceNetworksPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeSourceServersPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListExtensibleSourceServersPaginator.js +1 -7
- package/dist-cjs/pagination/ListLaunchActionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStagingAccountsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -15
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3451
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeJobsCommand_1 = require("../commands/DescribeJobsCommand");
|
|
6
|
-
const DrsClient_1 = require("../DrsClient");
|
|
7
|
-
exports.paginateDescribeJobs = (0, core_1.createPaginator)(DrsClient_1.DrsClient, DescribeJobsCommand_1.DescribeJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeLaunchConfigurationTemplates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeLaunchConfigurationTemplatesCommand_1 = require("../commands/DescribeLaunchConfigurationTemplatesCommand");
|
|
6
|
-
const DrsClient_1 = require("../DrsClient");
|
|
7
|
-
exports.paginateDescribeLaunchConfigurationTemplates = (0, core_1.createPaginator)(DrsClient_1.DrsClient, DescribeLaunchConfigurationTemplatesCommand_1.DescribeLaunchConfigurationTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeRecoveryInstances = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeRecoveryInstancesCommand_1 = require("../commands/DescribeRecoveryInstancesCommand");
|
|
6
|
-
const DrsClient_1 = require("../DrsClient");
|
|
7
|
-
exports.paginateDescribeRecoveryInstances = (0, core_1.createPaginator)(DrsClient_1.DrsClient, DescribeRecoveryInstancesCommand_1.DescribeRecoveryInstancesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeRecoverySnapshots = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeRecoverySnapshotsCommand_1 = require("../commands/DescribeRecoverySnapshotsCommand");
|
|
6
|
-
const DrsClient_1 = require("../DrsClient");
|
|
7
|
-
exports.paginateDescribeRecoverySnapshots = (0, core_1.createPaginator)(DrsClient_1.DrsClient, DescribeRecoverySnapshotsCommand_1.DescribeRecoverySnapshotsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeReplicationConfigurationTemplates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeReplicationConfigurationTemplatesCommand_1 = require("../commands/DescribeReplicationConfigurationTemplatesCommand");
|
|
6
|
-
const DrsClient_1 = require("../DrsClient");
|
|
7
|
-
exports.paginateDescribeReplicationConfigurationTemplates = (0, core_1.createPaginator)(DrsClient_1.DrsClient, DescribeReplicationConfigurationTemplatesCommand_1.DescribeReplicationConfigurationTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeSourceNetworks = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeSourceNetworksCommand_1 = require("../commands/DescribeSourceNetworksCommand");
|
|
6
|
-
const DrsClient_1 = require("../DrsClient");
|
|
7
|
-
exports.paginateDescribeSourceNetworks = (0, core_1.createPaginator)(DrsClient_1.DrsClient, DescribeSourceNetworksCommand_1.DescribeSourceNetworksCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeSourceServers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeSourceServersCommand_1 = require("../commands/DescribeSourceServersCommand");
|
|
6
|
-
const DrsClient_1 = require("../DrsClient");
|
|
7
|
-
exports.paginateDescribeSourceServers = (0, core_1.createPaginator)(DrsClient_1.DrsClient, DescribeSourceServersCommand_1.DescribeSourceServersCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListExtensibleSourceServers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListExtensibleSourceServersCommand_1 = require("../commands/ListExtensibleSourceServersCommand");
|
|
6
|
-
const DrsClient_1 = require("../DrsClient");
|
|
7
|
-
exports.paginateListExtensibleSourceServers = (0, core_1.createPaginator)(DrsClient_1.DrsClient, ListExtensibleSourceServersCommand_1.ListExtensibleSourceServersCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListLaunchActions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListLaunchActionsCommand_1 = require("../commands/ListLaunchActionsCommand");
|
|
6
|
-
const DrsClient_1 = require("../DrsClient");
|
|
7
|
-
exports.paginateListLaunchActions = (0, core_1.createPaginator)(DrsClient_1.DrsClient, ListLaunchActionsCommand_1.ListLaunchActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListStagingAccounts = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListStagingAccountsCommand_1 = require("../commands/ListStagingAccountsCommand");
|
|
6
|
-
const DrsClient_1 = require("../DrsClient");
|
|
7
|
-
exports.paginateListStagingAccounts = (0, core_1.createPaginator)(DrsClient_1.DrsClient, ListStagingAccountsCommand_1.ListStagingAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeJobLogItemsPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./DescribeJobsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./DescribeLaunchConfigurationTemplatesPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./DescribeRecoveryInstancesPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DescribeRecoverySnapshotsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DescribeReplicationConfigurationTemplatesPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DescribeSourceNetworksPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DescribeSourceServersPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListExtensibleSourceServersPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListLaunchActionsPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListStagingAccountsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|