@aws-sdk/client-drs 3.289.0 → 3.290.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-types/commands/CreateExtendedSourceServerCommand.d.ts +22 -0
- package/dist-types/commands/CreateReplicationConfigurationTemplateCommand.d.ts +19 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRecoveryInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSourceServerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobLogItemsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeJobsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeRecoveryInstancesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeRecoverySnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSourceServersCommand.d.ts +13 -0
- package/dist-types/commands/DisconnectRecoveryInstanceCommand.d.ts +19 -0
- package/dist-types/commands/DisconnectSourceServerCommand.d.ts +16 -0
- package/dist-types/commands/GetFailbackReplicationConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetLaunchConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetReplicationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/InitializeServiceCommand.d.ts +13 -0
- package/dist-types/commands/ListExtensibleSourceServersCommand.d.ts +16 -0
- package/dist-types/commands/ListStagingAccountsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RetryDataReplicationCommand.d.ts +16 -0
- package/dist-types/commands/ReverseReplicationCommand.d.ts +22 -0
- package/dist-types/commands/StartFailbackLaunchCommand.d.ts +19 -0
- package/dist-types/commands/StartRecoveryCommand.d.ts +16 -0
- package/dist-types/commands/StartReplicationCommand.d.ts +16 -0
- package/dist-types/commands/StopFailbackCommand.d.ts +13 -0
- package/dist-types/commands/StopReplicationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/TerminateRecoveryInstancesCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLaunchConfigurationCommand.d.ts +19 -0
- package/dist-types/commands/UpdateReplicationConfigurationCommand.d.ts +22 -0
- package/dist-types/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +19 -0
- package/package.json +29 -29
|
@@ -29,6 +29,28 @@ export interface CreateExtendedSourceServerCommandOutput extends CreateExtendedS
|
|
|
29
29
|
* @see {@link CreateExtendedSourceServerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>The request could not be completed because its exceeded the service quota.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was denied due to request throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
48
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class CreateExtendedSourceServerCommand extends $Command<CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput, DrsClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateExtendedSourceServerCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateReplicationConfigurationTemplateCommandOutput extends Rep
|
|
|
29
29
|
* @see {@link CreateReplicationConfigurationTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
39
|
+
* <p>The request could not be completed because its exceeded the service quota.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateReplicationConfigurationTemplateCommand extends $Command<CreateReplicationConfigurationTemplateCommandInput, CreateReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateReplicationConfigurationTemplateCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link DeleteJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteJobCommand extends $Command<DeleteJobCommandInput, DeleteJobCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteJobCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteRecoveryInstanceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteRecoveryInstanceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteRecoveryInstanceCommand extends $Command<DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteRecoveryInstanceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteReplicationConfigurationTemplateCommandOutput extends Del
|
|
|
29
29
|
* @see {@link DeleteReplicationConfigurationTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteReplicationConfigurationTemplateCommand extends $Command<DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteReplicationConfigurationTemplateCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteSourceServerCommandOutput extends DeleteSourceServerRespo
|
|
|
29
29
|
* @see {@link DeleteSourceServerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteSourceServerCommand extends $Command<DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteSourceServerCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeJobLogItemsCommandOutput extends DescribeJobLogItemsRes
|
|
|
29
29
|
* @see {@link DescribeJobLogItemsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
36
|
+
* <p>The request was denied due to request throttling.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
39
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeJobLogItemsCommand extends $Command<DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput, DrsClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeJobLogItemsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeJobsCommandOutput extends DescribeJobsResponse, __Metad
|
|
|
29
29
|
* @see {@link DescribeJobsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
36
|
+
* <p>The request was denied due to request throttling.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
39
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeJobsCommand extends $Command<DescribeJobsCommandInput, DescribeJobsCommandOutput, DrsClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeJobsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeRecoveryInstancesCommandOutput extends DescribeRecovery
|
|
|
29
29
|
* @see {@link DescribeRecoveryInstancesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
42
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeRecoveryInstancesCommand extends $Command<DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput, DrsClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeRecoveryInstancesCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DescribeRecoverySnapshotsCommandOutput extends DescribeRecovery
|
|
|
29
29
|
* @see {@link DescribeRecoverySnapshotsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
42
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DescribeRecoverySnapshotsCommand extends $Command<DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: DescribeRecoverySnapshotsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DescribeReplicationConfigurationTemplatesCommandOutput extends
|
|
|
29
29
|
* @see {@link DescribeReplicationConfigurationTemplatesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource for this operation was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
42
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DescribeReplicationConfigurationTemplatesCommand extends $Command<DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: DescribeReplicationConfigurationTemplatesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeSourceServersCommandOutput extends DescribeSourceServer
|
|
|
29
29
|
* @see {@link DescribeSourceServersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
36
|
+
* <p>The request was denied due to request throttling.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
39
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeSourceServersCommand extends $Command<DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput, DrsClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeSourceServersCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DisconnectRecoveryInstanceCommandOutput extends __MetadataBeare
|
|
|
29
29
|
* @see {@link DisconnectRecoveryInstanceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource for this operation was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was denied due to request throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
48
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DisconnectRecoveryInstanceCommand extends $Command<DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput, DrsClientResolvedConfig> {
|
|
34
53
|
readonly input: DisconnectRecoveryInstanceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DisconnectSourceServerCommandOutput extends SourceServer, __Met
|
|
|
29
29
|
* @see {@link DisconnectSourceServerCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DisconnectSourceServerCommand extends $Command<DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: DisconnectSourceServerCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetFailbackReplicationConfigurationCommandOutput extends GetFai
|
|
|
29
29
|
* @see {@link GetFailbackReplicationConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource for this operation was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
42
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetFailbackReplicationConfigurationCommand extends $Command<GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
34
47
|
readonly input: GetFailbackReplicationConfigurationCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetLaunchConfigurationCommandOutput extends LaunchConfiguration
|
|
|
29
29
|
* @see {@link GetLaunchConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource for this operation was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
42
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetLaunchConfigurationCommand extends $Command<GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
34
47
|
readonly input: GetLaunchConfigurationCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetReplicationConfigurationCommandOutput extends ReplicationCon
|
|
|
29
29
|
* @see {@link GetReplicationConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetReplicationConfigurationCommand extends $Command<GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: GetReplicationConfigurationCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface InitializeServiceCommandOutput extends InitializeServiceRespons
|
|
|
29
29
|
* @see {@link InitializeServiceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class InitializeServiceCommand extends $Command<InitializeServiceCommandInput, InitializeServiceCommandOutput, DrsClientResolvedConfig> {
|
|
34
47
|
readonly input: InitializeServiceCommandInput;
|
|
@@ -32,6 +32,22 @@ export interface ListExtensibleSourceServersCommandOutput extends ListExtensible
|
|
|
32
32
|
* @see {@link ListExtensibleSourceServersCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
35
51
|
*/
|
|
36
52
|
export declare class ListExtensibleSourceServersCommand extends $Command<ListExtensibleSourceServersCommandInput, ListExtensibleSourceServersCommandOutput, DrsClientResolvedConfig> {
|
|
37
53
|
readonly input: ListExtensibleSourceServersCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListStagingAccountsCommandOutput extends ListStagingAccountsRes
|
|
|
29
29
|
* @see {@link ListStagingAccountsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
42
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListStagingAccountsCommand extends $Command<ListStagingAccountsCommandInput, ListStagingAccountsCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: ListStagingAccountsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface RetryDataReplicationCommandOutput extends SourceServer, __Metad
|
|
|
29
29
|
* @see {@link RetryDataReplicationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource for this operation was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
42
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class RetryDataReplicationCommand extends $Command<RetryDataReplicationCommandInput, RetryDataReplicationCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: RetryDataReplicationCommandInput;
|
|
@@ -32,6 +32,28 @@ export interface ReverseReplicationCommandOutput extends ReverseReplicationRespo
|
|
|
32
32
|
* @see {@link ReverseReplicationCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>The resource for this operation was not found.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to request throttling.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
51
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ValidationException} (client fault)
|
|
54
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
35
57
|
*/
|
|
36
58
|
export declare class ReverseReplicationCommand extends $Command<ReverseReplicationCommandInput, ReverseReplicationCommandOutput, DrsClientResolvedConfig> {
|
|
37
59
|
readonly input: ReverseReplicationCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface StartFailbackLaunchCommandOutput extends StartFailbackLaunchRes
|
|
|
29
29
|
* @see {@link StartFailbackLaunchCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
39
|
+
* <p>The request could not be completed because its exceeded the service quota.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class StartFailbackLaunchCommand extends $Command<StartFailbackLaunchCommandInput, StartFailbackLaunchCommandOutput, DrsClientResolvedConfig> {
|
|
34
53
|
readonly input: StartFailbackLaunchCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface StartRecoveryCommandOutput extends StartRecoveryResponse, __Met
|
|
|
29
29
|
* @see {@link StartRecoveryCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
39
|
+
* <p>The request could not be completed because its exceeded the service quota.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class StartRecoveryCommand extends $Command<StartRecoveryCommandInput, StartRecoveryCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: StartRecoveryCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface StartReplicationCommandOutput extends StartReplicationResponse,
|
|
|
29
29
|
* @see {@link StartReplicationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class StartReplicationCommand extends $Command<StartReplicationCommandInput, StartReplicationCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: StartReplicationCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface StopFailbackCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link StopFailbackCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource for this operation was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The request was denied due to request throttling.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
42
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class StopFailbackCommand extends $Command<StopFailbackCommandInput, StopFailbackCommandOutput, DrsClientResolvedConfig> {
|
|
34
47
|
readonly input: StopFailbackCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface StopReplicationCommandOutput extends StopReplicationResponse, _
|
|
|
29
29
|
* @see {@link StopReplicationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class StopReplicationCommand extends $Command<StopReplicationCommandInput, StopReplicationCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: StopReplicationCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface TerminateRecoveryInstancesCommandOutput extends TerminateRecove
|
|
|
29
29
|
* @see {@link TerminateRecoveryInstancesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
39
|
+
* <p>The request could not be completed because its exceeded the service quota.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class TerminateRecoveryInstancesCommand extends $Command<TerminateRecoveryInstancesCommandInput, TerminateRecoveryInstancesCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: TerminateRecoveryInstancesCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface UpdateFailbackReplicationConfigurationCommandOutput extends __M
|
|
|
29
29
|
* @see {@link UpdateFailbackReplicationConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class UpdateFailbackReplicationConfigurationCommand extends $Command<UpdateFailbackReplicationConfigurationCommandInput, UpdateFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
34
50
|
readonly input: UpdateFailbackReplicationConfigurationCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateLaunchConfigurationCommandOutput extends LaunchConfigurat
|
|
|
29
29
|
* @see {@link UpdateLaunchConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateLaunchConfigurationCommand extends $Command<UpdateLaunchConfigurationCommandInput, UpdateLaunchConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateLaunchConfigurationCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface UpdateReplicationConfigurationCommandOutput extends Replication
|
|
|
29
29
|
* @see {@link UpdateReplicationConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The request could not be completed due to a conflict with the current state of the target resource.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource for this operation was not found.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was denied due to request throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
48
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class UpdateReplicationConfigurationCommand extends $Command<UpdateReplicationConfigurationCommandInput, UpdateReplicationConfigurationCommandOutput, DrsClientResolvedConfig> {
|
|
34
56
|
readonly input: UpdateReplicationConfigurationCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateReplicationConfigurationTemplateCommandOutput extends Rep
|
|
|
29
29
|
* @see {@link UpdateReplicationConfigurationTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DrsClientResolvedConfig | config} for DrsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request processing has failed because of an unknown error, exception or failure.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource for this operation was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UninitializedAccountException} (client fault)
|
|
45
|
+
* <p>The account performing the request has not been initialized.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The input fails to satisfy the constraints specified by the AWS service.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateReplicationConfigurationTemplateCommand extends $Command<UpdateReplicationConfigurationTemplateCommandInput, UpdateReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateReplicationConfigurationTemplateCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-drs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|