@aws-sdk/client-database-migration-service 3.289.0 → 3.292.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 +36 -41
@@ -34,6 +34,10 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
34
34
  * @see {@link AddTagsToResourceCommandOutput} 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 Add tags to resource
38
42
  * ```javascript
39
43
  * // Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with AWS DMS resources, or used in a Condition statement in an IAM policy for AWS DMS.
@@ -29,6 +29,10 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
29
29
  * @see {@link ApplyPendingMaintenanceActionCommandOutput} 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
  */
33
37
  export declare class ApplyPendingMaintenanceActionCommand extends $Command<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
38
  readonly input: ApplyPendingMaintenanceActionCommandInput;
@@ -34,6 +34,17 @@ export interface BatchStartRecommendationsCommandOutput extends BatchStartRecomm
34
34
  * @see {@link BatchStartRecommendationsCommandOutput} for command's `response` shape.
35
35
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedFault} (client fault)
38
+ * <p>DMS was denied access to the endpoint. Check that the
39
+ * role is correctly configured.</p>
40
+ *
41
+ * @throws {@link InvalidResourceStateFault} (client fault)
42
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundFault} (client fault)
45
+ * <p>The resource could not be found.</p>
46
+ *
47
+ *
37
48
  */
38
49
  export declare class BatchStartRecommendationsCommand extends $Command<BatchStartRecommendationsCommandInput, BatchStartRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
39
50
  readonly input: BatchStartRecommendationsCommandInput;
@@ -32,6 +32,17 @@ export interface CancelReplicationTaskAssessmentRunCommandOutput extends CancelR
32
32
  * @see {@link CancelReplicationTaskAssessmentRunCommandOutput} 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
  */
36
47
  export declare class CancelReplicationTaskAssessmentRunCommand extends $Command<CancelReplicationTaskAssessmentRunCommandInput, CancelReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
37
48
  readonly input: CancelReplicationTaskAssessmentRunCommandInput;
@@ -36,6 +36,29 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
36
36
  * @see {@link CreateEndpointCommandOutput} 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
+ * @throws {@link ResourceQuotaExceededFault} (client fault)
56
+ * <p>The quota for this resource quota has been exceeded.</p>
57
+ *
58
+ * @throws {@link S3AccessDeniedFault} (client fault)
59
+ * <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
60
+ *
61
+ *
39
62
  * @example Create endpoint
40
63
  * ```javascript
41
64
  * // Creates an endpoint using the provided settings.
@@ -44,6 +44,37 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
44
44
  * @see {@link CreateEventSubscriptionCommandOutput} for command's `response` shape.
45
45
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
46
46
  *
47
+ * @throws {@link KMSAccessDeniedFault} (client fault)
48
+ * <p>The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.</p>
49
+ *
50
+ * @throws {@link KMSDisabledFault} (client fault)
51
+ * <p>The specified KMS key isn't enabled.</p>
52
+ *
53
+ * @throws {@link KMSInvalidStateFault} (client fault)
54
+ * <p>The state of the specified KMS resource isn't valid for this request.</p>
55
+ *
56
+ * @throws {@link KMSNotFoundFault} (client fault)
57
+ * <p>The specified KMS entity or resource can't be found.</p>
58
+ *
59
+ * @throws {@link KMSThrottlingFault} (client fault)
60
+ * <p>This request triggered KMS request throttling.</p>
61
+ *
62
+ * @throws {@link ResourceAlreadyExistsFault} (client fault)
63
+ * <p>The resource you are attempting to create already exists.</p>
64
+ *
65
+ * @throws {@link ResourceNotFoundFault} (client fault)
66
+ * <p>The resource could not be found.</p>
67
+ *
68
+ * @throws {@link ResourceQuotaExceededFault} (client fault)
69
+ * <p>The quota for this resource quota has been exceeded.</p>
70
+ *
71
+ * @throws {@link SNSInvalidTopicFault} (client fault)
72
+ * <p>The SNS topic is invalid.</p>
73
+ *
74
+ * @throws {@link SNSNoAuthorizationFault} (client fault)
75
+ * <p>You are not authorized for the SNS subscription.</p>
76
+ *
77
+ *
47
78
  */
48
79
  export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
49
80
  readonly input: CreateEventSubscriptionCommandInput;
@@ -29,6 +29,24 @@ export interface CreateFleetAdvisorCollectorCommandOutput extends CreateFleetAdv
29
29
  * @see {@link CreateFleetAdvisorCollectorCommandOutput} 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 ResourceQuotaExceededFault} (client fault)
40
+ * <p>The quota for this resource quota has been exceeded.</p>
41
+ *
42
+ * @throws {@link S3AccessDeniedFault} (client fault)
43
+ * <p>Insufficient privileges are preventing access to an Amazon S3 object.</p>
44
+ *
45
+ * @throws {@link S3ResourceNotFoundFault} (client fault)
46
+ * <p>A specified Amazon S3 bucket, bucket folder, or other object can't be
47
+ * found.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class CreateFleetAdvisorCollectorCommand extends $Command<CreateFleetAdvisorCollectorCommandInput, CreateFleetAdvisorCollectorCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
52
  readonly input: CreateFleetAdvisorCollectorCommandInput;
@@ -34,6 +34,38 @@ export interface CreateReplicationInstanceCommandOutput extends CreateReplicatio
34
34
  * @see {@link CreateReplicationInstanceCommandOutput} for command's `response` shape.
35
35
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedFault} (client fault)
38
+ * <p>DMS was denied access to the endpoint. Check that the
39
+ * role is correctly configured.</p>
40
+ *
41
+ * @throws {@link InsufficientResourceCapacityFault} (client fault)
42
+ * <p>There are not enough resources allocated to the database migration.</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
+ * @throws {@link InvalidSubnet} (client fault)
48
+ * <p>The subnet provided is invalid.</p>
49
+ *
50
+ * @throws {@link KMSKeyNotAccessibleFault} (client fault)
51
+ * <p>DMS cannot access the KMS key.</p>
52
+ *
53
+ * @throws {@link ReplicationSubnetGroupDoesNotCoverEnoughAZs} (client fault)
54
+ * <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
55
+ *
56
+ * @throws {@link ResourceAlreadyExistsFault} (client fault)
57
+ * <p>The resource you are attempting to create already exists.</p>
58
+ *
59
+ * @throws {@link ResourceNotFoundFault} (client fault)
60
+ * <p>The resource could not be found.</p>
61
+ *
62
+ * @throws {@link ResourceQuotaExceededFault} (client fault)
63
+ * <p>The quota for this resource quota has been exceeded.</p>
64
+ *
65
+ * @throws {@link StorageQuotaExceededFault} (client fault)
66
+ * <p>The storage quota has been exceeded.</p>
67
+ *
68
+ *
37
69
  * @example Create replication instance
38
70
  * ```javascript
39
71
  * // Creates the replication instance using the specified parameters.
@@ -31,6 +31,26 @@ export interface CreateReplicationSubnetGroupCommandOutput extends CreateReplica
31
31
  * @see {@link CreateReplicationSubnetGroupCommandOutput} 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 InvalidSubnet} (client fault)
39
+ * <p>The subnet provided is invalid.</p>
40
+ *
41
+ * @throws {@link ReplicationSubnetGroupDoesNotCoverEnoughAZs} (client fault)
42
+ * <p>The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.</p>
43
+ *
44
+ * @throws {@link ResourceAlreadyExistsFault} (client fault)
45
+ * <p>The resource you are attempting to create already exists.</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
+ *
34
54
  * @example Create replication subnet group
35
55
  * ```javascript
36
56
  * // Creates a replication subnet group given a list of the subnet IDs in a VPC.
@@ -29,6 +29,26 @@ export interface CreateReplicationTaskCommandOutput extends CreateReplicationTas
29
29
  * @see {@link CreateReplicationTaskCommandOutput} 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 ResourceAlreadyExistsFault} (client fault)
43
+ * <p>The resource you are attempting to create already exists.</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
+ *
32
52
  * @example Create replication task
33
53
  * ```javascript
34
54
  * // Creates a replication task using the specified parameters.
@@ -29,6 +29,13 @@ export interface DeleteCertificateCommandOutput extends DeleteCertificateRespons
29
29
  * @see {@link DeleteCertificateCommandOutput} 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 Delete Certificate
33
40
  * ```javascript
34
41
  * // Deletes the specified certificate.
@@ -29,6 +29,17 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
29
29
  * @see {@link DeleteConnectionCommandOutput} 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 ResourceNotFoundFault} (client fault)
40
+ * <p>The resource could not be found.</p>
41
+ *
42
+ *
32
43
  * @example Delete Connection
33
44
  * ```javascript
34
45
  * // Deletes the connection between the replication instance and the endpoint.
@@ -34,6 +34,13 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
34
34
  * @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
35
35
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
36
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
+ * @throws {@link ResourceNotFoundFault} (client fault)
41
+ * <p>The resource could not be found.</p>
42
+ *
43
+ *
37
44
  * @example Delete Endpoint
38
45
  * ```javascript
39
46
  * // Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the endpoint.
@@ -29,6 +29,13 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
29
29
  * @see {@link DeleteEventSubscriptionCommandOutput} 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 DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
41
  readonly input: DeleteEventSubscriptionCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteFleetAdvisorCollectorCommandOutput extends __MetadataBear
29
29
  * @see {@link DeleteFleetAdvisorCollectorCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link CollectorNotFoundFault} (client fault)
33
+ * <p>The specified collector doesn't exist.</p>
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
+ *
32
39
  */
33
40
  export declare class DeleteFleetAdvisorCollectorCommand extends $Command<DeleteFleetAdvisorCollectorCommandInput, DeleteFleetAdvisorCollectorCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
41
  readonly input: DeleteFleetAdvisorCollectorCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteFleetAdvisorDatabasesCommandOutput extends DeleteFleetAdv
29
29
  * @see {@link DeleteFleetAdvisorDatabasesCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidOperationFault} (client fault)
33
+ * <p>The action or operation requested isn't valid.</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 DeleteFleetAdvisorDatabasesCommand extends $Command<DeleteFleetAdvisorDatabasesCommandInput, DeleteFleetAdvisorDatabasesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
41
  readonly input: DeleteFleetAdvisorDatabasesCommandInput;
@@ -34,6 +34,13 @@ export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicatio
34
34
  * @see {@link DeleteReplicationInstanceCommandOutput} for command's `response` shape.
35
35
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
36
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
+ * @throws {@link ResourceNotFoundFault} (client fault)
41
+ * <p>The resource could not be found.</p>
42
+ *
43
+ *
37
44
  * @example Delete Replication Instance
38
45
  * ```javascript
39
46
  * // Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication instance before you can delete it.
@@ -29,6 +29,13 @@ export interface DeleteReplicationSubnetGroupCommandOutput extends DeleteReplica
29
29
  * @see {@link DeleteReplicationSubnetGroupCommandOutput} 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 Delete Replication Subnet Group
33
40
  * ```javascript
34
41
  * // Deletes a replication subnet group.
@@ -32,6 +32,17 @@ export interface DeleteReplicationTaskAssessmentRunCommandOutput extends DeleteR
32
32
  * @see {@link DeleteReplicationTaskAssessmentRunCommandOutput} 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
  */
36
47
  export declare class DeleteReplicationTaskAssessmentRunCommand extends $Command<DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
37
48
  readonly input: DeleteReplicationTaskAssessmentRunCommandInput;
@@ -29,6 +29,13 @@ export interface DeleteReplicationTaskCommandOutput extends DeleteReplicationTas
29
29
  * @see {@link DeleteReplicationTaskCommandOutput} 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 Delete Replication Task
33
40
  * ```javascript
34
41
  * // Deletes the specified replication task.
@@ -35,6 +35,7 @@ export interface DescribeAccountAttributesCommandOutput extends DescribeAccountA
35
35
  * @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
36
36
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
37
37
  *
38
+ *
38
39
  * @example Describe acount attributes
39
40
  * ```javascript
40
41
  * // Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. This operation does not take any parameters.
@@ -43,6 +43,17 @@ export interface DescribeApplicableIndividualAssessmentsCommandOutput extends De
43
43
  * @see {@link DescribeApplicableIndividualAssessmentsCommandOutput} for command's `response` shape.
44
44
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
45
45
  *
46
+ * @throws {@link AccessDeniedFault} (client fault)
47
+ * <p>DMS was denied access to the endpoint. Check that the
48
+ * role is correctly configured.</p>
49
+ *
50
+ * @throws {@link InvalidResourceStateFault} (client fault)
51
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
52
+ *
53
+ * @throws {@link ResourceNotFoundFault} (client fault)
54
+ * <p>The resource could not be found.</p>
55
+ *
56
+ *
46
57
  */
47
58
  export declare class DescribeApplicableIndividualAssessmentsCommand extends $Command<DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
48
59
  readonly input: DescribeApplicableIndividualAssessmentsCommandInput;
@@ -29,6 +29,10 @@ export interface DescribeCertificatesCommandOutput extends DescribeCertificatesR
29
29
  * @see {@link DescribeCertificatesCommandOutput} 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 certificates
33
37
  * ```javascript
34
38
  * // Provides a description of the certificate.
@@ -30,6 +30,10 @@ export interface DescribeConnectionsCommandOutput extends DescribeConnectionsRes
30
30
  * @see {@link DescribeConnectionsCommandOutput} 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 connections
34
38
  * ```javascript
35
39
  * // Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
@@ -30,6 +30,7 @@ export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointS
30
30
  * @see {@link DescribeEndpointSettingsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
32
32
  *
33
+ *
33
34
  */
34
35
  export declare class DescribeEndpointSettingsCommand extends $Command<DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
35
36
  readonly input: DescribeEndpointSettingsCommandInput;
@@ -29,6 +29,7 @@ export interface DescribeEndpointTypesCommandOutput extends DescribeEndpointType
29
29
  * @see {@link DescribeEndpointTypesCommandOutput} for command's `response` shape.
30
30
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
31
31
  *
32
+ *
32
33
  * @example Describe endpoint types
33
34
  * ```javascript
34
35
  * // Returns information about the type of endpoints available.
@@ -29,6 +29,10 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
29
29
  * @see {@link DescribeEndpointsCommandOutput} 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 endpoints
33
37
  * ```javascript
34
38
  * // Returns information about the endpoints for your account in the current region.
@@ -33,6 +33,7 @@ export interface DescribeEventCategoriesCommandOutput extends DescribeEventCateg
33
33
  * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
34
34
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
35
35
  *
36
+ *
36
37
  */
37
38
  export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
38
39
  readonly input: DescribeEventCategoriesCommandInput;
@@ -34,6 +34,10 @@ export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSu
34
34
  * @see {@link DescribeEventSubscriptionsCommandOutput} 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 DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
39
43
  readonly input: DescribeEventSubscriptionsCommandInput;
@@ -33,6 +33,7 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
33
33
  * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
34
34
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
35
35
  *
36
+ *
36
37
  */
37
38
  export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
38
39
  readonly input: DescribeEventsCommandInput;
@@ -29,6 +29,10 @@ export interface DescribeFleetAdvisorCollectorsCommandOutput extends DescribeFle
29
29
  * @see {@link DescribeFleetAdvisorCollectorsCommandOutput} 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
+ *
32
36
  */
33
37
  export declare class DescribeFleetAdvisorCollectorsCommand extends $Command<DescribeFleetAdvisorCollectorsCommandInput, DescribeFleetAdvisorCollectorsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
38
  readonly input: DescribeFleetAdvisorCollectorsCommandInput;
@@ -29,6 +29,10 @@ export interface DescribeFleetAdvisorDatabasesCommandOutput extends DescribeFlee
29
29
  * @see {@link DescribeFleetAdvisorDatabasesCommandOutput} 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
+ *
32
36
  */
33
37
  export declare class DescribeFleetAdvisorDatabasesCommand extends $Command<DescribeFleetAdvisorDatabasesCommandInput, DescribeFleetAdvisorDatabasesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
38
  readonly input: DescribeFleetAdvisorDatabasesCommandInput;
@@ -30,6 +30,10 @@ export interface DescribeFleetAdvisorLsaAnalysisCommandOutput extends DescribeFl
30
30
  * @see {@link DescribeFleetAdvisorLsaAnalysisCommandOutput} 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
+ *
33
37
  */
34
38
  export declare class DescribeFleetAdvisorLsaAnalysisCommand extends $Command<DescribeFleetAdvisorLsaAnalysisCommandInput, DescribeFleetAdvisorLsaAnalysisCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
35
39
  readonly input: DescribeFleetAdvisorLsaAnalysisCommandInput;
@@ -30,6 +30,10 @@ export interface DescribeFleetAdvisorSchemaObjectSummaryCommandOutput extends De
30
30
  * @see {@link DescribeFleetAdvisorSchemaObjectSummaryCommandOutput} 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
+ *
33
37
  */
34
38
  export declare class DescribeFleetAdvisorSchemaObjectSummaryCommand extends $Command<DescribeFleetAdvisorSchemaObjectSummaryCommandInput, DescribeFleetAdvisorSchemaObjectSummaryCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
35
39
  readonly input: DescribeFleetAdvisorSchemaObjectSummaryCommandInput;
@@ -29,6 +29,10 @@ export interface DescribeFleetAdvisorSchemasCommandOutput extends DescribeFleetA
29
29
  * @see {@link DescribeFleetAdvisorSchemasCommandOutput} 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
+ *
32
36
  */
33
37
  export declare class DescribeFleetAdvisorSchemasCommand extends $Command<DescribeFleetAdvisorSchemasCommandInput, DescribeFleetAdvisorSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
38
  readonly input: DescribeFleetAdvisorSchemasCommandInput;
@@ -30,6 +30,7 @@ export interface DescribeOrderableReplicationInstancesCommandOutput extends Desc
30
30
  * @see {@link DescribeOrderableReplicationInstancesCommandOutput} for command's `response` shape.
31
31
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
32
32
  *
33
+ *
33
34
  * @example Describe orderable replication instances
34
35
  * ```javascript
35
36
  * // Returns information about the replication instance types that can be created in the specified region.
@@ -29,6 +29,10 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends Describe
29
29
  * @see {@link DescribePendingMaintenanceActionsCommandOutput} 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
  */
33
37
  export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
34
38
  readonly input: DescribePendingMaintenanceActionsCommandInput;
@@ -30,6 +30,14 @@ export interface DescribeRecommendationLimitationsCommandOutput extends Describe
30
30
  * @see {@link DescribeRecommendationLimitationsCommandOutput} 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 DescribeRecommendationLimitationsCommand extends $Command<DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
35
43
  readonly input: DescribeRecommendationLimitationsCommandInput;