git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

rds-2014-10-31.min.json (86391B)


      1 {
      2   "version": "2.0",
      3   "metadata": {
      4     "apiVersion": "2014-10-31",
      5     "endpointPrefix": "rds",
      6     "protocol": "query",
      7     "serviceAbbreviation": "Amazon RDS",
      8     "serviceFullName": "Amazon Relational Database Service",
      9     "signatureVersion": "v4",
     10     "xmlNamespace": "http://rds.amazonaws.com/doc/2014-10-31/"
     11   },
     12   "operations": {
     13     "AddRoleToDBCluster": {
     14       "input": {
     15         "type": "structure",
     16         "required": [
     17           "DBClusterIdentifier",
     18           "RoleArn"
     19         ],
     20         "members": {
     21           "DBClusterIdentifier": {},
     22           "RoleArn": {}
     23         }
     24       }
     25     },
     26     "AddSourceIdentifierToSubscription": {
     27       "input": {
     28         "type": "structure",
     29         "required": [
     30           "SubscriptionName",
     31           "SourceIdentifier"
     32         ],
     33         "members": {
     34           "SubscriptionName": {},
     35           "SourceIdentifier": {}
     36         }
     37       },
     38       "output": {
     39         "resultWrapper": "AddSourceIdentifierToSubscriptionResult",
     40         "type": "structure",
     41         "members": {
     42           "EventSubscription": {
     43             "shape": "S5"
     44           }
     45         }
     46       }
     47     },
     48     "AddTagsToResource": {
     49       "input": {
     50         "type": "structure",
     51         "required": [
     52           "ResourceName",
     53           "Tags"
     54         ],
     55         "members": {
     56           "ResourceName": {},
     57           "Tags": {
     58             "shape": "Sa"
     59           }
     60         }
     61       }
     62     },
     63     "ApplyPendingMaintenanceAction": {
     64       "input": {
     65         "type": "structure",
     66         "required": [
     67           "ResourceIdentifier",
     68           "ApplyAction",
     69           "OptInType"
     70         ],
     71         "members": {
     72           "ResourceIdentifier": {},
     73           "ApplyAction": {},
     74           "OptInType": {}
     75         }
     76       },
     77       "output": {
     78         "resultWrapper": "ApplyPendingMaintenanceActionResult",
     79         "type": "structure",
     80         "members": {
     81           "ResourcePendingMaintenanceActions": {
     82             "shape": "Se"
     83           }
     84         }
     85       }
     86     },
     87     "AuthorizeDBSecurityGroupIngress": {
     88       "input": {
     89         "type": "structure",
     90         "required": [
     91           "DBSecurityGroupName"
     92         ],
     93         "members": {
     94           "DBSecurityGroupName": {},
     95           "CIDRIP": {},
     96           "EC2SecurityGroupName": {},
     97           "EC2SecurityGroupId": {},
     98           "EC2SecurityGroupOwnerId": {}
     99         }
    100       },
    101       "output": {
    102         "resultWrapper": "AuthorizeDBSecurityGroupIngressResult",
    103         "type": "structure",
    104         "members": {
    105           "DBSecurityGroup": {
    106             "shape": "Sk"
    107           }
    108         }
    109       }
    110     },
    111     "CopyDBClusterParameterGroup": {
    112       "input": {
    113         "type": "structure",
    114         "required": [
    115           "SourceDBClusterParameterGroupIdentifier",
    116           "TargetDBClusterParameterGroupIdentifier",
    117           "TargetDBClusterParameterGroupDescription"
    118         ],
    119         "members": {
    120           "SourceDBClusterParameterGroupIdentifier": {},
    121           "TargetDBClusterParameterGroupIdentifier": {},
    122           "TargetDBClusterParameterGroupDescription": {},
    123           "Tags": {
    124             "shape": "Sa"
    125           }
    126         }
    127       },
    128       "output": {
    129         "resultWrapper": "CopyDBClusterParameterGroupResult",
    130         "type": "structure",
    131         "members": {
    132           "DBClusterParameterGroup": {
    133             "shape": "Sr"
    134           }
    135         }
    136       }
    137     },
    138     "CopyDBClusterSnapshot": {
    139       "input": {
    140         "type": "structure",
    141         "required": [
    142           "SourceDBClusterSnapshotIdentifier",
    143           "TargetDBClusterSnapshotIdentifier"
    144         ],
    145         "members": {
    146           "SourceDBClusterSnapshotIdentifier": {},
    147           "TargetDBClusterSnapshotIdentifier": {},
    148           "Tags": {
    149             "shape": "Sa"
    150           }
    151         }
    152       },
    153       "output": {
    154         "resultWrapper": "CopyDBClusterSnapshotResult",
    155         "type": "structure",
    156         "members": {
    157           "DBClusterSnapshot": {
    158             "shape": "Su"
    159           }
    160         }
    161       }
    162     },
    163     "CopyDBParameterGroup": {
    164       "input": {
    165         "type": "structure",
    166         "required": [
    167           "SourceDBParameterGroupIdentifier",
    168           "TargetDBParameterGroupIdentifier",
    169           "TargetDBParameterGroupDescription"
    170         ],
    171         "members": {
    172           "SourceDBParameterGroupIdentifier": {},
    173           "TargetDBParameterGroupIdentifier": {},
    174           "TargetDBParameterGroupDescription": {},
    175           "Tags": {
    176             "shape": "Sa"
    177           }
    178         }
    179       },
    180       "output": {
    181         "resultWrapper": "CopyDBParameterGroupResult",
    182         "type": "structure",
    183         "members": {
    184           "DBParameterGroup": {
    185             "shape": "Sz"
    186           }
    187         }
    188       }
    189     },
    190     "CopyDBSnapshot": {
    191       "input": {
    192         "type": "structure",
    193         "required": [
    194           "SourceDBSnapshotIdentifier",
    195           "TargetDBSnapshotIdentifier"
    196         ],
    197         "members": {
    198           "SourceDBSnapshotIdentifier": {},
    199           "TargetDBSnapshotIdentifier": {},
    200           "KmsKeyId": {},
    201           "Tags": {
    202             "shape": "Sa"
    203           },
    204           "CopyTags": {
    205             "type": "boolean"
    206           }
    207         }
    208       },
    209       "output": {
    210         "resultWrapper": "CopyDBSnapshotResult",
    211         "type": "structure",
    212         "members": {
    213           "DBSnapshot": {
    214             "shape": "S13"
    215           }
    216         }
    217       }
    218     },
    219     "CopyOptionGroup": {
    220       "input": {
    221         "type": "structure",
    222         "required": [
    223           "SourceOptionGroupIdentifier",
    224           "TargetOptionGroupIdentifier",
    225           "TargetOptionGroupDescription"
    226         ],
    227         "members": {
    228           "SourceOptionGroupIdentifier": {},
    229           "TargetOptionGroupIdentifier": {},
    230           "TargetOptionGroupDescription": {},
    231           "Tags": {
    232             "shape": "Sa"
    233           }
    234         }
    235       },
    236       "output": {
    237         "resultWrapper": "CopyOptionGroupResult",
    238         "type": "structure",
    239         "members": {
    240           "OptionGroup": {
    241             "shape": "S17"
    242           }
    243         }
    244       }
    245     },
    246     "CreateDBCluster": {
    247       "input": {
    248         "type": "structure",
    249         "required": [
    250           "DBClusterIdentifier",
    251           "Engine"
    252         ],
    253         "members": {
    254           "AvailabilityZones": {
    255             "shape": "Sv"
    256           },
    257           "BackupRetentionPeriod": {
    258             "type": "integer"
    259           },
    260           "CharacterSetName": {},
    261           "DatabaseName": {},
    262           "DBClusterIdentifier": {},
    263           "DBClusterParameterGroupName": {},
    264           "VpcSecurityGroupIds": {
    265             "shape": "S1h"
    266           },
    267           "DBSubnetGroupName": {},
    268           "Engine": {},
    269           "EngineVersion": {},
    270           "Port": {
    271             "type": "integer"
    272           },
    273           "MasterUsername": {},
    274           "MasterUserPassword": {},
    275           "OptionGroupName": {},
    276           "PreferredBackupWindow": {},
    277           "PreferredMaintenanceWindow": {},
    278           "ReplicationSourceIdentifier": {},
    279           "Tags": {
    280             "shape": "Sa"
    281           },
    282           "StorageEncrypted": {
    283             "type": "boolean"
    284           },
    285           "KmsKeyId": {}
    286         }
    287       },
    288       "output": {
    289         "resultWrapper": "CreateDBClusterResult",
    290         "type": "structure",
    291         "members": {
    292           "DBCluster": {
    293             "shape": "S1j"
    294           }
    295         }
    296       }
    297     },
    298     "CreateDBClusterParameterGroup": {
    299       "input": {
    300         "type": "structure",
    301         "required": [
    302           "DBClusterParameterGroupName",
    303           "DBParameterGroupFamily",
    304           "Description"
    305         ],
    306         "members": {
    307           "DBClusterParameterGroupName": {},
    308           "DBParameterGroupFamily": {},
    309           "Description": {},
    310           "Tags": {
    311             "shape": "Sa"
    312           }
    313         }
    314       },
    315       "output": {
    316         "resultWrapper": "CreateDBClusterParameterGroupResult",
    317         "type": "structure",
    318         "members": {
    319           "DBClusterParameterGroup": {
    320             "shape": "Sr"
    321           }
    322         }
    323       }
    324     },
    325     "CreateDBClusterSnapshot": {
    326       "input": {
    327         "type": "structure",
    328         "required": [
    329           "DBClusterSnapshotIdentifier",
    330           "DBClusterIdentifier"
    331         ],
    332         "members": {
    333           "DBClusterSnapshotIdentifier": {},
    334           "DBClusterIdentifier": {},
    335           "Tags": {
    336             "shape": "Sa"
    337           }
    338         }
    339       },
    340       "output": {
    341         "resultWrapper": "CreateDBClusterSnapshotResult",
    342         "type": "structure",
    343         "members": {
    344           "DBClusterSnapshot": {
    345             "shape": "Su"
    346           }
    347         }
    348       }
    349     },
    350     "CreateDBInstance": {
    351       "input": {
    352         "type": "structure",
    353         "required": [
    354           "DBInstanceIdentifier",
    355           "DBInstanceClass",
    356           "Engine"
    357         ],
    358         "members": {
    359           "DBName": {},
    360           "DBInstanceIdentifier": {},
    361           "AllocatedStorage": {
    362             "type": "integer"
    363           },
    364           "DBInstanceClass": {},
    365           "Engine": {},
    366           "MasterUsername": {},
    367           "MasterUserPassword": {},
    368           "DBSecurityGroups": {
    369             "shape": "S1w"
    370           },
    371           "VpcSecurityGroupIds": {
    372             "shape": "S1h"
    373           },
    374           "AvailabilityZone": {},
    375           "DBSubnetGroupName": {},
    376           "PreferredMaintenanceWindow": {},
    377           "DBParameterGroupName": {},
    378           "BackupRetentionPeriod": {
    379             "type": "integer"
    380           },
    381           "PreferredBackupWindow": {},
    382           "Port": {
    383             "type": "integer"
    384           },
    385           "MultiAZ": {
    386             "type": "boolean"
    387           },
    388           "EngineVersion": {},
    389           "AutoMinorVersionUpgrade": {
    390             "type": "boolean"
    391           },
    392           "LicenseModel": {},
    393           "Iops": {
    394             "type": "integer"
    395           },
    396           "OptionGroupName": {},
    397           "CharacterSetName": {},
    398           "PubliclyAccessible": {
    399             "type": "boolean"
    400           },
    401           "Tags": {
    402             "shape": "Sa"
    403           },
    404           "DBClusterIdentifier": {},
    405           "StorageType": {},
    406           "TdeCredentialArn": {},
    407           "TdeCredentialPassword": {},
    408           "StorageEncrypted": {
    409             "type": "boolean"
    410           },
    411           "KmsKeyId": {},
    412           "Domain": {},
    413           "CopyTagsToSnapshot": {
    414             "type": "boolean"
    415           },
    416           "MonitoringInterval": {
    417             "type": "integer"
    418           },
    419           "MonitoringRoleArn": {},
    420           "DomainIAMRoleName": {},
    421           "PromotionTier": {
    422             "type": "integer"
    423           },
    424           "Timezone": {}
    425         }
    426       },
    427       "output": {
    428         "resultWrapper": "CreateDBInstanceResult",
    429         "type": "structure",
    430         "members": {
    431           "DBInstance": {
    432             "shape": "S1y"
    433           }
    434         }
    435       }
    436     },
    437     "CreateDBInstanceReadReplica": {
    438       "input": {
    439         "type": "structure",
    440         "required": [
    441           "DBInstanceIdentifier",
    442           "SourceDBInstanceIdentifier"
    443         ],
    444         "members": {
    445           "DBInstanceIdentifier": {},
    446           "SourceDBInstanceIdentifier": {},
    447           "DBInstanceClass": {},
    448           "AvailabilityZone": {},
    449           "Port": {
    450             "type": "integer"
    451           },
    452           "AutoMinorVersionUpgrade": {
    453             "type": "boolean"
    454           },
    455           "Iops": {
    456             "type": "integer"
    457           },
    458           "OptionGroupName": {},
    459           "PubliclyAccessible": {
    460             "type": "boolean"
    461           },
    462           "Tags": {
    463             "shape": "Sa"
    464           },
    465           "DBSubnetGroupName": {},
    466           "StorageType": {},
    467           "CopyTagsToSnapshot": {
    468             "type": "boolean"
    469           },
    470           "MonitoringInterval": {
    471             "type": "integer"
    472           },
    473           "MonitoringRoleArn": {}
    474         }
    475       },
    476       "output": {
    477         "resultWrapper": "CreateDBInstanceReadReplicaResult",
    478         "type": "structure",
    479         "members": {
    480           "DBInstance": {
    481             "shape": "S1y"
    482           }
    483         }
    484       }
    485     },
    486     "CreateDBParameterGroup": {
    487       "input": {
    488         "type": "structure",
    489         "required": [
    490           "DBParameterGroupName",
    491           "DBParameterGroupFamily",
    492           "Description"
    493         ],
    494         "members": {
    495           "DBParameterGroupName": {},
    496           "DBParameterGroupFamily": {},
    497           "Description": {},
    498           "Tags": {
    499             "shape": "Sa"
    500           }
    501         }
    502       },
    503       "output": {
    504         "resultWrapper": "CreateDBParameterGroupResult",
    505         "type": "structure",
    506         "members": {
    507           "DBParameterGroup": {
    508             "shape": "Sz"
    509           }
    510         }
    511       }
    512     },
    513     "CreateDBSecurityGroup": {
    514       "input": {
    515         "type": "structure",
    516         "required": [
    517           "DBSecurityGroupName",
    518           "DBSecurityGroupDescription"
    519         ],
    520         "members": {
    521           "DBSecurityGroupName": {},
    522           "DBSecurityGroupDescription": {},
    523           "Tags": {
    524             "shape": "Sa"
    525           }
    526         }
    527       },
    528       "output": {
    529         "resultWrapper": "CreateDBSecurityGroupResult",
    530         "type": "structure",
    531         "members": {
    532           "DBSecurityGroup": {
    533             "shape": "Sk"
    534           }
    535         }
    536       }
    537     },
    538     "CreateDBSnapshot": {
    539       "input": {
    540         "type": "structure",
    541         "required": [
    542           "DBSnapshotIdentifier",
    543           "DBInstanceIdentifier"
    544         ],
    545         "members": {
    546           "DBSnapshotIdentifier": {},
    547           "DBInstanceIdentifier": {},
    548           "Tags": {
    549             "shape": "Sa"
    550           }
    551         }
    552       },
    553       "output": {
    554         "resultWrapper": "CreateDBSnapshotResult",
    555         "type": "structure",
    556         "members": {
    557           "DBSnapshot": {
    558             "shape": "S13"
    559           }
    560         }
    561       }
    562     },
    563     "CreateDBSubnetGroup": {
    564       "input": {
    565         "type": "structure",
    566         "required": [
    567           "DBSubnetGroupName",
    568           "DBSubnetGroupDescription",
    569           "SubnetIds"
    570         ],
    571         "members": {
    572           "DBSubnetGroupName": {},
    573           "DBSubnetGroupDescription": {},
    574           "SubnetIds": {
    575             "shape": "S2n"
    576           },
    577           "Tags": {
    578             "shape": "Sa"
    579           }
    580         }
    581       },
    582       "output": {
    583         "resultWrapper": "CreateDBSubnetGroupResult",
    584         "type": "structure",
    585         "members": {
    586           "DBSubnetGroup": {
    587             "shape": "S22"
    588           }
    589         }
    590       }
    591     },
    592     "CreateEventSubscription": {
    593       "input": {
    594         "type": "structure",
    595         "required": [
    596           "SubscriptionName",
    597           "SnsTopicArn"
    598         ],
    599         "members": {
    600           "SubscriptionName": {},
    601           "SnsTopicArn": {},
    602           "SourceType": {},
    603           "EventCategories": {
    604             "shape": "S7"
    605           },
    606           "SourceIds": {
    607             "shape": "S6"
    608           },
    609           "Enabled": {
    610             "type": "boolean"
    611           },
    612           "Tags": {
    613             "shape": "Sa"
    614           }
    615         }
    616       },
    617       "output": {
    618         "resultWrapper": "CreateEventSubscriptionResult",
    619         "type": "structure",
    620         "members": {
    621           "EventSubscription": {
    622             "shape": "S5"
    623           }
    624         }
    625       }
    626     },
    627     "CreateOptionGroup": {
    628       "input": {
    629         "type": "structure",
    630         "required": [
    631           "OptionGroupName",
    632           "EngineName",
    633           "MajorEngineVersion",
    634           "OptionGroupDescription"
    635         ],
    636         "members": {
    637           "OptionGroupName": {},
    638           "EngineName": {},
    639           "MajorEngineVersion": {},
    640           "OptionGroupDescription": {},
    641           "Tags": {
    642             "shape": "Sa"
    643           }
    644         }
    645       },
    646       "output": {
    647         "resultWrapper": "CreateOptionGroupResult",
    648         "type": "structure",
    649         "members": {
    650           "OptionGroup": {
    651             "shape": "S17"
    652           }
    653         }
    654       }
    655     },
    656     "DeleteDBCluster": {
    657       "input": {
    658         "type": "structure",
    659         "required": [
    660           "DBClusterIdentifier"
    661         ],
    662         "members": {
    663           "DBClusterIdentifier": {},
    664           "SkipFinalSnapshot": {
    665             "type": "boolean"
    666           },
    667           "FinalDBSnapshotIdentifier": {}
    668         }
    669       },
    670       "output": {
    671         "resultWrapper": "DeleteDBClusterResult",
    672         "type": "structure",
    673         "members": {
    674           "DBCluster": {
    675             "shape": "S1j"
    676           }
    677         }
    678       }
    679     },
    680     "DeleteDBClusterParameterGroup": {
    681       "input": {
    682         "type": "structure",
    683         "required": [
    684           "DBClusterParameterGroupName"
    685         ],
    686         "members": {
    687           "DBClusterParameterGroupName": {}
    688         }
    689       }
    690     },
    691     "DeleteDBClusterSnapshot": {
    692       "input": {
    693         "type": "structure",
    694         "required": [
    695           "DBClusterSnapshotIdentifier"
    696         ],
    697         "members": {
    698           "DBClusterSnapshotIdentifier": {}
    699         }
    700       },
    701       "output": {
    702         "resultWrapper": "DeleteDBClusterSnapshotResult",
    703         "type": "structure",
    704         "members": {
    705           "DBClusterSnapshot": {
    706             "shape": "Su"
    707           }
    708         }
    709       }
    710     },
    711     "DeleteDBInstance": {
    712       "input": {
    713         "type": "structure",
    714         "required": [
    715           "DBInstanceIdentifier"
    716         ],
    717         "members": {
    718           "DBInstanceIdentifier": {},
    719           "SkipFinalSnapshot": {
    720             "type": "boolean"
    721           },
    722           "FinalDBSnapshotIdentifier": {}
    723         }
    724       },
    725       "output": {
    726         "resultWrapper": "DeleteDBInstanceResult",
    727         "type": "structure",
    728         "members": {
    729           "DBInstance": {
    730             "shape": "S1y"
    731           }
    732         }
    733       }
    734     },
    735     "DeleteDBParameterGroup": {
    736       "input": {
    737         "type": "structure",
    738         "required": [
    739           "DBParameterGroupName"
    740         ],
    741         "members": {
    742           "DBParameterGroupName": {}
    743         }
    744       }
    745     },
    746     "DeleteDBSecurityGroup": {
    747       "input": {
    748         "type": "structure",
    749         "required": [
    750           "DBSecurityGroupName"
    751         ],
    752         "members": {
    753           "DBSecurityGroupName": {}
    754         }
    755       }
    756     },
    757     "DeleteDBSnapshot": {
    758       "input": {
    759         "type": "structure",
    760         "required": [
    761           "DBSnapshotIdentifier"
    762         ],
    763         "members": {
    764           "DBSnapshotIdentifier": {}
    765         }
    766       },
    767       "output": {
    768         "resultWrapper": "DeleteDBSnapshotResult",
    769         "type": "structure",
    770         "members": {
    771           "DBSnapshot": {
    772             "shape": "S13"
    773           }
    774         }
    775       }
    776     },
    777     "DeleteDBSubnetGroup": {
    778       "input": {
    779         "type": "structure",
    780         "required": [
    781           "DBSubnetGroupName"
    782         ],
    783         "members": {
    784           "DBSubnetGroupName": {}
    785         }
    786       }
    787     },
    788     "DeleteEventSubscription": {
    789       "input": {
    790         "type": "structure",
    791         "required": [
    792           "SubscriptionName"
    793         ],
    794         "members": {
    795           "SubscriptionName": {}
    796         }
    797       },
    798       "output": {
    799         "resultWrapper": "DeleteEventSubscriptionResult",
    800         "type": "structure",
    801         "members": {
    802           "EventSubscription": {
    803             "shape": "S5"
    804           }
    805         }
    806       }
    807     },
    808     "DeleteOptionGroup": {
    809       "input": {
    810         "type": "structure",
    811         "required": [
    812           "OptionGroupName"
    813         ],
    814         "members": {
    815           "OptionGroupName": {}
    816         }
    817       }
    818     },
    819     "DescribeAccountAttributes": {
    820       "input": {
    821         "type": "structure",
    822         "members": {}
    823       },
    824       "output": {
    825         "resultWrapper": "DescribeAccountAttributesResult",
    826         "type": "structure",
    827         "members": {
    828           "AccountQuotas": {
    829             "type": "list",
    830             "member": {
    831               "locationName": "AccountQuota",
    832               "type": "structure",
    833               "members": {
    834                 "AccountQuotaName": {},
    835                 "Used": {
    836                   "type": "long"
    837                 },
    838                 "Max": {
    839                   "type": "long"
    840                 }
    841               },
    842               "wrapper": true
    843             }
    844           }
    845         }
    846       }
    847     },
    848     "DescribeCertificates": {
    849       "input": {
    850         "type": "structure",
    851         "members": {
    852           "CertificateIdentifier": {},
    853           "Filters": {
    854             "shape": "S3e"
    855           },
    856           "MaxRecords": {
    857             "type": "integer"
    858           },
    859           "Marker": {}
    860         }
    861       },
    862       "output": {
    863         "resultWrapper": "DescribeCertificatesResult",
    864         "type": "structure",
    865         "members": {
    866           "Certificates": {
    867             "type": "list",
    868             "member": {
    869               "locationName": "Certificate",
    870               "type": "structure",
    871               "members": {
    872                 "CertificateIdentifier": {},
    873                 "CertificateType": {},
    874                 "Thumbprint": {},
    875                 "ValidFrom": {
    876                   "type": "timestamp"
    877                 },
    878                 "ValidTill": {
    879                   "type": "timestamp"
    880                 },
    881                 "CertificateArn": {}
    882               },
    883               "wrapper": true
    884             }
    885           },
    886           "Marker": {}
    887         }
    888       }
    889     },
    890     "DescribeDBClusterParameterGroups": {
    891       "input": {
    892         "type": "structure",
    893         "members": {
    894           "DBClusterParameterGroupName": {},
    895           "Filters": {
    896             "shape": "S3e"
    897           },
    898           "MaxRecords": {
    899             "type": "integer"
    900           },
    901           "Marker": {}
    902         }
    903       },
    904       "output": {
    905         "resultWrapper": "DescribeDBClusterParameterGroupsResult",
    906         "type": "structure",
    907         "members": {
    908           "Marker": {},
    909           "DBClusterParameterGroups": {
    910             "type": "list",
    911             "member": {
    912               "shape": "Sr",
    913               "locationName": "DBClusterParameterGroup"
    914             }
    915           }
    916         }
    917       }
    918     },
    919     "DescribeDBClusterParameters": {
    920       "input": {
    921         "type": "structure",
    922         "required": [
    923           "DBClusterParameterGroupName"
    924         ],
    925         "members": {
    926           "DBClusterParameterGroupName": {},
    927           "Source": {},
    928           "Filters": {
    929             "shape": "S3e"
    930           },
    931           "MaxRecords": {
    932             "type": "integer"
    933           },
    934           "Marker": {}
    935         }
    936       },
    937       "output": {
    938         "resultWrapper": "DescribeDBClusterParametersResult",
    939         "type": "structure",
    940         "members": {
    941           "Parameters": {
    942             "shape": "S3p"
    943           },
    944           "Marker": {}
    945         }
    946       }
    947     },
    948     "DescribeDBClusterSnapshotAttributes": {
    949       "input": {
    950         "type": "structure",
    951         "required": [
    952           "DBClusterSnapshotIdentifier"
    953         ],
    954         "members": {
    955           "DBClusterSnapshotIdentifier": {}
    956         }
    957       },
    958       "output": {
    959         "resultWrapper": "DescribeDBClusterSnapshotAttributesResult",
    960         "type": "structure",
    961         "members": {
    962           "DBClusterSnapshotAttributesResult": {
    963             "shape": "S3u"
    964           }
    965         }
    966       }
    967     },
    968     "DescribeDBClusterSnapshots": {
    969       "input": {
    970         "type": "structure",
    971         "members": {
    972           "DBClusterIdentifier": {},
    973           "DBClusterSnapshotIdentifier": {},
    974           "SnapshotType": {},
    975           "Filters": {
    976             "shape": "S3e"
    977           },
    978           "MaxRecords": {
    979             "type": "integer"
    980           },
    981           "Marker": {},
    982           "IncludeShared": {
    983             "type": "boolean"
    984           },
    985           "IncludePublic": {
    986             "type": "boolean"
    987           }
    988         }
    989       },
    990       "output": {
    991         "resultWrapper": "DescribeDBClusterSnapshotsResult",
    992         "type": "structure",
    993         "members": {
    994           "Marker": {},
    995           "DBClusterSnapshots": {
    996             "type": "list",
    997             "member": {
    998               "shape": "Su",
    999               "locationName": "DBClusterSnapshot"
   1000             }
   1001           }
   1002         }
   1003       }
   1004     },
   1005     "DescribeDBClusters": {
   1006       "input": {
   1007         "type": "structure",
   1008         "members": {
   1009           "DBClusterIdentifier": {},
   1010           "Filters": {
   1011             "shape": "S3e"
   1012           },
   1013           "MaxRecords": {
   1014             "type": "integer"
   1015           },
   1016           "Marker": {}
   1017         }
   1018       },
   1019       "output": {
   1020         "resultWrapper": "DescribeDBClustersResult",
   1021         "type": "structure",
   1022         "members": {
   1023           "Marker": {},
   1024           "DBClusters": {
   1025             "type": "list",
   1026             "member": {
   1027               "shape": "S1j",
   1028               "locationName": "DBCluster"
   1029             }
   1030           }
   1031         }
   1032       }
   1033     },
   1034     "DescribeDBEngineVersions": {
   1035       "input": {
   1036         "type": "structure",
   1037         "members": {
   1038           "Engine": {},
   1039           "EngineVersion": {},
   1040           "DBParameterGroupFamily": {},
   1041           "Filters": {
   1042             "shape": "S3e"
   1043           },
   1044           "MaxRecords": {
   1045             "type": "integer"
   1046           },
   1047           "Marker": {},
   1048           "DefaultOnly": {
   1049             "type": "boolean"
   1050           },
   1051           "ListSupportedCharacterSets": {
   1052             "type": "boolean"
   1053           },
   1054           "ListSupportedTimezones": {
   1055             "type": "boolean"
   1056           }
   1057         }
   1058       },
   1059       "output": {
   1060         "resultWrapper": "DescribeDBEngineVersionsResult",
   1061         "type": "structure",
   1062         "members": {
   1063           "Marker": {},
   1064           "DBEngineVersions": {
   1065             "type": "list",
   1066             "member": {
   1067               "locationName": "DBEngineVersion",
   1068               "type": "structure",
   1069               "members": {
   1070                 "Engine": {},
   1071                 "EngineVersion": {},
   1072                 "DBParameterGroupFamily": {},
   1073                 "DBEngineDescription": {},
   1074                 "DBEngineVersionDescription": {},
   1075                 "DefaultCharacterSet": {
   1076                   "shape": "S48"
   1077                 },
   1078                 "SupportedCharacterSets": {
   1079                   "type": "list",
   1080                   "member": {
   1081                     "shape": "S48",
   1082                     "locationName": "CharacterSet"
   1083                   }
   1084                 },
   1085                 "ValidUpgradeTarget": {
   1086                   "type": "list",
   1087                   "member": {
   1088                     "locationName": "UpgradeTarget",
   1089                     "type": "structure",
   1090                     "members": {
   1091                       "Engine": {},
   1092                       "EngineVersion": {},
   1093                       "Description": {},
   1094                       "AutoUpgrade": {
   1095                         "type": "boolean"
   1096                       },
   1097                       "IsMajorVersionUpgrade": {
   1098                         "type": "boolean"
   1099                       }
   1100                     }
   1101                   }
   1102                 },
   1103                 "SupportedTimezones": {
   1104                   "type": "list",
   1105                   "member": {
   1106                     "locationName": "Timezone",
   1107                     "type": "structure",
   1108                     "members": {
   1109                       "TimezoneName": {}
   1110                     }
   1111                   }
   1112                 }
   1113               }
   1114             }
   1115           }
   1116         }
   1117       }
   1118     },
   1119     "DescribeDBInstances": {
   1120       "input": {
   1121         "type": "structure",
   1122         "members": {
   1123           "DBInstanceIdentifier": {},
   1124           "Filters": {
   1125             "shape": "S3e"
   1126           },
   1127           "MaxRecords": {
   1128             "type": "integer"
   1129           },
   1130           "Marker": {}
   1131         }
   1132       },
   1133       "output": {
   1134         "resultWrapper": "DescribeDBInstancesResult",
   1135         "type": "structure",
   1136         "members": {
   1137           "Marker": {},
   1138           "DBInstances": {
   1139             "type": "list",
   1140             "member": {
   1141               "shape": "S1y",
   1142               "locationName": "DBInstance"
   1143             }
   1144           }
   1145         }
   1146       }
   1147     },
   1148     "DescribeDBLogFiles": {
   1149       "input": {
   1150         "type": "structure",
   1151         "required": [
   1152           "DBInstanceIdentifier"
   1153         ],
   1154         "members": {
   1155           "DBInstanceIdentifier": {},
   1156           "FilenameContains": {},
   1157           "FileLastWritten": {
   1158             "type": "long"
   1159           },
   1160           "FileSize": {
   1161             "type": "long"
   1162           },
   1163           "Filters": {
   1164             "shape": "S3e"
   1165           },
   1166           "MaxRecords": {
   1167             "type": "integer"
   1168           },
   1169           "Marker": {}
   1170         }
   1171       },
   1172       "output": {
   1173         "resultWrapper": "DescribeDBLogFilesResult",
   1174         "type": "structure",
   1175         "members": {
   1176           "DescribeDBLogFiles": {
   1177             "type": "list",
   1178             "member": {
   1179               "locationName": "DescribeDBLogFilesDetails",
   1180               "type": "structure",
   1181               "members": {
   1182                 "LogFileName": {},
   1183                 "LastWritten": {
   1184                   "type": "long"
   1185                 },
   1186                 "Size": {
   1187                   "type": "long"
   1188                 }
   1189               }
   1190             }
   1191           },
   1192           "Marker": {}
   1193         }
   1194       }
   1195     },
   1196     "DescribeDBParameterGroups": {
   1197       "input": {
   1198         "type": "structure",
   1199         "members": {
   1200           "DBParameterGroupName": {},
   1201           "Filters": {
   1202             "shape": "S3e"
   1203           },
   1204           "MaxRecords": {
   1205             "type": "integer"
   1206           },
   1207           "Marker": {}
   1208         }
   1209       },
   1210       "output": {
   1211         "resultWrapper": "DescribeDBParameterGroupsResult",
   1212         "type": "structure",
   1213         "members": {
   1214           "Marker": {},
   1215           "DBParameterGroups": {
   1216             "type": "list",
   1217             "member": {
   1218               "shape": "Sz",
   1219               "locationName": "DBParameterGroup"
   1220             }
   1221           }
   1222         }
   1223       }
   1224     },
   1225     "DescribeDBParameters": {
   1226       "input": {
   1227         "type": "structure",
   1228         "required": [
   1229           "DBParameterGroupName"
   1230         ],
   1231         "members": {
   1232           "DBParameterGroupName": {},
   1233           "Source": {},
   1234           "Filters": {
   1235             "shape": "S3e"
   1236           },
   1237           "MaxRecords": {
   1238             "type": "integer"
   1239           },
   1240           "Marker": {}
   1241         }
   1242       },
   1243       "output": {
   1244         "resultWrapper": "DescribeDBParametersResult",
   1245         "type": "structure",
   1246         "members": {
   1247           "Parameters": {
   1248             "shape": "S3p"
   1249           },
   1250           "Marker": {}
   1251         }
   1252       }
   1253     },
   1254     "DescribeDBSecurityGroups": {
   1255       "input": {
   1256         "type": "structure",
   1257         "members": {
   1258           "DBSecurityGroupName": {},
   1259           "Filters": {
   1260             "shape": "S3e"
   1261           },
   1262           "MaxRecords": {
   1263             "type": "integer"
   1264           },
   1265           "Marker": {}
   1266         }
   1267       },
   1268       "output": {
   1269         "resultWrapper": "DescribeDBSecurityGroupsResult",
   1270         "type": "structure",
   1271         "members": {
   1272           "Marker": {},
   1273           "DBSecurityGroups": {
   1274             "type": "list",
   1275             "member": {
   1276               "shape": "Sk",
   1277               "locationName": "DBSecurityGroup"
   1278             }
   1279           }
   1280         }
   1281       }
   1282     },
   1283     "DescribeDBSnapshotAttributes": {
   1284       "input": {
   1285         "type": "structure",
   1286         "required": [
   1287           "DBSnapshotIdentifier"
   1288         ],
   1289         "members": {
   1290           "DBSnapshotIdentifier": {}
   1291         }
   1292       },
   1293       "output": {
   1294         "resultWrapper": "DescribeDBSnapshotAttributesResult",
   1295         "type": "structure",
   1296         "members": {
   1297           "DBSnapshotAttributesResult": {
   1298             "shape": "S4v"
   1299           }
   1300         }
   1301       }
   1302     },
   1303     "DescribeDBSnapshots": {
   1304       "input": {
   1305         "type": "structure",
   1306         "members": {
   1307           "DBInstanceIdentifier": {},
   1308           "DBSnapshotIdentifier": {},
   1309           "SnapshotType": {},
   1310           "Filters": {
   1311             "shape": "S3e"
   1312           },
   1313           "MaxRecords": {
   1314             "type": "integer"
   1315           },
   1316           "Marker": {},
   1317           "IncludeShared": {
   1318             "type": "boolean"
   1319           },
   1320           "IncludePublic": {
   1321             "type": "boolean"
   1322           }
   1323         }
   1324       },
   1325       "output": {
   1326         "resultWrapper": "DescribeDBSnapshotsResult",
   1327         "type": "structure",
   1328         "members": {
   1329           "Marker": {},
   1330           "DBSnapshots": {
   1331             "type": "list",
   1332             "member": {
   1333               "shape": "S13",
   1334               "locationName": "DBSnapshot"
   1335             }
   1336           }
   1337         }
   1338       }
   1339     },
   1340     "DescribeDBSubnetGroups": {
   1341       "input": {
   1342         "type": "structure",
   1343         "members": {
   1344           "DBSubnetGroupName": {},
   1345           "Filters": {
   1346             "shape": "S3e"
   1347           },
   1348           "MaxRecords": {
   1349             "type": "integer"
   1350           },
   1351           "Marker": {}
   1352         }
   1353       },
   1354       "output": {
   1355         "resultWrapper": "DescribeDBSubnetGroupsResult",
   1356         "type": "structure",
   1357         "members": {
   1358           "Marker": {},
   1359           "DBSubnetGroups": {
   1360             "type": "list",
   1361             "member": {
   1362               "shape": "S22",
   1363               "locationName": "DBSubnetGroup"
   1364             }
   1365           }
   1366         }
   1367       }
   1368     },
   1369     "DescribeEngineDefaultClusterParameters": {
   1370       "input": {
   1371         "type": "structure",
   1372         "required": [
   1373           "DBParameterGroupFamily"
   1374         ],
   1375         "members": {
   1376           "DBParameterGroupFamily": {},
   1377           "Filters": {
   1378             "shape": "S3e"
   1379           },
   1380           "MaxRecords": {
   1381             "type": "integer"
   1382           },
   1383           "Marker": {}
   1384         }
   1385       },
   1386       "output": {
   1387         "resultWrapper": "DescribeEngineDefaultClusterParametersResult",
   1388         "type": "structure",
   1389         "members": {
   1390           "EngineDefaults": {
   1391             "shape": "S56"
   1392           }
   1393         }
   1394       }
   1395     },
   1396     "DescribeEngineDefaultParameters": {
   1397       "input": {
   1398         "type": "structure",
   1399         "required": [
   1400           "DBParameterGroupFamily"
   1401         ],
   1402         "members": {
   1403           "DBParameterGroupFamily": {},
   1404           "Filters": {
   1405             "shape": "S3e"
   1406           },
   1407           "MaxRecords": {
   1408             "type": "integer"
   1409           },
   1410           "Marker": {}
   1411         }
   1412       },
   1413       "output": {
   1414         "resultWrapper": "DescribeEngineDefaultParametersResult",
   1415         "type": "structure",
   1416         "members": {
   1417           "EngineDefaults": {
   1418             "shape": "S56"
   1419           }
   1420         }
   1421       }
   1422     },
   1423     "DescribeEventCategories": {
   1424       "input": {
   1425         "type": "structure",
   1426         "members": {
   1427           "SourceType": {},
   1428           "Filters": {
   1429             "shape": "S3e"
   1430           }
   1431         }
   1432       },
   1433       "output": {
   1434         "resultWrapper": "DescribeEventCategoriesResult",
   1435         "type": "structure",
   1436         "members": {
   1437           "EventCategoriesMapList": {
   1438             "type": "list",
   1439             "member": {
   1440               "locationName": "EventCategoriesMap",
   1441               "type": "structure",
   1442               "members": {
   1443                 "SourceType": {},
   1444                 "EventCategories": {
   1445                   "shape": "S7"
   1446                 }
   1447               },
   1448               "wrapper": true
   1449             }
   1450           }
   1451         }
   1452       }
   1453     },
   1454     "DescribeEventSubscriptions": {
   1455       "input": {
   1456         "type": "structure",
   1457         "members": {
   1458           "SubscriptionName": {},
   1459           "Filters": {
   1460             "shape": "S3e"
   1461           },
   1462           "MaxRecords": {
   1463             "type": "integer"
   1464           },
   1465           "Marker": {}
   1466         }
   1467       },
   1468       "output": {
   1469         "resultWrapper": "DescribeEventSubscriptionsResult",
   1470         "type": "structure",
   1471         "members": {
   1472           "Marker": {},
   1473           "EventSubscriptionsList": {
   1474             "type": "list",
   1475             "member": {
   1476               "shape": "S5",
   1477               "locationName": "EventSubscription"
   1478             }
   1479           }
   1480         }
   1481       }
   1482     },
   1483     "DescribeEvents": {
   1484       "input": {
   1485         "type": "structure",
   1486         "members": {
   1487           "SourceIdentifier": {},
   1488           "SourceType": {},
   1489           "StartTime": {
   1490             "type": "timestamp"
   1491           },
   1492           "EndTime": {
   1493             "type": "timestamp"
   1494           },
   1495           "Duration": {
   1496             "type": "integer"
   1497           },
   1498           "EventCategories": {
   1499             "shape": "S7"
   1500           },
   1501           "Filters": {
   1502             "shape": "S3e"
   1503           },
   1504           "MaxRecords": {
   1505             "type": "integer"
   1506           },
   1507           "Marker": {}
   1508         }
   1509       },
   1510       "output": {
   1511         "resultWrapper": "DescribeEventsResult",
   1512         "type": "structure",
   1513         "members": {
   1514           "Marker": {},
   1515           "Events": {
   1516             "type": "list",
   1517             "member": {
   1518               "locationName": "Event",
   1519               "type": "structure",
   1520               "members": {
   1521                 "SourceIdentifier": {},
   1522                 "SourceType": {},
   1523                 "Message": {},
   1524                 "EventCategories": {
   1525                   "shape": "S7"
   1526                 },
   1527                 "Date": {
   1528                   "type": "timestamp"
   1529                 },
   1530                 "SourceArn": {}
   1531               }
   1532             }
   1533           }
   1534         }
   1535       }
   1536     },
   1537     "DescribeOptionGroupOptions": {
   1538       "input": {
   1539         "type": "structure",
   1540         "required": [
   1541           "EngineName"
   1542         ],
   1543         "members": {
   1544           "EngineName": {},
   1545           "MajorEngineVersion": {},
   1546           "Filters": {
   1547             "shape": "S3e"
   1548           },
   1549           "MaxRecords": {
   1550             "type": "integer"
   1551           },
   1552           "Marker": {}
   1553         }
   1554       },
   1555       "output": {
   1556         "resultWrapper": "DescribeOptionGroupOptionsResult",
   1557         "type": "structure",
   1558         "members": {
   1559           "OptionGroupOptions": {
   1560             "type": "list",
   1561             "member": {
   1562               "locationName": "OptionGroupOption",
   1563               "type": "structure",
   1564               "members": {
   1565                 "Name": {},
   1566                 "Description": {},
   1567                 "EngineName": {},
   1568                 "MajorEngineVersion": {},
   1569                 "MinimumRequiredMinorEngineVersion": {},
   1570                 "PortRequired": {
   1571                   "type": "boolean"
   1572                 },
   1573                 "DefaultPort": {
   1574                   "type": "integer"
   1575                 },
   1576                 "OptionsDependedOn": {
   1577                   "type": "list",
   1578                   "member": {
   1579                     "locationName": "OptionName"
   1580                   }
   1581                 },
   1582                 "OptionsConflictsWith": {
   1583                   "type": "list",
   1584                   "member": {
   1585                     "locationName": "OptionConflictName"
   1586                   }
   1587                 },
   1588                 "Persistent": {
   1589                   "type": "boolean"
   1590                 },
   1591                 "Permanent": {
   1592                   "type": "boolean"
   1593                 },
   1594                 "OptionGroupOptionSettings": {
   1595                   "type": "list",
   1596                   "member": {
   1597                     "locationName": "OptionGroupOptionSetting",
   1598                     "type": "structure",
   1599                     "members": {
   1600                       "SettingName": {},
   1601                       "SettingDescription": {},
   1602                       "DefaultValue": {},
   1603                       "ApplyType": {},
   1604                       "AllowedValues": {},
   1605                       "IsModifiable": {
   1606                         "type": "boolean"
   1607                       }
   1608                     }
   1609                   }
   1610                 },
   1611                 "OptionGroupOptionVersions": {
   1612                   "type": "list",
   1613                   "member": {
   1614                     "locationName": "OptionVersion",
   1615                     "type": "structure",
   1616                     "members": {
   1617                       "Version": {},
   1618                       "IsDefault": {
   1619                         "type": "boolean"
   1620                       }
   1621                     }
   1622                   }
   1623                 }
   1624               }
   1625             }
   1626           },
   1627           "Marker": {}
   1628         }
   1629       }
   1630     },
   1631     "DescribeOptionGroups": {
   1632       "input": {
   1633         "type": "structure",
   1634         "members": {
   1635           "OptionGroupName": {},
   1636           "Filters": {
   1637             "shape": "S3e"
   1638           },
   1639           "Marker": {},
   1640           "MaxRecords": {
   1641             "type": "integer"
   1642           },
   1643           "EngineName": {},
   1644           "MajorEngineVersion": {}
   1645         }
   1646       },
   1647       "output": {
   1648         "resultWrapper": "DescribeOptionGroupsResult",
   1649         "type": "structure",
   1650         "members": {
   1651           "OptionGroupsList": {
   1652             "type": "list",
   1653             "member": {
   1654               "shape": "S17",
   1655               "locationName": "OptionGroup"
   1656             }
   1657           },
   1658           "Marker": {}
   1659         }
   1660       }
   1661     },
   1662     "DescribeOrderableDBInstanceOptions": {
   1663       "input": {
   1664         "type": "structure",
   1665         "required": [
   1666           "Engine"
   1667         ],
   1668         "members": {
   1669           "Engine": {},
   1670           "EngineVersion": {},
   1671           "DBInstanceClass": {},
   1672           "LicenseModel": {},
   1673           "Vpc": {
   1674             "type": "boolean"
   1675           },
   1676           "Filters": {
   1677             "shape": "S3e"
   1678           },
   1679           "MaxRecords": {
   1680             "type": "integer"
   1681           },
   1682           "Marker": {}
   1683         }
   1684       },
   1685       "output": {
   1686         "resultWrapper": "DescribeOrderableDBInstanceOptionsResult",
   1687         "type": "structure",
   1688         "members": {
   1689           "OrderableDBInstanceOptions": {
   1690             "type": "list",
   1691             "member": {
   1692               "locationName": "OrderableDBInstanceOption",
   1693               "type": "structure",
   1694               "members": {
   1695                 "Engine": {},
   1696                 "EngineVersion": {},
   1697                 "DBInstanceClass": {},
   1698                 "LicenseModel": {},
   1699                 "AvailabilityZones": {
   1700                   "type": "list",
   1701                   "member": {
   1702                     "shape": "S25",
   1703                     "locationName": "AvailabilityZone"
   1704                   }
   1705                 },
   1706                 "MultiAZCapable": {
   1707                   "type": "boolean"
   1708                 },
   1709                 "ReadReplicaCapable": {
   1710                   "type": "boolean"
   1711                 },
   1712                 "Vpc": {
   1713                   "type": "boolean"
   1714                 },
   1715                 "SupportsStorageEncryption": {
   1716                   "type": "boolean"
   1717                 },
   1718                 "StorageType": {},
   1719                 "SupportsIops": {
   1720                   "type": "boolean"
   1721                 },
   1722                 "SupportsEnhancedMonitoring": {
   1723                   "type": "boolean"
   1724                 }
   1725               },
   1726               "wrapper": true
   1727             }
   1728           },
   1729           "Marker": {}
   1730         }
   1731       }
   1732     },
   1733     "DescribePendingMaintenanceActions": {
   1734       "input": {
   1735         "type": "structure",
   1736         "members": {
   1737           "ResourceIdentifier": {},
   1738           "Filters": {
   1739             "shape": "S3e"
   1740           },
   1741           "Marker": {},
   1742           "MaxRecords": {
   1743             "type": "integer"
   1744           }
   1745         }
   1746       },
   1747       "output": {
   1748         "resultWrapper": "DescribePendingMaintenanceActionsResult",
   1749         "type": "structure",
   1750         "members": {
   1751           "PendingMaintenanceActions": {
   1752             "type": "list",
   1753             "member": {
   1754               "shape": "Se",
   1755               "locationName": "ResourcePendingMaintenanceActions"
   1756             }
   1757           },
   1758           "Marker": {}
   1759         }
   1760       }
   1761     },
   1762     "DescribeReservedDBInstances": {
   1763       "input": {
   1764         "type": "structure",
   1765         "members": {
   1766           "ReservedDBInstanceId": {},
   1767           "ReservedDBInstancesOfferingId": {},
   1768           "DBInstanceClass": {},
   1769           "Duration": {},
   1770           "ProductDescription": {},
   1771           "OfferingType": {},
   1772           "MultiAZ": {
   1773             "type": "boolean"
   1774           },
   1775           "Filters": {
   1776             "shape": "S3e"
   1777           },
   1778           "MaxRecords": {
   1779             "type": "integer"
   1780           },
   1781           "Marker": {}
   1782         }
   1783       },
   1784       "output": {
   1785         "resultWrapper": "DescribeReservedDBInstancesResult",
   1786         "type": "structure",
   1787         "members": {
   1788           "Marker": {},
   1789           "ReservedDBInstances": {
   1790             "type": "list",
   1791             "member": {
   1792               "shape": "S69",
   1793               "locationName": "ReservedDBInstance"
   1794             }
   1795           }
   1796         }
   1797       }
   1798     },
   1799     "DescribeReservedDBInstancesOfferings": {
   1800       "input": {
   1801         "type": "structure",
   1802         "members": {
   1803           "ReservedDBInstancesOfferingId": {},
   1804           "DBInstanceClass": {},
   1805           "Duration": {},
   1806           "ProductDescription": {},
   1807           "OfferingType": {},
   1808           "MultiAZ": {
   1809             "type": "boolean"
   1810           },
   1811           "Filters": {
   1812             "shape": "S3e"
   1813           },
   1814           "MaxRecords": {
   1815             "type": "integer"
   1816           },
   1817           "Marker": {}
   1818         }
   1819       },
   1820       "output": {
   1821         "resultWrapper": "DescribeReservedDBInstancesOfferingsResult",
   1822         "type": "structure",
   1823         "members": {
   1824           "Marker": {},
   1825           "ReservedDBInstancesOfferings": {
   1826             "type": "list",
   1827             "member": {
   1828               "locationName": "ReservedDBInstancesOffering",
   1829               "type": "structure",
   1830               "members": {
   1831                 "ReservedDBInstancesOfferingId": {},
   1832                 "DBInstanceClass": {},
   1833                 "Duration": {
   1834                   "type": "integer"
   1835                 },
   1836                 "FixedPrice": {
   1837                   "type": "double"
   1838                 },
   1839                 "UsagePrice": {
   1840                   "type": "double"
   1841                 },
   1842                 "CurrencyCode": {},
   1843                 "ProductDescription": {},
   1844                 "OfferingType": {},
   1845                 "MultiAZ": {
   1846                   "type": "boolean"
   1847                 },
   1848                 "RecurringCharges": {
   1849                   "shape": "S6b"
   1850                 }
   1851               },
   1852               "wrapper": true
   1853             }
   1854           }
   1855         }
   1856       }
   1857     },
   1858     "DescribeSourceRegions": {
   1859       "input": {
   1860         "type": "structure",
   1861         "members": {
   1862           "RegionName": {},
   1863           "MaxRecords": {
   1864             "type": "integer"
   1865           },
   1866           "Marker": {},
   1867           "Filters": {
   1868             "shape": "S3e"
   1869           }
   1870         }
   1871       },
   1872       "output": {
   1873         "resultWrapper": "DescribeSourceRegionsResult",
   1874         "type": "structure",
   1875         "members": {
   1876           "Marker": {},
   1877           "SourceRegions": {
   1878             "type": "list",
   1879             "member": {
   1880               "locationName": "SourceRegion",
   1881               "type": "structure",
   1882               "members": {
   1883                 "RegionName": {},
   1884                 "Endpoint": {},
   1885                 "Status": {}
   1886               }
   1887             }
   1888           }
   1889         }
   1890       }
   1891     },
   1892     "DownloadDBLogFilePortion": {
   1893       "input": {
   1894         "type": "structure",
   1895         "required": [
   1896           "DBInstanceIdentifier",
   1897           "LogFileName"
   1898         ],
   1899         "members": {
   1900           "DBInstanceIdentifier": {},
   1901           "LogFileName": {},
   1902           "Marker": {},
   1903           "NumberOfLines": {
   1904             "type": "integer"
   1905           }
   1906         }
   1907       },
   1908       "output": {
   1909         "resultWrapper": "DownloadDBLogFilePortionResult",
   1910         "type": "structure",
   1911         "members": {
   1912           "LogFileData": {},
   1913           "Marker": {},
   1914           "AdditionalDataPending": {
   1915             "type": "boolean"
   1916           }
   1917         }
   1918       }
   1919     },
   1920     "FailoverDBCluster": {
   1921       "input": {
   1922         "type": "structure",
   1923         "members": {
   1924           "DBClusterIdentifier": {},
   1925           "TargetDBInstanceIdentifier": {}
   1926         }
   1927       },
   1928       "output": {
   1929         "resultWrapper": "FailoverDBClusterResult",
   1930         "type": "structure",
   1931         "members": {
   1932           "DBCluster": {
   1933             "shape": "S1j"
   1934           }
   1935         }
   1936       }
   1937     },
   1938     "ListTagsForResource": {
   1939       "input": {
   1940         "type": "structure",
   1941         "required": [
   1942           "ResourceName"
   1943         ],
   1944         "members": {
   1945           "ResourceName": {},
   1946           "Filters": {
   1947             "shape": "S3e"
   1948           }
   1949         }
   1950       },
   1951       "output": {
   1952         "resultWrapper": "ListTagsForResourceResult",
   1953         "type": "structure",
   1954         "members": {
   1955           "TagList": {
   1956             "shape": "Sa"
   1957           }
   1958         }
   1959       }
   1960     },
   1961     "ModifyDBCluster": {
   1962       "input": {
   1963         "type": "structure",
   1964         "required": [
   1965           "DBClusterIdentifier"
   1966         ],
   1967         "members": {
   1968           "DBClusterIdentifier": {},
   1969           "NewDBClusterIdentifier": {},
   1970           "ApplyImmediately": {
   1971             "type": "boolean"
   1972           },
   1973           "BackupRetentionPeriod": {
   1974             "type": "integer"
   1975           },
   1976           "DBClusterParameterGroupName": {},
   1977           "VpcSecurityGroupIds": {
   1978             "shape": "S1h"
   1979           },
   1980           "Port": {
   1981             "type": "integer"
   1982           },
   1983           "MasterUserPassword": {},
   1984           "OptionGroupName": {},
   1985           "PreferredBackupWindow": {},
   1986           "PreferredMaintenanceWindow": {}
   1987         }
   1988       },
   1989       "output": {
   1990         "resultWrapper": "ModifyDBClusterResult",
   1991         "type": "structure",
   1992         "members": {
   1993           "DBCluster": {
   1994             "shape": "S1j"
   1995           }
   1996         }
   1997       }
   1998     },
   1999     "ModifyDBClusterParameterGroup": {
   2000       "input": {
   2001         "type": "structure",
   2002         "required": [
   2003           "DBClusterParameterGroupName",
   2004           "Parameters"
   2005         ],
   2006         "members": {
   2007           "DBClusterParameterGroupName": {},
   2008           "Parameters": {
   2009             "shape": "S3p"
   2010           }
   2011         }
   2012       },
   2013       "output": {
   2014         "shape": "S6u",
   2015         "resultWrapper": "ModifyDBClusterParameterGroupResult"
   2016       }
   2017     },
   2018     "ModifyDBClusterSnapshotAttribute": {
   2019       "input": {
   2020         "type": "structure",
   2021         "required": [
   2022           "DBClusterSnapshotIdentifier",
   2023           "AttributeName"
   2024         ],
   2025         "members": {
   2026           "DBClusterSnapshotIdentifier": {},
   2027           "AttributeName": {},
   2028           "ValuesToAdd": {
   2029             "shape": "S3x"
   2030           },
   2031           "ValuesToRemove": {
   2032             "shape": "S3x"
   2033           }
   2034         }
   2035       },
   2036       "output": {
   2037         "resultWrapper": "ModifyDBClusterSnapshotAttributeResult",
   2038         "type": "structure",
   2039         "members": {
   2040           "DBClusterSnapshotAttributesResult": {
   2041             "shape": "S3u"
   2042           }
   2043         }
   2044       }
   2045     },
   2046     "ModifyDBInstance": {
   2047       "input": {
   2048         "type": "structure",
   2049         "required": [
   2050           "DBInstanceIdentifier"
   2051         ],
   2052         "members": {
   2053           "DBInstanceIdentifier": {},
   2054           "AllocatedStorage": {
   2055             "type": "integer"
   2056           },
   2057           "DBInstanceClass": {},
   2058           "DBSubnetGroupName": {},
   2059           "DBSecurityGroups": {
   2060             "shape": "S1w"
   2061           },
   2062           "VpcSecurityGroupIds": {
   2063             "shape": "S1h"
   2064           },
   2065           "ApplyImmediately": {
   2066             "type": "boolean"
   2067           },
   2068           "MasterUserPassword": {},
   2069           "DBParameterGroupName": {},
   2070           "BackupRetentionPeriod": {
   2071             "type": "integer"
   2072           },
   2073           "PreferredBackupWindow": {},
   2074           "PreferredMaintenanceWindow": {},
   2075           "MultiAZ": {
   2076             "type": "boolean"
   2077           },
   2078           "EngineVersion": {},
   2079           "AllowMajorVersionUpgrade": {
   2080             "type": "boolean"
   2081           },
   2082           "AutoMinorVersionUpgrade": {
   2083             "type": "boolean"
   2084           },
   2085           "LicenseModel": {},
   2086           "Iops": {
   2087             "type": "integer"
   2088           },
   2089           "OptionGroupName": {},
   2090           "NewDBInstanceIdentifier": {},
   2091           "StorageType": {},
   2092           "TdeCredentialArn": {},
   2093           "TdeCredentialPassword": {},
   2094           "CACertificateIdentifier": {},
   2095           "Domain": {},
   2096           "CopyTagsToSnapshot": {
   2097             "type": "boolean"
   2098           },
   2099           "MonitoringInterval": {
   2100             "type": "integer"
   2101           },
   2102           "DBPortNumber": {
   2103             "type": "integer"
   2104           },
   2105           "PubliclyAccessible": {
   2106             "type": "boolean"
   2107           },
   2108           "MonitoringRoleArn": {},
   2109           "DomainIAMRoleName": {},
   2110           "PromotionTier": {
   2111             "type": "integer"
   2112           }
   2113         }
   2114       },
   2115       "output": {
   2116         "resultWrapper": "ModifyDBInstanceResult",
   2117         "type": "structure",
   2118         "members": {
   2119           "DBInstance": {
   2120             "shape": "S1y"
   2121           }
   2122         }
   2123       }
   2124     },
   2125     "ModifyDBParameterGroup": {
   2126       "input": {
   2127         "type": "structure",
   2128         "required": [
   2129           "DBParameterGroupName",
   2130           "Parameters"
   2131         ],
   2132         "members": {
   2133           "DBParameterGroupName": {},
   2134           "Parameters": {
   2135             "shape": "S3p"
   2136           }
   2137         }
   2138       },
   2139       "output": {
   2140         "shape": "S70",
   2141         "resultWrapper": "ModifyDBParameterGroupResult"
   2142       }
   2143     },
   2144     "ModifyDBSnapshotAttribute": {
   2145       "input": {
   2146         "type": "structure",
   2147         "required": [
   2148           "DBSnapshotIdentifier",
   2149           "AttributeName"
   2150         ],
   2151         "members": {
   2152           "DBSnapshotIdentifier": {},
   2153           "AttributeName": {},
   2154           "ValuesToAdd": {
   2155             "shape": "S3x"
   2156           },
   2157           "ValuesToRemove": {
   2158             "shape": "S3x"
   2159           }
   2160         }
   2161       },
   2162       "output": {
   2163         "resultWrapper": "ModifyDBSnapshotAttributeResult",
   2164         "type": "structure",
   2165         "members": {
   2166           "DBSnapshotAttributesResult": {
   2167             "shape": "S4v"
   2168           }
   2169         }
   2170       }
   2171     },
   2172     "ModifyDBSubnetGroup": {
   2173       "input": {
   2174         "type": "structure",
   2175         "required": [
   2176           "DBSubnetGroupName",
   2177           "SubnetIds"
   2178         ],
   2179         "members": {
   2180           "DBSubnetGroupName": {},
   2181           "DBSubnetGroupDescription": {},
   2182           "SubnetIds": {
   2183             "shape": "S2n"
   2184           }
   2185         }
   2186       },
   2187       "output": {
   2188         "resultWrapper": "ModifyDBSubnetGroupResult",
   2189         "type": "structure",
   2190         "members": {
   2191           "DBSubnetGroup": {
   2192             "shape": "S22"
   2193           }
   2194         }
   2195       }
   2196     },
   2197     "ModifyEventSubscription": {
   2198       "input": {
   2199         "type": "structure",
   2200         "required": [
   2201           "SubscriptionName"
   2202         ],
   2203         "members": {
   2204           "SubscriptionName": {},
   2205           "SnsTopicArn": {},
   2206           "SourceType": {},
   2207           "EventCategories": {
   2208             "shape": "S7"
   2209           },
   2210           "Enabled": {
   2211             "type": "boolean"
   2212           }
   2213         }
   2214       },
   2215       "output": {
   2216         "resultWrapper": "ModifyEventSubscriptionResult",
   2217         "type": "structure",
   2218         "members": {
   2219           "EventSubscription": {
   2220             "shape": "S5"
   2221           }
   2222         }
   2223       }
   2224     },
   2225     "ModifyOptionGroup": {
   2226       "input": {
   2227         "type": "structure",
   2228         "required": [
   2229           "OptionGroupName"
   2230         ],
   2231         "members": {
   2232           "OptionGroupName": {},
   2233           "OptionsToInclude": {
   2234             "type": "list",
   2235             "member": {
   2236               "locationName": "OptionConfiguration",
   2237               "type": "structure",
   2238               "required": [
   2239                 "OptionName"
   2240               ],
   2241               "members": {
   2242                 "OptionName": {},
   2243                 "Port": {
   2244                   "type": "integer"
   2245                 },
   2246                 "OptionVersion": {},
   2247                 "DBSecurityGroupMemberships": {
   2248                   "shape": "S1w"
   2249                 },
   2250                 "VpcSecurityGroupMemberships": {
   2251                   "shape": "S1h"
   2252                 },
   2253                 "OptionSettings": {
   2254                   "type": "list",
   2255                   "member": {
   2256                     "shape": "S1b",
   2257                     "locationName": "OptionSetting"
   2258                   }
   2259                 }
   2260               }
   2261             }
   2262           },
   2263           "OptionsToRemove": {
   2264             "type": "list",
   2265             "member": {}
   2266           },
   2267           "ApplyImmediately": {
   2268             "type": "boolean"
   2269           }
   2270         }
   2271       },
   2272       "output": {
   2273         "resultWrapper": "ModifyOptionGroupResult",
   2274         "type": "structure",
   2275         "members": {
   2276           "OptionGroup": {
   2277             "shape": "S17"
   2278           }
   2279         }
   2280       }
   2281     },
   2282     "PromoteReadReplica": {
   2283       "input": {
   2284         "type": "structure",
   2285         "required": [
   2286           "DBInstanceIdentifier"
   2287         ],
   2288         "members": {
   2289           "DBInstanceIdentifier": {},
   2290           "BackupRetentionPeriod": {
   2291             "type": "integer"
   2292           },
   2293           "PreferredBackupWindow": {}
   2294         }
   2295       },
   2296       "output": {
   2297         "resultWrapper": "PromoteReadReplicaResult",
   2298         "type": "structure",
   2299         "members": {
   2300           "DBInstance": {
   2301             "shape": "S1y"
   2302           }
   2303         }
   2304       }
   2305     },
   2306     "PromoteReadReplicaDBCluster": {
   2307       "input": {
   2308         "type": "structure",
   2309         "required": [
   2310           "DBClusterIdentifier"
   2311         ],
   2312         "members": {
   2313           "DBClusterIdentifier": {}
   2314         }
   2315       },
   2316       "output": {
   2317         "resultWrapper": "PromoteReadReplicaDBClusterResult",
   2318         "type": "structure",
   2319         "members": {
   2320           "DBCluster": {
   2321             "shape": "S1j"
   2322           }
   2323         }
   2324       }
   2325     },
   2326     "PurchaseReservedDBInstancesOffering": {
   2327       "input": {
   2328         "type": "structure",
   2329         "required": [
   2330           "ReservedDBInstancesOfferingId"
   2331         ],
   2332         "members": {
   2333           "ReservedDBInstancesOfferingId": {},
   2334           "ReservedDBInstanceId": {},
   2335           "DBInstanceCount": {
   2336             "type": "integer"
   2337           },
   2338           "Tags": {
   2339             "shape": "Sa"
   2340           }
   2341         }
   2342       },
   2343       "output": {
   2344         "resultWrapper": "PurchaseReservedDBInstancesOfferingResult",
   2345         "type": "structure",
   2346         "members": {
   2347           "ReservedDBInstance": {
   2348             "shape": "S69"
   2349           }
   2350         }
   2351       }
   2352     },
   2353     "RebootDBInstance": {
   2354       "input": {
   2355         "type": "structure",
   2356         "required": [
   2357           "DBInstanceIdentifier"
   2358         ],
   2359         "members": {
   2360           "DBInstanceIdentifier": {},
   2361           "ForceFailover": {
   2362             "type": "boolean"
   2363           }
   2364         }
   2365       },
   2366       "output": {
   2367         "resultWrapper": "RebootDBInstanceResult",
   2368         "type": "structure",
   2369         "members": {
   2370           "DBInstance": {
   2371             "shape": "S1y"
   2372           }
   2373         }
   2374       }
   2375     },
   2376     "RemoveRoleFromDBCluster": {
   2377       "input": {
   2378         "type": "structure",
   2379         "required": [
   2380           "DBClusterIdentifier",
   2381           "RoleArn"
   2382         ],
   2383         "members": {
   2384           "DBClusterIdentifier": {},
   2385           "RoleArn": {}
   2386         }
   2387       }
   2388     },
   2389     "RemoveSourceIdentifierFromSubscription": {
   2390       "input": {
   2391         "type": "structure",
   2392         "required": [
   2393           "SubscriptionName",
   2394           "SourceIdentifier"
   2395         ],
   2396         "members": {
   2397           "SubscriptionName": {},
   2398           "SourceIdentifier": {}
   2399         }
   2400       },
   2401       "output": {
   2402         "resultWrapper": "RemoveSourceIdentifierFromSubscriptionResult",
   2403         "type": "structure",
   2404         "members": {
   2405           "EventSubscription": {
   2406             "shape": "S5"
   2407           }
   2408         }
   2409       }
   2410     },
   2411     "RemoveTagsFromResource": {
   2412       "input": {
   2413         "type": "structure",
   2414         "required": [
   2415           "ResourceName",
   2416           "TagKeys"
   2417         ],
   2418         "members": {
   2419           "ResourceName": {},
   2420           "TagKeys": {
   2421             "type": "list",
   2422             "member": {}
   2423           }
   2424         }
   2425       }
   2426     },
   2427     "ResetDBClusterParameterGroup": {
   2428       "input": {
   2429         "type": "structure",
   2430         "required": [
   2431           "DBClusterParameterGroupName"
   2432         ],
   2433         "members": {
   2434           "DBClusterParameterGroupName": {},
   2435           "ResetAllParameters": {
   2436             "type": "boolean"
   2437           },
   2438           "Parameters": {
   2439             "shape": "S3p"
   2440           }
   2441         }
   2442       },
   2443       "output": {
   2444         "shape": "S6u",
   2445         "resultWrapper": "ResetDBClusterParameterGroupResult"
   2446       }
   2447     },
   2448     "ResetDBParameterGroup": {
   2449       "input": {
   2450         "type": "structure",
   2451         "required": [
   2452           "DBParameterGroupName"
   2453         ],
   2454         "members": {
   2455           "DBParameterGroupName": {},
   2456           "ResetAllParameters": {
   2457             "type": "boolean"
   2458           },
   2459           "Parameters": {
   2460             "shape": "S3p"
   2461           }
   2462         }
   2463       },
   2464       "output": {
   2465         "shape": "S70",
   2466         "resultWrapper": "ResetDBParameterGroupResult"
   2467       }
   2468     },
   2469     "RestoreDBClusterFromS3": {
   2470       "input": {
   2471         "type": "structure",
   2472         "required": [
   2473           "DBClusterIdentifier",
   2474           "Engine",
   2475           "MasterUsername",
   2476           "MasterUserPassword",
   2477           "SourceEngine",
   2478           "SourceEngineVersion",
   2479           "S3BucketName",
   2480           "S3IngestionRoleArn"
   2481         ],
   2482         "members": {
   2483           "AvailabilityZones": {
   2484             "shape": "Sv"
   2485           },
   2486           "BackupRetentionPeriod": {
   2487             "type": "integer"
   2488           },
   2489           "CharacterSetName": {},
   2490           "DatabaseName": {},
   2491           "DBClusterIdentifier": {},
   2492           "DBClusterParameterGroupName": {},
   2493           "VpcSecurityGroupIds": {
   2494             "shape": "S1h"
   2495           },
   2496           "DBSubnetGroupName": {},
   2497           "Engine": {},
   2498           "EngineVersion": {},
   2499           "Port": {
   2500             "type": "integer"
   2501           },
   2502           "MasterUsername": {},
   2503           "MasterUserPassword": {},
   2504           "OptionGroupName": {},
   2505           "PreferredBackupWindow": {},
   2506           "PreferredMaintenanceWindow": {},
   2507           "Tags": {
   2508             "shape": "Sa"
   2509           },
   2510           "StorageEncrypted": {
   2511             "type": "boolean"
   2512           },
   2513           "KmsKeyId": {},
   2514           "SourceEngine": {},
   2515           "SourceEngineVersion": {},
   2516           "S3BucketName": {},
   2517           "S3Prefix": {},
   2518           "S3IngestionRoleArn": {}
   2519         }
   2520       },
   2521       "output": {
   2522         "resultWrapper": "RestoreDBClusterFromS3Result",
   2523         "type": "structure",
   2524         "members": {
   2525           "DBCluster": {
   2526             "shape": "S1j"
   2527           }
   2528         }
   2529       }
   2530     },
   2531     "RestoreDBClusterFromSnapshot": {
   2532       "input": {
   2533         "type": "structure",
   2534         "required": [
   2535           "DBClusterIdentifier",
   2536           "SnapshotIdentifier",
   2537           "Engine"
   2538         ],
   2539         "members": {
   2540           "AvailabilityZones": {
   2541             "shape": "Sv"
   2542           },
   2543           "DBClusterIdentifier": {},
   2544           "SnapshotIdentifier": {},
   2545           "Engine": {},
   2546           "EngineVersion": {},
   2547           "Port": {
   2548             "type": "integer"
   2549           },
   2550           "DBSubnetGroupName": {},
   2551           "DatabaseName": {},
   2552           "OptionGroupName": {},
   2553           "VpcSecurityGroupIds": {
   2554             "shape": "S1h"
   2555           },
   2556           "Tags": {
   2557             "shape": "Sa"
   2558           },
   2559           "KmsKeyId": {}
   2560         }
   2561       },
   2562       "output": {
   2563         "resultWrapper": "RestoreDBClusterFromSnapshotResult",
   2564         "type": "structure",
   2565         "members": {
   2566           "DBCluster": {
   2567             "shape": "S1j"
   2568           }
   2569         }
   2570       }
   2571     },
   2572     "RestoreDBClusterToPointInTime": {
   2573       "input": {
   2574         "type": "structure",
   2575         "required": [
   2576           "DBClusterIdentifier",
   2577           "SourceDBClusterIdentifier"
   2578         ],
   2579         "members": {
   2580           "DBClusterIdentifier": {},
   2581           "SourceDBClusterIdentifier": {},
   2582           "RestoreToTime": {
   2583             "type": "timestamp"
   2584           },
   2585           "UseLatestRestorableTime": {
   2586             "type": "boolean"
   2587           },
   2588           "Port": {
   2589             "type": "integer"
   2590           },
   2591           "DBSubnetGroupName": {},
   2592           "OptionGroupName": {},
   2593           "VpcSecurityGroupIds": {
   2594             "shape": "S1h"
   2595           },
   2596           "Tags": {
   2597             "shape": "Sa"
   2598           },
   2599           "KmsKeyId": {}
   2600         }
   2601       },
   2602       "output": {
   2603         "resultWrapper": "RestoreDBClusterToPointInTimeResult",
   2604         "type": "structure",
   2605         "members": {
   2606           "DBCluster": {
   2607             "shape": "S1j"
   2608           }
   2609         }
   2610       }
   2611     },
   2612     "RestoreDBInstanceFromDBSnapshot": {
   2613       "input": {
   2614         "type": "structure",
   2615         "required": [
   2616           "DBInstanceIdentifier",
   2617           "DBSnapshotIdentifier"
   2618         ],
   2619         "members": {
   2620           "DBInstanceIdentifier": {},
   2621           "DBSnapshotIdentifier": {},
   2622           "DBInstanceClass": {},
   2623           "Port": {
   2624             "type": "integer"
   2625           },
   2626           "AvailabilityZone": {},
   2627           "DBSubnetGroupName": {},
   2628           "MultiAZ": {
   2629             "type": "boolean"
   2630           },
   2631           "PubliclyAccessible": {
   2632             "type": "boolean"
   2633           },
   2634           "AutoMinorVersionUpgrade": {
   2635             "type": "boolean"
   2636           },
   2637           "LicenseModel": {},
   2638           "DBName": {},
   2639           "Engine": {},
   2640           "Iops": {
   2641             "type": "integer"
   2642           },
   2643           "OptionGroupName": {},
   2644           "Tags": {
   2645             "shape": "Sa"
   2646           },
   2647           "StorageType": {},
   2648           "TdeCredentialArn": {},
   2649           "TdeCredentialPassword": {},
   2650           "Domain": {},
   2651           "CopyTagsToSnapshot": {
   2652             "type": "boolean"
   2653           },
   2654           "DomainIAMRoleName": {}
   2655         }
   2656       },
   2657       "output": {
   2658         "resultWrapper": "RestoreDBInstanceFromDBSnapshotResult",
   2659         "type": "structure",
   2660         "members": {
   2661           "DBInstance": {
   2662             "shape": "S1y"
   2663           }
   2664         }
   2665       }
   2666     },
   2667     "RestoreDBInstanceToPointInTime": {
   2668       "input": {
   2669         "type": "structure",
   2670         "required": [
   2671           "SourceDBInstanceIdentifier",
   2672           "TargetDBInstanceIdentifier"
   2673         ],
   2674         "members": {
   2675           "SourceDBInstanceIdentifier": {},
   2676           "TargetDBInstanceIdentifier": {},
   2677           "RestoreTime": {
   2678             "type": "timestamp"
   2679           },
   2680           "UseLatestRestorableTime": {
   2681             "type": "boolean"
   2682           },
   2683           "DBInstanceClass": {},
   2684           "Port": {
   2685             "type": "integer"
   2686           },
   2687           "AvailabilityZone": {},
   2688           "DBSubnetGroupName": {},
   2689           "MultiAZ": {
   2690             "type": "boolean"
   2691           },
   2692           "PubliclyAccessible": {
   2693             "type": "boolean"
   2694           },
   2695           "AutoMinorVersionUpgrade": {
   2696             "type": "boolean"
   2697           },
   2698           "LicenseModel": {},
   2699           "DBName": {},
   2700           "Engine": {},
   2701           "Iops": {
   2702             "type": "integer"
   2703           },
   2704           "OptionGroupName": {},
   2705           "CopyTagsToSnapshot": {
   2706             "type": "boolean"
   2707           },
   2708           "Tags": {
   2709             "shape": "Sa"
   2710           },
   2711           "StorageType": {},
   2712           "TdeCredentialArn": {},
   2713           "TdeCredentialPassword": {},
   2714           "Domain": {},
   2715           "DomainIAMRoleName": {}
   2716         }
   2717       },
   2718       "output": {
   2719         "resultWrapper": "RestoreDBInstanceToPointInTimeResult",
   2720         "type": "structure",
   2721         "members": {
   2722           "DBInstance": {
   2723             "shape": "S1y"
   2724           }
   2725         }
   2726       }
   2727     },
   2728     "RevokeDBSecurityGroupIngress": {
   2729       "input": {
   2730         "type": "structure",
   2731         "required": [
   2732           "DBSecurityGroupName"
   2733         ],
   2734         "members": {
   2735           "DBSecurityGroupName": {},
   2736           "CIDRIP": {},
   2737           "EC2SecurityGroupName": {},
   2738           "EC2SecurityGroupId": {},
   2739           "EC2SecurityGroupOwnerId": {}
   2740         }
   2741       },
   2742       "output": {
   2743         "resultWrapper": "RevokeDBSecurityGroupIngressResult",
   2744         "type": "structure",
   2745         "members": {
   2746           "DBSecurityGroup": {
   2747             "shape": "Sk"
   2748           }
   2749         }
   2750       }
   2751     }
   2752   },
   2753   "shapes": {
   2754     "S5": {
   2755       "type": "structure",
   2756       "members": {
   2757         "CustomerAwsId": {},
   2758         "CustSubscriptionId": {},
   2759         "SnsTopicArn": {},
   2760         "Status": {},
   2761         "SubscriptionCreationTime": {},
   2762         "SourceType": {},
   2763         "SourceIdsList": {
   2764           "shape": "S6"
   2765         },
   2766         "EventCategoriesList": {
   2767           "shape": "S7"
   2768         },
   2769         "Enabled": {
   2770           "type": "boolean"
   2771         },
   2772         "EventSubscriptionArn": {}
   2773       },
   2774       "wrapper": true
   2775     },
   2776     "S6": {
   2777       "type": "list",
   2778       "member": {
   2779         "locationName": "SourceId"
   2780       }
   2781     },
   2782     "S7": {
   2783       "type": "list",
   2784       "member": {
   2785         "locationName": "EventCategory"
   2786       }
   2787     },
   2788     "Sa": {
   2789       "type": "list",
   2790       "member": {
   2791         "locationName": "Tag",
   2792         "type": "structure",
   2793         "members": {
   2794           "Key": {},
   2795           "Value": {}
   2796         }
   2797       }
   2798     },
   2799     "Se": {
   2800       "type": "structure",
   2801       "members": {
   2802         "ResourceIdentifier": {},
   2803         "PendingMaintenanceActionDetails": {
   2804           "type": "list",
   2805           "member": {
   2806             "locationName": "PendingMaintenanceAction",
   2807             "type": "structure",
   2808             "members": {
   2809               "Action": {},
   2810               "AutoAppliedAfterDate": {
   2811                 "type": "timestamp"
   2812               },
   2813               "ForcedApplyDate": {
   2814                 "type": "timestamp"
   2815               },
   2816               "OptInStatus": {},
   2817               "CurrentApplyDate": {
   2818                 "type": "timestamp"
   2819               },
   2820               "Description": {}
   2821             }
   2822           }
   2823         }
   2824       },
   2825       "wrapper": true
   2826     },
   2827     "Sk": {
   2828       "type": "structure",
   2829       "members": {
   2830         "OwnerId": {},
   2831         "DBSecurityGroupName": {},
   2832         "DBSecurityGroupDescription": {},
   2833         "VpcId": {},
   2834         "EC2SecurityGroups": {
   2835           "type": "list",
   2836           "member": {
   2837             "locationName": "EC2SecurityGroup",
   2838             "type": "structure",
   2839             "members": {
   2840               "Status": {},
   2841               "EC2SecurityGroupName": {},
   2842               "EC2SecurityGroupId": {},
   2843               "EC2SecurityGroupOwnerId": {}
   2844             }
   2845           }
   2846         },
   2847         "IPRanges": {
   2848           "type": "list",
   2849           "member": {
   2850             "locationName": "IPRange",
   2851             "type": "structure",
   2852             "members": {
   2853               "Status": {},
   2854               "CIDRIP": {}
   2855             }
   2856           }
   2857         },
   2858         "DBSecurityGroupArn": {}
   2859       },
   2860       "wrapper": true
   2861     },
   2862     "Sr": {
   2863       "type": "structure",
   2864       "members": {
   2865         "DBClusterParameterGroupName": {},
   2866         "DBParameterGroupFamily": {},
   2867         "Description": {},
   2868         "DBClusterParameterGroupArn": {}
   2869       },
   2870       "wrapper": true
   2871     },
   2872     "Su": {
   2873       "type": "structure",
   2874       "members": {
   2875         "AvailabilityZones": {
   2876           "shape": "Sv"
   2877         },
   2878         "DBClusterSnapshotIdentifier": {},
   2879         "DBClusterIdentifier": {},
   2880         "SnapshotCreateTime": {
   2881           "type": "timestamp"
   2882         },
   2883         "Engine": {},
   2884         "AllocatedStorage": {
   2885           "type": "integer"
   2886         },
   2887         "Status": {},
   2888         "Port": {
   2889           "type": "integer"
   2890         },
   2891         "VpcId": {},
   2892         "ClusterCreateTime": {
   2893           "type": "timestamp"
   2894         },
   2895         "MasterUsername": {},
   2896         "EngineVersion": {},
   2897         "LicenseModel": {},
   2898         "SnapshotType": {},
   2899         "PercentProgress": {
   2900           "type": "integer"
   2901         },
   2902         "StorageEncrypted": {
   2903           "type": "boolean"
   2904         },
   2905         "KmsKeyId": {},
   2906         "DBClusterSnapshotArn": {}
   2907       },
   2908       "wrapper": true
   2909     },
   2910     "Sv": {
   2911       "type": "list",
   2912       "member": {
   2913         "locationName": "AvailabilityZone"
   2914       }
   2915     },
   2916     "Sz": {
   2917       "type": "structure",
   2918       "members": {
   2919         "DBParameterGroupName": {},
   2920         "DBParameterGroupFamily": {},
   2921         "Description": {},
   2922         "DBParameterGroupArn": {}
   2923       },
   2924       "wrapper": true
   2925     },
   2926     "S13": {
   2927       "type": "structure",
   2928       "members": {
   2929         "DBSnapshotIdentifier": {},
   2930         "DBInstanceIdentifier": {},
   2931         "SnapshotCreateTime": {
   2932           "type": "timestamp"
   2933         },
   2934         "Engine": {},
   2935         "AllocatedStorage": {
   2936           "type": "integer"
   2937         },
   2938         "Status": {},
   2939         "Port": {
   2940           "type": "integer"
   2941         },
   2942         "AvailabilityZone": {},
   2943         "VpcId": {},
   2944         "InstanceCreateTime": {
   2945           "type": "timestamp"
   2946         },
   2947         "MasterUsername": {},
   2948         "EngineVersion": {},
   2949         "LicenseModel": {},
   2950         "SnapshotType": {},
   2951         "Iops": {
   2952           "type": "integer"
   2953         },
   2954         "OptionGroupName": {},
   2955         "PercentProgress": {
   2956           "type": "integer"
   2957         },
   2958         "SourceRegion": {},
   2959         "SourceDBSnapshotIdentifier": {},
   2960         "StorageType": {},
   2961         "TdeCredentialArn": {},
   2962         "Encrypted": {
   2963           "type": "boolean"
   2964         },
   2965         "KmsKeyId": {},
   2966         "DBSnapshotArn": {},
   2967         "Timezone": {}
   2968       },
   2969       "wrapper": true
   2970     },
   2971     "S17": {
   2972       "type": "structure",
   2973       "members": {
   2974         "OptionGroupName": {},
   2975         "OptionGroupDescription": {},
   2976         "EngineName": {},
   2977         "MajorEngineVersion": {},
   2978         "Options": {
   2979           "type": "list",
   2980           "member": {
   2981             "locationName": "Option",
   2982             "type": "structure",
   2983             "members": {
   2984               "OptionName": {},
   2985               "OptionDescription": {},
   2986               "Persistent": {
   2987                 "type": "boolean"
   2988               },
   2989               "Permanent": {
   2990                 "type": "boolean"
   2991               },
   2992               "Port": {
   2993                 "type": "integer"
   2994               },
   2995               "OptionVersion": {},
   2996               "OptionSettings": {
   2997                 "type": "list",
   2998                 "member": {
   2999                   "shape": "S1b",
   3000                   "locationName": "OptionSetting"
   3001                 }
   3002               },
   3003               "DBSecurityGroupMemberships": {
   3004                 "shape": "S1c"
   3005               },
   3006               "VpcSecurityGroupMemberships": {
   3007                 "shape": "S1e"
   3008               }
   3009             }
   3010           }
   3011         },
   3012         "AllowsVpcAndNonVpcInstanceMemberships": {
   3013           "type": "boolean"
   3014         },
   3015         "VpcId": {},
   3016         "OptionGroupArn": {}
   3017       },
   3018       "wrapper": true
   3019     },
   3020     "S1b": {
   3021       "type": "structure",
   3022       "members": {
   3023         "Name": {},
   3024         "Value": {},
   3025         "DefaultValue": {},
   3026         "Description": {},
   3027         "ApplyType": {},
   3028         "DataType": {},
   3029         "AllowedValues": {},
   3030         "IsModifiable": {
   3031           "type": "boolean"
   3032         },
   3033         "IsCollection": {
   3034           "type": "boolean"
   3035         }
   3036       }
   3037     },
   3038     "S1c": {
   3039       "type": "list",
   3040       "member": {
   3041         "locationName": "DBSecurityGroup",
   3042         "type": "structure",
   3043         "members": {
   3044           "DBSecurityGroupName": {},
   3045           "Status": {}
   3046         }
   3047       }
   3048     },
   3049     "S1e": {
   3050       "type": "list",
   3051       "member": {
   3052         "locationName": "VpcSecurityGroupMembership",
   3053         "type": "structure",
   3054         "members": {
   3055           "VpcSecurityGroupId": {},
   3056           "Status": {}
   3057         }
   3058       }
   3059     },
   3060     "S1h": {
   3061       "type": "list",
   3062       "member": {
   3063         "locationName": "VpcSecurityGroupId"
   3064       }
   3065     },
   3066     "S1j": {
   3067       "type": "structure",
   3068       "members": {
   3069         "AllocatedStorage": {
   3070           "type": "integer"
   3071         },
   3072         "AvailabilityZones": {
   3073           "shape": "Sv"
   3074         },
   3075         "BackupRetentionPeriod": {
   3076           "type": "integer"
   3077         },
   3078         "CharacterSetName": {},
   3079         "DatabaseName": {},
   3080         "DBClusterIdentifier": {},
   3081         "DBClusterParameterGroup": {},
   3082         "DBSubnetGroup": {},
   3083         "Status": {},
   3084         "PercentProgress": {},
   3085         "EarliestRestorableTime": {
   3086           "type": "timestamp"
   3087         },
   3088         "Endpoint": {},
   3089         "ReaderEndpoint": {},
   3090         "Engine": {},
   3091         "EngineVersion": {},
   3092         "LatestRestorableTime": {
   3093           "type": "timestamp"
   3094         },
   3095         "Port": {
   3096           "type": "integer"
   3097         },
   3098         "MasterUsername": {},
   3099         "DBClusterOptionGroupMemberships": {
   3100           "type": "list",
   3101           "member": {
   3102             "locationName": "DBClusterOptionGroup",
   3103             "type": "structure",
   3104             "members": {
   3105               "DBClusterOptionGroupName": {},
   3106               "Status": {}
   3107             }
   3108           }
   3109         },
   3110         "PreferredBackupWindow": {},
   3111         "PreferredMaintenanceWindow": {},
   3112         "ReplicationSourceIdentifier": {},
   3113         "ReadReplicaIdentifiers": {
   3114           "type": "list",
   3115           "member": {
   3116             "locationName": "ReadReplicaIdentifier"
   3117           }
   3118         },
   3119         "DBClusterMembers": {
   3120           "type": "list",
   3121           "member": {
   3122             "locationName": "DBClusterMember",
   3123             "type": "structure",
   3124             "members": {
   3125               "DBInstanceIdentifier": {},
   3126               "IsClusterWriter": {
   3127                 "type": "boolean"
   3128               },
   3129               "DBClusterParameterGroupStatus": {},
   3130               "PromotionTier": {
   3131                 "type": "integer"
   3132               }
   3133             },
   3134             "wrapper": true
   3135           }
   3136         },
   3137         "VpcSecurityGroups": {
   3138           "shape": "S1e"
   3139         },
   3140         "HostedZoneId": {},
   3141         "StorageEncrypted": {
   3142           "type": "boolean"
   3143         },
   3144         "KmsKeyId": {},
   3145         "DbClusterResourceId": {},
   3146         "DBClusterArn": {},
   3147         "AssociatedRoles": {
   3148           "type": "list",
   3149           "member": {
   3150             "locationName": "DBClusterRole",
   3151             "type": "structure",
   3152             "members": {
   3153               "RoleArn": {},
   3154               "Status": {}
   3155             }
   3156           }
   3157         }
   3158       },
   3159       "wrapper": true
   3160     },
   3161     "S1w": {
   3162       "type": "list",
   3163       "member": {
   3164         "locationName": "DBSecurityGroupName"
   3165       }
   3166     },
   3167     "S1y": {
   3168       "type": "structure",
   3169       "members": {
   3170         "DBInstanceIdentifier": {},
   3171         "DBInstanceClass": {},
   3172         "Engine": {},
   3173         "DBInstanceStatus": {},
   3174         "MasterUsername": {},
   3175         "DBName": {},
   3176         "Endpoint": {
   3177           "type": "structure",
   3178           "members": {
   3179             "Address": {},
   3180             "Port": {
   3181               "type": "integer"
   3182             },
   3183             "HostedZoneId": {}
   3184           }
   3185         },
   3186         "AllocatedStorage": {
   3187           "type": "integer"
   3188         },
   3189         "InstanceCreateTime": {
   3190           "type": "timestamp"
   3191         },
   3192         "PreferredBackupWindow": {},
   3193         "BackupRetentionPeriod": {
   3194           "type": "integer"
   3195         },
   3196         "DBSecurityGroups": {
   3197           "shape": "S1c"
   3198         },
   3199         "VpcSecurityGroups": {
   3200           "shape": "S1e"
   3201         },
   3202         "DBParameterGroups": {
   3203           "type": "list",
   3204           "member": {
   3205             "locationName": "DBParameterGroup",
   3206             "type": "structure",
   3207             "members": {
   3208               "DBParameterGroupName": {},
   3209               "ParameterApplyStatus": {}
   3210             }
   3211           }
   3212         },
   3213         "AvailabilityZone": {},
   3214         "DBSubnetGroup": {
   3215           "shape": "S22"
   3216         },
   3217         "PreferredMaintenanceWindow": {},
   3218         "PendingModifiedValues": {
   3219           "type": "structure",
   3220           "members": {
   3221             "DBInstanceClass": {},
   3222             "AllocatedStorage": {
   3223               "type": "integer"
   3224             },
   3225             "MasterUserPassword": {},
   3226             "Port": {
   3227               "type": "integer"
   3228             },
   3229             "BackupRetentionPeriod": {
   3230               "type": "integer"
   3231             },
   3232             "MultiAZ": {
   3233               "type": "boolean"
   3234             },
   3235             "EngineVersion": {},
   3236             "LicenseModel": {},
   3237             "Iops": {
   3238               "type": "integer"
   3239             },
   3240             "DBInstanceIdentifier": {},
   3241             "StorageType": {},
   3242             "CACertificateIdentifier": {},
   3243             "DBSubnetGroupName": {}
   3244           }
   3245         },
   3246         "LatestRestorableTime": {
   3247           "type": "timestamp"
   3248         },
   3249         "MultiAZ": {
   3250           "type": "boolean"
   3251         },
   3252         "EngineVersion": {},
   3253         "AutoMinorVersionUpgrade": {
   3254           "type": "boolean"
   3255         },
   3256         "ReadReplicaSourceDBInstanceIdentifier": {},
   3257         "ReadReplicaDBInstanceIdentifiers": {
   3258           "type": "list",
   3259           "member": {
   3260             "locationName": "ReadReplicaDBInstanceIdentifier"
   3261           }
   3262         },
   3263         "LicenseModel": {},
   3264         "Iops": {
   3265           "type": "integer"
   3266         },
   3267         "OptionGroupMemberships": {
   3268           "type": "list",
   3269           "member": {
   3270             "locationName": "OptionGroupMembership",
   3271             "type": "structure",
   3272             "members": {
   3273               "OptionGroupName": {},
   3274               "Status": {}
   3275             }
   3276           }
   3277         },
   3278         "CharacterSetName": {},
   3279         "SecondaryAvailabilityZone": {},
   3280         "PubliclyAccessible": {
   3281           "type": "boolean"
   3282         },
   3283         "StatusInfos": {
   3284           "type": "list",
   3285           "member": {
   3286             "locationName": "DBInstanceStatusInfo",
   3287             "type": "structure",
   3288             "members": {
   3289               "StatusType": {},
   3290               "Normal": {
   3291                 "type": "boolean"
   3292               },
   3293               "Status": {},
   3294               "Message": {}
   3295             }
   3296           }
   3297         },
   3298         "StorageType": {},
   3299         "TdeCredentialArn": {},
   3300         "DbInstancePort": {
   3301           "type": "integer"
   3302         },
   3303         "DBClusterIdentifier": {},
   3304         "StorageEncrypted": {
   3305           "type": "boolean"
   3306         },
   3307         "KmsKeyId": {},
   3308         "DbiResourceId": {},
   3309         "CACertificateIdentifier": {},
   3310         "DomainMemberships": {
   3311           "type": "list",
   3312           "member": {
   3313             "locationName": "DomainMembership",
   3314             "type": "structure",
   3315             "members": {
   3316               "Domain": {},
   3317               "Status": {},
   3318               "FQDN": {},
   3319               "IAMRoleName": {}
   3320             }
   3321           }
   3322         },
   3323         "CopyTagsToSnapshot": {
   3324           "type": "boolean"
   3325         },
   3326         "MonitoringInterval": {
   3327           "type": "integer"
   3328         },
   3329         "EnhancedMonitoringResourceArn": {},
   3330         "MonitoringRoleArn": {},
   3331         "PromotionTier": {
   3332           "type": "integer"
   3333         },
   3334         "DBInstanceArn": {},
   3335         "Timezone": {}
   3336       },
   3337       "wrapper": true
   3338     },
   3339     "S22": {
   3340       "type": "structure",
   3341       "members": {
   3342         "DBSubnetGroupName": {},
   3343         "DBSubnetGroupDescription": {},
   3344         "VpcId": {},
   3345         "SubnetGroupStatus": {},
   3346         "Subnets": {
   3347           "type": "list",
   3348           "member": {
   3349             "locationName": "Subnet",
   3350             "type": "structure",
   3351             "members": {
   3352               "SubnetIdentifier": {},
   3353               "SubnetAvailabilityZone": {
   3354                 "shape": "S25"
   3355               },
   3356               "SubnetStatus": {}
   3357             }
   3358           }
   3359         },
   3360         "DBSubnetGroupArn": {}
   3361       },
   3362       "wrapper": true
   3363     },
   3364     "S25": {
   3365       "type": "structure",
   3366       "members": {
   3367         "Name": {}
   3368       },
   3369       "wrapper": true
   3370     },
   3371     "S2n": {
   3372       "type": "list",
   3373       "member": {
   3374         "locationName": "SubnetIdentifier"
   3375       }
   3376     },
   3377     "S3e": {
   3378       "type": "list",
   3379       "member": {
   3380         "locationName": "Filter",
   3381         "type": "structure",
   3382         "required": [
   3383           "Name",
   3384           "Values"
   3385         ],
   3386         "members": {
   3387           "Name": {},
   3388           "Values": {
   3389             "type": "list",
   3390             "member": {
   3391               "locationName": "Value"
   3392             }
   3393           }
   3394         }
   3395       }
   3396     },
   3397     "S3p": {
   3398       "type": "list",
   3399       "member": {
   3400         "locationName": "Parameter",
   3401         "type": "structure",
   3402         "members": {
   3403           "ParameterName": {},
   3404           "ParameterValue": {},
   3405           "Description": {},
   3406           "Source": {},
   3407           "ApplyType": {},
   3408           "DataType": {},
   3409           "AllowedValues": {},
   3410           "IsModifiable": {
   3411             "type": "boolean"
   3412           },
   3413           "MinimumEngineVersion": {},
   3414           "ApplyMethod": {}
   3415         }
   3416       }
   3417     },
   3418     "S3u": {
   3419       "type": "structure",
   3420       "members": {
   3421         "DBClusterSnapshotIdentifier": {},
   3422         "DBClusterSnapshotAttributes": {
   3423           "type": "list",
   3424           "member": {
   3425             "locationName": "DBClusterSnapshotAttribute",
   3426             "type": "structure",
   3427             "members": {
   3428               "AttributeName": {},
   3429               "AttributeValues": {
   3430                 "shape": "S3x"
   3431               }
   3432             }
   3433           }
   3434         }
   3435       },
   3436       "wrapper": true
   3437     },
   3438     "S3x": {
   3439       "type": "list",
   3440       "member": {
   3441         "locationName": "AttributeValue"
   3442       }
   3443     },
   3444     "S48": {
   3445       "type": "structure",
   3446       "members": {
   3447         "CharacterSetName": {},
   3448         "CharacterSetDescription": {}
   3449       }
   3450     },
   3451     "S4v": {
   3452       "type": "structure",
   3453       "members": {
   3454         "DBSnapshotIdentifier": {},
   3455         "DBSnapshotAttributes": {
   3456           "type": "list",
   3457           "member": {
   3458             "locationName": "DBSnapshotAttribute",
   3459             "type": "structure",
   3460             "members": {
   3461               "AttributeName": {},
   3462               "AttributeValues": {
   3463                 "shape": "S3x"
   3464               }
   3465             },
   3466             "wrapper": true
   3467           }
   3468         }
   3469       },
   3470       "wrapper": true
   3471     },
   3472     "S56": {
   3473       "type": "structure",
   3474       "members": {
   3475         "DBParameterGroupFamily": {},
   3476         "Marker": {},
   3477         "Parameters": {
   3478           "shape": "S3p"
   3479         }
   3480       },
   3481       "wrapper": true
   3482     },
   3483     "S69": {
   3484       "type": "structure",
   3485       "members": {
   3486         "ReservedDBInstanceId": {},
   3487         "ReservedDBInstancesOfferingId": {},
   3488         "DBInstanceClass": {},
   3489         "StartTime": {
   3490           "type": "timestamp"
   3491         },
   3492         "Duration": {
   3493           "type": "integer"
   3494         },
   3495         "FixedPrice": {
   3496           "type": "double"
   3497         },
   3498         "UsagePrice": {
   3499           "type": "double"
   3500         },
   3501         "CurrencyCode": {},
   3502         "DBInstanceCount": {
   3503           "type": "integer"
   3504         },
   3505         "ProductDescription": {},
   3506         "OfferingType": {},
   3507         "MultiAZ": {
   3508           "type": "boolean"
   3509         },
   3510         "State": {},
   3511         "RecurringCharges": {
   3512           "shape": "S6b"
   3513         },
   3514         "ReservedDBInstanceArn": {}
   3515       },
   3516       "wrapper": true
   3517     },
   3518     "S6b": {
   3519       "type": "list",
   3520       "member": {
   3521         "locationName": "RecurringCharge",
   3522         "type": "structure",
   3523         "members": {
   3524           "RecurringChargeAmount": {
   3525             "type": "double"
   3526           },
   3527           "RecurringChargeFrequency": {}
   3528         },
   3529         "wrapper": true
   3530       }
   3531     },
   3532     "S6u": {
   3533       "type": "structure",
   3534       "members": {
   3535         "DBClusterParameterGroupName": {}
   3536       }
   3537     },
   3538     "S70": {
   3539       "type": "structure",
   3540       "members": {
   3541         "DBParameterGroupName": {}
   3542       }
   3543     }
   3544   }
   3545 }