1{
2    "verifiedSimpleMethods" : [
3        "describeDBClusterParameterGroups",
4        "describeDBClusterSnapshots",
5        "describeDBClusters",
6        "describeDBEngineVersions",
7        "describeDBInstances",
8        "describeDBParameterGroups",
9        "describeDBSubnetGroups",
10        "describeEventCategories",
11        "describeEventSubscriptions",
12        "describeEvents",
13        "describePendingMaintenanceActions"
14    ],
15     "shapeModifiers" : {
16         "CopyDBClusterSnapshotMessage" : {
17             "inject" : [
18                 {
19                     // This is for enabling automatic request presigning only; it should not be marshalled
20                     "SourceRegion" : {
21                         "shape" : "String",
22                         "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."
23                     }
24                 }
25             ]
26         },
27         "CreateDBClusterMessage" : {
28             "inject" : [
29                 {
30                     // This is for enabling automatic request presigning only; it should not be marshalled
31                     "SourceRegion" : {
32                         "shape" : "String",
33                         "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."
34                     }
35                 }
36             ]
37         }
38     },
39     "interceptors": [
40         "software.amazon.awssdk.services.neptune.internal.CopyDbClusterSnapshotPresignInterceptor",
41         "software.amazon.awssdk.services.neptune.internal.CreateDbClusterPresignInterceptor"
42     ],
43    "useSraAuth": true
44}
45