@aws-sdk/client-database-migration-service 3.744.0 → 3.749.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 (52) hide show
  1. package/dist-cjs/index.js +27 -0
  2. package/dist-es/models/models_0.js +4 -0
  3. package/dist-es/protocols/Aws_json1_1.js +25 -0
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
  5. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDataProviderCommand.d.ts +30 -2
  7. package/dist-types/commands/CreateEndpointCommand.d.ts +5 -4
  8. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -2
  9. package/dist-types/commands/CreateReplicationConfigCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +7 -8
  11. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +8 -6
  12. package/dist-types/commands/DeleteDataProviderCommand.d.ts +14 -0
  13. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -2
  14. package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +4 -3
  15. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +14 -13
  16. package/dist-types/commands/DescribeDataProvidersCommand.d.ts +16 -1
  17. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +2 -2
  18. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -2
  19. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -2
  20. package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +3 -4
  21. package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +3 -5
  27. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeReplicationsCommand.d.ts +24 -0
  29. package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +2 -2
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
  31. package/dist-types/commands/ModifyDataProviderCommand.d.ts +30 -1
  32. package/dist-types/commands/ModifyEndpointCommand.d.ts +5 -4
  33. package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +2 -2
  34. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +8 -8
  35. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -2
  36. package/dist-types/commands/ReloadTablesCommand.d.ts +2 -2
  37. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -5
  38. package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +1 -2
  39. package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +2 -2
  40. package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +2 -1
  41. package/dist-types/commands/StartMetadataModelImportCommand.d.ts +2 -1
  42. package/dist-types/commands/StartReplicationCommand.d.ts +30 -4
  43. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +4 -4
  44. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +2 -2
  45. package/dist-types/commands/StopReplicationCommand.d.ts +27 -2
  46. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +11 -9
  47. package/dist-types/models/models_0.d.ts +1407 -1211
  48. package/dist-types/models/models_1.d.ts +311 -138
  49. package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +76 -18
  51. package/dist-types/ts3.4/models/models_1.d.ts +19 -0
  52. package/package.json +11 -11
@@ -29,7 +29,8 @@ declare const ModifyDataProviderCommand_base: {
29
29
  /**
30
30
  * <p>Modifies the specified data provider using the provided settings.</p>
31
31
  * <note>
32
- * <p>You must remove the data provider from all migration projects before you can modify it.</p>
32
+ * <p>You must remove the data provider from all migration projects before you can modify
33
+ * it.</p>
33
34
  * </note>
34
35
  * @example
35
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +95,20 @@ declare const ModifyDataProviderCommand_base: {
94
95
  * SslMode: "none" || "require" || "verify-ca" || "verify-full",
95
96
  * CertificateArn: "STRING_VALUE",
96
97
  * },
98
+ * IbmDb2LuwSettings: { // IbmDb2LuwDataProviderSettings
99
+ * ServerName: "STRING_VALUE",
100
+ * Port: Number("int"),
101
+ * DatabaseName: "STRING_VALUE",
102
+ * SslMode: "none" || "require" || "verify-ca" || "verify-full",
103
+ * CertificateArn: "STRING_VALUE",
104
+ * },
105
+ * IbmDb2zOsSettings: { // IbmDb2zOsDataProviderSettings
106
+ * ServerName: "STRING_VALUE",
107
+ * Port: Number("int"),
108
+ * DatabaseName: "STRING_VALUE",
109
+ * SslMode: "none" || "require" || "verify-ca" || "verify-full",
110
+ * CertificateArn: "STRING_VALUE",
111
+ * },
97
112
  * MongoDbSettings: { // MongoDbDataProviderSettings
98
113
  * ServerName: "STRING_VALUE",
99
114
  * Port: Number("int"),
@@ -166,6 +181,20 @@ declare const ModifyDataProviderCommand_base: {
166
181
  * // SslMode: "none" || "require" || "verify-ca" || "verify-full",
167
182
  * // CertificateArn: "STRING_VALUE",
168
183
  * // },
184
+ * // IbmDb2LuwSettings: { // IbmDb2LuwDataProviderSettings
185
+ * // ServerName: "STRING_VALUE",
186
+ * // Port: Number("int"),
187
+ * // DatabaseName: "STRING_VALUE",
188
+ * // SslMode: "none" || "require" || "verify-ca" || "verify-full",
189
+ * // CertificateArn: "STRING_VALUE",
190
+ * // },
191
+ * // IbmDb2zOsSettings: { // IbmDb2zOsDataProviderSettings
192
+ * // ServerName: "STRING_VALUE",
193
+ * // Port: Number("int"),
194
+ * // DatabaseName: "STRING_VALUE",
195
+ * // SslMode: "none" || "require" || "verify-ca" || "verify-full",
196
+ * // CertificateArn: "STRING_VALUE",
197
+ * // },
169
198
  * // MongoDbSettings: { // MongoDbDataProviderSettings
170
199
  * // ServerName: "STRING_VALUE",
171
200
  * // Port: Number("int"),
@@ -30,10 +30,11 @@ declare const ModifyEndpointCommand_base: {
30
30
  * <p>Modifies the specified endpoint.</p>
31
31
  * <note>
32
32
  * <p>For a MySQL source or target endpoint, don't explicitly specify the database using
33
- * the <code>DatabaseName</code> request parameter on the <code>ModifyEndpoint</code> API call.
34
- * Specifying <code>DatabaseName</code> when you modify a MySQL endpoint replicates all the
35
- * task tables to this single database. For MySQL endpoints, you specify the database only when
36
- * you specify the schema in the table-mapping rules of the DMS task.</p>
33
+ * the <code>DatabaseName</code> request parameter on the <code>ModifyEndpoint</code> API
34
+ * call. Specifying <code>DatabaseName</code> when you modify a MySQL endpoint replicates
35
+ * all the task tables to this single database. For MySQL endpoints, you specify the
36
+ * database only when you specify the schema in the table-mapping rules of the DMS
37
+ * task.</p>
37
38
  * </note>
38
39
  * @example
39
40
  * Use a bare-bones client and the command you need to make an API call.
@@ -29,8 +29,8 @@ declare const ModifyInstanceProfileCommand_base: {
29
29
  /**
30
30
  * <p>Modifies the specified instance profile using the provided parameters.</p>
31
31
  * <note>
32
- * <p>All migration projects associated with the instance profile must be deleted
33
- * or modified before you can modify the instance profile.</p>
32
+ * <p>All migration projects associated with the instance profile must be deleted or
33
+ * modified before you can modify the instance profile.</p>
34
34
  * </note>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,14 +27,14 @@ declare const ModifyReplicationConfigCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies an existing DMS Serverless replication configuration that you can use
31
- * to start a replication. This command includes input validation and logic to check
32
- * the state of any replication that uses this configuration. You can only modify a replication
33
- * configuration before any replication that uses it has started. As soon as you have initially
34
- * started a replication with a given configuiration, you can't modify that configuration,
35
- * even if you stop it.</p>
36
- * <p>Other run statuses that allow you to run this command include FAILED and CREATED.
37
- * A provisioning state that allows you to run this command is FAILED_PROVISION.</p>
30
+ * <p>Modifies an existing DMS Serverless replication configuration that you can use to
31
+ * start a replication. This command includes input validation and logic to check the state of
32
+ * any replication that uses this configuration. You can only modify a replication
33
+ * configuration before any replication that uses it has started. As soon as you have
34
+ * initially started a replication with a given configuiration, you can't modify that
35
+ * configuration, even if you stop it.</p>
36
+ * <p>Other run statuses that allow you to run this command include FAILED and CREATED. A
37
+ * provisioning state that allows you to run this command is FAILED_PROVISION.</p>
38
38
  * @example
39
39
  * Use a bare-bones client and the command you need to make an API call.
40
40
  * ```javascript
@@ -29,8 +29,7 @@ declare const MoveReplicationTaskCommand_base: {
29
29
  /**
30
30
  * <p>Moves a replication task from its current replication instance to a different target
31
31
  * replication instance using the specified parameters. The target replication instance must
32
- * be created with the same or later DMS version as the current replication
33
- * instance.</p>
32
+ * be created with the same or later DMS version as the current replication instance.</p>
34
33
  * @example
35
34
  * Use a bare-bones client and the command you need to make an API call.
36
35
  * ```javascript
@@ -28,8 +28,8 @@ declare const ReloadTablesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Reloads the target database table with the source data. </p>
31
- * <p>You can only use this operation with a task in the <code>RUNNING</code> state, otherwise the service
32
- * will throw an <code>InvalidResourceStateFault</code> exception.</p>
31
+ * <p>You can only use this operation with a task in the <code>RUNNING</code> state, otherwise
32
+ * the service will throw an <code>InvalidResourceStateFault</code> exception.</p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -27,12 +27,11 @@ declare const RemoveTagsFromResourceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Removes metadata tags from an DMS resource, including replication instance,
31
- * endpoint, subnet group, and migration task. For more information, see
32
- * <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
30
+ * <p>Removes metadata tags from an DMS resource, including replication instance, endpoint,
31
+ * subnet group, and migration task. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
33
32
  * <code>Tag</code>
34
- * </a>
35
- * data type description.</p>
33
+ * </a> data type
34
+ * description.</p>
36
35
  * @example
37
36
  * Use a bare-bones client and the command you need to make an API call.
38
37
  * ```javascript
@@ -29,8 +29,7 @@ declare const StartExtensionPackAssociationCommand_base: {
29
29
  /**
30
30
  * <p>Applies the extension pack to your target database. An extension pack is an add-on
31
31
  * module that emulates functions present in a source database that are required when
32
- * converting objects to the target database.
33
- * </p>
32
+ * converting objects to the target database. </p>
34
33
  * @example
35
34
  * Use a bare-bones client and the command you need to make an API call.
36
35
  * ```javascript
@@ -29,8 +29,8 @@ declare const StartMetadataModelAssessmentCommand_base: {
29
29
  /**
30
30
  * <p>Creates a database migration assessment report by assessing the migration complexity for
31
31
  * your source database. A database migration assessment report summarizes all of the schema
32
- * conversion tasks. It also details the action items for database objects that can't be converted
33
- * to the database engine of your target database instance. </p>
32
+ * conversion tasks. It also details the action items for database objects that can't be
33
+ * converted to the database engine of your target database instance. </p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -27,7 +27,8 @@ declare const StartMetadataModelExportAsScriptCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3 bucket.</p>
30
+ * <p>Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3
31
+ * bucket.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -28,7 +28,8 @@ declare const StartMetadataModelImportCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Loads the metadata for all the dependent database objects of the parent object.</p>
31
- * <p>This operation uses your project's Amazon S3 bucket as a metadata cache to improve performance.</p>
31
+ * <p>This operation uses your project's Amazon S3 bucket as a metadata cache to improve
32
+ * performance.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -27,10 +27,11 @@ declare const StartReplicationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>For a given DMS Serverless replication configuration, DMS connects to the source endpoint and
31
- * collects the metadata to analyze the replication workload. Using this metadata, DMS then
32
- * computes and provisions the required capacity and starts replicating to the target endpoint
33
- * using the server resources that DMS has provisioned for the DMS Serverless replication.</p>
30
+ * <p>For a given DMS Serverless replication configuration, DMS connects to the source
31
+ * endpoint and collects the metadata to analyze the replication workload. Using this
32
+ * metadata, DMS then computes and provisions the required capacity and starts replicating
33
+ * to the target endpoint using the server resources that DMS has provisioned for the DMS
34
+ * Serverless replication.</p>
34
35
  * @example
35
36
  * Use a bare-bones client and the command you need to make an API call.
36
37
  * ```javascript
@@ -40,6 +41,7 @@ declare const StartReplicationCommand_base: {
40
41
  * const input = { // StartReplicationMessage
41
42
  * ReplicationConfigArn: "STRING_VALUE", // required
42
43
  * StartReplicationType: "STRING_VALUE", // required
44
+ * PremigrationAssessmentSettings: "STRING_VALUE",
43
45
  * CdcStartTime: new Date("TIMESTAMP"),
44
46
  * CdcStartPosition: "STRING_VALUE",
45
47
  * CdcStopPosition: "STRING_VALUE",
@@ -62,6 +64,30 @@ declare const StartReplicationCommand_base: {
62
64
  * // DateNewProvisioningDataAvailable: new Date("TIMESTAMP"),
63
65
  * // ReasonForNewProvisioningData: "STRING_VALUE",
64
66
  * // },
67
+ * // PremigrationAssessmentStatuses: [ // PremigrationAssessmentStatusList
68
+ * // { // PremigrationAssessmentStatus
69
+ * // PremigrationAssessmentRunArn: "STRING_VALUE",
70
+ * // FailOnAssessmentFailure: true || false,
71
+ * // Status: "STRING_VALUE",
72
+ * // PremigrationAssessmentRunCreationDate: new Date("TIMESTAMP"),
73
+ * // AssessmentProgress: { // ReplicationTaskAssessmentRunProgress
74
+ * // IndividualAssessmentCount: Number("int"),
75
+ * // IndividualAssessmentCompletedCount: Number("int"),
76
+ * // },
77
+ * // LastFailureMessage: "STRING_VALUE",
78
+ * // ResultLocationBucket: "STRING_VALUE",
79
+ * // ResultLocationFolder: "STRING_VALUE",
80
+ * // ResultEncryptionMode: "STRING_VALUE",
81
+ * // ResultKmsKeyArn: "STRING_VALUE",
82
+ * // ResultStatistic: { // ReplicationTaskAssessmentRunResultStatistic
83
+ * // Passed: Number("int"),
84
+ * // Failed: Number("int"),
85
+ * // Error: Number("int"),
86
+ * // Warning: Number("int"),
87
+ * // Cancelled: Number("int"),
88
+ * // },
89
+ * // },
90
+ * // ],
65
91
  * // StopReason: "STRING_VALUE",
66
92
  * // FailureMessages: [ // StringList
67
93
  * // "STRING_VALUE",
@@ -38,10 +38,10 @@ declare const StartReplicationTaskAssessmentCommand_base: {
38
38
  * <p>The task must have successful connections to the source and target.</p>
39
39
  * </li>
40
40
  * </ul>
41
- * <p>If either of these conditions are not met, an <code>InvalidResourceStateFault</code> error will result. </p>
42
- * <p>For information about DMS task assessments, see
43
- * <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a>
44
- * in the <i>Database Migration Service User Guide</i>.</p>
41
+ * <p>If either of these conditions are not met, an <code>InvalidResourceStateFault</code>
42
+ * error will result. </p>
43
+ * <p>For information about DMS task assessments, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a> in the <i>Database Migration Service User
44
+ * Guide</i>.</p>
45
45
  * @example
46
46
  * Use a bare-bones client and the command you need to make an API call.
47
47
  * ```javascript
@@ -27,8 +27,8 @@ declare const StartReplicationTaskAssessmentRunCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts a new premigration assessment run for one or more individual assessments
31
- * of a migration task.</p>
30
+ * <p>Starts a new premigration assessment run for one or more individual assessments of a
31
+ * migration task.</p>
32
32
  * <p>The assessments that you can specify depend on the source and target database engine and
33
33
  * the migration type defined for the given task. To run this operation, your migration task
34
34
  * must already be created. After you run this operation, you can review the status of each
@@ -27,8 +27,9 @@ declare const StopReplicationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>For a given DMS Serverless replication configuration, DMS stops any and all ongoing DMS Serverless replications.
31
- * This command doesn't deprovision the stopped replications.</p>
30
+ * <p>For a given DMS Serverless replication configuration, DMS stops any and all ongoing
31
+ * DMS Serverless replications. This command doesn't deprovision the stopped
32
+ * replications.</p>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
34
35
  * ```javascript
@@ -56,6 +57,30 @@ declare const StopReplicationCommand_base: {
56
57
  * // DateNewProvisioningDataAvailable: new Date("TIMESTAMP"),
57
58
  * // ReasonForNewProvisioningData: "STRING_VALUE",
58
59
  * // },
60
+ * // PremigrationAssessmentStatuses: [ // PremigrationAssessmentStatusList
61
+ * // { // PremigrationAssessmentStatus
62
+ * // PremigrationAssessmentRunArn: "STRING_VALUE",
63
+ * // FailOnAssessmentFailure: true || false,
64
+ * // Status: "STRING_VALUE",
65
+ * // PremigrationAssessmentRunCreationDate: new Date("TIMESTAMP"),
66
+ * // AssessmentProgress: { // ReplicationTaskAssessmentRunProgress
67
+ * // IndividualAssessmentCount: Number("int"),
68
+ * // IndividualAssessmentCompletedCount: Number("int"),
69
+ * // },
70
+ * // LastFailureMessage: "STRING_VALUE",
71
+ * // ResultLocationBucket: "STRING_VALUE",
72
+ * // ResultLocationFolder: "STRING_VALUE",
73
+ * // ResultEncryptionMode: "STRING_VALUE",
74
+ * // ResultKmsKeyArn: "STRING_VALUE",
75
+ * // ResultStatistic: { // ReplicationTaskAssessmentRunResultStatistic
76
+ * // Passed: Number("int"),
77
+ * // Failed: Number("int"),
78
+ * // Error: Number("int"),
79
+ * // Warning: Number("int"),
80
+ * // Cancelled: Number("int"),
81
+ * // },
82
+ * // },
83
+ * // ],
59
84
  * // StopReason: "STRING_VALUE",
60
85
  * // FailureMessages: [ // StringList
61
86
  * // "STRING_VALUE",
@@ -27,15 +27,17 @@ declare const UpdateSubscriptionsToEventBridgeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon EventBridge rules.
31
- * By default, this operation migrates subscriptions only when all your replication instance versions are 3.4.5 or higher.
32
- * If any replication instances are from versions earlier than 3.4.5, the operation raises an error and tells you
33
- * to upgrade these instances to version 3.4.5 or higher. To enable migration regardless of version, set the <code>Force</code>
34
- * option to true. However, if you don't upgrade instances earlier than version 3.4.5, some types of events might not be
35
- * available when you use Amazon EventBridge.</p>
36
- * <p>To call this operation, make sure that you have certain permissions added to your user account.
37
- * For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html#CHAP_Events-migrate-to-eventbridge">Migrating event subscriptions to Amazon EventBridge</a>
38
- * in the <i>Amazon Web Services Database Migration Service User Guide</i>.</p>
30
+ * <p>Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to
31
+ * corresponding Amazon EventBridge rules. By default, this operation migrates subscriptions
32
+ * only when all your replication instance versions are 3.4.5 or higher. If any replication
33
+ * instances are from versions earlier than 3.4.5, the operation raises an error and tells you
34
+ * to upgrade these instances to version 3.4.5 or higher. To enable migration regardless of
35
+ * version, set the <code>Force</code> option to true. However, if you don't upgrade instances
36
+ * earlier than version 3.4.5, some types of events might not be available when you use Amazon
37
+ * EventBridge.</p>
38
+ * <p>To call this operation, make sure that you have certain permissions added to your user
39
+ * account. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html#CHAP_Events-migrate-to-eventbridge">Migrating event subscriptions to Amazon EventBridge</a> in the
40
+ * <i>Amazon Web Services Database Migration Service User Guide</i>.</p>
39
41
  * @example
40
42
  * Use a bare-bones client and the command you need to make an API call.
41
43
  * ```javascript