heroku-debug
Version:
debugging plugin for the CLI
2,033 lines • 83.6 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2014-10-31",
"endpointPrefix": "rds",
"protocol": "query",
"serviceAbbreviation": "Amazon RDS",
"serviceFullName": "Amazon Relational Database Service",
"signatureVersion": "v4",
"xmlNamespace": "http://rds.amazonaws.com/doc/2014-10-31/"
},
"operations": {
"AddSourceIdentifierToSubscription": {
"input": {
"type": "structure",
"required": [
"SubscriptionName",
"SourceIdentifier"
],
"members": {
"SubscriptionName": {},
"SourceIdentifier": {}
}
},
"output": {
"resultWrapper": "AddSourceIdentifierToSubscriptionResult",
"type": "structure",
"members": {
"EventSubscription": {
"shape": "S4"
}
}
}
},
"AddTagsToResource": {
"input": {
"type": "structure",
"required": [
"ResourceName",
"Tags"
],
"members": {
"ResourceName": {},
"Tags": {
"shape": "S9"
}
}
}
},
"ApplyPendingMaintenanceAction": {
"input": {
"type": "structure",
"required": [
"ResourceIdentifier",
"ApplyAction",
"OptInType"
],
"members": {
"ResourceIdentifier": {},
"ApplyAction": {},
"OptInType": {}
}
},
"output": {
"resultWrapper": "ApplyPendingMaintenanceActionResult",
"type": "structure",
"members": {
"ResourcePendingMaintenanceActions": {
"shape": "Sd"
}
}
}
},
"AuthorizeDBSecurityGroupIngress": {
"input": {
"type": "structure",
"required": [
"DBSecurityGroupName"
],
"members": {
"DBSecurityGroupName": {},
"CIDRIP": {},
"EC2SecurityGroupName": {},
"EC2SecurityGroupId": {},
"EC2SecurityGroupOwnerId": {}
}
},
"output": {
"resultWrapper": "AuthorizeDBSecurityGroupIngressResult",
"type": "structure",
"members": {
"DBSecurityGroup": {
"shape": "Sj"
}
}
}
},
"CopyDBClusterParameterGroup": {
"input": {
"type": "structure",
"required": [
"SourceDBClusterParameterGroupIdentifier",
"TargetDBClusterParameterGroupIdentifier",
"TargetDBClusterParameterGroupDescription"
],
"members": {
"SourceDBClusterParameterGroupIdentifier": {},
"TargetDBClusterParameterGroupIdentifier": {},
"TargetDBClusterParameterGroupDescription": {},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CopyDBClusterParameterGroupResult",
"type": "structure",
"members": {
"DBClusterParameterGroup": {
"shape": "Sq"
}
}
}
},
"CopyDBClusterSnapshot": {
"input": {
"type": "structure",
"required": [
"SourceDBClusterSnapshotIdentifier",
"TargetDBClusterSnapshotIdentifier"
],
"members": {
"SourceDBClusterSnapshotIdentifier": {},
"TargetDBClusterSnapshotIdentifier": {},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CopyDBClusterSnapshotResult",
"type": "structure",
"members": {
"DBClusterSnapshot": {
"shape": "St"
}
}
}
},
"CopyDBParameterGroup": {
"input": {
"type": "structure",
"required": [
"SourceDBParameterGroupIdentifier",
"TargetDBParameterGroupIdentifier",
"TargetDBParameterGroupDescription"
],
"members": {
"SourceDBParameterGroupIdentifier": {},
"TargetDBParameterGroupIdentifier": {},
"TargetDBParameterGroupDescription": {},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CopyDBParameterGroupResult",
"type": "structure",
"members": {
"DBParameterGroup": {
"shape": "Sy"
}
}
}
},
"CopyDBSnapshot": {
"input": {
"type": "structure",
"required": [
"SourceDBSnapshotIdentifier",
"TargetDBSnapshotIdentifier"
],
"members": {
"SourceDBSnapshotIdentifier": {},
"TargetDBSnapshotIdentifier": {},
"KmsKeyId": {},
"Tags": {
"shape": "S9"
},
"CopyTags": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "CopyDBSnapshotResult",
"type": "structure",
"members": {
"DBSnapshot": {
"shape": "S12"
}
}
}
},
"CopyOptionGroup": {
"input": {
"type": "structure",
"required": [
"SourceOptionGroupIdentifier",
"TargetOptionGroupIdentifier",
"TargetOptionGroupDescription"
],
"members": {
"SourceOptionGroupIdentifier": {},
"TargetOptionGroupIdentifier": {},
"TargetOptionGroupDescription": {},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CopyOptionGroupResult",
"type": "structure",
"members": {
"OptionGroup": {
"shape": "S16"
}
}
}
},
"CreateDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"Engine"
],
"members": {
"AvailabilityZones": {
"shape": "Su"
},
"BackupRetentionPeriod": {
"type": "integer"
},
"CharacterSetName": {},
"DatabaseName": {},
"DBClusterIdentifier": {},
"DBClusterParameterGroupName": {},
"VpcSecurityGroupIds": {
"shape": "S1g"
},
"DBSubnetGroupName": {},
"Engine": {},
"EngineVersion": {},
"Port": {
"type": "integer"
},
"MasterUsername": {},
"MasterUserPassword": {},
"OptionGroupName": {},
"PreferredBackupWindow": {},
"PreferredMaintenanceWindow": {},
"ReplicationSourceIdentifier": {},
"Tags": {
"shape": "S9"
},
"StorageEncrypted": {
"type": "boolean"
},
"KmsKeyId": {}
}
},
"output": {
"resultWrapper": "CreateDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1i"
}
}
}
},
"CreateDBClusterParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBClusterParameterGroupName",
"DBParameterGroupFamily",
"Description"
],
"members": {
"DBClusterParameterGroupName": {},
"DBParameterGroupFamily": {},
"Description": {},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CreateDBClusterParameterGroupResult",
"type": "structure",
"members": {
"DBClusterParameterGroup": {
"shape": "Sq"
}
}
}
},
"CreateDBClusterSnapshot": {
"input": {
"type": "structure",
"required": [
"DBClusterSnapshotIdentifier",
"DBClusterIdentifier"
],
"members": {
"DBClusterSnapshotIdentifier": {},
"DBClusterIdentifier": {},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CreateDBClusterSnapshotResult",
"type": "structure",
"members": {
"DBClusterSnapshot": {
"shape": "St"
}
}
}
},
"CreateDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"DBInstanceClass",
"Engine"
],
"members": {
"DBName": {},
"DBInstanceIdentifier": {},
"AllocatedStorage": {
"type": "integer"
},
"DBInstanceClass": {},
"Engine": {},
"MasterUsername": {},
"MasterUserPassword": {},
"DBSecurityGroups": {
"shape": "S1t"
},
"VpcSecurityGroupIds": {
"shape": "S1g"
},
"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": "S9"
},
"DBClusterIdentifier": {},
"StorageType": {},
"TdeCredentialArn": {},
"TdeCredentialPassword": {},
"StorageEncrypted": {
"type": "boolean"
},
"KmsKeyId": {},
"Domain": {},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"MonitoringInterval": {
"type": "integer"
},
"MonitoringRoleArn": {},
"DomainIAMRoleName": {},
"PromotionTier": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "CreateDBInstanceResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S1v"
}
}
}
},
"CreateDBInstanceReadReplica": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"SourceDBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"SourceDBInstanceIdentifier": {},
"DBInstanceClass": {},
"AvailabilityZone": {},
"Port": {
"type": "integer"
},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"PubliclyAccessible": {
"type": "boolean"
},
"Tags": {
"shape": "S9"
},
"DBSubnetGroupName": {},
"StorageType": {},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"MonitoringInterval": {
"type": "integer"
},
"MonitoringRoleArn": {}
}
},
"output": {
"resultWrapper": "CreateDBInstanceReadReplicaResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S1v"
}
}
}
},
"CreateDBParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupName",
"DBParameterGroupFamily",
"Description"
],
"members": {
"DBParameterGroupName": {},
"DBParameterGroupFamily": {},
"Description": {},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CreateDBParameterGroupResult",
"type": "structure",
"members": {
"DBParameterGroup": {
"shape": "Sy"
}
}
}
},
"CreateDBSecurityGroup": {
"input": {
"type": "structure",
"required": [
"DBSecurityGroupName",
"DBSecurityGroupDescription"
],
"members": {
"DBSecurityGroupName": {},
"DBSecurityGroupDescription": {},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CreateDBSecurityGroupResult",
"type": "structure",
"members": {
"DBSecurityGroup": {
"shape": "Sj"
}
}
}
},
"CreateDBSnapshot": {
"input": {
"type": "structure",
"required": [
"DBSnapshotIdentifier",
"DBInstanceIdentifier"
],
"members": {
"DBSnapshotIdentifier": {},
"DBInstanceIdentifier": {},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CreateDBSnapshotResult",
"type": "structure",
"members": {
"DBSnapshot": {
"shape": "S12"
}
}
}
},
"CreateDBSubnetGroup": {
"input": {
"type": "structure",
"required": [
"DBSubnetGroupName",
"DBSubnetGroupDescription",
"SubnetIds"
],
"members": {
"DBSubnetGroupName": {},
"DBSubnetGroupDescription": {},
"SubnetIds": {
"shape": "S2k"
},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CreateDBSubnetGroupResult",
"type": "structure",
"members": {
"DBSubnetGroup": {
"shape": "S1z"
}
}
}
},
"CreateEventSubscription": {
"input": {
"type": "structure",
"required": [
"SubscriptionName",
"SnsTopicArn"
],
"members": {
"SubscriptionName": {},
"SnsTopicArn": {},
"SourceType": {},
"EventCategories": {
"shape": "S6"
},
"SourceIds": {
"shape": "S5"
},
"Enabled": {
"type": "boolean"
},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CreateEventSubscriptionResult",
"type": "structure",
"members": {
"EventSubscription": {
"shape": "S4"
}
}
}
},
"CreateOptionGroup": {
"input": {
"type": "structure",
"required": [
"OptionGroupName",
"EngineName",
"MajorEngineVersion",
"OptionGroupDescription"
],
"members": {
"OptionGroupName": {},
"EngineName": {},
"MajorEngineVersion": {},
"OptionGroupDescription": {},
"Tags": {
"shape": "S9"
}
}
},
"output": {
"resultWrapper": "CreateOptionGroupResult",
"type": "structure",
"members": {
"OptionGroup": {
"shape": "S16"
}
}
}
},
"DeleteDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {},
"SkipFinalSnapshot": {
"type": "boolean"
},
"FinalDBSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DeleteDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1i"
}
}
}
},
"DeleteDBClusterParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBClusterParameterGroupName"
],
"members": {
"DBClusterParameterGroupName": {}
}
}
},
"DeleteDBClusterSnapshot": {
"input": {
"type": "structure",
"required": [
"DBClusterSnapshotIdentifier"
],
"members": {
"DBClusterSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DeleteDBClusterSnapshotResult",
"type": "structure",
"members": {
"DBClusterSnapshot": {
"shape": "St"
}
}
}
},
"DeleteDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"SkipFinalSnapshot": {
"type": "boolean"
},
"FinalDBSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DeleteDBInstanceResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S1v"
}
}
}
},
"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": "S12"
}
}
}
},
"DeleteDBSubnetGroup": {
"input": {
"type": "structure",
"required": [
"DBSubnetGroupName"
],
"members": {
"DBSubnetGroupName": {}
}
}
},
"DeleteEventSubscription": {
"input": {
"type": "structure",
"required": [
"SubscriptionName"
],
"members": {
"SubscriptionName": {}
}
},
"output": {
"resultWrapper": "DeleteEventSubscriptionResult",
"type": "structure",
"members": {
"EventSubscription": {
"shape": "S4"
}
}
}
},
"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": "S3b"
},
"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"
}
},
"wrapper": true
}
},
"Marker": {}
}
}
},
"DescribeDBClusterParameterGroups": {
"input": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterParameterGroupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusterParameterGroups": {
"type": "list",
"member": {
"shape": "Sq",
"locationName": "DBClusterParameterGroup"
}
}
}
}
},
"DescribeDBClusterParameters": {
"input": {
"type": "structure",
"required": [
"DBClusterParameterGroupName"
],
"members": {
"DBClusterParameterGroupName": {},
"Source": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterParametersResult",
"type": "structure",
"members": {
"Parameters": {
"shape": "S3m"
},
"Marker": {}
}
}
},
"DescribeDBClusterSnapshotAttributes": {
"input": {
"type": "structure",
"required": [
"DBClusterSnapshotIdentifier"
],
"members": {
"DBClusterSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterSnapshotAttributesResult",
"type": "structure",
"members": {
"DBClusterSnapshotAttributesResult": {
"shape": "S3r"
}
}
}
},
"DescribeDBClusterSnapshots": {
"input": {
"type": "structure",
"members": {
"DBClusterIdentifier": {},
"DBClusterSnapshotIdentifier": {},
"SnapshotType": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"IncludeShared": {
"type": "boolean"
},
"IncludePublic": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DescribeDBClusterSnapshotsResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusterSnapshots": {
"type": "list",
"member": {
"shape": "St",
"locationName": "DBClusterSnapshot"
}
}
}
}
},
"DescribeDBClusters": {
"input": {
"type": "structure",
"members": {
"DBClusterIdentifier": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClustersResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusters": {
"type": "list",
"member": {
"shape": "S1i",
"locationName": "DBCluster"
}
}
}
}
},
"DescribeDBEngineVersions": {
"input": {
"type": "structure",
"members": {
"Engine": {},
"EngineVersion": {},
"DBParameterGroupFamily": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"DefaultOnly": {
"type": "boolean"
},
"ListSupportedCharacterSets": {
"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": "S45"
},
"SupportedCharacterSets": {
"type": "list",
"member": {
"shape": "S45",
"locationName": "CharacterSet"
}
},
"ValidUpgradeTarget": {
"type": "list",
"member": {
"locationName": "UpgradeTarget",
"type": "structure",
"members": {
"Engine": {},
"EngineVersion": {},
"Description": {},
"AutoUpgrade": {
"type": "boolean"
},
"IsMajorVersionUpgrade": {
"type": "boolean"
}
}
}
}
}
}
}
}
}
},
"DescribeDBInstances": {
"input": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBInstancesResult",
"type": "structure",
"members": {
"Marker": {},
"DBInstances": {
"type": "list",
"member": {
"shape": "S1v",
"locationName": "DBInstance"
}
}
}
}
},
"DescribeDBLogFiles": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"FilenameContains": {},
"FileLastWritten": {
"type": "long"
},
"FileSize": {
"type": "long"
},
"Filters": {
"shape": "S3b"
},
"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": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBParameterGroupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBParameterGroups": {
"type": "list",
"member": {
"shape": "Sy",
"locationName": "DBParameterGroup"
}
}
}
}
},
"DescribeDBParameters": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupName"
],
"members": {
"DBParameterGroupName": {},
"Source": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBParametersResult",
"type": "structure",
"members": {
"Parameters": {
"shape": "S3m"
},
"Marker": {}
}
}
},
"DescribeDBSecurityGroups": {
"input": {
"type": "structure",
"members": {
"DBSecurityGroupName": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBSecurityGroupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBSecurityGroups": {
"type": "list",
"member": {
"shape": "Sj",
"locationName": "DBSecurityGroup"
}
}
}
}
},
"DescribeDBSnapshotAttributes": {
"input": {
"type": "structure",
"required": [
"DBSnapshotIdentifier"
],
"members": {
"DBSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DescribeDBSnapshotAttributesResult",
"type": "structure",
"members": {
"DBSnapshotAttributesResult": {
"shape": "S4q"
}
}
}
},
"DescribeDBSnapshots": {
"input": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {},
"DBSnapshotIdentifier": {},
"SnapshotType": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"IncludeShared": {
"type": "boolean"
},
"IncludePublic": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DescribeDBSnapshotsResult",
"type": "structure",
"members": {
"Marker": {},
"DBSnapshots": {
"type": "list",
"member": {
"shape": "S12",
"locationName": "DBSnapshot"
}
}
}
}
},
"DescribeDBSubnetGroups": {
"input": {
"type": "structure",
"members": {
"DBSubnetGroupName": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBSubnetGroupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBSubnetGroups": {
"type": "list",
"member": {
"shape": "S1z",
"locationName": "DBSubnetGroup"
}
}
}
}
},
"DescribeEngineDefaultClusterParameters": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupFamily"
],
"members": {
"DBParameterGroupFamily": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeEngineDefaultClusterParametersResult",
"type": "structure",
"members": {
"EngineDefaults": {
"shape": "S51"
}
}
}
},
"DescribeEngineDefaultParameters": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupFamily"
],
"members": {
"DBParameterGroupFamily": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeEngineDefaultParametersResult",
"type": "structure",
"members": {
"EngineDefaults": {
"shape": "S51"
}
}
}
},
"DescribeEventCategories": {
"input": {
"type": "structure",
"members": {
"SourceType": {},
"Filters": {
"shape": "S3b"
}
}
},
"output": {
"resultWrapper": "DescribeEventCategoriesResult",
"type": "structure",
"members": {
"EventCategoriesMapList": {
"type": "list",
"member": {
"locationName": "EventCategoriesMap",
"type": "structure",
"members": {
"SourceType": {},
"EventCategories": {
"shape": "S6"
}
},
"wrapper": true
}
}
}
}
},
"DescribeEventSubscriptions": {
"input": {
"type": "structure",
"members": {
"SubscriptionName": {},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeEventSubscriptionsResult",
"type": "structure",
"members": {
"Marker": {},
"EventSubscriptionsList": {
"type": "list",
"member": {
"shape": "S4",
"locationName": "EventSubscription"
}
}
}
}
},
"DescribeEvents": {
"input": {
"type": "structure",
"members": {
"SourceIdentifier": {},
"SourceType": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"Duration": {
"type": "integer"
},
"EventCategories": {
"shape": "S6"
},
"Filters": {
"shape": "S3b"
},
"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": "S6"
},
"Date": {
"type": "timestamp"
}
}
}
}
}
}
},
"DescribeOptionGroupOptions": {
"input": {
"type": "structure",
"required": [
"EngineName"
],
"members": {
"EngineName": {},
"MajorEngineVersion": {},
"Filters": {
"shape": "S3b"
},
"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"
}
},
"Persistent": {
"type": "boolean"
},
"Permanent": {
"type": "boolean"
},
"OptionGroupOptionSettings": {
"type": "list",
"member": {
"locationName": "OptionGroupOptionSetting",
"type": "structure",
"members": {
"SettingName": {},
"SettingDescription": {},
"DefaultValue": {},
"ApplyType": {},
"AllowedValues": {},
"IsModifiable": {
"type": "boolean"
}
}
}
},
"OptionGroupOptionVersions": {
"type": "list",
"member": {
"locationName": "OptionVersion",
"type": "structure",
"members": {
"Version": {},
"IsDefault": {
"type": "boolean"
}
}
}
}
}
}
},
"Marker": {}
}
}
},
"DescribeOptionGroups": {
"input": {
"type": "structure",
"members": {
"OptionGroupName": {},
"Filters": {
"shape": "S3b"
},
"Marker": {},
"MaxRecords": {
"type": "integer"
},
"EngineName": {},
"MajorEngineVersion": {}
}
},
"output": {
"resultWrapper": "DescribeOptionGroupsResult",
"type": "structure",
"members": {
"OptionGroupsList": {
"type": "list",
"member": {
"shape": "S16",
"locationName": "OptionGroup"
}
},
"Marker": {}
}
}
},
"DescribeOrderableDBInstanceOptions": {
"input": {
"type": "structure",
"required": [
"Engine"
],
"members": {
"Engine": {},
"EngineVersion": {},
"DBInstanceClass": {},
"LicenseModel": {},
"Vpc": {
"type": "boolean"
},
"Filters": {
"shape": "S3b"
},
"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": "S22",
"locationName": "AvailabilityZone"
}
},
"MultiAZCapable": {
"type": "boolean"
},
"ReadReplicaCapable": {
"type": "boolean"
},
"Vpc": {
"type": "boolean"
},
"SupportsStorageEncryption": {
"type": "boolean"
},
"StorageType": {},
"SupportsIops": {
"type": "boolean"
},
"SupportsEnhancedMonitoring": {
"type": "boolean"
}
},
"wrapper": true
}
},
"Marker": {}
}
}
},
"DescribePendingMaintenanceActions": {
"input": {
"type": "structure",
"members": {
"ResourceIdentifier": {},
"Filters": {
"shape": "S3b"
},
"Marker": {},
"MaxRecords": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "DescribePendingMaintenanceActionsResult",
"type": "structure",
"members": {
"PendingMaintenanceActions": {
"type": "list",
"member": {
"shape": "Sd",
"locationName": "ResourcePendingMaintenanceActions"
}
},
"Marker": {}
}
}
},
"DescribeReservedDBInstances": {
"input": {
"type": "structure",
"members": {
"ReservedDBInstanceId": {},
"ReservedDBInstancesOfferingId": {},
"DBInstanceClass": {},
"Duration": {},
"ProductDescription": {},
"OfferingType": {},
"MultiAZ": {
"type": "boolean"
},
"Filters": {
"shape": "S3b"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeReservedDBInstancesResult",
"type": "structure",
"members": {
"Marker": {},
"ReservedDBInstances": {
"type": "list",
"member": {
"shape": "S63",
"locationName": "ReservedDBInstance"
}
}
}
}
},
"DescribeReservedDBInstancesOfferings": {
"input": {
"type": "structure",
"members": {
"ReservedDBInstancesOfferingId": {},
"DBInstanceClass": {},
"Duration": {},
"ProductDescription": {},
"OfferingType": {},
"MultiAZ": {
"type": "boolean"
},
"Filters": {
"shape": "S3b"
},
"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": "S65"
}
},
"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",
"members": {
"DBClusterIdentifier": {},
"TargetDBInstanceIdentifier": {}
}
},
"output": {
"resultWrapper": "FailoverDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1i"
}
}
}
},
"ListTagsForResource": {
"input": {
"type": "structure",
"required": [
"ResourceName"
],
"members": {
"ResourceName": {},
"Filters": {
"shape": "S3b"
}
}
},
"output": {
"resultWrapper": "ListTagsForResourceResult",
"type": "structure",
"members": {
"TagList": {
"shape": "S9"
}
}
}
},
"ModifyDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {},
"NewDBClusterIdentifier": {},
"ApplyImmediately": {
"type": "boolean"
},
"BackupRetentionPeriod": {
"type": "integer"
},
"DBClusterParameterGroupName": {},
"VpcSecurityGroupIds": {
"shape": "S1g"
},
"Port": {
"type": "integer"
},
"MasterUserPassword": {},
"OptionGroupName": {},
"PreferredBackupWindow": {},
"PreferredMaintenanceWindow": {}
}
},
"output": {
"resultWrapper": "ModifyDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S1i"
}
}
}
},
"ModifyDBClusterParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBClusterParameterGroupName",
"Parameters"
],
"members": {
"DBClusterParameterGroupName": {},
"Parameters": {
"shape": "S3m"
}
}
},
"output": {
"shape": "S6k",
"resultWrapper": "ModifyDBClusterParameterGroupResult"
}
},
"ModifyDBClusterSnapshotAttribute": {
"input": {
"type": "structure",
"required": [
"DBClusterSnapshotIdentifier",
"AttributeName"
],
"members": {
"DBClusterSnapshotIdentifier": {},
"AttributeName": {},
"ValuesToAdd": {
"shape": "S3u"
},
"ValuesToRemove": {
"shape": "S3u"
}
}
},
"output": {
"resultWrapper": "ModifyDBClusterSnapshotAttributeResult",
"type": "structure",
"members": {
"DBClusterSnapshotAttributesResult": {
"shape": "S3r"
}
}
}
},
"ModifyDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"AllocatedStorage": {
"type": "integer"
},
"DBInstanceClass": {},
"DBSubnetGroupName": {},
"DBSecurityGroups": {
"shape": "S1t"
},
"VpcSecurityGroupIds": {
"shape": "S1g"
},
"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"