gl-store-s3.js/node_modules/aws-sdk/apis/rds-2014-10-31.min.json

4822 lines
116 KiB
JSON

{
"version": "2.0",
"metadata": {
"apiVersion": "2014-10-31",
"endpointPrefix": "rds",
"protocol": "query",
"serviceAbbreviation": "Amazon RDS",
"serviceFullName": "Amazon Relational Database Service",
"serviceId": "RDS",
"signatureVersion": "v4",
"uid": "rds-2014-10-31",
"xmlNamespace": "http://rds.amazonaws.com/doc/2014-10-31/"
},
"operations": {
"AddRoleToDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"RoleArn"
],
"members": {
"DBClusterIdentifier": {},
"RoleArn": {},
"FeatureName": {}
}
}
},
"AddRoleToDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"RoleArn",
"FeatureName"
],
"members": {
"DBInstanceIdentifier": {},
"RoleArn": {},
"FeatureName": {}
}
}
},
"AddSourceIdentifierToSubscription": {
"input": {
"type": "structure",
"required": [
"SubscriptionName",
"SourceIdentifier"
],
"members": {
"SubscriptionName": {},
"SourceIdentifier": {}
}
},
"output": {
"resultWrapper": "AddSourceIdentifierToSubscriptionResult",
"type": "structure",
"members": {
"EventSubscription": {
"shape": "S6"
}
}
}
},
"AddTagsToResource": {
"input": {
"type": "structure",
"required": [
"ResourceName",
"Tags"
],
"members": {
"ResourceName": {},
"Tags": {
"shape": "Sb"
}
}
}
},
"ApplyPendingMaintenanceAction": {
"input": {
"type": "structure",
"required": [
"ResourceIdentifier",
"ApplyAction",
"OptInType"
],
"members": {
"ResourceIdentifier": {},
"ApplyAction": {},
"OptInType": {}
}
},
"output": {
"resultWrapper": "ApplyPendingMaintenanceActionResult",
"type": "structure",
"members": {
"ResourcePendingMaintenanceActions": {
"shape": "Sf"
}
}
}
},
"AuthorizeDBSecurityGroupIngress": {
"input": {
"type": "structure",
"required": [
"DBSecurityGroupName"
],
"members": {
"DBSecurityGroupName": {},
"CIDRIP": {},
"EC2SecurityGroupName": {},
"EC2SecurityGroupId": {},
"EC2SecurityGroupOwnerId": {}
}
},
"output": {
"resultWrapper": "AuthorizeDBSecurityGroupIngressResult",
"type": "structure",
"members": {
"DBSecurityGroup": {
"shape": "Sl"
}
}
}
},
"BacktrackDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"BacktrackTo"
],
"members": {
"DBClusterIdentifier": {},
"BacktrackTo": {
"type": "timestamp"
},
"Force": {
"type": "boolean"
},
"UseEarliestTimeOnPointInTimeUnavailable": {
"type": "boolean"
}
}
},
"output": {
"shape": "Ss",
"resultWrapper": "BacktrackDBClusterResult"
}
},
"CopyDBClusterParameterGroup": {
"input": {
"type": "structure",
"required": [
"SourceDBClusterParameterGroupIdentifier",
"TargetDBClusterParameterGroupIdentifier",
"TargetDBClusterParameterGroupDescription"
],
"members": {
"SourceDBClusterParameterGroupIdentifier": {},
"TargetDBClusterParameterGroupIdentifier": {},
"TargetDBClusterParameterGroupDescription": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CopyDBClusterParameterGroupResult",
"type": "structure",
"members": {
"DBClusterParameterGroup": {
"shape": "Sv"
}
}
}
},
"CopyDBClusterSnapshot": {
"input": {
"type": "structure",
"required": [
"SourceDBClusterSnapshotIdentifier",
"TargetDBClusterSnapshotIdentifier"
],
"members": {
"SourceDBClusterSnapshotIdentifier": {},
"TargetDBClusterSnapshotIdentifier": {},
"KmsKeyId": {},
"PreSignedUrl": {},
"CopyTags": {
"type": "boolean"
},
"Tags": {
"shape": "Sb"
},
"SourceRegion": {}
}
},
"output": {
"resultWrapper": "CopyDBClusterSnapshotResult",
"type": "structure",
"members": {
"DBClusterSnapshot": {
"shape": "Sy"
}
}
}
},
"CopyDBParameterGroup": {
"input": {
"type": "structure",
"required": [
"SourceDBParameterGroupIdentifier",
"TargetDBParameterGroupIdentifier",
"TargetDBParameterGroupDescription"
],
"members": {
"SourceDBParameterGroupIdentifier": {},
"TargetDBParameterGroupIdentifier": {},
"TargetDBParameterGroupDescription": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CopyDBParameterGroupResult",
"type": "structure",
"members": {
"DBParameterGroup": {
"shape": "S13"
}
}
}
},
"CopyDBSnapshot": {
"input": {
"type": "structure",
"required": [
"SourceDBSnapshotIdentifier",
"TargetDBSnapshotIdentifier"
],
"members": {
"SourceDBSnapshotIdentifier": {},
"TargetDBSnapshotIdentifier": {},
"KmsKeyId": {},
"Tags": {
"shape": "Sb"
},
"CopyTags": {
"type": "boolean"
},
"PreSignedUrl": {},
"OptionGroupName": {},
"SourceRegion": {}
}
},
"output": {
"resultWrapper": "CopyDBSnapshotResult",
"type": "structure",
"members": {
"DBSnapshot": {
"shape": "S16"
}
}
}
},
"CopyOptionGroup": {
"input": {
"type": "structure",
"required": [
"SourceOptionGroupIdentifier",
"TargetOptionGroupIdentifier",
"TargetOptionGroupDescription"
],
"members": {
"SourceOptionGroupIdentifier": {},
"TargetOptionGroupIdentifier": {},
"TargetOptionGroupDescription": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CopyOptionGroupResult",
"type": "structure",
"members": {
"OptionGroup": {
"shape": "S1c"
}
}
}
},
"CreateDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"Engine"
],
"members": {
"AvailabilityZones": {
"shape": "Sz"
},
"BackupRetentionPeriod": {
"type": "integer"
},
"CharacterSetName": {},
"DatabaseName": {},
"DBClusterIdentifier": {},
"DBClusterParameterGroupName": {},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"DBSubnetGroupName": {},
"Engine": {},
"EngineVersion": {},
"Port": {
"type": "integer"
},
"MasterUsername": {},
"MasterUserPassword": {},
"OptionGroupName": {},
"PreferredBackupWindow": {},
"PreferredMaintenanceWindow": {},
"ReplicationSourceIdentifier": {},
"Tags": {
"shape": "Sb"
},
"StorageEncrypted": {
"type": "boolean"
},
"KmsKeyId": {},
"PreSignedUrl": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"BacktrackWindow": {
"type": "long"
},
"EnableCloudwatchLogsExports": {
"shape": "S1o"
},
"EngineMode": {},
"ScalingConfiguration": {
"shape": "S1p"
},
"DeletionProtection": {
"type": "boolean"
},
"GlobalClusterIdentifier": {},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"SourceRegion": {}
}
},
"output": {
"resultWrapper": "CreateDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1r"
}
}
}
},
"CreateDBClusterEndpoint": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"DBClusterEndpointIdentifier",
"EndpointType"
],
"members": {
"DBClusterIdentifier": {},
"DBClusterEndpointIdentifier": {},
"EndpointType": {},
"StaticMembers": {
"shape": "S1s"
},
"ExcludedMembers": {
"shape": "S1s"
}
}
},
"output": {
"shape": "S22",
"resultWrapper": "CreateDBClusterEndpointResult"
}
},
"CreateDBClusterParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBClusterParameterGroupName",
"DBParameterGroupFamily",
"Description"
],
"members": {
"DBClusterParameterGroupName": {},
"DBParameterGroupFamily": {},
"Description": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBClusterParameterGroupResult",
"type": "structure",
"members": {
"DBClusterParameterGroup": {
"shape": "Sv"
}
}
}
},
"CreateDBClusterSnapshot": {
"input": {
"type": "structure",
"required": [
"DBClusterSnapshotIdentifier",
"DBClusterIdentifier"
],
"members": {
"DBClusterSnapshotIdentifier": {},
"DBClusterIdentifier": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBClusterSnapshotResult",
"type": "structure",
"members": {
"DBClusterSnapshot": {
"shape": "Sy"
}
}
}
},
"CreateDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"DBInstanceClass",
"Engine"
],
"members": {
"DBName": {},
"DBInstanceIdentifier": {},
"AllocatedStorage": {
"type": "integer"
},
"DBInstanceClass": {},
"Engine": {},
"MasterUsername": {},
"MasterUserPassword": {},
"DBSecurityGroups": {
"shape": "S28"
},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"AvailabilityZone": {},
"DBSubnetGroupName": {},
"PreferredMaintenanceWindow": {},
"DBParameterGroupName": {},
"BackupRetentionPeriod": {
"type": "integer"
},
"PreferredBackupWindow": {},
"Port": {
"type": "integer"
},
"MultiAZ": {
"type": "boolean"
},
"EngineVersion": {},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"LicenseModel": {},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"CharacterSetName": {},
"PubliclyAccessible": {
"type": "boolean"
},
"Tags": {
"shape": "Sb"
},
"DBClusterIdentifier": {},
"StorageType": {},
"TdeCredentialArn": {},
"TdeCredentialPassword": {},
"StorageEncrypted": {
"type": "boolean"
},
"KmsKeyId": {},
"Domain": {},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"MonitoringInterval": {
"type": "integer"
},
"MonitoringRoleArn": {},
"DomainIAMRoleName": {},
"PromotionTier": {
"type": "integer"
},
"Timezone": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"EnablePerformanceInsights": {
"type": "boolean"
},
"PerformanceInsightsKMSKeyId": {},
"PerformanceInsightsRetentionPeriod": {
"type": "integer"
},
"EnableCloudwatchLogsExports": {
"shape": "S1o"
},
"ProcessorFeatures": {
"shape": "S18"
},
"DeletionProtection": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "CreateDBInstanceResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
},
"CreateDBInstanceReadReplica": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"SourceDBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"SourceDBInstanceIdentifier": {},
"DBInstanceClass": {},
"AvailabilityZone": {},
"Port": {
"type": "integer"
},
"MultiAZ": {
"type": "boolean"
},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"PubliclyAccessible": {
"type": "boolean"
},
"Tags": {
"shape": "Sb"
},
"DBSubnetGroupName": {},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"StorageType": {},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"MonitoringInterval": {
"type": "integer"
},
"MonitoringRoleArn": {},
"KmsKeyId": {},
"PreSignedUrl": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"EnablePerformanceInsights": {
"type": "boolean"
},
"PerformanceInsightsKMSKeyId": {},
"PerformanceInsightsRetentionPeriod": {
"type": "integer"
},
"EnableCloudwatchLogsExports": {
"shape": "S1o"
},
"ProcessorFeatures": {
"shape": "S18"
},
"UseDefaultProcessorFeatures": {
"type": "boolean"
},
"DeletionProtection": {
"type": "boolean"
},
"SourceRegion": {}
}
},
"output": {
"resultWrapper": "CreateDBInstanceReadReplicaResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
},
"CreateDBParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupName",
"DBParameterGroupFamily",
"Description"
],
"members": {
"DBParameterGroupName": {},
"DBParameterGroupFamily": {},
"Description": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBParameterGroupResult",
"type": "structure",
"members": {
"DBParameterGroup": {
"shape": "S13"
}
}
}
},
"CreateDBSecurityGroup": {
"input": {
"type": "structure",
"required": [
"DBSecurityGroupName",
"DBSecurityGroupDescription"
],
"members": {
"DBSecurityGroupName": {},
"DBSecurityGroupDescription": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBSecurityGroupResult",
"type": "structure",
"members": {
"DBSecurityGroup": {
"shape": "Sl"
}
}
}
},
"CreateDBSnapshot": {
"input": {
"type": "structure",
"required": [
"DBSnapshotIdentifier",
"DBInstanceIdentifier"
],
"members": {
"DBSnapshotIdentifier": {},
"DBInstanceIdentifier": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBSnapshotResult",
"type": "structure",
"members": {
"DBSnapshot": {
"shape": "S16"
}
}
}
},
"CreateDBSubnetGroup": {
"input": {
"type": "structure",
"required": [
"DBSubnetGroupName",
"DBSubnetGroupDescription",
"SubnetIds"
],
"members": {
"DBSubnetGroupName": {},
"DBSubnetGroupDescription": {},
"SubnetIds": {
"shape": "S33"
},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBSubnetGroupResult",
"type": "structure",
"members": {
"DBSubnetGroup": {
"shape": "S2e"
}
}
}
},
"CreateEventSubscription": {
"input": {
"type": "structure",
"required": [
"SubscriptionName",
"SnsTopicArn"
],
"members": {
"SubscriptionName": {},
"SnsTopicArn": {},
"SourceType": {},
"EventCategories": {
"shape": "S8"
},
"SourceIds": {
"shape": "S7"
},
"Enabled": {
"type": "boolean"
},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateEventSubscriptionResult",
"type": "structure",
"members": {
"EventSubscription": {
"shape": "S6"
}
}
}
},
"CreateGlobalCluster": {
"input": {
"type": "structure",
"members": {
"GlobalClusterIdentifier": {},
"SourceDBClusterIdentifier": {},
"Engine": {},
"EngineVersion": {},
"DeletionProtection": {
"type": "boolean"
},
"DatabaseName": {},
"StorageEncrypted": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "CreateGlobalClusterResult",
"type": "structure",
"members": {
"GlobalCluster": {
"shape": "S39"
}
}
}
},
"CreateOptionGroup": {
"input": {
"type": "structure",
"required": [
"OptionGroupName",
"EngineName",
"MajorEngineVersion",
"OptionGroupDescription"
],
"members": {
"OptionGroupName": {},
"EngineName": {},
"MajorEngineVersion": {},
"OptionGroupDescription": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateOptionGroupResult",
"type": "structure",
"members": {
"OptionGroup": {
"shape": "S1c"
}
}
}
},
"DeleteDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {},
"SkipFinalSnapshot": {
"type": "boolean"
},
"FinalDBSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DeleteDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1r"
}
}
}
},
"DeleteDBClusterEndpoint": {
"input": {
"type": "structure",
"required": [
"DBClusterEndpointIdentifier"
],
"members": {
"DBClusterEndpointIdentifier": {}
}
},
"output": {
"shape": "S22",
"resultWrapper": "DeleteDBClusterEndpointResult"
}
},
"DeleteDBClusterParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBClusterParameterGroupName"
],
"members": {
"DBClusterParameterGroupName": {}
}
}
},
"DeleteDBClusterSnapshot": {
"input": {
"type": "structure",
"required": [
"DBClusterSnapshotIdentifier"
],
"members": {
"DBClusterSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DeleteDBClusterSnapshotResult",
"type": "structure",
"members": {
"DBClusterSnapshot": {
"shape": "Sy"
}
}
}
},
"DeleteDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"SkipFinalSnapshot": {
"type": "boolean"
},
"FinalDBSnapshotIdentifier": {},
"DeleteAutomatedBackups": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DeleteDBInstanceResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
},
"DeleteDBInstanceAutomatedBackup": {
"input": {
"type": "structure",
"required": [
"DbiResourceId"
],
"members": {
"DbiResourceId": {}
}
},
"output": {
"resultWrapper": "DeleteDBInstanceAutomatedBackupResult",
"type": "structure",
"members": {
"DBInstanceAutomatedBackup": {
"shape": "S3p"
}
}
}
},
"DeleteDBParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupName"
],
"members": {
"DBParameterGroupName": {}
}
}
},
"DeleteDBSecurityGroup": {
"input": {
"type": "structure",
"required": [
"DBSecurityGroupName"
],
"members": {
"DBSecurityGroupName": {}
}
}
},
"DeleteDBSnapshot": {
"input": {
"type": "structure",
"required": [
"DBSnapshotIdentifier"
],
"members": {
"DBSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DeleteDBSnapshotResult",
"type": "structure",
"members": {
"DBSnapshot": {
"shape": "S16"
}
}
}
},
"DeleteDBSubnetGroup": {
"input": {
"type": "structure",
"required": [
"DBSubnetGroupName"
],
"members": {
"DBSubnetGroupName": {}
}
}
},
"DeleteEventSubscription": {
"input": {
"type": "structure",
"required": [
"SubscriptionName"
],
"members": {
"SubscriptionName": {}
}
},
"output": {
"resultWrapper": "DeleteEventSubscriptionResult",
"type": "structure",
"members": {
"EventSubscription": {
"shape": "S6"
}
}
}
},
"DeleteGlobalCluster": {
"input": {
"type": "structure",
"required": [
"GlobalClusterIdentifier"
],
"members": {
"GlobalClusterIdentifier": {}
}
},
"output": {
"resultWrapper": "DeleteGlobalClusterResult",
"type": "structure",
"members": {
"GlobalCluster": {
"shape": "S39"
}
}
}
},
"DeleteOptionGroup": {
"input": {
"type": "structure",
"required": [
"OptionGroupName"
],
"members": {
"OptionGroupName": {}
}
}
},
"DescribeAccountAttributes": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"resultWrapper": "DescribeAccountAttributesResult",
"type": "structure",
"members": {
"AccountQuotas": {
"type": "list",
"member": {
"locationName": "AccountQuota",
"type": "structure",
"members": {
"AccountQuotaName": {},
"Used": {
"type": "long"
},
"Max": {
"type": "long"
}
},
"wrapper": true
}
}
}
}
},
"DescribeCertificates": {
"input": {
"type": "structure",
"members": {
"CertificateIdentifier": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeCertificatesResult",
"type": "structure",
"members": {
"Certificates": {
"type": "list",
"member": {
"locationName": "Certificate",
"type": "structure",
"members": {
"CertificateIdentifier": {},
"CertificateType": {},
"Thumbprint": {},
"ValidFrom": {
"type": "timestamp"
},
"ValidTill": {
"type": "timestamp"
},
"CertificateArn": {}
},
"wrapper": true
}
},
"Marker": {}
}
}
},
"DescribeDBClusterBacktracks": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {},
"BacktrackIdentifier": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterBacktracksResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusterBacktracks": {
"type": "list",
"member": {
"shape": "Ss",
"locationName": "DBClusterBacktrack"
}
}
}
}
},
"DescribeDBClusterEndpoints": {
"input": {
"type": "structure",
"members": {
"DBClusterIdentifier": {},
"DBClusterEndpointIdentifier": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterEndpointsResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusterEndpoints": {
"type": "list",
"member": {
"shape": "S22",
"locationName": "DBClusterEndpointList"
}
}
}
}
},
"DescribeDBClusterParameterGroups": {
"input": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterParameterGroupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusterParameterGroups": {
"type": "list",
"member": {
"shape": "Sv",
"locationName": "DBClusterParameterGroup"
}
}
}
}
},
"DescribeDBClusterParameters": {
"input": {
"type": "structure",
"required": [
"DBClusterParameterGroupName"
],
"members": {
"DBClusterParameterGroupName": {},
"Source": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterParametersResult",
"type": "structure",
"members": {
"Parameters": {
"shape": "S4o"
},
"Marker": {}
}
}
},
"DescribeDBClusterSnapshotAttributes": {
"input": {
"type": "structure",
"required": [
"DBClusterSnapshotIdentifier"
],
"members": {
"DBClusterSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterSnapshotAttributesResult",
"type": "structure",
"members": {
"DBClusterSnapshotAttributesResult": {
"shape": "S4u"
}
}
}
},
"DescribeDBClusterSnapshots": {
"input": {
"type": "structure",
"members": {
"DBClusterIdentifier": {},
"DBClusterSnapshotIdentifier": {},
"SnapshotType": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"IncludeShared": {
"type": "boolean"
},
"IncludePublic": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DescribeDBClusterSnapshotsResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusterSnapshots": {
"type": "list",
"member": {
"shape": "Sy",
"locationName": "DBClusterSnapshot"
}
}
}
}
},
"DescribeDBClusters": {
"input": {
"type": "structure",
"members": {
"DBClusterIdentifier": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClustersResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusters": {
"type": "list",
"member": {
"shape": "S1r",
"locationName": "DBCluster"
}
}
}
}
},
"DescribeDBEngineVersions": {
"input": {
"type": "structure",
"members": {
"Engine": {},
"EngineVersion": {},
"DBParameterGroupFamily": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"DefaultOnly": {
"type": "boolean"
},
"ListSupportedCharacterSets": {
"type": "boolean"
},
"ListSupportedTimezones": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DescribeDBEngineVersionsResult",
"type": "structure",
"members": {
"Marker": {},
"DBEngineVersions": {
"type": "list",
"member": {
"locationName": "DBEngineVersion",
"type": "structure",
"members": {
"Engine": {},
"EngineVersion": {},
"DBParameterGroupFamily": {},
"DBEngineDescription": {},
"DBEngineVersionDescription": {},
"DefaultCharacterSet": {
"shape": "S58"
},
"SupportedCharacterSets": {
"type": "list",
"member": {
"shape": "S58",
"locationName": "CharacterSet"
}
},
"ValidUpgradeTarget": {
"type": "list",
"member": {
"locationName": "UpgradeTarget",
"type": "structure",
"members": {
"Engine": {},
"EngineVersion": {},
"Description": {},
"AutoUpgrade": {
"type": "boolean"
},
"IsMajorVersionUpgrade": {
"type": "boolean"
}
}
}
},
"SupportedTimezones": {
"type": "list",
"member": {
"locationName": "Timezone",
"type": "structure",
"members": {
"TimezoneName": {}
}
}
},
"ExportableLogTypes": {
"shape": "S1o"
},
"SupportsLogExportsToCloudwatchLogs": {
"type": "boolean"
},
"SupportsReadReplica": {
"type": "boolean"
},
"SupportedEngineModes": {
"shape": "S4r"
},
"SupportedFeatureNames": {
"type": "list",
"member": {}
}
}
}
}
}
}
},
"DescribeDBInstanceAutomatedBackups": {
"input": {
"type": "structure",
"members": {
"DbiResourceId": {},
"DBInstanceIdentifier": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBInstanceAutomatedBackupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBInstanceAutomatedBackups": {
"type": "list",
"member": {
"shape": "S3p",
"locationName": "DBInstanceAutomatedBackup"
}
}
}
}
},
"DescribeDBInstances": {
"input": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBInstancesResult",
"type": "structure",
"members": {
"Marker": {},
"DBInstances": {
"type": "list",
"member": {
"shape": "S2a",
"locationName": "DBInstance"
}
}
}
}
},
"DescribeDBLogFiles": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"FilenameContains": {},
"FileLastWritten": {
"type": "long"
},
"FileSize": {
"type": "long"
},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBLogFilesResult",
"type": "structure",
"members": {
"DescribeDBLogFiles": {
"type": "list",
"member": {
"locationName": "DescribeDBLogFilesDetails",
"type": "structure",
"members": {
"LogFileName": {},
"LastWritten": {
"type": "long"
},
"Size": {
"type": "long"
}
}
}
},
"Marker": {}
}
}
},
"DescribeDBParameterGroups": {
"input": {
"type": "structure",
"members": {
"DBParameterGroupName": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBParameterGroupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBParameterGroups": {
"type": "list",
"member": {
"shape": "S13",
"locationName": "DBParameterGroup"
}
}
}
}
},
"DescribeDBParameters": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupName"
],
"members": {
"DBParameterGroupName": {},
"Source": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBParametersResult",
"type": "structure",
"members": {
"Parameters": {
"shape": "S4o"
},
"Marker": {}
}
}
},
"DescribeDBSecurityGroups": {
"input": {
"type": "structure",
"members": {
"DBSecurityGroupName": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBSecurityGroupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBSecurityGroups": {
"type": "list",
"member": {
"shape": "Sl",
"locationName": "DBSecurityGroup"
}
}
}
}
},
"DescribeDBSnapshotAttributes": {
"input": {
"type": "structure",
"required": [
"DBSnapshotIdentifier"
],
"members": {
"DBSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DescribeDBSnapshotAttributesResult",
"type": "structure",
"members": {
"DBSnapshotAttributesResult": {
"shape": "S5z"
}
}
}
},
"DescribeDBSnapshots": {
"input": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {},
"DBSnapshotIdentifier": {},
"SnapshotType": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"IncludeShared": {
"type": "boolean"
},
"IncludePublic": {
"type": "boolean"
},
"DbiResourceId": {}
}
},
"output": {
"resultWrapper": "DescribeDBSnapshotsResult",
"type": "structure",
"members": {
"Marker": {},
"DBSnapshots": {
"type": "list",
"member": {
"shape": "S16",
"locationName": "DBSnapshot"
}
}
}
}
},
"DescribeDBSubnetGroups": {
"input": {
"type": "structure",
"members": {
"DBSubnetGroupName": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBSubnetGroupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBSubnetGroups": {
"type": "list",
"member": {
"shape": "S2e",
"locationName": "DBSubnetGroup"
}
}
}
}
},
"DescribeEngineDefaultClusterParameters": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupFamily"
],
"members": {
"DBParameterGroupFamily": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeEngineDefaultClusterParametersResult",
"type": "structure",
"members": {
"EngineDefaults": {
"shape": "S6a"
}
}
}
},
"DescribeEngineDefaultParameters": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupFamily"
],
"members": {
"DBParameterGroupFamily": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeEngineDefaultParametersResult",
"type": "structure",
"members": {
"EngineDefaults": {
"shape": "S6a"
}
}
}
},
"DescribeEventCategories": {
"input": {
"type": "structure",
"members": {
"SourceType": {},
"Filters": {
"shape": "S47"
}
}
},
"output": {
"resultWrapper": "DescribeEventCategoriesResult",
"type": "structure",
"members": {
"EventCategoriesMapList": {
"type": "list",
"member": {
"locationName": "EventCategoriesMap",
"type": "structure",
"members": {
"SourceType": {},
"EventCategories": {
"shape": "S8"
}
},
"wrapper": true
}
}
}
}
},
"DescribeEventSubscriptions": {
"input": {
"type": "structure",
"members": {
"SubscriptionName": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeEventSubscriptionsResult",
"type": "structure",
"members": {
"Marker": {},
"EventSubscriptionsList": {
"type": "list",
"member": {
"shape": "S6",
"locationName": "EventSubscription"
}
}
}
}
},
"DescribeEvents": {
"input": {
"type": "structure",
"members": {
"SourceIdentifier": {},
"SourceType": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"Duration": {
"type": "integer"
},
"EventCategories": {
"shape": "S8"
},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeEventsResult",
"type": "structure",
"members": {
"Marker": {},
"Events": {
"type": "list",
"member": {
"locationName": "Event",
"type": "structure",
"members": {
"SourceIdentifier": {},
"SourceType": {},
"Message": {},
"EventCategories": {
"shape": "S8"
},
"Date": {
"type": "timestamp"
},
"SourceArn": {}
}
}
}
}
}
},
"DescribeGlobalClusters": {
"input": {
"type": "structure",
"members": {
"GlobalClusterIdentifier": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeGlobalClustersResult",
"type": "structure",
"members": {
"Marker": {},
"GlobalClusters": {
"type": "list",
"member": {
"shape": "S39",
"locationName": "GlobalClusterMember"
}
}
}
}
},
"DescribeOptionGroupOptions": {
"input": {
"type": "structure",
"required": [
"EngineName"
],
"members": {
"EngineName": {},
"MajorEngineVersion": {},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeOptionGroupOptionsResult",
"type": "structure",
"members": {
"OptionGroupOptions": {
"type": "list",
"member": {
"locationName": "OptionGroupOption",
"type": "structure",
"members": {
"Name": {},
"Description": {},
"EngineName": {},
"MajorEngineVersion": {},
"MinimumRequiredMinorEngineVersion": {},
"PortRequired": {
"type": "boolean"
},
"DefaultPort": {
"type": "integer"
},
"OptionsDependedOn": {
"type": "list",
"member": {
"locationName": "OptionName"
}
},
"OptionsConflictsWith": {
"type": "list",
"member": {
"locationName": "OptionConflictName"
}
},
"Persistent": {
"type": "boolean"
},
"Permanent": {
"type": "boolean"
},
"RequiresAutoMinorEngineVersionUpgrade": {
"type": "boolean"
},
"VpcOnly": {
"type": "boolean"
},
"SupportsOptionVersionDowngrade": {
"type": "boolean"
},
"OptionGroupOptionSettings": {
"type": "list",
"member": {
"locationName": "OptionGroupOptionSetting",
"type": "structure",
"members": {
"SettingName": {},
"SettingDescription": {},
"DefaultValue": {},
"ApplyType": {},
"AllowedValues": {},
"IsModifiable": {
"type": "boolean"
},
"IsRequired": {
"type": "boolean"
},
"MinimumEngineVersionPerAllowedValue": {
"type": "list",
"member": {
"locationName": "MinimumEngineVersionPerAllowedValue",
"type": "structure",
"members": {
"AllowedValue": {},
"MinimumEngineVersion": {}
}
}
}
}
}
},
"OptionGroupOptionVersions": {
"type": "list",
"member": {
"locationName": "OptionVersion",
"type": "structure",
"members": {
"Version": {},
"IsDefault": {
"type": "boolean"
}
}
}
}
}
}
},
"Marker": {}
}
}
},
"DescribeOptionGroups": {
"input": {
"type": "structure",
"members": {
"OptionGroupName": {},
"Filters": {
"shape": "S47"
},
"Marker": {},
"MaxRecords": {
"type": "integer"
},
"EngineName": {},
"MajorEngineVersion": {}
}
},
"output": {
"resultWrapper": "DescribeOptionGroupsResult",
"type": "structure",
"members": {
"OptionGroupsList": {
"type": "list",
"member": {
"shape": "S1c",
"locationName": "OptionGroup"
}
},
"Marker": {}
}
}
},
"DescribeOrderableDBInstanceOptions": {
"input": {
"type": "structure",
"required": [
"Engine"
],
"members": {
"Engine": {},
"EngineVersion": {},
"DBInstanceClass": {},
"LicenseModel": {},
"Vpc": {
"type": "boolean"
},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeOrderableDBInstanceOptionsResult",
"type": "structure",
"members": {
"OrderableDBInstanceOptions": {
"type": "list",
"member": {
"locationName": "OrderableDBInstanceOption",
"type": "structure",
"members": {
"Engine": {},
"EngineVersion": {},
"DBInstanceClass": {},
"LicenseModel": {},
"AvailabilityZones": {
"type": "list",
"member": {
"shape": "S2h",
"locationName": "AvailabilityZone"
}
},
"MultiAZCapable": {
"type": "boolean"
},
"ReadReplicaCapable": {
"type": "boolean"
},
"Vpc": {
"type": "boolean"
},
"SupportsStorageEncryption": {
"type": "boolean"
},
"StorageType": {},
"SupportsIops": {
"type": "boolean"
},
"SupportsEnhancedMonitoring": {
"type": "boolean"
},
"SupportsIAMDatabaseAuthentication": {
"type": "boolean"
},
"SupportsPerformanceInsights": {
"type": "boolean"
},
"MinStorageSize": {
"type": "integer"
},
"MaxStorageSize": {
"type": "integer"
},
"MinIopsPerDbInstance": {
"type": "integer"
},
"MaxIopsPerDbInstance": {
"type": "integer"
},
"MinIopsPerGib": {
"type": "double"
},
"MaxIopsPerGib": {
"type": "double"
},
"AvailableProcessorFeatures": {
"shape": "S7d"
},
"SupportedEngineModes": {
"shape": "S4r"
}
},
"wrapper": true
}
},
"Marker": {}
}
}
},
"DescribePendingMaintenanceActions": {
"input": {
"type": "structure",
"members": {
"ResourceIdentifier": {},
"Filters": {
"shape": "S47"
},
"Marker": {},
"MaxRecords": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "DescribePendingMaintenanceActionsResult",
"type": "structure",
"members": {
"PendingMaintenanceActions": {
"type": "list",
"member": {
"shape": "Sf",
"locationName": "ResourcePendingMaintenanceActions"
}
},
"Marker": {}
}
}
},
"DescribeReservedDBInstances": {
"input": {
"type": "structure",
"members": {
"ReservedDBInstanceId": {},
"ReservedDBInstancesOfferingId": {},
"DBInstanceClass": {},
"Duration": {},
"ProductDescription": {},
"OfferingType": {},
"MultiAZ": {
"type": "boolean"
},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeReservedDBInstancesResult",
"type": "structure",
"members": {
"Marker": {},
"ReservedDBInstances": {
"type": "list",
"member": {
"shape": "S7l",
"locationName": "ReservedDBInstance"
}
}
}
}
},
"DescribeReservedDBInstancesOfferings": {
"input": {
"type": "structure",
"members": {
"ReservedDBInstancesOfferingId": {},
"DBInstanceClass": {},
"Duration": {},
"ProductDescription": {},
"OfferingType": {},
"MultiAZ": {
"type": "boolean"
},
"Filters": {
"shape": "S47"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeReservedDBInstancesOfferingsResult",
"type": "structure",
"members": {
"Marker": {},
"ReservedDBInstancesOfferings": {
"type": "list",
"member": {
"locationName": "ReservedDBInstancesOffering",
"type": "structure",
"members": {
"ReservedDBInstancesOfferingId": {},
"DBInstanceClass": {},
"Duration": {
"type": "integer"
},
"FixedPrice": {
"type": "double"
},
"UsagePrice": {
"type": "double"
},
"CurrencyCode": {},
"ProductDescription": {},
"OfferingType": {},
"MultiAZ": {
"type": "boolean"
},
"RecurringCharges": {
"shape": "S7n"
}
},
"wrapper": true
}
}
}
}
},
"DescribeSourceRegions": {
"input": {
"type": "structure",
"members": {
"RegionName": {},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"Filters": {
"shape": "S47"
}
}
},
"output": {
"resultWrapper": "DescribeSourceRegionsResult",
"type": "structure",
"members": {
"Marker": {},
"SourceRegions": {
"type": "list",
"member": {
"locationName": "SourceRegion",
"type": "structure",
"members": {
"RegionName": {},
"Endpoint": {},
"Status": {}
}
}
}
}
}
},
"DescribeValidDBInstanceModifications": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {}
}
},
"output": {
"resultWrapper": "DescribeValidDBInstanceModificationsResult",
"type": "structure",
"members": {
"ValidDBInstanceModificationsMessage": {
"type": "structure",
"members": {
"Storage": {
"type": "list",
"member": {
"locationName": "ValidStorageOptions",
"type": "structure",
"members": {
"StorageType": {},
"StorageSize": {
"shape": "S82"
},
"ProvisionedIops": {
"shape": "S82"
},
"IopsToStorageRatio": {
"type": "list",
"member": {
"locationName": "DoubleRange",
"type": "structure",
"members": {
"From": {
"type": "double"
},
"To": {
"type": "double"
}
}
}
}
}
}
},
"ValidProcessorFeatures": {
"shape": "S7d"
}
},
"wrapper": true
}
}
}
},
"DownloadDBLogFilePortion": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"LogFileName"
],
"members": {
"DBInstanceIdentifier": {},
"LogFileName": {},
"Marker": {},
"NumberOfLines": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "DownloadDBLogFilePortionResult",
"type": "structure",
"members": {
"LogFileData": {},
"Marker": {},
"AdditionalDataPending": {
"type": "boolean"
}
}
}
},
"FailoverDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {},
"TargetDBInstanceIdentifier": {}
}
},
"output": {
"resultWrapper": "FailoverDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1r"
}
}
}
},
"ListTagsForResource": {
"input": {
"type": "structure",
"required": [
"ResourceName"
],
"members": {
"ResourceName": {},
"Filters": {
"shape": "S47"
}
}
},
"output": {
"resultWrapper": "ListTagsForResourceResult",
"type": "structure",
"members": {
"TagList": {
"shape": "Sb"
}
}
}
},
"ModifyCurrentDBClusterCapacity": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {},
"Capacity": {
"type": "integer"
},
"SecondsBeforeTimeout": {
"type": "integer"
},
"TimeoutAction": {}
}
},
"output": {
"resultWrapper": "ModifyCurrentDBClusterCapacityResult",
"type": "structure",
"members": {
"DBClusterIdentifier": {},
"PendingCapacity": {
"type": "integer"
},
"CurrentCapacity": {
"type": "integer"
},
"SecondsBeforeTimeout": {
"type": "integer"
},
"TimeoutAction": {}
}
}
},
"ModifyDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {},
"NewDBClusterIdentifier": {},
"ApplyImmediately": {
"type": "boolean"
},
"BackupRetentionPeriod": {
"type": "integer"
},
"DBClusterParameterGroupName": {},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"Port": {
"type": "integer"
},
"MasterUserPassword": {},
"OptionGroupName": {},
"PreferredBackupWindow": {},
"PreferredMaintenanceWindow": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"BacktrackWindow": {
"type": "long"
},
"CloudwatchLogsExportConfiguration": {
"shape": "S8f"
},
"EngineVersion": {},
"ScalingConfiguration": {
"shape": "S1p"
},
"DeletionProtection": {
"type": "boolean"
},
"EnableHttpEndpoint": {
"type": "boolean"
},
"CopyTagsToSnapshot": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "ModifyDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1r"
}
}
}
},
"ModifyDBClusterEndpoint": {
"input": {
"type": "structure",
"required": [
"DBClusterEndpointIdentifier"
],
"members": {
"DBClusterEndpointIdentifier": {},
"EndpointType": {},
"StaticMembers": {
"shape": "S1s"
},
"ExcludedMembers": {
"shape": "S1s"
}
}
},
"output": {
"shape": "S22",
"resultWrapper": "ModifyDBClusterEndpointResult"
}
},
"ModifyDBClusterParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBClusterParameterGroupName",
"Parameters"
],
"members": {
"DBClusterParameterGroupName": {},
"Parameters": {
"shape": "S4o"
}
}
},
"output": {
"shape": "S8j",
"resultWrapper": "ModifyDBClusterParameterGroupResult"
}
},
"ModifyDBClusterSnapshotAttribute": {
"input": {
"type": "structure",
"required": [
"DBClusterSnapshotIdentifier",
"AttributeName"
],
"members": {
"DBClusterSnapshotIdentifier": {},
"AttributeName": {},
"ValuesToAdd": {
"shape": "S4x"
},
"ValuesToRemove": {
"shape": "S4x"
}
}
},
"output": {
"resultWrapper": "ModifyDBClusterSnapshotAttributeResult",
"type": "structure",
"members": {
"DBClusterSnapshotAttributesResult": {
"shape": "S4u"
}
}
}
},
"ModifyDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"AllocatedStorage": {
"type": "integer"
},
"DBInstanceClass": {},
"DBSubnetGroupName": {},
"DBSecurityGroups": {
"shape": "S28"
},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"ApplyImmediately": {
"type": "boolean"
},
"MasterUserPassword": {},
"DBParameterGroupName": {},
"BackupRetentionPeriod": {
"type": "integer"
},
"PreferredBackupWindow": {},
"PreferredMaintenanceWindow": {},
"MultiAZ": {
"type": "boolean"
},
"EngineVersion": {},
"AllowMajorVersionUpgrade": {
"type": "boolean"
},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"LicenseModel": {},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"NewDBInstanceIdentifier": {},
"StorageType": {},
"TdeCredentialArn": {},
"TdeCredentialPassword": {},
"CACertificateIdentifier": {},
"Domain": {},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"MonitoringInterval": {
"type": "integer"
},
"DBPortNumber": {
"type": "integer"
},
"PubliclyAccessible": {
"type": "boolean"
},
"MonitoringRoleArn": {},
"DomainIAMRoleName": {},
"PromotionTier": {
"type": "integer"
},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"EnablePerformanceInsights": {
"type": "boolean"
},
"PerformanceInsightsKMSKeyId": {},
"PerformanceInsightsRetentionPeriod": {
"type": "integer"
},
"CloudwatchLogsExportConfiguration": {
"shape": "S8f"
},
"ProcessorFeatures": {
"shape": "S18"
},
"UseDefaultProcessorFeatures": {
"type": "boolean"
},
"DeletionProtection": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "ModifyDBInstanceResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
},
"ModifyDBParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupName",
"Parameters"
],
"members": {
"DBParameterGroupName": {},
"Parameters": {
"shape": "S4o"
}
}
},
"output": {
"shape": "S8p",
"resultWrapper": "ModifyDBParameterGroupResult"
}
},
"ModifyDBSnapshot": {
"input": {
"type": "structure",
"required": [
"DBSnapshotIdentifier"
],
"members": {
"DBSnapshotIdentifier": {},
"EngineVersion": {},
"OptionGroupName": {}
}
},
"output": {
"resultWrapper": "ModifyDBSnapshotResult",
"type": "structure",
"members": {
"DBSnapshot": {
"shape": "S16"
}
}
}
},
"ModifyDBSnapshotAttribute": {
"input": {
"type": "structure",
"required": [
"DBSnapshotIdentifier",
"AttributeName"
],
"members": {
"DBSnapshotIdentifier": {},
"AttributeName": {},
"ValuesToAdd": {
"shape": "S4x"
},
"ValuesToRemove": {
"shape": "S4x"
}
}
},
"output": {
"resultWrapper": "ModifyDBSnapshotAttributeResult",
"type": "structure",
"members": {
"DBSnapshotAttributesResult": {
"shape": "S5z"
}
}
}
},
"ModifyDBSubnetGroup": {
"input": {
"type": "structure",
"required": [
"DBSubnetGroupName",
"SubnetIds"
],
"members": {
"DBSubnetGroupName": {},
"DBSubnetGroupDescription": {},
"SubnetIds": {
"shape": "S33"
}
}
},
"output": {
"resultWrapper": "ModifyDBSubnetGroupResult",
"type": "structure",
"members": {
"DBSubnetGroup": {
"shape": "S2e"
}
}
}
},
"ModifyEventSubscription": {
"input": {
"type": "structure",
"required": [
"SubscriptionName"
],
"members": {
"SubscriptionName": {},
"SnsTopicArn": {},
"SourceType": {},
"EventCategories": {
"shape": "S8"
},
"Enabled": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "ModifyEventSubscriptionResult",
"type": "structure",
"members": {
"EventSubscription": {
"shape": "S6"
}
}
}
},
"ModifyGlobalCluster": {
"input": {
"type": "structure",
"members": {
"GlobalClusterIdentifier": {},
"NewGlobalClusterIdentifier": {},
"DeletionProtection": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "ModifyGlobalClusterResult",
"type": "structure",
"members": {
"GlobalCluster": {
"shape": "S39"
}
}
}
},
"ModifyOptionGroup": {
"input": {
"type": "structure",
"required": [
"OptionGroupName"
],
"members": {
"OptionGroupName": {},
"OptionsToInclude": {
"type": "list",
"member": {
"locationName": "OptionConfiguration",
"type": "structure",
"required": [
"OptionName"
],
"members": {
"OptionName": {},
"Port": {
"type": "integer"
},
"OptionVersion": {},
"DBSecurityGroupMemberships": {
"shape": "S28"
},
"VpcSecurityGroupMemberships": {
"shape": "S1m"
},
"OptionSettings": {
"type": "list",
"member": {
"shape": "S1g",
"locationName": "OptionSetting"
}
}
}
}
},
"OptionsToRemove": {
"type": "list",
"member": {}
},
"ApplyImmediately": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "ModifyOptionGroupResult",
"type": "structure",
"members": {
"OptionGroup": {
"shape": "S1c"
}
}
}
},
"PromoteReadReplica": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"BackupRetentionPeriod": {
"type": "integer"
},
"PreferredBackupWindow": {}
}
},
"output": {
"resultWrapper": "PromoteReadReplicaResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
},
"PromoteReadReplicaDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {}
}
},
"output": {
"resultWrapper": "PromoteReadReplicaDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1r"
}
}
}
},
"PurchaseReservedDBInstancesOffering": {
"input": {
"type": "structure",
"required": [
"ReservedDBInstancesOfferingId"
],
"members": {
"ReservedDBInstancesOfferingId": {},
"ReservedDBInstanceId": {},
"DBInstanceCount": {
"type": "integer"
},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "PurchaseReservedDBInstancesOfferingResult",
"type": "structure",
"members": {
"ReservedDBInstance": {
"shape": "S7l"
}
}
}
},
"RebootDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"ForceFailover": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "RebootDBInstanceResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
},
"RemoveFromGlobalCluster": {
"input": {
"type": "structure",
"members": {
"GlobalClusterIdentifier": {},
"DbClusterIdentifier": {}
}
},
"output": {
"resultWrapper": "RemoveFromGlobalClusterResult",
"type": "structure",
"members": {
"GlobalCluster": {
"shape": "S39"
}
}
}
},
"RemoveRoleFromDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"RoleArn"
],
"members": {
"DBClusterIdentifier": {},
"RoleArn": {},
"FeatureName": {}
}
}
},
"RemoveRoleFromDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"RoleArn",
"FeatureName"
],
"members": {
"DBInstanceIdentifier": {},
"RoleArn": {},
"FeatureName": {}
}
}
},
"RemoveSourceIdentifierFromSubscription": {
"input": {
"type": "structure",
"required": [
"SubscriptionName",
"SourceIdentifier"
],
"members": {
"SubscriptionName": {},
"SourceIdentifier": {}
}
},
"output": {
"resultWrapper": "RemoveSourceIdentifierFromSubscriptionResult",
"type": "structure",
"members": {
"EventSubscription": {
"shape": "S6"
}
}
}
},
"RemoveTagsFromResource": {
"input": {
"type": "structure",
"required": [
"ResourceName",
"TagKeys"
],
"members": {
"ResourceName": {},
"TagKeys": {
"type": "list",
"member": {}
}
}
}
},
"ResetDBClusterParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBClusterParameterGroupName"
],
"members": {
"DBClusterParameterGroupName": {},
"ResetAllParameters": {
"type": "boolean"
},
"Parameters": {
"shape": "S4o"
}
}
},
"output": {
"shape": "S8j",
"resultWrapper": "ResetDBClusterParameterGroupResult"
}
},
"ResetDBParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupName"
],
"members": {
"DBParameterGroupName": {},
"ResetAllParameters": {
"type": "boolean"
},
"Parameters": {
"shape": "S4o"
}
}
},
"output": {
"shape": "S8p",
"resultWrapper": "ResetDBParameterGroupResult"
}
},
"RestoreDBClusterFromS3": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"Engine",
"MasterUsername",
"MasterUserPassword",
"SourceEngine",
"SourceEngineVersion",
"S3BucketName",
"S3IngestionRoleArn"
],
"members": {
"AvailabilityZones": {
"shape": "Sz"
},
"BackupRetentionPeriod": {
"type": "integer"
},
"CharacterSetName": {},
"DatabaseName": {},
"DBClusterIdentifier": {},
"DBClusterParameterGroupName": {},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"DBSubnetGroupName": {},
"Engine": {},
"EngineVersion": {},
"Port": {
"type": "integer"
},
"MasterUsername": {},
"MasterUserPassword": {},
"OptionGroupName": {},
"PreferredBackupWindow": {},
"PreferredMaintenanceWindow": {},
"Tags": {
"shape": "Sb"
},
"StorageEncrypted": {
"type": "boolean"
},
"KmsKeyId": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"SourceEngine": {},
"SourceEngineVersion": {},
"S3BucketName": {},
"S3Prefix": {},
"S3IngestionRoleArn": {},
"BacktrackWindow": {
"type": "long"
},
"EnableCloudwatchLogsExports": {
"shape": "S1o"
},
"DeletionProtection": {
"type": "boolean"
},
"CopyTagsToSnapshot": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "RestoreDBClusterFromS3Result",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1r"
}
}
}
},
"RestoreDBClusterFromSnapshot": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"SnapshotIdentifier",
"Engine"
],
"members": {
"AvailabilityZones": {
"shape": "Sz"
},
"DBClusterIdentifier": {},
"SnapshotIdentifier": {},
"Engine": {},
"EngineVersion": {},
"Port": {
"type": "integer"
},
"DBSubnetGroupName": {},
"DatabaseName": {},
"OptionGroupName": {},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"Tags": {
"shape": "Sb"
},
"KmsKeyId": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"BacktrackWindow": {
"type": "long"
},
"EnableCloudwatchLogsExports": {
"shape": "S1o"
},
"EngineMode": {},
"ScalingConfiguration": {
"shape": "S1p"
},
"DBClusterParameterGroupName": {},
"DeletionProtection": {
"type": "boolean"
},
"CopyTagsToSnapshot": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "RestoreDBClusterFromSnapshotResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1r"
}
}
}
},
"RestoreDBClusterToPointInTime": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"SourceDBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {},
"RestoreType": {},
"SourceDBClusterIdentifier": {},
"RestoreToTime": {
"type": "timestamp"
},
"UseLatestRestorableTime": {
"type": "boolean"
},
"Port": {
"type": "integer"
},
"DBSubnetGroupName": {},
"OptionGroupName": {},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"Tags": {
"shape": "Sb"
},
"KmsKeyId": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"BacktrackWindow": {
"type": "long"
},
"EnableCloudwatchLogsExports": {
"shape": "S1o"
},
"DBClusterParameterGroupName": {},
"DeletionProtection": {
"type": "boolean"
},
"CopyTagsToSnapshot": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "RestoreDBClusterToPointInTimeResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1r"
}
}
}
},
"RestoreDBInstanceFromDBSnapshot": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"DBSnapshotIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"DBSnapshotIdentifier": {},
"DBInstanceClass": {},
"Port": {
"type": "integer"
},
"AvailabilityZone": {},
"DBSubnetGroupName": {},
"MultiAZ": {
"type": "boolean"
},
"PubliclyAccessible": {
"type": "boolean"
},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"LicenseModel": {},
"DBName": {},
"Engine": {},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"Tags": {
"shape": "Sb"
},
"StorageType": {},
"TdeCredentialArn": {},
"TdeCredentialPassword": {},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"Domain": {},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"DomainIAMRoleName": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"EnableCloudwatchLogsExports": {
"shape": "S1o"
},
"ProcessorFeatures": {
"shape": "S18"
},
"UseDefaultProcessorFeatures": {
"type": "boolean"
},
"DBParameterGroupName": {},
"DeletionProtection": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "RestoreDBInstanceFromDBSnapshotResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
},
"RestoreDBInstanceFromS3": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"DBInstanceClass",
"Engine",
"SourceEngine",
"SourceEngineVersion",
"S3BucketName",
"S3IngestionRoleArn"
],
"members": {
"DBName": {},
"DBInstanceIdentifier": {},
"AllocatedStorage": {
"type": "integer"
},
"DBInstanceClass": {},
"Engine": {},
"MasterUsername": {},
"MasterUserPassword": {},
"DBSecurityGroups": {
"shape": "S28"
},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"AvailabilityZone": {},
"DBSubnetGroupName": {},
"PreferredMaintenanceWindow": {},
"DBParameterGroupName": {},
"BackupRetentionPeriod": {
"type": "integer"
},
"PreferredBackupWindow": {},
"Port": {
"type": "integer"
},
"MultiAZ": {
"type": "boolean"
},
"EngineVersion": {},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"LicenseModel": {},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"PubliclyAccessible": {
"type": "boolean"
},
"Tags": {
"shape": "Sb"
},
"StorageType": {},
"StorageEncrypted": {
"type": "boolean"
},
"KmsKeyId": {},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"MonitoringInterval": {
"type": "integer"
},
"MonitoringRoleArn": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"SourceEngine": {},
"SourceEngineVersion": {},
"S3BucketName": {},
"S3Prefix": {},
"S3IngestionRoleArn": {},
"EnablePerformanceInsights": {
"type": "boolean"
},
"PerformanceInsightsKMSKeyId": {},
"PerformanceInsightsRetentionPeriod": {
"type": "integer"
},
"EnableCloudwatchLogsExports": {
"shape": "S1o"
},
"ProcessorFeatures": {
"shape": "S18"
},
"UseDefaultProcessorFeatures": {
"type": "boolean"
},
"DeletionProtection": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "RestoreDBInstanceFromS3Result",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
},
"RestoreDBInstanceToPointInTime": {
"input": {
"type": "structure",
"required": [
"TargetDBInstanceIdentifier"
],
"members": {
"SourceDBInstanceIdentifier": {},
"TargetDBInstanceIdentifier": {},
"RestoreTime": {
"type": "timestamp"
},
"UseLatestRestorableTime": {
"type": "boolean"
},
"DBInstanceClass": {},
"Port": {
"type": "integer"
},
"AvailabilityZone": {},
"DBSubnetGroupName": {},
"MultiAZ": {
"type": "boolean"
},
"PubliclyAccessible": {
"type": "boolean"
},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"LicenseModel": {},
"DBName": {},
"Engine": {},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"Tags": {
"shape": "Sb"
},
"StorageType": {},
"TdeCredentialArn": {},
"TdeCredentialPassword": {},
"VpcSecurityGroupIds": {
"shape": "S1m"
},
"Domain": {},
"DomainIAMRoleName": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"EnableCloudwatchLogsExports": {
"shape": "S1o"
},
"ProcessorFeatures": {
"shape": "S18"
},
"UseDefaultProcessorFeatures": {
"type": "boolean"
},
"DBParameterGroupName": {},
"DeletionProtection": {
"type": "boolean"
},
"SourceDbiResourceId": {}
}
},
"output": {
"resultWrapper": "RestoreDBInstanceToPointInTimeResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
},
"RevokeDBSecurityGroupIngress": {
"input": {
"type": "structure",
"required": [
"DBSecurityGroupName"
],
"members": {
"DBSecurityGroupName": {},
"CIDRIP": {},
"EC2SecurityGroupName": {},
"EC2SecurityGroupId": {},
"EC2SecurityGroupOwnerId": {}
}
},
"output": {
"resultWrapper": "RevokeDBSecurityGroupIngressResult",
"type": "structure",
"members": {
"DBSecurityGroup": {
"shape": "Sl"
}
}
}
},
"StartDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {}
}
},
"output": {
"resultWrapper": "StartDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1r"
}
}
}
},
"StartDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {}
}
},
"output": {
"resultWrapper": "StartDBInstanceResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
},
"StopDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {}
}
},
"output": {
"resultWrapper": "StopDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1r"
}
}
}
},
"StopDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"DBSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "StopDBInstanceResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S2a"
}
}
}
}
},
"shapes": {
"S6": {
"type": "structure",
"members": {
"CustomerAwsId": {},
"CustSubscriptionId": {},
"SnsTopicArn": {},
"Status": {},
"SubscriptionCreationTime": {},
"SourceType": {},
"SourceIdsList": {
"shape": "S7"
},
"EventCategoriesList": {
"shape": "S8"
},
"Enabled": {
"type": "boolean"
},
"EventSubscriptionArn": {}
},
"wrapper": true
},
"S7": {
"type": "list",
"member": {
"locationName": "SourceId"
}
},
"S8": {
"type": "list",
"member": {
"locationName": "EventCategory"
}
},
"Sb": {
"type": "list",
"member": {
"locationName": "Tag",
"type": "structure",
"members": {
"Key": {},
"Value": {}
}
}
},
"Sf": {
"type": "structure",
"members": {
"ResourceIdentifier": {},
"PendingMaintenanceActionDetails": {
"type": "list",
"member": {
"locationName": "PendingMaintenanceAction",
"type": "structure",
"members": {
"Action": {},
"AutoAppliedAfterDate": {
"type": "timestamp"
},
"ForcedApplyDate": {
"type": "timestamp"
},
"OptInStatus": {},
"CurrentApplyDate": {
"type": "timestamp"
},
"Description": {}
}
}
}
},
"wrapper": true
},
"Sl": {
"type": "structure",
"members": {
"OwnerId": {},
"DBSecurityGroupName": {},
"DBSecurityGroupDescription": {},
"VpcId": {},
"EC2SecurityGroups": {
"type": "list",
"member": {
"locationName": "EC2SecurityGroup",
"type": "structure",
"members": {
"Status": {},
"EC2SecurityGroupName": {},
"EC2SecurityGroupId": {},
"EC2SecurityGroupOwnerId": {}
}
}
},
"IPRanges": {
"type": "list",
"member": {
"locationName": "IPRange",
"type": "structure",
"members": {
"Status": {},
"CIDRIP": {}
}
}
},
"DBSecurityGroupArn": {}
},
"wrapper": true
},
"Ss": {
"type": "structure",
"members": {
"DBClusterIdentifier": {},
"BacktrackIdentifier": {},
"BacktrackTo": {
"type": "timestamp"
},
"BacktrackedFrom": {
"type": "timestamp"
},
"BacktrackRequestCreationTime": {
"type": "timestamp"
},
"Status": {}
}
},
"Sv": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {},
"DBParameterGroupFamily": {},
"Description": {},
"DBClusterParameterGroupArn": {}
},
"wrapper": true
},
"Sy": {
"type": "structure",
"members": {
"AvailabilityZones": {
"shape": "Sz"
},
"DBClusterSnapshotIdentifier": {},
"DBClusterIdentifier": {},
"SnapshotCreateTime": {
"type": "timestamp"
},
"Engine": {},
"AllocatedStorage": {
"type": "integer"
},
"Status": {},
"Port": {
"type": "integer"
},
"VpcId": {},
"ClusterCreateTime": {
"type": "timestamp"
},
"MasterUsername": {},
"EngineVersion": {},
"LicenseModel": {},
"SnapshotType": {},
"PercentProgress": {
"type": "integer"
},
"StorageEncrypted": {
"type": "boolean"
},
"KmsKeyId": {},
"DBClusterSnapshotArn": {},
"SourceDBClusterSnapshotArn": {},
"IAMDatabaseAuthenticationEnabled": {
"type": "boolean"
}
},
"wrapper": true
},
"Sz": {
"type": "list",
"member": {
"locationName": "AvailabilityZone"
}
},
"S13": {
"type": "structure",
"members": {
"DBParameterGroupName": {},
"DBParameterGroupFamily": {},
"Description": {},
"DBParameterGroupArn": {}
},
"wrapper": true
},
"S16": {
"type": "structure",
"members": {
"DBSnapshotIdentifier": {},
"DBInstanceIdentifier": {},
"SnapshotCreateTime": {
"type": "timestamp"
},
"Engine": {},
"AllocatedStorage": {
"type": "integer"
},
"Status": {},
"Port": {
"type": "integer"
},
"AvailabilityZone": {},
"VpcId": {},
"InstanceCreateTime": {
"type": "timestamp"
},
"MasterUsername": {},
"EngineVersion": {},
"LicenseModel": {},
"SnapshotType": {},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"PercentProgress": {
"type": "integer"
},
"SourceRegion": {},
"SourceDBSnapshotIdentifier": {},
"StorageType": {},
"TdeCredentialArn": {},
"Encrypted": {
"type": "boolean"
},
"KmsKeyId": {},
"DBSnapshotArn": {},
"Timezone": {},
"IAMDatabaseAuthenticationEnabled": {
"type": "boolean"
},
"ProcessorFeatures": {
"shape": "S18"
},
"DbiResourceId": {}
},
"wrapper": true
},
"S18": {
"type": "list",
"member": {
"locationName": "ProcessorFeature",
"type": "structure",
"members": {
"Name": {},
"Value": {}
}
}
},
"S1c": {
"type": "structure",
"members": {
"OptionGroupName": {},
"OptionGroupDescription": {},
"EngineName": {},
"MajorEngineVersion": {},
"Options": {
"type": "list",
"member": {
"locationName": "Option",
"type": "structure",
"members": {
"OptionName": {},
"OptionDescription": {},
"Persistent": {
"type": "boolean"
},
"Permanent": {
"type": "boolean"
},
"Port": {
"type": "integer"
},
"OptionVersion": {},
"OptionSettings": {
"type": "list",
"member": {
"shape": "S1g",
"locationName": "OptionSetting"
}
},
"DBSecurityGroupMemberships": {
"shape": "S1h"
},
"VpcSecurityGroupMemberships": {
"shape": "S1j"
}
}
}
},
"AllowsVpcAndNonVpcInstanceMemberships": {
"type": "boolean"
},
"VpcId": {},
"OptionGroupArn": {}
},
"wrapper": true
},
"S1g": {
"type": "structure",
"members": {
"Name": {},
"Value": {},
"DefaultValue": {},
"Description": {},
"ApplyType": {},
"DataType": {},
"AllowedValues": {},
"IsModifiable": {
"type": "boolean"
},
"IsCollection": {
"type": "boolean"
}
}
},
"S1h": {
"type": "list",
"member": {
"locationName": "DBSecurityGroup",
"type": "structure",
"members": {
"DBSecurityGroupName": {},
"Status": {}
}
}
},
"S1j": {
"type": "list",
"member": {
"locationName": "VpcSecurityGroupMembership",
"type": "structure",
"members": {
"VpcSecurityGroupId": {},
"Status": {}
}
}
},
"S1m": {
"type": "list",
"member": {
"locationName": "VpcSecurityGroupId"
}
},
"S1o": {
"type": "list",
"member": {}
},
"S1p": {
"type": "structure",
"members": {
"MinCapacity": {
"type": "integer"
},
"MaxCapacity": {
"type": "integer"
},
"AutoPause": {
"type": "boolean"
},
"SecondsUntilAutoPause": {
"type": "integer"
},
"TimeoutAction": {}
}
},
"S1r": {
"type": "structure",
"members": {
"AllocatedStorage": {
"type": "integer"
},
"AvailabilityZones": {
"shape": "Sz"
},
"BackupRetentionPeriod": {
"type": "integer"
},
"CharacterSetName": {},
"DatabaseName": {},
"DBClusterIdentifier": {},
"DBClusterParameterGroup": {},
"DBSubnetGroup": {},
"Status": {},
"PercentProgress": {},
"EarliestRestorableTime": {
"type": "timestamp"
},
"Endpoint": {},
"ReaderEndpoint": {},
"CustomEndpoints": {
"shape": "S1s"
},
"MultiAZ": {
"type": "boolean"
},
"Engine": {},
"EngineVersion": {},
"LatestRestorableTime": {
"type": "timestamp"
},
"Port": {
"type": "integer"
},
"MasterUsername": {},
"DBClusterOptionGroupMemberships": {
"type": "list",
"member": {
"locationName": "DBClusterOptionGroup",
"type": "structure",
"members": {
"DBClusterOptionGroupName": {},
"Status": {}
}
}
},
"PreferredBackupWindow": {},
"PreferredMaintenanceWindow": {},
"ReplicationSourceIdentifier": {},
"ReadReplicaIdentifiers": {
"type": "list",
"member": {
"locationName": "ReadReplicaIdentifier"
}
},
"DBClusterMembers": {
"type": "list",
"member": {
"locationName": "DBClusterMember",
"type": "structure",
"members": {
"DBInstanceIdentifier": {},
"IsClusterWriter": {
"type": "boolean"
},
"DBClusterParameterGroupStatus": {},
"PromotionTier": {
"type": "integer"
}
},
"wrapper": true
}
},
"VpcSecurityGroups": {
"shape": "S1j"
},
"HostedZoneId": {},
"StorageEncrypted": {
"type": "boolean"
},
"KmsKeyId": {},
"DbClusterResourceId": {},
"DBClusterArn": {},
"AssociatedRoles": {
"type": "list",
"member": {
"locationName": "DBClusterRole",
"type": "structure",
"members": {
"RoleArn": {},
"Status": {},
"FeatureName": {}
}
}
},
"IAMDatabaseAuthenticationEnabled": {
"type": "boolean"
},
"CloneGroupId": {},
"ClusterCreateTime": {
"type": "timestamp"
},
"EarliestBacktrackTime": {
"type": "timestamp"
},
"BacktrackWindow": {
"type": "long"
},
"BacktrackConsumedChangeRecords": {
"type": "long"
},
"EnabledCloudwatchLogsExports": {
"shape": "S1o"
},
"Capacity": {
"type": "integer"
},
"EngineMode": {},
"ScalingConfigurationInfo": {
"type": "structure",
"members": {
"MinCapacity": {
"type": "integer"
},
"MaxCapacity": {
"type": "integer"
},
"AutoPause": {
"type": "boolean"
},
"SecondsUntilAutoPause": {
"type": "integer"
},
"TimeoutAction": {}
}
},
"DeletionProtection": {
"type": "boolean"
},
"HttpEndpointEnabled": {
"type": "boolean"
},
"CopyTagsToSnapshot": {
"type": "boolean"
}
},
"wrapper": true
},
"S1s": {
"type": "list",
"member": {}
},
"S22": {
"type": "structure",
"members": {
"DBClusterEndpointIdentifier": {},
"DBClusterIdentifier": {},
"DBClusterEndpointResourceIdentifier": {},
"Endpoint": {},
"Status": {},
"EndpointType": {},
"CustomEndpointType": {},
"StaticMembers": {
"shape": "S1s"
},
"ExcludedMembers": {
"shape": "S1s"
},
"DBClusterEndpointArn": {}
}
},
"S28": {
"type": "list",
"member": {
"locationName": "DBSecurityGroupName"
}
},
"S2a": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {},
"DBInstanceClass": {},
"Engine": {},
"DBInstanceStatus": {},
"MasterUsername": {},
"DBName": {},
"Endpoint": {
"shape": "S2b"
},
"AllocatedStorage": {
"type": "integer"
},
"InstanceCreateTime": {
"type": "timestamp"
},
"PreferredBackupWindow": {},
"BackupRetentionPeriod": {
"type": "integer"
},
"DBSecurityGroups": {
"shape": "S1h"
},
"VpcSecurityGroups": {
"shape": "S1j"
},
"DBParameterGroups": {
"type": "list",
"member": {
"locationName": "DBParameterGroup",
"type": "structure",
"members": {
"DBParameterGroupName": {},
"ParameterApplyStatus": {}
}
}
},
"AvailabilityZone": {},
"DBSubnetGroup": {
"shape": "S2e"
},
"PreferredMaintenanceWindow": {},
"PendingModifiedValues": {
"type": "structure",
"members": {
"DBInstanceClass": {},
"AllocatedStorage": {
"type": "integer"
},
"MasterUserPassword": {},
"Port": {
"type": "integer"
},
"BackupRetentionPeriod": {
"type": "integer"
},
"MultiAZ": {
"type": "boolean"
},
"EngineVersion": {},
"LicenseModel": {},
"Iops": {
"type": "integer"
},
"DBInstanceIdentifier": {},
"StorageType": {},
"CACertificateIdentifier": {},
"DBSubnetGroupName": {},
"PendingCloudwatchLogsExports": {
"type": "structure",
"members": {
"LogTypesToEnable": {
"shape": "S1o"
},
"LogTypesToDisable": {
"shape": "S1o"
}
}
},
"ProcessorFeatures": {
"shape": "S18"
}
}
},
"LatestRestorableTime": {
"type": "timestamp"
},
"MultiAZ": {
"type": "boolean"
},
"EngineVersion": {},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"ReadReplicaSourceDBInstanceIdentifier": {},
"ReadReplicaDBInstanceIdentifiers": {
"type": "list",
"member": {
"locationName": "ReadReplicaDBInstanceIdentifier"
}
},
"ReadReplicaDBClusterIdentifiers": {
"type": "list",
"member": {
"locationName": "ReadReplicaDBClusterIdentifier"
}
},
"LicenseModel": {},
"Iops": {
"type": "integer"
},
"OptionGroupMemberships": {
"type": "list",
"member": {
"locationName": "OptionGroupMembership",
"type": "structure",
"members": {
"OptionGroupName": {},
"Status": {}
}
}
},
"CharacterSetName": {},
"SecondaryAvailabilityZone": {},
"PubliclyAccessible": {
"type": "boolean"
},
"StatusInfos": {
"type": "list",
"member": {
"locationName": "DBInstanceStatusInfo",
"type": "structure",
"members": {
"StatusType": {},
"Normal": {
"type": "boolean"
},
"Status": {},
"Message": {}
}
}
},
"StorageType": {},
"TdeCredentialArn": {},
"DbInstancePort": {
"type": "integer"
},
"DBClusterIdentifier": {},
"StorageEncrypted": {
"type": "boolean"
},
"KmsKeyId": {},
"DbiResourceId": {},
"CACertificateIdentifier": {},
"DomainMemberships": {
"type": "list",
"member": {
"locationName": "DomainMembership",
"type": "structure",
"members": {
"Domain": {},
"Status": {},
"FQDN": {},
"IAMRoleName": {}
}
}
},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"MonitoringInterval": {
"type": "integer"
},
"EnhancedMonitoringResourceArn": {},
"MonitoringRoleArn": {},
"PromotionTier": {
"type": "integer"
},
"DBInstanceArn": {},
"Timezone": {},
"IAMDatabaseAuthenticationEnabled": {
"type": "boolean"
},
"PerformanceInsightsEnabled": {
"type": "boolean"
},
"PerformanceInsightsKMSKeyId": {},
"PerformanceInsightsRetentionPeriod": {
"type": "integer"
},
"EnabledCloudwatchLogsExports": {
"shape": "S1o"
},
"ProcessorFeatures": {
"shape": "S18"
},
"DeletionProtection": {
"type": "boolean"
},
"AssociatedRoles": {
"type": "list",
"member": {
"locationName": "DBInstanceRole",
"type": "structure",
"members": {
"RoleArn": {},
"FeatureName": {},
"Status": {}
}
}
},
"ListenerEndpoint": {
"shape": "S2b"
}
},
"wrapper": true
},
"S2b": {
"type": "structure",
"members": {
"Address": {},
"Port": {
"type": "integer"
},
"HostedZoneId": {}
}
},
"S2e": {
"type": "structure",
"members": {
"DBSubnetGroupName": {},
"DBSubnetGroupDescription": {},
"VpcId": {},
"SubnetGroupStatus": {},
"Subnets": {
"type": "list",
"member": {
"locationName": "Subnet",
"type": "structure",
"members": {
"SubnetIdentifier": {},
"SubnetAvailabilityZone": {
"shape": "S2h"
},
"SubnetStatus": {}
}
}
},
"DBSubnetGroupArn": {}
},
"wrapper": true
},
"S2h": {
"type": "structure",
"members": {
"Name": {}
},
"wrapper": true
},
"S33": {
"type": "list",
"member": {
"locationName": "SubnetIdentifier"
}
},
"S39": {
"type": "structure",
"members": {
"GlobalClusterIdentifier": {},
"GlobalClusterResourceId": {},
"GlobalClusterArn": {},
"Status": {},
"Engine": {},
"EngineVersion": {},
"DatabaseName": {},
"StorageEncrypted": {
"type": "boolean"
},
"DeletionProtection": {
"type": "boolean"
},
"GlobalClusterMembers": {
"type": "list",
"member": {
"locationName": "GlobalClusterMember",
"type": "structure",
"members": {
"DBClusterArn": {},
"Readers": {
"type": "list",
"member": {}
},
"IsWriter": {
"type": "boolean"
}
},
"wrapper": true
}
}
},
"wrapper": true
},
"S3p": {
"type": "structure",
"members": {
"DBInstanceArn": {},
"DbiResourceId": {},
"Region": {},
"DBInstanceIdentifier": {},
"RestoreWindow": {
"type": "structure",
"members": {
"EarliestTime": {
"type": "timestamp"
},
"LatestTime": {
"type": "timestamp"
}
}
},
"AllocatedStorage": {
"type": "integer"
},
"Status": {},
"Port": {
"type": "integer"
},
"AvailabilityZone": {},
"VpcId": {},
"InstanceCreateTime": {
"type": "timestamp"
},
"MasterUsername": {},
"Engine": {},
"EngineVersion": {},
"LicenseModel": {},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"TdeCredentialArn": {},
"Encrypted": {
"type": "boolean"
},
"StorageType": {},
"KmsKeyId": {},
"Timezone": {},
"IAMDatabaseAuthenticationEnabled": {
"type": "boolean"
}
},
"wrapper": true
},
"S47": {
"type": "list",
"member": {
"locationName": "Filter",
"type": "structure",
"required": [
"Name",
"Values"
],
"members": {
"Name": {},
"Values": {
"type": "list",
"member": {
"locationName": "Value"
}
}
}
}
},
"S4o": {
"type": "list",
"member": {
"locationName": "Parameter",
"type": "structure",
"members": {
"ParameterName": {},
"ParameterValue": {},
"Description": {},
"Source": {},
"ApplyType": {},
"DataType": {},
"AllowedValues": {},
"IsModifiable": {
"type": "boolean"
},
"MinimumEngineVersion": {},
"ApplyMethod": {},
"SupportedEngineModes": {
"shape": "S4r"
}
}
}
},
"S4r": {
"type": "list",
"member": {}
},
"S4u": {
"type": "structure",
"members": {
"DBClusterSnapshotIdentifier": {},
"DBClusterSnapshotAttributes": {
"type": "list",
"member": {
"locationName": "DBClusterSnapshotAttribute",
"type": "structure",
"members": {
"AttributeName": {},
"AttributeValues": {
"shape": "S4x"
}
}
}
}
},
"wrapper": true
},
"S4x": {
"type": "list",
"member": {
"locationName": "AttributeValue"
}
},
"S58": {
"type": "structure",
"members": {
"CharacterSetName": {},
"CharacterSetDescription": {}
}
},
"S5z": {
"type": "structure",
"members": {
"DBSnapshotIdentifier": {},
"DBSnapshotAttributes": {
"type": "list",
"member": {
"locationName": "DBSnapshotAttribute",
"type": "structure",
"members": {
"AttributeName": {},
"AttributeValues": {
"shape": "S4x"
}
},
"wrapper": true
}
}
},
"wrapper": true
},
"S6a": {
"type": "structure",
"members": {
"DBParameterGroupFamily": {},
"Marker": {},
"Parameters": {
"shape": "S4o"
}
},
"wrapper": true
},
"S7d": {
"type": "list",
"member": {
"locationName": "AvailableProcessorFeature",
"type": "structure",
"members": {
"Name": {},
"DefaultValue": {},
"AllowedValues": {}
}
}
},
"S7l": {
"type": "structure",
"members": {
"ReservedDBInstanceId": {},
"ReservedDBInstancesOfferingId": {},
"DBInstanceClass": {},
"StartTime": {
"type": "timestamp"
},
"Duration": {
"type": "integer"
},
"FixedPrice": {
"type": "double"
},
"UsagePrice": {
"type": "double"
},
"CurrencyCode": {},
"DBInstanceCount": {
"type": "integer"
},
"ProductDescription": {},
"OfferingType": {},
"MultiAZ": {
"type": "boolean"
},
"State": {},
"RecurringCharges": {
"shape": "S7n"
},
"ReservedDBInstanceArn": {}
},
"wrapper": true
},
"S7n": {
"type": "list",
"member": {
"locationName": "RecurringCharge",
"type": "structure",
"members": {
"RecurringChargeAmount": {
"type": "double"
},
"RecurringChargeFrequency": {}
},
"wrapper": true
}
},
"S82": {
"type": "list",
"member": {
"locationName": "Range",
"type": "structure",
"members": {
"From": {
"type": "integer"
},
"To": {
"type": "integer"
},
"Step": {
"type": "integer"
}
}
}
},
"S8f": {
"type": "structure",
"members": {
"EnableLogTypes": {
"shape": "S1o"
},
"DisableLogTypes": {
"shape": "S1o"
}
}
},
"S8j": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {}
}
},
"S8p": {
"type": "structure",
"members": {
"DBParameterGroupName": {}
}
}
}
}