1{
2    "verifiedSimpleMethods" : [
3        "describeDBClusterParameterGroups",
4        "describeDBClusterSnapshots",
5        "describeDBClusters",
6        "describeDBEngineVersions",
7        "describeDBInstances",
8        "describeDBSubnetGroups",
9        "describeEventCategories",
10        "describeEvents",
11        "describePendingMaintenanceActions"
12    ],
13    "shapeModifiers" : {
14        "CopyDBClusterSnapshotMessage" : {
15            "inject" : [
16                {
17                    // This is for enabling automatic request presigning only; it should not be marshalled
18                    "SourceRegion" : {
19                        "shape" : "String",
20                        "documentation" : "If PreSignedUrl is not specified, this is the region where the source snapshot is located. A PreSignedUrl will be generated automatically by the SDK."
21                    }
22                }
23            ]
24        },
25        "CreateDBClusterMessage" : {
26            "inject" : [
27                {
28                    // This is for enabling automatic request presigning only; it should not be marshalled
29                    "SourceRegion" : {
30                        "shape" : "String",
31                        "documentation" : "If PreSignedUrl is not specified, this is the region where the source snapshot is located. A PreSignedUrl will be generated automatically by the SDK."
32                    }
33                }
34            ]
35        }
36    },
37   "interceptors": [
38       "software.amazon.awssdk.services.docdb.internal.CopyDbClusterSnapshotPresignInterceptor",
39       "software.amazon.awssdk.services.docdb.internal.CreateDbClusterPresignInterceptor"
40   ]
41}
42