@aws-sdk/client-drs 3.489.0 → 3.495.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist-cjs/Drs.js +1 -111
  2. package/dist-cjs/DrsClient.js +1 -43
  3. package/dist-cjs/commands/AssociateSourceNetworkStackCommand.js +1 -29
  4. package/dist-cjs/commands/CreateExtendedSourceServerCommand.js +1 -29
  5. package/dist-cjs/commands/CreateLaunchConfigurationTemplateCommand.js +1 -29
  6. package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +1 -29
  7. package/dist-cjs/commands/CreateSourceNetworkCommand.js +1 -29
  8. package/dist-cjs/commands/DeleteJobCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteLaunchActionCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteLaunchConfigurationTemplateCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteSourceNetworkCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteSourceServerCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeJobLogItemsCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeJobsCommand.js +1 -29
  17. package/dist-cjs/commands/DescribeLaunchConfigurationTemplatesCommand.js +1 -29
  18. package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +1 -29
  19. package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +1 -29
  21. package/dist-cjs/commands/DescribeSourceNetworksCommand.js +1 -29
  22. package/dist-cjs/commands/DescribeSourceServersCommand.js +1 -29
  23. package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +1 -28
  24. package/dist-cjs/commands/DisconnectSourceServerCommand.js +1 -29
  25. package/dist-cjs/commands/ExportSourceNetworkCfnTemplateCommand.js +1 -28
  26. package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +1 -28
  27. package/dist-cjs/commands/GetLaunchConfigurationCommand.js +1 -28
  28. package/dist-cjs/commands/GetReplicationConfigurationCommand.js +1 -29
  29. package/dist-cjs/commands/InitializeServiceCommand.js +1 -28
  30. package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +1 -29
  31. package/dist-cjs/commands/ListLaunchActionsCommand.js +1 -28
  32. package/dist-cjs/commands/ListStagingAccountsCommand.js +1 -28
  33. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
  34. package/dist-cjs/commands/PutLaunchActionCommand.js +1 -28
  35. package/dist-cjs/commands/RetryDataReplicationCommand.js +1 -29
  36. package/dist-cjs/commands/ReverseReplicationCommand.js +1 -28
  37. package/dist-cjs/commands/StartFailbackLaunchCommand.js +1 -29
  38. package/dist-cjs/commands/StartRecoveryCommand.js +1 -29
  39. package/dist-cjs/commands/StartReplicationCommand.js +1 -29
  40. package/dist-cjs/commands/StartSourceNetworkRecoveryCommand.js +1 -29
  41. package/dist-cjs/commands/StartSourceNetworkReplicationCommand.js +1 -29
  42. package/dist-cjs/commands/StopFailbackCommand.js +1 -28
  43. package/dist-cjs/commands/StopReplicationCommand.js +1 -29
  44. package/dist-cjs/commands/StopSourceNetworkReplicationCommand.js +1 -29
  45. package/dist-cjs/commands/TagResourceCommand.js +1 -29
  46. package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +1 -29
  47. package/dist-cjs/commands/UntagResourceCommand.js +1 -29
  48. package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateLaunchConfigurationTemplateCommand.js +1 -29
  51. package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +1 -29
  52. package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.js +1 -29
  53. package/dist-cjs/commands/index.js +1 -53
  54. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  55. package/dist-cjs/extensionConfiguration.js +1 -2
  56. package/dist-cjs/index.js +5484 -11
  57. package/dist-cjs/models/DrsServiceException.js +1 -12
  58. package/dist-cjs/models/index.js +1 -4
  59. package/dist-cjs/models/models_0.js +1 -660
  60. package/dist-cjs/pagination/DescribeJobLogItemsPaginator.js +1 -7
  61. package/dist-cjs/pagination/DescribeJobsPaginator.js +1 -7
  62. package/dist-cjs/pagination/DescribeLaunchConfigurationTemplatesPaginator.js +1 -7
  63. package/dist-cjs/pagination/DescribeRecoveryInstancesPaginator.js +1 -7
  64. package/dist-cjs/pagination/DescribeRecoverySnapshotsPaginator.js +1 -7
  65. package/dist-cjs/pagination/DescribeReplicationConfigurationTemplatesPaginator.js +1 -7
  66. package/dist-cjs/pagination/DescribeSourceNetworksPaginator.js +1 -7
  67. package/dist-cjs/pagination/DescribeSourceServersPaginator.js +1 -7
  68. package/dist-cjs/pagination/Interfaces.js +1 -2
  69. package/dist-cjs/pagination/ListExtensibleSourceServersPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListLaunchActionsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListStagingAccountsPaginator.js +1 -7
  72. package/dist-cjs/pagination/index.js +1 -15
  73. package/dist-cjs/protocols/Aws_restJson1.js +1 -3451
  74. package/dist-cjs/runtimeExtensions.js +1 -22
  75. package/package.json +40 -40
@@ -1,7 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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");