@aws-sdk/client-database-migration-service 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.
Files changed (70) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
  2. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -0
  3. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +11 -0
  4. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateEndpointCommand.d.ts +23 -0
  6. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +31 -0
  7. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +18 -0
  8. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +32 -0
  9. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +20 -0
  10. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +20 -0
  11. package/dist-types/commands/DeleteCertificateCommand.d.ts +7 -0
  12. package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteEndpointCommand.d.ts +7 -0
  14. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +7 -0
  15. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +7 -0
  16. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +7 -0
  17. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +7 -0
  18. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +7 -0
  19. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +7 -0
  21. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeCertificatesCommand.d.ts +4 -0
  24. package/dist-types/commands/DescribeConnectionsCommand.d.ts +4 -0
  25. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +1 -0
  27. package/dist-types/commands/DescribeEndpointsCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
  29. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -0
  30. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +4 -0
  32. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +4 -0
  33. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +4 -0
  35. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +4 -0
  36. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +1 -0
  37. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -0
  38. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +8 -0
  39. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +8 -0
  40. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +7 -0
  41. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +7 -0
  42. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +4 -0
  43. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +4 -0
  44. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +4 -0
  45. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +4 -0
  46. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +4 -0
  47. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +4 -0
  48. package/dist-types/commands/DescribeSchemasCommand.d.ts +7 -0
  49. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +7 -0
  50. package/dist-types/commands/ImportCertificateCommand.d.ts +10 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  52. package/dist-types/commands/ModifyEndpointCommand.d.ts +17 -0
  53. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +28 -0
  54. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +23 -0
  55. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +20 -0
  56. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +13 -0
  57. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +17 -0
  58. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +7 -0
  59. package/dist-types/commands/RefreshSchemasCommand.d.ts +13 -0
  60. package/dist-types/commands/ReloadTablesCommand.d.ts +7 -0
  61. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  62. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +7 -0
  63. package/dist-types/commands/StartRecommendationsCommand.d.ts +11 -0
  64. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +7 -0
  65. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +39 -0
  66. package/dist-types/commands/StartReplicationTaskCommand.d.ts +11 -0
  67. package/dist-types/commands/StopReplicationTaskCommand.d.ts +7 -0
  68. package/dist-types/commands/TestConnectionCommand.d.ts +17 -0
  69. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +8 -0
  70. package/package.json +30 -30
@@ -30,6 +30,14 @@ export interface DescribeRecommendationsCommandOutput extends DescribeRecommenda
30
30
  * @see {@link DescribeRecommendationsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedFault} (client fault)
34
+ * <p>DMS was denied access to the endpoint. Check that the
35
+ * role is correctly configured.</p>
36
+ *
37
+ * @throws {@link InvalidResourceStateFault} (client fault)
38
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
39
+ *
40
+ *
33
41
  */
34
42
  export declare class DescribeRecommendationsCommand extends $Command<DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
35
43
  readonly input: DescribeRecommendationsCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefre
29
29
  * @see {@link DescribeRefreshSchemasStatusCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidResourceStateFault} (client fault)
33
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundFault} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ *
32
39
  * @example Describe refresh schema status
33
40
  * ```javascript
34
41
  * // Returns the status of the refresh-schemas operation.
@@ -29,6 +29,13 @@ export interface DescribeReplicationInstanceTaskLogsCommandOutput extends Descri
29
29
  * @see {@link DescribeReplicationInstanceTaskLogsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidResourceStateFault} (client fault)
33
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundFault} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeReplicationInstanceTaskLogsCommand extends $Command<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
41
  readonly input: DescribeReplicationInstanceTaskLogsCommandInput;
@@ -30,6 +30,10 @@ export interface DescribeReplicationInstancesCommandOutput extends DescribeRepli
30
30
  * @see {@link DescribeReplicationInstancesCommandOutput} for command's `response` shape.
31
31
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceNotFoundFault} (client fault)
34
+ * <p>The resource could not be found.</p>
35
+ *
36
+ *
33
37
  * @example Describe replication instances
34
38
  * ```javascript
35
39
  * // Returns the status of the refresh-schemas operation.
@@ -29,6 +29,10 @@ export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeRe
29
29
  * @see {@link DescribeReplicationSubnetGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ResourceNotFoundFault} (client fault)
33
+ * <p>The resource could not be found.</p>
34
+ *
35
+ *
32
36
  * @example Describe replication subnet groups
33
37
  * ```javascript
34
38
  * // Returns information about the replication subnet groups.
@@ -34,6 +34,10 @@ export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends D
34
34
  * @see {@link DescribeReplicationTaskAssessmentResultsCommandOutput} for command's `response` shape.
35
35
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
36
36
  *
37
+ * @throws {@link ResourceNotFoundFault} (client fault)
38
+ * <p>The resource could not be found.</p>
39
+ *
40
+ *
37
41
  */
38
42
  export declare class DescribeReplicationTaskAssessmentResultsCommand extends $Command<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
39
43
  readonly input: DescribeReplicationTaskAssessmentResultsCommandInput;
@@ -37,6 +37,10 @@ export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends Desc
37
37
  * @see {@link DescribeReplicationTaskAssessmentRunsCommandOutput} for command's `response` shape.
38
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
39
39
  *
40
+ * @throws {@link ResourceNotFoundFault} (client fault)
41
+ * <p>The resource could not be found.</p>
42
+ *
43
+ *
40
44
  */
41
45
  export declare class DescribeReplicationTaskAssessmentRunsCommand extends $Command<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
42
46
  readonly input: DescribeReplicationTaskAssessmentRunsCommandInput;
@@ -31,6 +31,10 @@ export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput exten
31
31
  * @see {@link DescribeReplicationTaskIndividualAssessmentsCommandOutput} for command's `response` shape.
32
32
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link ResourceNotFoundFault} (client fault)
35
+ * <p>The resource could not be found.</p>
36
+ *
37
+ *
34
38
  */
35
39
  export declare class DescribeReplicationTaskIndividualAssessmentsCommand extends $Command<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
36
40
  readonly input: DescribeReplicationTaskIndividualAssessmentsCommandInput;
@@ -30,6 +30,10 @@ export interface DescribeReplicationTasksCommandOutput extends DescribeReplicati
30
30
  * @see {@link DescribeReplicationTasksCommandOutput} for command's `response` shape.
31
31
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceNotFoundFault} (client fault)
34
+ * <p>The resource could not be found.</p>
35
+ *
36
+ *
33
37
  * @example Describe replication tasks
34
38
  * ```javascript
35
39
  * // Returns information about replication tasks for your account in the current region.
@@ -30,6 +30,13 @@ export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, _
30
30
  * @see {@link DescribeSchemasCommandOutput} for command's `response` shape.
31
31
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidResourceStateFault} (client fault)
34
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundFault} (client fault)
37
+ * <p>The resource could not be found.</p>
38
+ *
39
+ *
33
40
  * @example Describe schemas
34
41
  * ```javascript
35
42
  * // Returns information about the schema for the specified endpoint.
@@ -33,6 +33,13 @@ export interface DescribeTableStatisticsCommandOutput extends DescribeTableStati
33
33
  * @see {@link DescribeTableStatisticsCommandOutput} for command's `response` shape.
34
34
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
35
35
  *
36
+ * @throws {@link InvalidResourceStateFault} (client fault)
37
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundFault} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
36
43
  * @example Describe table statistics
37
44
  * ```javascript
38
45
  * // Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
@@ -29,6 +29,16 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
29
29
  * @see {@link ImportCertificateCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidCertificateFault} (client fault)
33
+ * <p>The certificate was not valid.</p>
34
+ *
35
+ * @throws {@link ResourceAlreadyExistsFault} (client fault)
36
+ * <p>The resource you are attempting to create already exists.</p>
37
+ *
38
+ * @throws {@link ResourceQuotaExceededFault} (client fault)
39
+ * <p>The quota for this resource quota has been exceeded.</p>
40
+ *
41
+ *
32
42
  * @example Import certificate
33
43
  * ```javascript
34
44
  * // Uploads the specified certificate.
@@ -33,6 +33,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
33
33
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
34
34
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
35
35
  *
36
+ * @throws {@link ResourceNotFoundFault} (client fault)
37
+ * <p>The resource could not be found.</p>
38
+ *
39
+ *
36
40
  * @example List tags for resource
37
41
  * ```javascript
38
42
  * // Lists all tags for an AWS DMS resource.
@@ -36,6 +36,23 @@ export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __M
36
36
  * @see {@link ModifyEndpointCommandOutput} for command's `response` shape.
37
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
38
38
  *
39
+ * @throws {@link AccessDeniedFault} (client fault)
40
+ * <p>DMS was denied access to the endpoint. Check that the
41
+ * role is correctly configured.</p>
42
+ *
43
+ * @throws {@link InvalidResourceStateFault} (client fault)
44
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
45
+ *
46
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
47
+ * <p>DMS cannot access the KMS key.</p>
48
+ *
49
+ * @throws {@link ResourceAlreadyExistsFault} (client fault)
50
+ * <p>The resource you are attempting to create already exists.</p>
51
+ *
52
+ * @throws {@link ResourceNotFoundFault} (client fault)
53
+ * <p>The resource could not be found.</p>
54
+ *
55
+ *
39
56
  * @example Modify endpoint
40
57
  * ```javascript
41
58
  * // Modifies the specified endpoint.
@@ -29,6 +29,34 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
29
29
  * @see {@link ModifyEventSubscriptionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link KMSAccessDeniedFault} (client fault)
33
+ * <p>The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.</p>
34
+ *
35
+ * @throws {@link KMSDisabledFault} (client fault)
36
+ * <p>The specified KMS key isn't enabled.</p>
37
+ *
38
+ * @throws {@link KMSInvalidStateFault} (client fault)
39
+ * <p>The state of the specified KMS resource isn't valid for this request.</p>
40
+ *
41
+ * @throws {@link KMSNotFoundFault} (client fault)
42
+ * <p>The specified KMS entity or resource can't be found.</p>
43
+ *
44
+ * @throws {@link KMSThrottlingFault} (client fault)
45
+ * <p>This request triggered KMS request throttling.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundFault} (client fault)
48
+ * <p>The resource could not be found.</p>
49
+ *
50
+ * @throws {@link ResourceQuotaExceededFault} (client fault)
51
+ * <p>The quota for this resource quota has been exceeded.</p>
52
+ *
53
+ * @throws {@link SNSInvalidTopicFault} (client fault)
54
+ * <p>The SNS topic is invalid.</p>
55
+ *
56
+ * @throws {@link SNSNoAuthorizationFault} (client fault)
57
+ * <p>You are not authorized for the SNS subscription.</p>
58
+ *
59
+ *
32
60
  */
33
61
  export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
62
  readonly input: ModifyEventSubscriptionCommandInput;
@@ -32,6 +32,29 @@ export interface ModifyReplicationInstanceCommandOutput extends ModifyReplicatio
32
32
  * @see {@link ModifyReplicationInstanceCommandOutput} for command's `response` shape.
33
33
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedFault} (client fault)
36
+ * <p>DMS was denied access to the endpoint. Check that the
37
+ * role is correctly configured.</p>
38
+ *
39
+ * @throws {@link InsufficientResourceCapacityFault} (client fault)
40
+ * <p>There are not enough resources allocated to the database migration.</p>
41
+ *
42
+ * @throws {@link InvalidResourceStateFault} (client fault)
43
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
44
+ *
45
+ * @throws {@link ResourceAlreadyExistsFault} (client fault)
46
+ * <p>The resource you are attempting to create already exists.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundFault} (client fault)
49
+ * <p>The resource could not be found.</p>
50
+ *
51
+ * @throws {@link StorageQuotaExceededFault} (client fault)
52
+ * <p>The storage quota has been exceeded.</p>
53
+ *
54
+ * @throws {@link UpgradeDependencyFailureFault} (client fault)
55
+ * <p>An upgrade dependency is preventing the database migration.</p>
56
+ *
57
+ *
35
58
  * @example Modify replication instance
36
59
  * ```javascript
37
60
  * // Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request. Some settings are applied during the maintenance window.
@@ -29,6 +29,26 @@ export interface ModifyReplicationSubnetGroupCommandOutput extends ModifyReplica
29
29
  * @see {@link ModifyReplicationSubnetGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedFault} (client fault)
33
+ * <p>DMS was denied access to the endpoint. Check that the
34
+ * role is correctly configured.</p>
35
+ *
36
+ * @throws {@link InvalidSubnet} (client fault)
37
+ * <p>The subnet provided is invalid.</p>
38
+ *
39
+ * @throws {@link ReplicationSubnetGroupDoesNotCoverEnoughAZs} (client fault)
40
+ * <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundFault} (client fault)
43
+ * <p>The resource could not be found.</p>
44
+ *
45
+ * @throws {@link ResourceQuotaExceededFault} (client fault)
46
+ * <p>The quota for this resource quota has been exceeded.</p>
47
+ *
48
+ * @throws {@link SubnetAlreadyInUse} (client fault)
49
+ * <p>The specified subnet is already in use.</p>
50
+ *
51
+ *
32
52
  * @example Modify replication subnet group
33
53
  * ```javascript
34
54
  * // Modifies the settings for the specified replication subnet group.
@@ -32,6 +32,19 @@ export interface ModifyReplicationTaskCommandOutput extends ModifyReplicationTas
32
32
  * @see {@link ModifyReplicationTaskCommandOutput} for command's `response` shape.
33
33
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidResourceStateFault} (client fault)
36
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
37
+ *
38
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
39
+ * <p>DMS cannot access the KMS key.</p>
40
+ *
41
+ * @throws {@link ResourceAlreadyExistsFault} (client fault)
42
+ * <p>The resource you are attempting to create already exists.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundFault} (client fault)
45
+ * <p>The resource could not be found.</p>
46
+ *
47
+ *
35
48
  */
36
49
  export declare class ModifyReplicationTaskCommand extends $Command<ModifyReplicationTaskCommandInput, ModifyReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
37
50
  readonly input: ModifyReplicationTaskCommandInput;
@@ -32,6 +32,23 @@ export interface MoveReplicationTaskCommandOutput extends MoveReplicationTaskRes
32
32
  * @see {@link MoveReplicationTaskCommandOutput} for command's `response` shape.
33
33
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedFault} (client fault)
36
+ * <p>DMS was denied access to the endpoint. Check that the
37
+ * role is correctly configured.</p>
38
+ *
39
+ * @throws {@link InvalidResourceStateFault} (client fault)
40
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
41
+ *
42
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
43
+ * <p>DMS cannot access the KMS key.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundFault} (client fault)
46
+ * <p>The resource could not be found.</p>
47
+ *
48
+ * @throws {@link ResourceQuotaExceededFault} (client fault)
49
+ * <p>The quota for this resource quota has been exceeded.</p>
50
+ *
51
+ *
35
52
  */
36
53
  export declare class MoveReplicationTaskCommand extends $Command<MoveReplicationTaskCommandInput, MoveReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
37
54
  readonly input: MoveReplicationTaskCommandInput;
@@ -30,6 +30,13 @@ export interface RebootReplicationInstanceCommandOutput extends RebootReplicatio
30
30
  * @see {@link RebootReplicationInstanceCommandOutput} for command's `response` shape.
31
31
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidResourceStateFault} (client fault)
34
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundFault} (client fault)
37
+ * <p>The resource could not be found.</p>
38
+ *
39
+ *
33
40
  */
34
41
  export declare class RebootReplicationInstanceCommand extends $Command<RebootReplicationInstanceCommandInput, RebootReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
35
42
  readonly input: RebootReplicationInstanceCommandInput;
@@ -31,6 +31,19 @@ export interface RefreshSchemasCommandOutput extends RefreshSchemasResponse, __M
31
31
  * @see {@link RefreshSchemasCommandOutput} for command's `response` shape.
32
32
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidResourceStateFault} (client fault)
35
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
36
+ *
37
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
38
+ * <p>DMS cannot access the KMS key.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundFault} (client fault)
41
+ * <p>The resource could not be found.</p>
42
+ *
43
+ * @throws {@link ResourceQuotaExceededFault} (client fault)
44
+ * <p>The quota for this resource quota has been exceeded.</p>
45
+ *
46
+ *
34
47
  * @example Refresh schema
35
48
  * ```javascript
36
49
  * // Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the describe-refresh-schemas-status operation.
@@ -31,6 +31,13 @@ export interface ReloadTablesCommandOutput extends ReloadTablesResponse, __Metad
31
31
  * @see {@link ReloadTablesCommandOutput} for command's `response` shape.
32
32
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidResourceStateFault} (client fault)
35
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
36
+ *
37
+ * @throws {@link ResourceNotFoundFault} (client fault)
38
+ * <p>The resource could not be found.</p>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class ReloadTablesCommand extends $Command<ReloadTablesCommandInput, ReloadTablesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
36
43
  readonly input: ReloadTablesCommandInput;
@@ -34,6 +34,10 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
34
34
  * @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
35
35
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
36
36
  *
37
+ * @throws {@link ResourceNotFoundFault} (client fault)
38
+ * <p>The resource could not be found.</p>
39
+ *
40
+ *
37
41
  * @example Remove tags from resource
38
42
  * ```javascript
39
43
  * // Removes metadata tags from an AWS DMS resource.
@@ -29,6 +29,13 @@ export interface RunFleetAdvisorLsaAnalysisCommandOutput extends RunFleetAdvisor
29
29
  * @see {@link RunFleetAdvisorLsaAnalysisCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidResourceStateFault} (client fault)
33
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundFault} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class RunFleetAdvisorLsaAnalysisCommand extends $Command<RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
41
  readonly input: RunFleetAdvisorLsaAnalysisCommandInput;
@@ -31,6 +31,17 @@ export interface StartRecommendationsCommandOutput extends __MetadataBearer {
31
31
  * @see {@link StartRecommendationsCommandOutput} for command's `response` shape.
32
32
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedFault} (client fault)
35
+ * <p>DMS was denied access to the endpoint. Check that the
36
+ * role is correctly configured.</p>
37
+ *
38
+ * @throws {@link InvalidResourceStateFault} (client fault)
39
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundFault} (client fault)
42
+ * <p>The resource could not be found.</p>
43
+ *
44
+ *
34
45
  */
35
46
  export declare class StartRecommendationsCommand extends $Command<StartRecommendationsCommandInput, StartRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
36
47
  readonly input: StartRecommendationsCommandInput;
@@ -43,6 +43,13 @@ export interface StartReplicationTaskAssessmentCommandOutput extends StartReplic
43
43
  * @see {@link StartReplicationTaskAssessmentCommandOutput} for command's `response` shape.
44
44
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
45
45
  *
46
+ * @throws {@link InvalidResourceStateFault} (client fault)
47
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundFault} (client fault)
50
+ * <p>The resource could not be found.</p>
51
+ *
52
+ *
46
53
  */
47
54
  export declare class StartReplicationTaskAssessmentCommand extends $Command<StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
48
55
  readonly input: StartReplicationTaskAssessmentCommandInput;
@@ -35,6 +35,45 @@ export interface StartReplicationTaskAssessmentRunCommandOutput extends StartRep
35
35
  * @see {@link StartReplicationTaskAssessmentRunCommandOutput} for command's `response` shape.
36
36
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedFault} (client fault)
39
+ * <p>DMS was denied access to the endpoint. Check that the
40
+ * role is correctly configured.</p>
41
+ *
42
+ * @throws {@link InvalidResourceStateFault} (client fault)
43
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
44
+ *
45
+ * @throws {@link KMSAccessDeniedFault} (client fault)
46
+ * <p>The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.</p>
47
+ *
48
+ * @throws {@link KMSDisabledFault} (client fault)
49
+ * <p>The specified KMS key isn't enabled.</p>
50
+ *
51
+ * @throws {@link KMSFault} (client fault)
52
+ * <p>An Key Management Service (KMS) error is preventing access to KMS.</p>
53
+ *
54
+ * @throws {@link KMSInvalidStateFault} (client fault)
55
+ * <p>The state of the specified KMS resource isn't valid for this request.</p>
56
+ *
57
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
58
+ * <p>DMS cannot access the KMS key.</p>
59
+ *
60
+ * @throws {@link KMSNotFoundFault} (client fault)
61
+ * <p>The specified KMS entity or resource can't be found.</p>
62
+ *
63
+ * @throws {@link ResourceAlreadyExistsFault} (client fault)
64
+ * <p>The resource you are attempting to create already exists.</p>
65
+ *
66
+ * @throws {@link ResourceNotFoundFault} (client fault)
67
+ * <p>The resource could not be found.</p>
68
+ *
69
+ * @throws {@link S3AccessDeniedFault} (client fault)
70
+ * <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
71
+ *
72
+ * @throws {@link S3ResourceNotFoundFault} (client fault)
73
+ * <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
74
+ * found.</p>
75
+ *
76
+ *
38
77
  */
39
78
  export declare class StartReplicationTaskAssessmentRunCommand extends $Command<StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
40
79
  readonly input: StartReplicationTaskAssessmentRunCommandInput;
@@ -32,6 +32,17 @@ export interface StartReplicationTaskCommandOutput extends StartReplicationTaskR
32
32
  * @see {@link StartReplicationTaskCommandOutput} for command's `response` shape.
33
33
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedFault} (client fault)
36
+ * <p>DMS was denied access to the endpoint. Check that the
37
+ * role is correctly configured.</p>
38
+ *
39
+ * @throws {@link InvalidResourceStateFault} (client fault)
40
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundFault} (client fault)
43
+ * <p>The resource could not be found.</p>
44
+ *
45
+ *
35
46
  * @example Start replication task
36
47
  * ```javascript
37
48
  * // Starts the replication task.
@@ -29,6 +29,13 @@ export interface StopReplicationTaskCommandOutput extends StopReplicationTaskRes
29
29
  * @see {@link StopReplicationTaskCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidResourceStateFault} (client fault)
33
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
34
+ *
35
+ * @throws {@link ResourceNotFoundFault} (client fault)
36
+ * <p>The resource could not be found.</p>
37
+ *
38
+ *
32
39
  * @example Stop replication task
33
40
  * ```javascript
34
41
  * // Stops the replication task.
@@ -29,6 +29,23 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
29
29
  * @see {@link TestConnectionCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedFault} (client fault)
33
+ * <p>DMS was denied access to the endpoint. Check that the
34
+ * role is correctly configured.</p>
35
+ *
36
+ * @throws {@link InvalidResourceStateFault} (client fault)
37
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
38
+ *
39
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
40
+ * <p>DMS cannot access the KMS key.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundFault} (client fault)
43
+ * <p>The resource could not be found.</p>
44
+ *
45
+ * @throws {@link ResourceQuotaExceededFault} (client fault)
46
+ * <p>The quota for this resource quota has been exceeded.</p>
47
+ *
48
+ *
32
49
  * @example Test conection
33
50
  * ```javascript
34
51
  * // Tests the connection between the replication instance and the endpoint.
@@ -37,6 +37,14 @@ export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSub
37
37
  * @see {@link UpdateSubscriptionsToEventBridgeCommandOutput} for command's `response` shape.
38
38
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
39
39
  *
40
+ * @throws {@link AccessDeniedFault} (client fault)
41
+ * <p>DMS was denied access to the endpoint. Check that the
42
+ * role is correctly configured.</p>
43
+ *
44
+ * @throws {@link InvalidResourceStateFault} (client fault)
45
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
46
+ *
47
+ *
40
48
  */
41
49
  export declare class UpdateSubscriptionsToEventBridgeCommand extends $Command<UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
42
50
  readonly input: UpdateSubscriptionsToEventBridgeCommandInput;