Skip to content

Commit c20f2ac

Browse files
author
AWS
committed
AWS Database Migration Service Update: New api to migrate event subscriptions to event bridge rules
1 parent bbe7eda commit c20f2ac

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Database Migration Service",
4+
"contributor": "",
5+
"description": "New api to migrate event subscriptions to event bridge rules"
6+
}

services/databasemigration/src/main/resources/codegen-resources/service-2.json

+34
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,20 @@
938938
{"shape":"AccessDeniedFault"}
939939
],
940940
"documentation":"<p>Tests the connection between the replication instance and the endpoint.</p>"
941+
},
942+
"UpdateSubscriptionsToEventBridge":{
943+
"name":"UpdateSubscriptionsToEventBridge",
944+
"http":{
945+
"method":"POST",
946+
"requestUri":"/"
947+
},
948+
"input":{"shape":"UpdateSubscriptionsToEventBridgeMessage"},
949+
"output":{"shape":"UpdateSubscriptionsToEventBridgeResponse"},
950+
"errors":[
951+
{"shape":"AccessDeniedFault"},
952+
{"shape":"InvalidResourceStateFault"}
953+
],
954+
"documentation":"<p>Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon EventBridge rules. By default, this operation migrates subscriptions only when all your replication instance versions are 3.4.6 or higher. If any replication instances are from versions earlier than 3.4.6, the operation raises an error and tells you to upgrade these instances to version 3.4.6 or higher. To enable migration regardless of version, set the <code>Force</code> option to true. However, if you don't upgrade instances earlier than version 3.4.6, some types of events might not be available when you use Amazon EventBridge.</p> <p>To call this operation, make sure that you have certain permissions added to your user 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 <i>Amazon Web Services Database Migration Service User Guide</i>.</p>"
941955
}
942956
},
943957
"shapes":{
@@ -6483,6 +6497,26 @@
64836497
},
64846498
"documentation":"<p/>"
64856499
},
6500+
"UpdateSubscriptionsToEventBridgeMessage":{
6501+
"type":"structure",
6502+
"members":{
6503+
"ForceMove":{
6504+
"shape":"BooleanOptional",
6505+
"documentation":"<p>When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher. </p>"
6506+
}
6507+
},
6508+
"documentation":"<p/>"
6509+
},
6510+
"UpdateSubscriptionsToEventBridgeResponse":{
6511+
"type":"structure",
6512+
"members":{
6513+
"Result":{
6514+
"shape":"String",
6515+
"documentation":"<p>A string that indicates how many event subscriptions were migrated and how many remain to be migrated.</p>"
6516+
}
6517+
},
6518+
"documentation":"<p/>"
6519+
},
64866520
"UpgradeDependencyFailureFault":{
64876521
"type":"structure",
64886522
"members":{

0 commit comments

Comments
 (0)