@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.
- 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 +5484 -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,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DrsServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class DrsServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, DrsServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.DrsServiceException = DrsServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED