python-botocore/botocore/data/rds/2014-10-31/service-2.sdk-extras.json

40 lines
1 KiB
JSON
Raw Normal View History

2017-02-02 09:27:08 +01:00
{
"version": 1.0,
"merge": {
"shapes": {
2017-06-27 11:52:19 +02:00
"CopyDBClusterSnapshotMessage": {
"members": {
"SourceRegion": {
"shape": "String",
"documentation": "<p>The ID of the region that contains the snapshot to be copied.</p>"
}
}
},
"CreateDBClusterMessage": {
"members": {
"SourceRegion": {
"shape": "String",
"documentation": "<p>The ID of the region that contains the source for the db cluster.</p>"
}
}
},
2017-02-02 09:27:08 +01:00
"CopyDBSnapshotMessage": {
"members": {
"SourceRegion": {
"shape": "String",
"documentation": "<p>The ID of the region that contains the snapshot to be copied.</p>"
}
}
},
"CreateDBInstanceReadReplicaMessage": {
"members": {
"SourceRegion": {
"shape": "String",
"documentation": "<p>The ID of the region that contains the source for the read replica.</p>"
}
}
}
}
}
}