blob: 36aea1fc021a4e18493959dd543df1560af7ca34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
{
"version": 1.0,
"merge": {
"shapes": {
"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>"
}
}
},
"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>"
}
}
},
"StartDBInstanceAutomatedBackupsReplicationMessage": {
"members": {
"SourceRegion": {
"shape": "String",
"documentation": "<p>The ID of the region that contains the source for the db instance.</p>"
}
}
}
}
}
}
|