aws-sdk
Version:
AWS SDK for JavaScript
2,074 lines (2,073 loc) • 186 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2014-10-31",
"endpointPrefix": "rds",
"protocol": "query",
"protocols": [
"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/",
"auth": [
"aws.auth#sigv4"
]
},
"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"
}
},
"CancelExportTask": {
"input": {
"type": "structure",
"required": [
"ExportTaskIdentifier"
],
"members": {
"ExportTaskIdentifier": {}
}
},
"output": {
"shape": "Su",
"resultWrapper": "CancelExportTaskResult"
}
},
"CopyDBClusterParameterGroup": {
"input": {
"type": "structure",
"required": [
"SourceDBClusterParameterGroupIdentifier",
"TargetDBClusterParameterGroupIdentifier",
"TargetDBClusterParameterGroupDescription"
],
"members": {
"SourceDBClusterParameterGroupIdentifier": {},
"TargetDBClusterParameterGroupIdentifier": {},
"TargetDBClusterParameterGroupDescription": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CopyDBClusterParameterGroupResult",
"type": "structure",
"members": {
"DBClusterParameterGroup": {
"shape": "S10"
}
}
}
},
"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": "S13"
}
}
}
},
"CopyDBParameterGroup": {
"input": {
"type": "structure",
"required": [
"SourceDBParameterGroupIdentifier",
"TargetDBParameterGroupIdentifier",
"TargetDBParameterGroupDescription"
],
"members": {
"SourceDBParameterGroupIdentifier": {},
"TargetDBParameterGroupIdentifier": {},
"TargetDBParameterGroupDescription": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CopyDBParameterGroupResult",
"type": "structure",
"members": {
"DBParameterGroup": {
"shape": "S18"
}
}
}
},
"CopyDBSnapshot": {
"input": {
"type": "structure",
"required": [
"SourceDBSnapshotIdentifier",
"TargetDBSnapshotIdentifier"
],
"members": {
"SourceDBSnapshotIdentifier": {},
"TargetDBSnapshotIdentifier": {},
"KmsKeyId": {},
"Tags": {
"shape": "Sb"
},
"CopyTags": {
"type": "boolean"
},
"PreSignedUrl": {},
"OptionGroupName": {},
"TargetCustomAvailabilityZone": {},
"CopyOptionGroup": {
"type": "boolean"
},
"SourceRegion": {}
}
},
"output": {
"resultWrapper": "CopyDBSnapshotResult",
"type": "structure",
"members": {
"DBSnapshot": {
"shape": "S1b"
}
}
}
},
"CopyOptionGroup": {
"input": {
"type": "structure",
"required": [
"SourceOptionGroupIdentifier",
"TargetOptionGroupIdentifier",
"TargetOptionGroupDescription"
],
"members": {
"SourceOptionGroupIdentifier": {},
"TargetOptionGroupIdentifier": {},
"TargetOptionGroupDescription": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CopyOptionGroupResult",
"type": "structure",
"members": {
"OptionGroup": {
"shape": "S1g"
}
}
}
},
"CreateBlueGreenDeployment": {
"input": {
"type": "structure",
"required": [
"BlueGreenDeploymentName",
"Source"
],
"members": {
"BlueGreenDeploymentName": {},
"Source": {},
"TargetEngineVersion": {},
"TargetDBParameterGroupName": {},
"TargetDBClusterParameterGroupName": {},
"Tags": {
"shape": "Sb"
},
"TargetDBInstanceClass": {},
"UpgradeTargetStorageConfig": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "CreateBlueGreenDeploymentResult",
"type": "structure",
"members": {
"BlueGreenDeployment": {
"shape": "S1x"
}
}
}
},
"CreateCustomDBEngineVersion": {
"input": {
"type": "structure",
"required": [
"Engine",
"EngineVersion"
],
"members": {
"Engine": {},
"EngineVersion": {},
"DatabaseInstallationFilesS3BucketName": {},
"DatabaseInstallationFilesS3Prefix": {},
"ImageId": {},
"KMSKeyId": {},
"Description": {},
"Manifest": {},
"Tags": {
"shape": "Sb"
},
"SourceCustomDbEngineVersionIdentifier": {},
"UseAwsProvidedLatestImage": {
"type": "boolean"
}
}
},
"output": {
"shape": "S2g",
"resultWrapper": "CreateCustomDBEngineVersionResult"
}
},
"CreateDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"Engine"
],
"members": {
"AvailabilityZones": {
"shape": "S14"
},
"BackupRetentionPeriod": {
"type": "integer"
},
"CharacterSetName": {},
"DatabaseName": {},
"DBClusterIdentifier": {},
"DBClusterParameterGroupName": {},
"VpcSecurityGroupIds": {
"shape": "S2t"
},
"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": "S2p"
},
"EngineMode": {},
"ScalingConfiguration": {
"shape": "S2v"
},
"RdsCustomClusterConfiguration": {
"shape": "S2w"
},
"DeletionProtection": {
"type": "boolean"
},
"GlobalClusterIdentifier": {},
"EnableHttpEndpoint": {
"type": "boolean"
},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"Domain": {},
"DomainIAMRoleName": {},
"EnableGlobalWriteForwarding": {
"type": "boolean"
},
"DBClusterInstanceClass": {},
"AllocatedStorage": {
"type": "integer"
},
"StorageType": {},
"Iops": {
"type": "integer"
},
"PubliclyAccessible": {
"type": "boolean"
},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"MonitoringInterval": {
"type": "integer"
},
"MonitoringRoleArn": {},
"EnablePerformanceInsights": {
"type": "boolean"
},
"PerformanceInsightsKMSKeyId": {},
"PerformanceInsightsRetentionPeriod": {
"type": "integer"
},
"EnableLimitlessDatabase": {
"type": "boolean"
},
"ServerlessV2ScalingConfiguration": {
"shape": "S2y"
},
"NetworkType": {},
"DBSystemId": {},
"ManageMasterUserPassword": {
"type": "boolean"
},
"MasterUserSecretKmsKeyId": {},
"EnableLocalWriteForwarding": {
"type": "boolean"
},
"CACertificateIdentifier": {},
"EngineLifecycleSupport": {},
"SourceRegion": {}
}
},
"output": {
"resultWrapper": "CreateDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S31"
}
}
}
},
"CreateDBClusterEndpoint": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier",
"DBClusterEndpointIdentifier",
"EndpointType"
],
"members": {
"DBClusterIdentifier": {},
"DBClusterEndpointIdentifier": {},
"EndpointType": {},
"StaticMembers": {
"shape": "Sv"
},
"ExcludedMembers": {
"shape": "Sv"
},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"shape": "S3q",
"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": "S10"
}
}
}
},
"CreateDBClusterSnapshot": {
"input": {
"type": "structure",
"required": [
"DBClusterSnapshotIdentifier",
"DBClusterIdentifier"
],
"members": {
"DBClusterSnapshotIdentifier": {},
"DBClusterIdentifier": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBClusterSnapshotResult",
"type": "structure",
"members": {
"DBClusterSnapshot": {
"shape": "S13"
}
}
}
},
"CreateDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"DBInstanceClass",
"Engine"
],
"members": {
"DBName": {},
"DBInstanceIdentifier": {},
"AllocatedStorage": {
"type": "integer"
},
"DBInstanceClass": {},
"Engine": {},
"MasterUsername": {},
"MasterUserPassword": {},
"DBSecurityGroups": {
"shape": "S3w"
},
"VpcSecurityGroupIds": {
"shape": "S2t"
},
"AvailabilityZone": {},
"DBSubnetGroupName": {},
"PreferredMaintenanceWindow": {},
"DBParameterGroupName": {},
"BackupRetentionPeriod": {
"type": "integer"
},
"PreferredBackupWindow": {},
"Port": {
"type": "integer"
},
"MultiAZ": {
"type": "boolean"
},
"EngineVersion": {},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"LicenseModel": {},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"CharacterSetName": {},
"NcharCharacterSetName": {},
"PubliclyAccessible": {
"type": "boolean"
},
"Tags": {
"shape": "Sb"
},
"DBClusterIdentifier": {},
"StorageType": {},
"TdeCredentialArn": {},
"TdeCredentialPassword": {},
"StorageEncrypted": {
"type": "boolean"
},
"KmsKeyId": {},
"Domain": {},
"DomainFqdn": {},
"DomainOu": {},
"DomainAuthSecretArn": {},
"DomainDnsIps": {
"shape": "Sv"
},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"MonitoringInterval": {
"type": "integer"
},
"MonitoringRoleArn": {},
"DomainIAMRoleName": {},
"PromotionTier": {
"type": "integer"
},
"Timezone": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"EnablePerformanceInsights": {
"type": "boolean"
},
"PerformanceInsightsKMSKeyId": {},
"PerformanceInsightsRetentionPeriod": {
"type": "integer"
},
"EnableCloudwatchLogsExports": {
"shape": "S2p"
},
"ProcessorFeatures": {
"shape": "S1c"
},
"DeletionProtection": {
"type": "boolean"
},
"MaxAllocatedStorage": {
"type": "integer"
},
"EnableCustomerOwnedIp": {
"type": "boolean"
},
"CustomIamInstanceProfile": {},
"BackupTarget": {},
"NetworkType": {},
"StorageThroughput": {
"type": "integer"
},
"ManageMasterUserPassword": {
"type": "boolean"
},
"MasterUserSecretKmsKeyId": {},
"CACertificateIdentifier": {},
"DBSystemId": {},
"DedicatedLogVolume": {
"type": "boolean"
},
"MultiTenant": {
"type": "boolean"
},
"EngineLifecycleSupport": {}
}
},
"output": {
"resultWrapper": "CreateDBInstanceResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S3y"
}
}
}
},
"CreateDBInstanceReadReplica": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"SourceDBInstanceIdentifier": {},
"DBInstanceClass": {},
"AvailabilityZone": {},
"Port": {
"type": "integer"
},
"MultiAZ": {
"type": "boolean"
},
"AutoMinorVersionUpgrade": {
"type": "boolean"
},
"Iops": {
"type": "integer"
},
"OptionGroupName": {},
"DBParameterGroupName": {},
"PubliclyAccessible": {
"type": "boolean"
},
"Tags": {
"shape": "Sb"
},
"DBSubnetGroupName": {},
"VpcSecurityGroupIds": {
"shape": "S2t"
},
"StorageType": {},
"CopyTagsToSnapshot": {
"type": "boolean"
},
"MonitoringInterval": {
"type": "integer"
},
"MonitoringRoleArn": {},
"KmsKeyId": {},
"PreSignedUrl": {},
"EnableIAMDatabaseAuthentication": {
"type": "boolean"
},
"EnablePerformanceInsights": {
"type": "boolean"
},
"PerformanceInsightsKMSKeyId": {},
"PerformanceInsightsRetentionPeriod": {
"type": "integer"
},
"EnableCloudwatchLogsExports": {
"shape": "S2p"
},
"ProcessorFeatures": {
"shape": "S1c"
},
"UseDefaultProcessorFeatures": {
"type": "boolean"
},
"DeletionProtection": {
"type": "boolean"
},
"Domain": {},
"DomainIAMRoleName": {},
"DomainFqdn": {},
"DomainOu": {},
"DomainAuthSecretArn": {},
"DomainDnsIps": {
"shape": "Sv"
},
"ReplicaMode": {},
"MaxAllocatedStorage": {
"type": "integer"
},
"CustomIamInstanceProfile": {},
"NetworkType": {},
"StorageThroughput": {
"type": "integer"
},
"EnableCustomerOwnedIp": {
"type": "boolean"
},
"AllocatedStorage": {
"type": "integer"
},
"SourceDBClusterIdentifier": {},
"DedicatedLogVolume": {
"type": "boolean"
},
"UpgradeStorageConfig": {
"type": "boolean"
},
"CACertificateIdentifier": {},
"SourceRegion": {}
}
},
"output": {
"resultWrapper": "CreateDBInstanceReadReplicaResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S3y"
}
}
}
},
"CreateDBParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupName",
"DBParameterGroupFamily",
"Description"
],
"members": {
"DBParameterGroupName": {},
"DBParameterGroupFamily": {},
"Description": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBParameterGroupResult",
"type": "structure",
"members": {
"DBParameterGroup": {
"shape": "S18"
}
}
}
},
"CreateDBProxy": {
"input": {
"type": "structure",
"required": [
"DBProxyName",
"EngineFamily",
"Auth",
"RoleArn",
"VpcSubnetIds"
],
"members": {
"DBProxyName": {},
"EngineFamily": {},
"Auth": {
"shape": "S4q"
},
"RoleArn": {},
"VpcSubnetIds": {
"shape": "Sv"
},
"VpcSecurityGroupIds": {
"shape": "Sv"
},
"RequireTLS": {
"type": "boolean"
},
"IdleClientTimeout": {
"type": "integer"
},
"DebugLogging": {
"type": "boolean"
},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBProxyResult",
"type": "structure",
"members": {
"DBProxy": {
"shape": "S4w"
}
}
}
},
"CreateDBProxyEndpoint": {
"input": {
"type": "structure",
"required": [
"DBProxyName",
"DBProxyEndpointName",
"VpcSubnetIds"
],
"members": {
"DBProxyName": {},
"DBProxyEndpointName": {},
"VpcSubnetIds": {
"shape": "Sv"
},
"VpcSecurityGroupIds": {
"shape": "Sv"
},
"TargetRole": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBProxyEndpointResult",
"type": "structure",
"members": {
"DBProxyEndpoint": {
"shape": "S55"
}
}
}
},
"CreateDBSecurityGroup": {
"input": {
"type": "structure",
"required": [
"DBSecurityGroupName",
"DBSecurityGroupDescription"
],
"members": {
"DBSecurityGroupName": {},
"DBSecurityGroupDescription": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBSecurityGroupResult",
"type": "structure",
"members": {
"DBSecurityGroup": {
"shape": "Sl"
}
}
}
},
"CreateDBShardGroup": {
"input": {
"type": "structure",
"required": [
"DBShardGroupIdentifier",
"DBClusterIdentifier",
"MaxACU"
],
"members": {
"DBShardGroupIdentifier": {},
"DBClusterIdentifier": {},
"ComputeRedundancy": {
"type": "integer"
},
"MaxACU": {
"type": "double"
},
"MinACU": {
"type": "double"
},
"PubliclyAccessible": {
"type": "boolean"
}
}
},
"output": {
"shape": "S5a",
"resultWrapper": "CreateDBShardGroupResult"
}
},
"CreateDBSnapshot": {
"input": {
"type": "structure",
"required": [
"DBSnapshotIdentifier",
"DBInstanceIdentifier"
],
"members": {
"DBSnapshotIdentifier": {},
"DBInstanceIdentifier": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBSnapshotResult",
"type": "structure",
"members": {
"DBSnapshot": {
"shape": "S1b"
}
}
}
},
"CreateDBSubnetGroup": {
"input": {
"type": "structure",
"required": [
"DBSubnetGroupName",
"DBSubnetGroupDescription",
"SubnetIds"
],
"members": {
"DBSubnetGroupName": {},
"DBSubnetGroupDescription": {},
"SubnetIds": {
"shape": "S5f"
},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateDBSubnetGroupResult",
"type": "structure",
"members": {
"DBSubnetGroup": {
"shape": "S42"
}
}
}
},
"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": {},
"EngineLifecycleSupport": {},
"DeletionProtection": {
"type": "boolean"
},
"DatabaseName": {},
"StorageEncrypted": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "CreateGlobalClusterResult",
"type": "structure",
"members": {
"GlobalCluster": {
"shape": "S5l"
}
}
}
},
"CreateIntegration": {
"input": {
"type": "structure",
"required": [
"SourceArn",
"TargetArn",
"IntegrationName"
],
"members": {
"SourceArn": {},
"TargetArn": {},
"IntegrationName": {},
"KMSKeyId": {},
"AdditionalEncryptionContext": {
"shape": "S5w"
},
"Tags": {
"shape": "Sb"
},
"DataFilter": {},
"Description": {}
}
},
"output": {
"shape": "S5z",
"resultWrapper": "CreateIntegrationResult"
}
},
"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": "S1g"
}
}
}
},
"CreateTenantDatabase": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"TenantDBName",
"MasterUsername",
"MasterUserPassword"
],
"members": {
"DBInstanceIdentifier": {},
"TenantDBName": {},
"MasterUsername": {},
"MasterUserPassword": {
"shape": "S67"
},
"CharacterSetName": {},
"NcharCharacterSetName": {},
"Tags": {
"shape": "Sb"
}
}
},
"output": {
"resultWrapper": "CreateTenantDatabaseResult",
"type": "structure",
"members": {
"TenantDatabase": {
"shape": "S69"
}
}
}
},
"DeleteBlueGreenDeployment": {
"input": {
"type": "structure",
"required": [
"BlueGreenDeploymentIdentifier"
],
"members": {
"BlueGreenDeploymentIdentifier": {},
"DeleteTarget": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DeleteBlueGreenDeploymentResult",
"type": "structure",
"members": {
"BlueGreenDeployment": {
"shape": "S1x"
}
}
}
},
"DeleteCustomDBEngineVersion": {
"input": {
"type": "structure",
"required": [
"Engine",
"EngineVersion"
],
"members": {
"Engine": {},
"EngineVersion": {}
}
},
"output": {
"shape": "S2g",
"resultWrapper": "DeleteCustomDBEngineVersionResult"
}
},
"DeleteDBCluster": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {},
"SkipFinalSnapshot": {
"type": "boolean"
},
"FinalDBSnapshotIdentifier": {},
"DeleteAutomatedBackups": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DeleteDBClusterResult",
"type": "structure",
"members": {
"DBCluster": {
"shape": "S31"
}
}
}
},
"DeleteDBClusterAutomatedBackup": {
"input": {
"type": "structure",
"required": [
"DbClusterResourceId"
],
"members": {
"DbClusterResourceId": {}
}
},
"output": {
"resultWrapper": "DeleteDBClusterAutomatedBackupResult",
"type": "structure",
"members": {
"DBClusterAutomatedBackup": {
"shape": "S6i"
}
}
}
},
"DeleteDBClusterEndpoint": {
"input": {
"type": "structure",
"required": [
"DBClusterEndpointIdentifier"
],
"members": {
"DBClusterEndpointIdentifier": {}
}
},
"output": {
"shape": "S3q",
"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": "S13"
}
}
}
},
"DeleteDBInstance": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"SkipFinalSnapshot": {
"type": "boolean"
},
"FinalDBSnapshotIdentifier": {},
"DeleteAutomatedBackups": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DeleteDBInstanceResult",
"type": "structure",
"members": {
"DBInstance": {
"shape": "S3y"
}
}
}
},
"DeleteDBInstanceAutomatedBackup": {
"input": {
"type": "structure",
"members": {
"DbiResourceId": {},
"DBInstanceAutomatedBackupsArn": {}
}
},
"output": {
"resultWrapper": "DeleteDBInstanceAutomatedBackupResult",
"type": "structure",
"members": {
"DBInstanceAutomatedBackup": {
"shape": "S6s"
}
}
}
},
"DeleteDBParameterGroup": {
"input": {
"type": "structure",
"required": [
"DBParameterGroupName"
],
"members": {
"DBParameterGroupName": {}
}
}
},
"DeleteDBProxy": {
"input": {
"type": "structure",
"required": [
"DBProxyName"
],
"members": {
"DBProxyName": {}
}
},
"output": {
"resultWrapper": "DeleteDBProxyResult",
"type": "structure",
"members": {
"DBProxy": {
"shape": "S4w"
}
}
}
},
"DeleteDBProxyEndpoint": {
"input": {
"type": "structure",
"required": [
"DBProxyEndpointName"
],
"members": {
"DBProxyEndpointName": {}
}
},
"output": {
"resultWrapper": "DeleteDBProxyEndpointResult",
"type": "structure",
"members": {
"DBProxyEndpoint": {
"shape": "S55"
}
}
}
},
"DeleteDBSecurityGroup": {
"input": {
"type": "structure",
"required": [
"DBSecurityGroupName"
],
"members": {
"DBSecurityGroupName": {}
}
}
},
"DeleteDBShardGroup": {
"input": {
"type": "structure",
"required": [
"DBShardGroupIdentifier"
],
"members": {
"DBShardGroupIdentifier": {}
}
},
"output": {
"shape": "S5a",
"resultWrapper": "DeleteDBShardGroupResult"
}
},
"DeleteDBSnapshot": {
"input": {
"type": "structure",
"required": [
"DBSnapshotIdentifier"
],
"members": {
"DBSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DeleteDBSnapshotResult",
"type": "structure",
"members": {
"DBSnapshot": {
"shape": "S1b"
}
}
}
},
"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": "S5l"
}
}
}
},
"DeleteIntegration": {
"input": {
"type": "structure",
"required": [
"IntegrationIdentifier"
],
"members": {
"IntegrationIdentifier": {}
}
},
"output": {
"shape": "S5z",
"resultWrapper": "DeleteIntegrationResult"
}
},
"DeleteOptionGroup": {
"input": {
"type": "structure",
"required": [
"OptionGroupName"
],
"members": {
"OptionGroupName": {}
}
}
},
"DeleteTenantDatabase": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier",
"TenantDBName"
],
"members": {
"DBInstanceIdentifier": {},
"TenantDBName": {},
"SkipFinalSnapshot": {
"type": "boolean"
},
"FinalDBSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DeleteTenantDatabaseResult",
"type": "structure",
"members": {
"TenantDatabase": {
"shape": "S69"
}
}
}
},
"DeregisterDBProxyTargets": {
"input": {
"type": "structure",
"required": [
"DBProxyName"
],
"members": {
"DBProxyName": {},
"TargetGroupName": {},
"DBInstanceIdentifiers": {
"shape": "Sv"
},
"DBClusterIdentifiers": {
"shape": "Sv"
}
}
},
"output": {
"resultWrapper": "DeregisterDBProxyTargetsResult",
"type": "structure",
"members": {}
}
},
"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
}
}
}
}
},
"DescribeBlueGreenDeployments": {
"input": {
"type": "structure",
"members": {
"BlueGreenDeploymentIdentifier": {},
"Filters": {
"shape": "S7k"
},
"Marker": {},
"MaxRecords": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "DescribeBlueGreenDeploymentsResult",
"type": "structure",
"members": {
"BlueGreenDeployments": {
"type": "list",
"member": {
"shape": "S1x"
}
},
"Marker": {}
}
}
},
"DescribeCertificates": {
"input": {
"type": "structure",
"members": {
"CertificateIdentifier": {},
"Filters": {
"shape": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeCertificatesResult",
"type": "structure",
"members": {
"DefaultCertificateForNewLaunches": {},
"Certificates": {
"type": "list",
"member": {
"shape": "S7t",
"locationName": "Certificate"
}
},
"Marker": {}
}
}
},
"DescribeDBClusterAutomatedBackups": {
"input": {
"type": "structure",
"members": {
"DbClusterResourceId": {},
"DBClusterIdentifier": {},
"Filters": {
"shape": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterAutomatedBackupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusterAutomatedBackups": {
"type": "list",
"member": {
"shape": "S6i",
"locationName": "DBClusterAutomatedBackup"
}
}
}
}
},
"DescribeDBClusterBacktracks": {
"input": {
"type": "structure",
"required": [
"DBClusterIdentifier"
],
"members": {
"DBClusterIdentifier": {},
"BacktrackIdentifier": {},
"Filters": {
"shape": "S7k"
},
"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": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterEndpointsResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusterEndpoints": {
"type": "list",
"member": {
"shape": "S3q",
"locationName": "DBClusterEndpointList"
}
}
}
}
},
"DescribeDBClusterParameterGroups": {
"input": {
"type": "structure",
"members": {
"DBClusterParameterGroupName": {},
"Filters": {
"shape": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterParameterGroupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusterParameterGroups": {
"type": "list",
"member": {
"shape": "S10",
"locationName": "DBClusterParameterGroup"
}
}
}
}
},
"DescribeDBClusterParameters": {
"input": {
"type": "structure",
"required": [
"DBClusterParameterGroupName"
],
"members": {
"DBClusterParameterGroupName": {},
"Source": {},
"Filters": {
"shape": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterParametersResult",
"type": "structure",
"members": {
"Parameters": {
"shape": "S88"
},
"Marker": {}
}
}
},
"DescribeDBClusterSnapshotAttributes": {
"input": {
"type": "structure",
"required": [
"DBClusterSnapshotIdentifier"
],
"members": {
"DBClusterSnapshotIdentifier": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterSnapshotAttributesResult",
"type": "structure",
"members": {
"DBClusterSnapshotAttributesResult": {
"shape": "S8d"
}
}
}
},
"DescribeDBClusterSnapshots": {
"input": {
"type": "structure",
"members": {
"DBClusterIdentifier": {},
"DBClusterSnapshotIdentifier": {},
"SnapshotType": {},
"Filters": {
"shape": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"IncludeShared": {
"type": "boolean"
},
"IncludePublic": {
"type": "boolean"
},
"DbClusterResourceId": {}
}
},
"output": {
"resultWrapper": "DescribeDBClusterSnapshotsResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusterSnapshots": {
"type": "list",
"member": {
"shape": "S13",
"locationName": "DBClusterSnapshot"
}
}
}
}
},
"DescribeDBClusters": {
"input": {
"type": "structure",
"members": {
"DBClusterIdentifier": {},
"Filters": {
"shape": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"IncludeShared": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DescribeDBClustersResult",
"type": "structure",
"members": {
"Marker": {},
"DBClusters": {
"type": "list",
"member": {
"shape": "S31",
"locationName": "DBCluster"
}
}
}
}
},
"DescribeDBEngineVersions": {
"input": {
"type": "structure",
"members": {
"Engine": {},
"EngineVersion": {},
"DBParameterGroupFamily": {},
"Filters": {
"shape": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"DefaultOnly": {
"type": "boolean"
},
"ListSupportedCharacterSets": {
"type": "boolean"
},
"ListSupportedTimezones": {
"type": "boolean"
},
"IncludeAll": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DescribeDBEngineVersionsResult",
"type": "structure",
"members": {
"Marker": {},
"DBEngineVersions": {
"type": "list",
"member": {
"shape": "S2g",
"locationName": "DBEngineVersion"
}
}
}
}
},
"DescribeDBInstanceAutomatedBackups": {
"input": {
"type": "structure",
"members": {
"DbiResourceId": {},
"DBInstanceIdentifier": {},
"Filters": {
"shape": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {},
"DBInstanceAutomatedBackupsArn": {}
}
},
"output": {
"resultWrapper": "DescribeDBInstanceAutomatedBackupsResult",
"type": "structure",
"members": {
"Marker": {},
"DBInstanceAutomatedBackups": {
"type": "list",
"member": {
"shape": "S6s",
"locationName": "DBInstanceAutomatedBackup"
}
}
}
}
},
"DescribeDBInstances": {
"input": {
"type": "structure",
"members": {
"DBInstanceIdentifier": {},
"Filters": {
"shape": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBInstancesResult",
"type": "structure",
"members": {
"Marker": {},
"DBInstances": {
"type": "list",
"member": {
"shape": "S3y",
"locationName": "DBInstance"
}
}
}
}
},
"DescribeDBLogFiles": {
"input": {
"type": "structure",
"required": [
"DBInstanceIdentifier"
],
"members": {
"DBInstanceIdentifier": {},
"FilenameContains": {},
"FileLastWritten": {
"type": "long"
},
"FileSize": {
"type": "long"
},
"Filters": {
"shape": "S7k"
},
"MaxRecords": {
"type": "integer"
},
"Marker": {}
}
},
"output": {
"resultWrapper": "DescribeDBLogFilesResult",
"type": "structure",
"members": {
"DescribeDBLogFiles": {
"type": "list",
"member": {
"locationName": "DescribeDBLogFilesDetails",