{ "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":{ "AddRoleToDBCluster":{ "name":"AddRoleToDBCluster", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AddRoleToDBClusterMessage"}, "errors":[ {"shape":"DBClusterNotFoundFault"}, {"shape":"DBClusterRoleAlreadyExistsFault"}, {"shape":"InvalidDBClusterStateFault"}, {"shape":"DBClusterRoleQuotaExceededFault"} ], "documentation":"

Associates an Identity and Access Management (IAM) role from an Aurora DB cluster. For more information, see Authorizing Amazon Aurora to Access Other AWS Services On Your Behalf.

" }, "AddSourceIdentifierToSubscription":{ "name":"AddSourceIdentifierToSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AddSourceIdentifierToSubscriptionMessage"}, "output":{ "shape":"AddSourceIdentifierToSubscriptionResult", "resultWrapper":"AddSourceIdentifierToSubscriptionResult" }, "errors":[ {"shape":"SubscriptionNotFoundFault"}, {"shape":"SourceNotFoundFault"} ], "documentation":"

Adds a source identifier to an existing RDS event notification subscription.

" }, "AddTagsToResource":{ "name":"AddTagsToResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AddTagsToResourceMessage"}, "errors":[ {"shape":"DBInstanceNotFoundFault"}, {"shape":"DBSnapshotNotFoundFault"} ], "documentation":"

Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.

For an overview on tagging Amazon RDS resources, see Tagging Amazon RDS Resources.

" }, "ApplyPendingMaintenanceAction":{ "name":"ApplyPendingMaintenanceAction", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ApplyPendingMaintenanceActionMessage"}, "output":{ "shape":"ApplyPendingMaintenanceActionResult", "resultWrapper":"ApplyPendingMaintenanceActionResult" }, "errors":[ {"shape":"ResourceNotFoundFault"} ], "documentation":"

Applies a pending maintenance action to a resource (for example, to a DB instance).

" }, "AuthorizeDBSecurityGroupIngress":{ "name":"AuthorizeDBSecurityGroupIngress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"AuthorizeDBSecurityGroupIngressMessage"}, "output":{ "shape":"AuthorizeDBSecurityGroupIngressResult", "resultWrapper":"AuthorizeDBSecurityGroupIngressResult" }, "errors":[ {"shape":"DBSecurityGroupNotFoundFault"}, {"shape":"InvalidDBSecurityGroupStateFault"}, {"shape":"AuthorizationAlreadyExistsFault"}, {"shape":"AuthorizationQuotaExceededFault"} ], "documentation":"

Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).

You cannot authorize ingress from an EC2 security group in one region to an Amazon RDS DB instance in another. You cannot authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

" }, "CopyDBClusterParameterGroup":{ "name":"CopyDBClusterParameterGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CopyDBClusterParameterGroupMessage"}, "output":{ "shape":"CopyDBClusterParameterGroupResult", "resultWrapper":"CopyDBClusterParameterGroupResult" }, "errors":[ {"shape":"DBParameterGroupNotFoundFault"}, {"shape":"DBParameterGroupQuotaExceededFault"}, {"shape":"DBParameterGroupAlreadyExistsFault"} ], "documentation":"

Copies the specified DB cluster parameter group.

" }, "CopyDBClusterSnapshot":{ "name":"CopyDBClusterSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CopyDBClusterSnapshotMessage"}, "output":{ "shape":"CopyDBClusterSnapshotResult", "resultWrapper":"CopyDBClusterSnapshotResult" }, "errors":[ {"shape":"DBClusterSnapshotAlreadyExistsFault"}, {"shape":"DBClusterSnapshotNotFoundFault"}, {"shape":"InvalidDBClusterStateFault"}, {"shape":"InvalidDBClusterSnapshotStateFault"}, {"shape":"SnapshotQuotaExceededFault"}, {"shape":"KMSKeyNotAccessibleFault"} ], "documentation":"

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "CopyDBParameterGroup":{ "name":"CopyDBParameterGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CopyDBParameterGroupMessage"}, "output":{ "shape":"CopyDBParameterGroupResult", "resultWrapper":"CopyDBParameterGroupResult" }, "errors":[ {"shape":"DBParameterGroupNotFoundFault"}, {"shape":"DBParameterGroupAlreadyExistsFault"}, {"shape":"DBParameterGroupQuotaExceededFault"} ], "documentation":"

Copies the specified DB parameter group.

" }, "CopyDBSnapshot":{ "name":"CopyDBSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CopyDBSnapshotMessage"}, "output":{ "shape":"CopyDBSnapshotResult", "resultWrapper":"CopyDBSnapshotResult" }, "errors":[ {"shape":"DBSnapshotAlreadyExistsFault"}, {"shape":"DBSnapshotNotFoundFault"}, {"shape":"InvalidDBSnapshotStateFault"}, {"shape":"SnapshotQuotaExceededFault"}, {"shape":"KMSKeyNotAccessibleFault"} ], "documentation":"

Copies the specified DB snapshot. The source DB snapshot must be in the \"available\" state.

If you are copying from a shared manual DB snapshot, the SourceDBSnapshotIdentifier must be the ARN of the shared DB snapshot.

" }, "CopyOptionGroup":{ "name":"CopyOptionGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CopyOptionGroupMessage"}, "output":{ "shape":"CopyOptionGroupResult", "resultWrapper":"CopyOptionGroupResult" }, "errors":[ {"shape":"OptionGroupAlreadyExistsFault"}, {"shape":"OptionGroupNotFoundFault"}, {"shape":"OptionGroupQuotaExceededFault"} ], "documentation":"

Copies the specified option group.

" }, "CreateDBCluster":{ "name":"CreateDBCluster", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDBClusterMessage"}, "output":{ "shape":"CreateDBClusterResult", "resultWrapper":"CreateDBClusterResult" }, "errors":[ {"shape":"DBClusterAlreadyExistsFault"}, {"shape":"InsufficientStorageClusterCapacityFault"}, {"shape":"DBClusterQuotaExceededFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"InvalidVPCNetworkStateFault"}, {"shape":"InvalidDBClusterStateFault"}, {"shape":"InvalidDBSubnetGroupStateFault"}, {"shape":"InvalidSubnet"}, {"shape":"DBClusterParameterGroupNotFoundFault"}, {"shape":"KMSKeyNotAccessibleFault"}, {"shape":"DBClusterNotFoundFault"} ], "documentation":"

Creates a new Amazon Aurora DB cluster.

You can use the ReplicationSourceIdentifier parameter to create the DB cluster as a Read Replica of another DB cluster.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "CreateDBClusterParameterGroup":{ "name":"CreateDBClusterParameterGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDBClusterParameterGroupMessage"}, "output":{ "shape":"CreateDBClusterParameterGroupResult", "resultWrapper":"CreateDBClusterParameterGroupResult" }, "errors":[ {"shape":"DBParameterGroupQuotaExceededFault"}, {"shape":"DBParameterGroupAlreadyExistsFault"} ], "documentation":"

Creates a new DB cluster parameter group.

Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.

A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBClusterParameterGroup. Once you've created a DB cluster parameter group, you need to associate it with your DB cluster using ModifyDBCluster. When you associate a new DB cluster parameter group with a running DB cluster, you need to reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect.

After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters command to verify that your DB cluster parameter group has been created or modified.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "CreateDBClusterSnapshot":{ "name":"CreateDBClusterSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDBClusterSnapshotMessage"}, "output":{ "shape":"CreateDBClusterSnapshotResult", "resultWrapper":"CreateDBClusterSnapshotResult" }, "errors":[ {"shape":"DBClusterSnapshotAlreadyExistsFault"}, {"shape":"InvalidDBClusterStateFault"}, {"shape":"DBClusterNotFoundFault"}, {"shape":"SnapshotQuotaExceededFault"}, {"shape":"InvalidDBClusterSnapshotStateFault"} ], "documentation":"

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "CreateDBInstance":{ "name":"CreateDBInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDBInstanceMessage"}, "output":{ "shape":"CreateDBInstanceResult", "resultWrapper":"CreateDBInstanceResult" }, "errors":[ {"shape":"DBInstanceAlreadyExistsFault"}, {"shape":"InsufficientDBInstanceCapacityFault"}, {"shape":"DBParameterGroupNotFoundFault"}, {"shape":"DBSecurityGroupNotFoundFault"}, {"shape":"InstanceQuotaExceededFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}, {"shape":"InvalidDBClusterStateFault"}, {"shape":"InvalidSubnet"}, {"shape":"InvalidVPCNetworkStateFault"}, {"shape":"ProvisionedIopsNotAvailableInAZFault"}, {"shape":"OptionGroupNotFoundFault"}, {"shape":"DBClusterNotFoundFault"}, {"shape":"StorageTypeNotSupportedFault"}, {"shape":"AuthorizationNotFoundFault"}, {"shape":"KMSKeyNotAccessibleFault"}, {"shape":"DomainNotFoundFault"} ], "documentation":"

Creates a new DB instance.

" }, "CreateDBInstanceReadReplica":{ "name":"CreateDBInstanceReadReplica", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDBInstanceReadReplicaMessage"}, "output":{ "shape":"CreateDBInstanceReadReplicaResult", "resultWrapper":"CreateDBInstanceReadReplicaResult" }, "errors":[ {"shape":"DBInstanceAlreadyExistsFault"}, {"shape":"InsufficientDBInstanceCapacityFault"}, {"shape":"DBParameterGroupNotFoundFault"}, {"shape":"DBSecurityGroupNotFoundFault"}, {"shape":"InstanceQuotaExceededFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"DBInstanceNotFoundFault"}, {"shape":"InvalidDBInstanceStateFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}, {"shape":"InvalidSubnet"}, {"shape":"InvalidVPCNetworkStateFault"}, {"shape":"ProvisionedIopsNotAvailableInAZFault"}, {"shape":"OptionGroupNotFoundFault"}, {"shape":"DBSubnetGroupNotAllowedFault"}, {"shape":"InvalidDBSubnetGroupFault"}, {"shape":"StorageTypeNotSupportedFault"}, {"shape":"KMSKeyNotAccessibleFault"} ], "documentation":"

Creates a DB instance for a DB instance running MySQL, MariaDB, or PostgreSQL that acts as a Read Replica of a source DB instance.

All Read Replica DB instances are created as Single-AZ deployments with backups disabled. All other DB instance attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance, except as specified below.

The source DB instance must have backup retention enabled.

" }, "CreateDBParameterGroup":{ "name":"CreateDBParameterGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDBParameterGroupMessage"}, "output":{ "shape":"CreateDBParameterGroupResult", "resultWrapper":"CreateDBParameterGroupResult" }, "errors":[ {"shape":"DBParameterGroupQuotaExceededFault"}, {"shape":"DBParameterGroupAlreadyExistsFault"} ], "documentation":"

Creates a new DB parameter group.

A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBParameterGroup. Once you've created a DB parameter group, you need to associate it with your DB instance using ModifyDBInstance. When you associate a new DB parameter group with a running DB instance, you need to reboot the DB instance without failover for the new DB parameter group and associated settings to take effect.

After you create a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.

" }, "CreateDBSecurityGroup":{ "name":"CreateDBSecurityGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDBSecurityGroupMessage"}, "output":{ "shape":"CreateDBSecurityGroupResult", "resultWrapper":"CreateDBSecurityGroupResult" }, "errors":[ {"shape":"DBSecurityGroupAlreadyExistsFault"}, {"shape":"DBSecurityGroupQuotaExceededFault"}, {"shape":"DBSecurityGroupNotSupportedFault"} ], "documentation":"

Creates a new DB security group. DB security groups control access to a DB instance.

" }, "CreateDBSnapshot":{ "name":"CreateDBSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDBSnapshotMessage"}, "output":{ "shape":"CreateDBSnapshotResult", "resultWrapper":"CreateDBSnapshotResult" }, "errors":[ {"shape":"DBSnapshotAlreadyExistsFault"}, {"shape":"InvalidDBInstanceStateFault"}, {"shape":"DBInstanceNotFoundFault"}, {"shape":"SnapshotQuotaExceededFault"} ], "documentation":"

Creates a DBSnapshot. The source DBInstance must be in \"available\" state.

" }, "CreateDBSubnetGroup":{ "name":"CreateDBSubnetGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDBSubnetGroupMessage"}, "output":{ "shape":"CreateDBSubnetGroupResult", "resultWrapper":"CreateDBSubnetGroupResult" }, "errors":[ {"shape":"DBSubnetGroupAlreadyExistsFault"}, {"shape":"DBSubnetGroupQuotaExceededFault"}, {"shape":"DBSubnetQuotaExceededFault"}, {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}, {"shape":"InvalidSubnet"} ], "documentation":"

Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region.

" }, "CreateEventSubscription":{ "name":"CreateEventSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateEventSubscriptionMessage"}, "output":{ "shape":"CreateEventSubscriptionResult", "resultWrapper":"CreateEventSubscriptionResult" }, "errors":[ {"shape":"EventSubscriptionQuotaExceededFault"}, {"shape":"SubscriptionAlreadyExistFault"}, {"shape":"SNSInvalidTopicFault"}, {"shape":"SNSNoAuthorizationFault"}, {"shape":"SNSTopicArnNotFoundFault"}, {"shape":"SubscriptionCategoryNotFoundFault"}, {"shape":"SourceNotFoundFault"} ], "documentation":"

Creates an RDS event notification subscription. This action requires a topic ARN (Amazon Resource Name) created by either the RDS console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.

You can specify the type of source (SourceType) you want to be notified of, provide a list of RDS sources (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. For example, you can specify SourceType = db-instance, SourceIds = mydbinstance1, mydbinstance2 and EventCategories = Availability, Backup.

If you specify both the SourceType and SourceIds, such as SourceType = db-instance and SourceIdentifier = myDBInstance1, you will be notified of all the db-instance events for the specified source. If you specify a SourceType but do not specify a SourceIdentifier, you will receive notice of the events for that source type for all your RDS sources. If you do not specify either the SourceType nor the SourceIdentifier, you will be notified of events generated from all RDS sources belonging to your customer account.

" }, "CreateOptionGroup":{ "name":"CreateOptionGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateOptionGroupMessage"}, "output":{ "shape":"CreateOptionGroupResult", "resultWrapper":"CreateOptionGroupResult" }, "errors":[ {"shape":"OptionGroupAlreadyExistsFault"}, {"shape":"OptionGroupQuotaExceededFault"} ], "documentation":"

Creates a new option group. You can create up to 20 option groups.

" }, "DeleteDBCluster":{ "name":"DeleteDBCluster", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDBClusterMessage"}, "output":{ "shape":"DeleteDBClusterResult", "resultWrapper":"DeleteDBClusterResult" }, "errors":[ {"shape":"DBClusterNotFoundFault"}, {"shape":"InvalidDBClusterStateFault"}, {"shape":"DBClusterSnapshotAlreadyExistsFault"}, {"shape":"SnapshotQuotaExceededFault"}, {"shape":"InvalidDBClusterSnapshotStateFault"} ], "documentation":"

The DeleteDBCluster action deletes a previously provisioned DB cluster. When you delete a DB cluster, all automated backups for that DB cluster are deleted and cannot be recovered. Manual DB cluster snapshots of the specified DB cluster are not deleted.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "DeleteDBClusterParameterGroup":{ "name":"DeleteDBClusterParameterGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDBClusterParameterGroupMessage"}, "errors":[ {"shape":"InvalidDBParameterGroupStateFault"}, {"shape":"DBParameterGroupNotFoundFault"} ], "documentation":"

Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted cannot be associated with any DB clusters.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "DeleteDBClusterSnapshot":{ "name":"DeleteDBClusterSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDBClusterSnapshotMessage"}, "output":{ "shape":"DeleteDBClusterSnapshotResult", "resultWrapper":"DeleteDBClusterSnapshotResult" }, "errors":[ {"shape":"InvalidDBClusterSnapshotStateFault"}, {"shape":"DBClusterSnapshotNotFoundFault"} ], "documentation":"

Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.

The DB cluster snapshot must be in the available state to be deleted.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "DeleteDBInstance":{ "name":"DeleteDBInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDBInstanceMessage"}, "output":{ "shape":"DeleteDBInstanceResult", "resultWrapper":"DeleteDBInstanceResult" }, "errors":[ {"shape":"DBInstanceNotFoundFault"}, {"shape":"InvalidDBInstanceStateFault"}, {"shape":"DBSnapshotAlreadyExistsFault"}, {"shape":"SnapshotQuotaExceededFault"}, {"shape":"InvalidDBClusterStateFault"} ], "documentation":"

The DeleteDBInstance action deletes a previously provisioned DB instance. When you delete a DB instance, all automated backups for that instance are deleted and cannot be recovered. Manual DB snapshots of the DB instance to be deleted by DeleteDBInstance are not deleted.

If you request a final DB snapshot the status of the Amazon RDS DB instance is deleting until the DB snapshot is created. The API action DescribeDBInstance is used to monitor the status of this operation. The action cannot be canceled or reverted once submitted.

Note that when a DB instance is in a failure state and has a status of failed, incompatible-restore, or incompatible-network, you can only delete it when the SkipFinalSnapshot parameter is set to true.

If the specified DB instance is part of an Amazon Aurora DB cluster, you cannot delete the DB instance if the following are true:

To delete a DB instance in this case, first call the PromoteReadReplicaDBCluster API action to promote the DB cluster so it's no longer a Read Replica. After the promotion completes, then call the DeleteDBInstance API action to delete the final instance in the DB cluster.

" }, "DeleteDBParameterGroup":{ "name":"DeleteDBParameterGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDBParameterGroupMessage"}, "errors":[ {"shape":"InvalidDBParameterGroupStateFault"}, {"shape":"DBParameterGroupNotFoundFault"} ], "documentation":"

Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted cannot be associated with any DB instances.

" }, "DeleteDBSecurityGroup":{ "name":"DeleteDBSecurityGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDBSecurityGroupMessage"}, "errors":[ {"shape":"InvalidDBSecurityGroupStateFault"}, {"shape":"DBSecurityGroupNotFoundFault"} ], "documentation":"

Deletes a DB security group.

The specified DB security group must not be associated with any DB instances.

" }, "DeleteDBSnapshot":{ "name":"DeleteDBSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDBSnapshotMessage"}, "output":{ "shape":"DeleteDBSnapshotResult", "resultWrapper":"DeleteDBSnapshotResult" }, "errors":[ {"shape":"InvalidDBSnapshotStateFault"}, {"shape":"DBSnapshotNotFoundFault"} ], "documentation":"

Deletes a DBSnapshot. If the snapshot is being copied, the copy operation is terminated.

The DBSnapshot must be in the available state to be deleted.

" }, "DeleteDBSubnetGroup":{ "name":"DeleteDBSubnetGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDBSubnetGroupMessage"}, "errors":[ {"shape":"InvalidDBSubnetGroupStateFault"}, {"shape":"InvalidDBSubnetStateFault"}, {"shape":"DBSubnetGroupNotFoundFault"} ], "documentation":"

Deletes a DB subnet group.

The specified database subnet group must not be associated with any DB instances.

" }, "DeleteEventSubscription":{ "name":"DeleteEventSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteEventSubscriptionMessage"}, "output":{ "shape":"DeleteEventSubscriptionResult", "resultWrapper":"DeleteEventSubscriptionResult" }, "errors":[ {"shape":"SubscriptionNotFoundFault"}, {"shape":"InvalidEventSubscriptionStateFault"} ], "documentation":"

Deletes an RDS event notification subscription.

" }, "DeleteOptionGroup":{ "name":"DeleteOptionGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteOptionGroupMessage"}, "errors":[ {"shape":"OptionGroupNotFoundFault"}, {"shape":"InvalidOptionGroupStateFault"} ], "documentation":"

Deletes an existing option group.

" }, "DescribeAccountAttributes":{ "name":"DescribeAccountAttributes", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeAccountAttributesMessage"}, "output":{ "shape":"AccountAttributesMessage", "resultWrapper":"DescribeAccountAttributesResult" }, "documentation":"

Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.

This command does not take any parameters.

" }, "DescribeCertificates":{ "name":"DescribeCertificates", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeCertificatesMessage"}, "output":{ "shape":"CertificateMessage", "resultWrapper":"DescribeCertificatesResult" }, "errors":[ {"shape":"CertificateNotFoundFault"} ], "documentation":"

Lists the set of CA certificates provided by Amazon RDS for this AWS account.

" }, "DescribeDBClusterParameterGroups":{ "name":"DescribeDBClusterParameterGroups", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBClusterParameterGroupsMessage"}, "output":{ "shape":"DBClusterParameterGroupsMessage", "resultWrapper":"DescribeDBClusterParameterGroupsResult" }, "errors":[ {"shape":"DBParameterGroupNotFoundFault"} ], "documentation":"

Returns a list of DBClusterParameterGroup descriptions. If a DBClusterParameterGroupName parameter is specified, the list will contain only the description of the specified DB cluster parameter group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "DescribeDBClusterParameters":{ "name":"DescribeDBClusterParameters", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBClusterParametersMessage"}, "output":{ "shape":"DBClusterParameterGroupDetails", "resultWrapper":"DescribeDBClusterParametersResult" }, "errors":[ {"shape":"DBParameterGroupNotFoundFault"} ], "documentation":"

Returns the detailed parameter list for a particular DB cluster parameter group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "DescribeDBClusterSnapshotAttributes":{ "name":"DescribeDBClusterSnapshotAttributes", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBClusterSnapshotAttributesMessage"}, "output":{ "shape":"DescribeDBClusterSnapshotAttributesResult", "resultWrapper":"DescribeDBClusterSnapshotAttributesResult" }, "errors":[ {"shape":"DBClusterSnapshotNotFoundFault"} ], "documentation":"

Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.

When sharing snapshots with other AWS accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB cluster snapshot. If all is included in the list of values for the restore attribute, then the manual DB cluster snapshot is public and can be copied or restored by all AWS accounts.

To add or remove access for an AWS account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action.

" }, "DescribeDBClusterSnapshots":{ "name":"DescribeDBClusterSnapshots", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBClusterSnapshotsMessage"}, "output":{ "shape":"DBClusterSnapshotMessage", "resultWrapper":"DescribeDBClusterSnapshotsResult" }, "errors":[ {"shape":"DBClusterSnapshotNotFoundFault"} ], "documentation":"

Returns information about DB cluster snapshots. This API action supports pagination.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "DescribeDBClusters":{ "name":"DescribeDBClusters", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBClustersMessage"}, "output":{ "shape":"DBClusterMessage", "resultWrapper":"DescribeDBClustersResult" }, "errors":[ {"shape":"DBClusterNotFoundFault"} ], "documentation":"

Returns information about provisioned Aurora DB clusters. This API supports pagination.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "DescribeDBEngineVersions":{ "name":"DescribeDBEngineVersions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBEngineVersionsMessage"}, "output":{ "shape":"DBEngineVersionMessage", "resultWrapper":"DescribeDBEngineVersionsResult" }, "documentation":"

Returns a list of the available DB engines.

" }, "DescribeDBInstances":{ "name":"DescribeDBInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBInstancesMessage"}, "output":{ "shape":"DBInstanceMessage", "resultWrapper":"DescribeDBInstancesResult" }, "errors":[ {"shape":"DBInstanceNotFoundFault"} ], "documentation":"

Returns information about provisioned RDS instances. This API supports pagination.

" }, "DescribeDBLogFiles":{ "name":"DescribeDBLogFiles", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBLogFilesMessage"}, "output":{ "shape":"DescribeDBLogFilesResponse", "resultWrapper":"DescribeDBLogFilesResult" }, "errors":[ {"shape":"DBInstanceNotFoundFault"} ], "documentation":"

Returns a list of DB log files for the DB instance.

" }, "DescribeDBParameterGroups":{ "name":"DescribeDBParameterGroups", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBParameterGroupsMessage"}, "output":{ "shape":"DBParameterGroupsMessage", "resultWrapper":"DescribeDBParameterGroupsResult" }, "errors":[ {"shape":"DBParameterGroupNotFoundFault"} ], "documentation":"

Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.

" }, "DescribeDBParameters":{ "name":"DescribeDBParameters", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBParametersMessage"}, "output":{ "shape":"DBParameterGroupDetails", "resultWrapper":"DescribeDBParametersResult" }, "errors":[ {"shape":"DBParameterGroupNotFoundFault"} ], "documentation":"

Returns the detailed parameter list for a particular DB parameter group.

" }, "DescribeDBSecurityGroups":{ "name":"DescribeDBSecurityGroups", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBSecurityGroupsMessage"}, "output":{ "shape":"DBSecurityGroupMessage", "resultWrapper":"DescribeDBSecurityGroupsResult" }, "errors":[ {"shape":"DBSecurityGroupNotFoundFault"} ], "documentation":"

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.

" }, "DescribeDBSnapshotAttributes":{ "name":"DescribeDBSnapshotAttributes", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBSnapshotAttributesMessage"}, "output":{ "shape":"DescribeDBSnapshotAttributesResult", "resultWrapper":"DescribeDBSnapshotAttributesResult" }, "errors":[ {"shape":"DBSnapshotNotFoundFault"} ], "documentation":"

Returns a list of DB snapshot attribute names and values for a manual DB snapshot.

When sharing snapshots with other AWS accounts, DescribeDBSnapshotAttributes returns the restore attribute and a list of IDs for the AWS accounts that are authorized to copy or restore the manual DB snapshot. If all is included in the list of values for the restore attribute, then the manual DB snapshot is public and can be copied or restored by all AWS accounts.

To add or remove access for an AWS account to copy or restore a manual DB snapshot, or to make the manual DB snapshot public or private, use the ModifyDBSnapshotAttribute API action.

" }, "DescribeDBSnapshots":{ "name":"DescribeDBSnapshots", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBSnapshotsMessage"}, "output":{ "shape":"DBSnapshotMessage", "resultWrapper":"DescribeDBSnapshotsResult" }, "errors":[ {"shape":"DBSnapshotNotFoundFault"} ], "documentation":"

Returns information about DB snapshots. This API action supports pagination.

" }, "DescribeDBSubnetGroups":{ "name":"DescribeDBSubnetGroups", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeDBSubnetGroupsMessage"}, "output":{ "shape":"DBSubnetGroupMessage", "resultWrapper":"DescribeDBSubnetGroupsResult" }, "errors":[ {"shape":"DBSubnetGroupNotFoundFault"} ], "documentation":"

Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

" }, "DescribeEngineDefaultClusterParameters":{ "name":"DescribeEngineDefaultClusterParameters", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeEngineDefaultClusterParametersMessage"}, "output":{ "shape":"DescribeEngineDefaultClusterParametersResult", "resultWrapper":"DescribeEngineDefaultClusterParametersResult" }, "documentation":"

Returns the default engine and system parameter information for the cluster database engine.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "DescribeEngineDefaultParameters":{ "name":"DescribeEngineDefaultParameters", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeEngineDefaultParametersMessage"}, "output":{ "shape":"DescribeEngineDefaultParametersResult", "resultWrapper":"DescribeEngineDefaultParametersResult" }, "documentation":"

Returns the default engine and system parameter information for the specified database engine.

" }, "DescribeEventCategories":{ "name":"DescribeEventCategories", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeEventCategoriesMessage"}, "output":{ "shape":"EventCategoriesMessage", "resultWrapper":"DescribeEventCategoriesResult" }, "documentation":"

Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in the Events topic in the Amazon RDS User Guide.

" }, "DescribeEventSubscriptions":{ "name":"DescribeEventSubscriptions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeEventSubscriptionsMessage"}, "output":{ "shape":"EventSubscriptionsMessage", "resultWrapper":"DescribeEventSubscriptionsResult" }, "errors":[ {"shape":"SubscriptionNotFoundFault"} ], "documentation":"

Lists all the subscription descriptions for a customer account. The description for a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify a SubscriptionName, lists the description for that subscription.

" }, "DescribeEvents":{ "name":"DescribeEvents", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeEventsMessage"}, "output":{ "shape":"EventsMessage", "resultWrapper":"DescribeEventsResult" }, "documentation":"

Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.

" }, "DescribeOptionGroupOptions":{ "name":"DescribeOptionGroupOptions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeOptionGroupOptionsMessage"}, "output":{ "shape":"OptionGroupOptionsMessage", "resultWrapper":"DescribeOptionGroupOptionsResult" }, "documentation":"

Describes all available options.

" }, "DescribeOptionGroups":{ "name":"DescribeOptionGroups", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeOptionGroupsMessage"}, "output":{ "shape":"OptionGroups", "resultWrapper":"DescribeOptionGroupsResult" }, "errors":[ {"shape":"OptionGroupNotFoundFault"} ], "documentation":"

Describes the available option groups.

" }, "DescribeOrderableDBInstanceOptions":{ "name":"DescribeOrderableDBInstanceOptions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeOrderableDBInstanceOptionsMessage"}, "output":{ "shape":"OrderableDBInstanceOptionsMessage", "resultWrapper":"DescribeOrderableDBInstanceOptionsResult" }, "documentation":"

Returns a list of orderable DB instance options for the specified engine.

" }, "DescribePendingMaintenanceActions":{ "name":"DescribePendingMaintenanceActions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribePendingMaintenanceActionsMessage"}, "output":{ "shape":"PendingMaintenanceActionsMessage", "resultWrapper":"DescribePendingMaintenanceActionsResult" }, "errors":[ {"shape":"ResourceNotFoundFault"} ], "documentation":"

Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.

" }, "DescribeReservedDBInstances":{ "name":"DescribeReservedDBInstances", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeReservedDBInstancesMessage"}, "output":{ "shape":"ReservedDBInstanceMessage", "resultWrapper":"DescribeReservedDBInstancesResult" }, "errors":[ {"shape":"ReservedDBInstanceNotFoundFault"} ], "documentation":"

Returns information about reserved DB instances for this account, or about a specified reserved DB instance.

" }, "DescribeReservedDBInstancesOfferings":{ "name":"DescribeReservedDBInstancesOfferings", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeReservedDBInstancesOfferingsMessage"}, "output":{ "shape":"ReservedDBInstancesOfferingMessage", "resultWrapper":"DescribeReservedDBInstancesOfferingsResult" }, "errors":[ {"shape":"ReservedDBInstancesOfferingNotFoundFault"} ], "documentation":"

Lists available reserved DB instance offerings.

" }, "DescribeSourceRegions":{ "name":"DescribeSourceRegions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeSourceRegionsMessage"}, "output":{ "shape":"SourceRegionMessage", "resultWrapper":"DescribeSourceRegionsResult" }, "documentation":"

Returns a list of the source AWS regions where the current AWS region can create a Read Replica or copy a DB snapshot from. This API action supports pagination.

" }, "DownloadDBLogFilePortion":{ "name":"DownloadDBLogFilePortion", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DownloadDBLogFilePortionMessage"}, "output":{ "shape":"DownloadDBLogFilePortionDetails", "resultWrapper":"DownloadDBLogFilePortionResult" }, "errors":[ {"shape":"DBInstanceNotFoundFault"}, {"shape":"DBLogFileNotFoundFault"} ], "documentation":"

Downloads all or a portion of the specified log file, up to 1 MB in size.

" }, "FailoverDBCluster":{ "name":"FailoverDBCluster", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"FailoverDBClusterMessage"}, "output":{ "shape":"FailoverDBClusterResult", "resultWrapper":"FailoverDBClusterResult" }, "errors":[ {"shape":"DBClusterNotFoundFault"}, {"shape":"InvalidDBClusterStateFault"}, {"shape":"InvalidDBInstanceStateFault"} ], "documentation":"

Forces a failover for a DB cluster.

A failover for a DB cluster promotes one of the read-only instances in the DB cluster to the master DB instance (the cluster writer) and deletes the current primary instance.

Amazon Aurora will automatically fail over to a read-only instance, if one exists, when the primary instance fails. You can force a failover when you want to simulate a failure of a DB instance for testing. Because each instance in a DB cluster has its own endpoint address, you will need to clean up and re-establish any existing connections that use those endpoint addresses when the failover is complete.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListTagsForResourceMessage"}, "output":{ "shape":"TagListMessage", "resultWrapper":"ListTagsForResourceResult" }, "errors":[ {"shape":"DBInstanceNotFoundFault"}, {"shape":"DBSnapshotNotFoundFault"} ], "documentation":"

Lists all tags on an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources.

" }, "ModifyDBCluster":{ "name":"ModifyDBCluster", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyDBClusterMessage"}, "output":{ "shape":"ModifyDBClusterResult", "resultWrapper":"ModifyDBClusterResult" }, "errors":[ {"shape":"DBClusterNotFoundFault"}, {"shape":"InvalidDBClusterStateFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"InvalidVPCNetworkStateFault"}, {"shape":"InvalidDBSubnetGroupStateFault"}, {"shape":"InvalidSubnet"}, {"shape":"DBClusterParameterGroupNotFoundFault"}, {"shape":"InvalidDBSecurityGroupStateFault"}, {"shape":"InvalidDBInstanceStateFault"}, {"shape":"DBClusterAlreadyExistsFault"} ], "documentation":"

Modify a setting for an Amazon Aurora DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "ModifyDBClusterParameterGroup":{ "name":"ModifyDBClusterParameterGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyDBClusterParameterGroupMessage"}, "output":{ "shape":"DBClusterParameterGroupNameMessage", "resultWrapper":"ModifyDBClusterParameterGroupResult" }, "errors":[ {"shape":"DBParameterGroupNotFoundFault"}, {"shape":"InvalidDBParameterGroupStateFault"} ], "documentation":"

Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB cluster associated with the parameter group before the change can take effect.

After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBClusterParameters command to verify that your DB cluster parameter group has been created or modified.

" }, "ModifyDBClusterSnapshotAttribute":{ "name":"ModifyDBClusterSnapshotAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyDBClusterSnapshotAttributeMessage"}, "output":{ "shape":"ModifyDBClusterSnapshotAttributeResult", "resultWrapper":"ModifyDBClusterSnapshotAttributeResult" }, "errors":[ {"shape":"DBClusterSnapshotNotFoundFault"}, {"shape":"InvalidDBClusterSnapshotStateFault"}, {"shape":"SharedSnapshotQuotaExceededFault"} ], "documentation":"

Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.

To share a manual DB cluster snapshot with other AWS accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the AWS accounts that are authorized to restore the manual DB cluster snapshot. Use the value all to make the manual DB cluster snapshot public, which means that it can be copied or restored by all AWS accounts. Do not add the all value for any manual DB cluster snapshots that contain private information that you don't want available to all AWS accounts.

To view which AWS accounts have access to copy or restore a manual DB cluster snapshot, or whether a manual DB cluster snapshot public or private, use the DescribeDBClusterSnapshotAttributes API action.

If a manual DB cluster snapshot is encrypted, it cannot be shared.

" }, "ModifyDBInstance":{ "name":"ModifyDBInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyDBInstanceMessage"}, "output":{ "shape":"ModifyDBInstanceResult", "resultWrapper":"ModifyDBInstanceResult" }, "errors":[ {"shape":"InvalidDBInstanceStateFault"}, {"shape":"InvalidDBSecurityGroupStateFault"}, {"shape":"DBInstanceAlreadyExistsFault"}, {"shape":"DBInstanceNotFoundFault"}, {"shape":"DBSecurityGroupNotFoundFault"}, {"shape":"DBParameterGroupNotFoundFault"}, {"shape":"InsufficientDBInstanceCapacityFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"InvalidVPCNetworkStateFault"}, {"shape":"ProvisionedIopsNotAvailableInAZFault"}, {"shape":"OptionGroupNotFoundFault"}, {"shape":"DBUpgradeDependencyFailureFault"}, {"shape":"StorageTypeNotSupportedFault"}, {"shape":"AuthorizationNotFoundFault"}, {"shape":"CertificateNotFoundFault"}, {"shape":"DomainNotFoundFault"} ], "documentation":"

Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.

" }, "ModifyDBParameterGroup":{ "name":"ModifyDBParameterGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyDBParameterGroupMessage"}, "output":{ "shape":"DBParameterGroupNameMessage", "resultWrapper":"ModifyDBParameterGroupResult" }, "errors":[ {"shape":"DBParameterGroupNotFoundFault"}, {"shape":"InvalidDBParameterGroupStateFault"} ], "documentation":"

Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: ParameterName, ParameterValue, and ApplyMethod. A maximum of 20 parameters can be modified in a single request.

Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB instance associated with the parameter group before the change can take effect.

After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the modify action before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the character_set_database parameter. You can use the Parameter Groups option of the Amazon RDS console or the DescribeDBParameters command to verify that your DB parameter group has been created or modified.

" }, "ModifyDBSnapshotAttribute":{ "name":"ModifyDBSnapshotAttribute", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyDBSnapshotAttributeMessage"}, "output":{ "shape":"ModifyDBSnapshotAttributeResult", "resultWrapper":"ModifyDBSnapshotAttributeResult" }, "errors":[ {"shape":"DBSnapshotNotFoundFault"}, {"shape":"InvalidDBSnapshotStateFault"}, {"shape":"SharedSnapshotQuotaExceededFault"} ], "documentation":"

Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.

To share a manual DB snapshot with other AWS accounts, specify restore as the AttributeName and use the ValuesToAdd parameter to add a list of IDs of the AWS accounts that are authorized to restore the manual DB snapshot. Uses the value all to make the manual DB snapshot public, which means it can be copied or restored by all AWS accounts. Do not add the all value for any manual DB snapshots that contain private information that you don't want available to all AWS accounts.

To view which AWS accounts have access to copy or restore a manual DB snapshot, or whether a manual DB snapshot public or private, use the DescribeDBSnapshotAttributes API action.

If the manual DB snapshot is encrypted, it cannot be shared.

" }, "ModifyDBSubnetGroup":{ "name":"ModifyDBSubnetGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyDBSubnetGroupMessage"}, "output":{ "shape":"ModifyDBSubnetGroupResult", "resultWrapper":"ModifyDBSubnetGroupResult" }, "errors":[ {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"DBSubnetQuotaExceededFault"}, {"shape":"SubnetAlreadyInUse"}, {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}, {"shape":"InvalidSubnet"} ], "documentation":"

Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the region.

" }, "ModifyEventSubscription":{ "name":"ModifyEventSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyEventSubscriptionMessage"}, "output":{ "shape":"ModifyEventSubscriptionResult", "resultWrapper":"ModifyEventSubscriptionResult" }, "errors":[ {"shape":"EventSubscriptionQuotaExceededFault"}, {"shape":"SubscriptionNotFoundFault"}, {"shape":"SNSInvalidTopicFault"}, {"shape":"SNSNoAuthorizationFault"}, {"shape":"SNSTopicArnNotFoundFault"}, {"shape":"SubscriptionCategoryNotFoundFault"} ], "documentation":"

Modifies an existing RDS event notification subscription. Note that you cannot modify the source identifiers using this call; to change source identifiers for a subscription, use the AddSourceIdentifierToSubscription and RemoveSourceIdentifierFromSubscription calls.

You can see a list of the event categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.

" }, "ModifyOptionGroup":{ "name":"ModifyOptionGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ModifyOptionGroupMessage"}, "output":{ "shape":"ModifyOptionGroupResult", "resultWrapper":"ModifyOptionGroupResult" }, "errors":[ {"shape":"InvalidOptionGroupStateFault"}, {"shape":"OptionGroupNotFoundFault"} ], "documentation":"

Modifies an existing option group.

" }, "PromoteReadReplica":{ "name":"PromoteReadReplica", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PromoteReadReplicaMessage"}, "output":{ "shape":"PromoteReadReplicaResult", "resultWrapper":"PromoteReadReplicaResult" }, "errors":[ {"shape":"InvalidDBInstanceStateFault"}, {"shape":"DBInstanceNotFoundFault"} ], "documentation":"

Promotes a Read Replica DB instance to a standalone DB instance.

We recommend that you enable automated backups on your Read Replica before promoting the Read Replica. This ensures that no backup is taken during the promotion process. Once the instance is promoted to a primary instance, backups are taken based on your backup settings.

" }, "PromoteReadReplicaDBCluster":{ "name":"PromoteReadReplicaDBCluster", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PromoteReadReplicaDBClusterMessage"}, "output":{ "shape":"PromoteReadReplicaDBClusterResult", "resultWrapper":"PromoteReadReplicaDBClusterResult" }, "errors":[ {"shape":"DBClusterNotFoundFault"}, {"shape":"InvalidDBClusterStateFault"} ], "documentation":"

Promotes a Read Replica DB cluster to a standalone DB cluster.

" }, "PurchaseReservedDBInstancesOffering":{ "name":"PurchaseReservedDBInstancesOffering", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PurchaseReservedDBInstancesOfferingMessage"}, "output":{ "shape":"PurchaseReservedDBInstancesOfferingResult", "resultWrapper":"PurchaseReservedDBInstancesOfferingResult" }, "errors":[ {"shape":"ReservedDBInstancesOfferingNotFoundFault"}, {"shape":"ReservedDBInstanceAlreadyExistsFault"}, {"shape":"ReservedDBInstanceQuotaExceededFault"} ], "documentation":"

Purchases a reserved DB instance offering.

" }, "RebootDBInstance":{ "name":"RebootDBInstance", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RebootDBInstanceMessage"}, "output":{ "shape":"RebootDBInstanceResult", "resultWrapper":"RebootDBInstanceResult" }, "errors":[ {"shape":"InvalidDBInstanceStateFault"}, {"shape":"DBInstanceNotFoundFault"} ], "documentation":"

Rebooting a DB instance restarts the database engine service. A reboot also applies to the DB instance any modifications to the associated DB parameter group that were pending. Rebooting a DB instance results in a momentary outage of the instance, during which the DB instance status is set to rebooting. If the RDS instance is configured for MultiAZ, it is possible that the reboot will be conducted through a failover. An Amazon RDS event is created when the reboot is completed.

If your DB instance is deployed in multiple Availability Zones, you can force a failover from one AZ to the other during the reboot. You might force a failover to test the availability of your DB instance deployment or to restore operations to the original AZ after a failover occurs.

The time required to reboot is a function of the specific database engine's crash recovery process. To improve the reboot time, we recommend that you reduce database activities as much as possible during the reboot process to reduce rollback activity for in-transit transactions.

" }, "RemoveRoleFromDBCluster":{ "name":"RemoveRoleFromDBCluster", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RemoveRoleFromDBClusterMessage"}, "errors":[ {"shape":"DBClusterNotFoundFault"}, {"shape":"DBClusterRoleNotFoundFault"}, {"shape":"InvalidDBClusterStateFault"} ], "documentation":"

Disassociates an Identity and Access Management (IAM) role from an Aurora DB cluster. For more information, see Authorizing Amazon Aurora to Access Other AWS Services On Your Behalf.

" }, "RemoveSourceIdentifierFromSubscription":{ "name":"RemoveSourceIdentifierFromSubscription", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RemoveSourceIdentifierFromSubscriptionMessage"}, "output":{ "shape":"RemoveSourceIdentifierFromSubscriptionResult", "resultWrapper":"RemoveSourceIdentifierFromSubscriptionResult" }, "errors":[ {"shape":"SubscriptionNotFoundFault"}, {"shape":"SourceNotFoundFault"} ], "documentation":"

Removes a source identifier from an existing RDS event notification subscription.

" }, "RemoveTagsFromResource":{ "name":"RemoveTagsFromResource", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RemoveTagsFromResourceMessage"}, "errors":[ {"shape":"DBInstanceNotFoundFault"}, {"shape":"DBSnapshotNotFoundFault"} ], "documentation":"

Removes metadata tags from an Amazon RDS resource.

For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources.

" }, "ResetDBClusterParameterGroup":{ "name":"ResetDBClusterParameterGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ResetDBClusterParameterGroupMessage"}, "output":{ "shape":"DBClusterParameterGroupNameMessage", "resultWrapper":"ResetDBClusterParameterGroupResult" }, "errors":[ {"shape":"InvalidDBParameterGroupStateFault"}, {"shape":"DBParameterGroupNotFoundFault"} ], "documentation":"

Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB cluster parameter group, specify the DBClusterParameterGroupName and ResetAllParameters parameters.

When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster that you want the updated static parameter to apply to.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "ResetDBParameterGroup":{ "name":"ResetDBParameterGroup", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ResetDBParameterGroupMessage"}, "output":{ "shape":"DBParameterGroupNameMessage", "resultWrapper":"ResetDBParameterGroupResult" }, "errors":[ {"shape":"InvalidDBParameterGroupStateFault"}, {"shape":"DBParameterGroupNotFoundFault"} ], "documentation":"

Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters submit a list of the following: ParameterName and ApplyMethod. To reset the entire DB parameter group, specify the DBParameterGroup name and ResetAllParameters parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to take effect on the next DB instance restart or RebootDBInstance request.

" }, "RestoreDBClusterFromS3":{ "name":"RestoreDBClusterFromS3", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RestoreDBClusterFromS3Message"}, "output":{ "shape":"RestoreDBClusterFromS3Result", "resultWrapper":"RestoreDBClusterFromS3Result" }, "errors":[ {"shape":"DBClusterAlreadyExistsFault"}, {"shape":"DBClusterQuotaExceededFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"InvalidVPCNetworkStateFault"}, {"shape":"InvalidDBClusterStateFault"}, {"shape":"InvalidDBSubnetGroupStateFault"}, {"shape":"InvalidSubnet"}, {"shape":"InvalidS3BucketFault"}, {"shape":"DBClusterParameterGroupNotFoundFault"}, {"shape":"KMSKeyNotAccessibleFault"}, {"shape":"DBClusterNotFoundFault"}, {"shape":"InsufficientStorageClusterCapacityFault"} ], "documentation":"

Creates an Amazon Aurora DB cluster from data stored in an Amazon S3 bucket. Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be created using the Percona XtraBackup utility as described in Migrating Data from MySQL by Using an Amazon S3 Bucket.

" }, "RestoreDBClusterFromSnapshot":{ "name":"RestoreDBClusterFromSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RestoreDBClusterFromSnapshotMessage"}, "output":{ "shape":"RestoreDBClusterFromSnapshotResult", "resultWrapper":"RestoreDBClusterFromSnapshotResult" }, "errors":[ {"shape":"DBClusterAlreadyExistsFault"}, {"shape":"DBClusterQuotaExceededFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"DBSnapshotNotFoundFault"}, {"shape":"DBClusterSnapshotNotFoundFault"}, {"shape":"InsufficientDBClusterCapacityFault"}, {"shape":"InsufficientStorageClusterCapacityFault"}, {"shape":"InvalidDBSnapshotStateFault"}, {"shape":"InvalidDBClusterSnapshotStateFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"InvalidVPCNetworkStateFault"}, {"shape":"InvalidRestoreFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"InvalidSubnet"}, {"shape":"OptionGroupNotFoundFault"}, {"shape":"KMSKeyNotAccessibleFault"} ], "documentation":"

Creates a new DB cluster from a DB cluster snapshot. The target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "RestoreDBClusterToPointInTime":{ "name":"RestoreDBClusterToPointInTime", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RestoreDBClusterToPointInTimeMessage"}, "output":{ "shape":"RestoreDBClusterToPointInTimeResult", "resultWrapper":"RestoreDBClusterToPointInTimeResult" }, "errors":[ {"shape":"DBClusterAlreadyExistsFault"}, {"shape":"DBClusterQuotaExceededFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"DBClusterNotFoundFault"}, {"shape":"DBClusterSnapshotNotFoundFault"}, {"shape":"InsufficientDBClusterCapacityFault"}, {"shape":"InsufficientStorageClusterCapacityFault"}, {"shape":"InvalidDBSnapshotStateFault"}, {"shape":"InvalidDBClusterSnapshotStateFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"InvalidVPCNetworkStateFault"}, {"shape":"InvalidRestoreFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"InvalidSubnet"}, {"shape":"OptionGroupNotFoundFault"}, {"shape":"KMSKeyNotAccessibleFault"} ], "documentation":"

Restores a DB cluster to an arbitrary point in time. Users can restore to any point in time before LatestRestorableTime for up to BackupRetentionPeriod days. The target DB cluster is created from the source DB cluster with the same configuration as the original DB cluster, except that the new DB cluster is created with the default DB security group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

" }, "RestoreDBInstanceFromDBSnapshot":{ "name":"RestoreDBInstanceFromDBSnapshot", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RestoreDBInstanceFromDBSnapshotMessage"}, "output":{ "shape":"RestoreDBInstanceFromDBSnapshotResult", "resultWrapper":"RestoreDBInstanceFromDBSnapshotResult" }, "errors":[ {"shape":"DBInstanceAlreadyExistsFault"}, {"shape":"DBSnapshotNotFoundFault"}, {"shape":"InstanceQuotaExceededFault"}, {"shape":"InsufficientDBInstanceCapacityFault"}, {"shape":"InvalidDBSnapshotStateFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"InvalidVPCNetworkStateFault"}, {"shape":"InvalidRestoreFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}, {"shape":"InvalidSubnet"}, {"shape":"ProvisionedIopsNotAvailableInAZFault"}, {"shape":"OptionGroupNotFoundFault"}, {"shape":"StorageTypeNotSupportedFault"}, {"shape":"AuthorizationNotFoundFault"}, {"shape":"KMSKeyNotAccessibleFault"}, {"shape":"DBSecurityGroupNotFoundFault"}, {"shape":"DomainNotFoundFault"} ], "documentation":"

Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with the most of original configuration with the default security group and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored AZ deployment and not a single-AZ deployment.

If your intent is to replace your original DB instance with the new, restored DB instance, then rename your original DB instance before you call the RestoreDBInstanceFromDBSnapshot action. RDS does not allow two DB instances with the same name. Once you have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot action. The result is that you will replace the original DB instance with the DB instance created from the snapshot.

If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier must be the ARN of the shared DB snapshot.

" }, "RestoreDBInstanceToPointInTime":{ "name":"RestoreDBInstanceToPointInTime", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RestoreDBInstanceToPointInTimeMessage"}, "output":{ "shape":"RestoreDBInstanceToPointInTimeResult", "resultWrapper":"RestoreDBInstanceToPointInTimeResult" }, "errors":[ {"shape":"DBInstanceAlreadyExistsFault"}, {"shape":"DBInstanceNotFoundFault"}, {"shape":"InstanceQuotaExceededFault"}, {"shape":"InsufficientDBInstanceCapacityFault"}, {"shape":"InvalidDBInstanceStateFault"}, {"shape":"PointInTimeRestoreNotEnabledFault"}, {"shape":"StorageQuotaExceededFault"}, {"shape":"InvalidVPCNetworkStateFault"}, {"shape":"InvalidRestoreFault"}, {"shape":"DBSubnetGroupNotFoundFault"}, {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}, {"shape":"InvalidSubnet"}, {"shape":"ProvisionedIopsNotAvailableInAZFault"}, {"shape":"OptionGroupNotFoundFault"}, {"shape":"StorageTypeNotSupportedFault"}, {"shape":"AuthorizationNotFoundFault"}, {"shape":"KMSKeyNotAccessibleFault"}, {"shape":"DBSecurityGroupNotFoundFault"}, {"shape":"DomainNotFoundFault"} ], "documentation":"

Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the LatestRestorableTime property. You can restore to a point up to the number of days specified by the BackupRetentionPeriod property.

The target database is created with most of the original configuration, but in a system-selected availability zone, with the default security group, the default subnet group, and the default DB parameter group. By default, the new DB instance is created as a single-AZ deployment except when the instance is a SQL Server instance that has an option group that is associated with mirroring; in this case, the instance becomes a mirrored deployment and not a single-AZ deployment.

" }, "RevokeDBSecurityGroupIngress":{ "name":"RevokeDBSecurityGroupIngress", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RevokeDBSecurityGroupIngressMessage"}, "output":{ "shape":"RevokeDBSecurityGroupIngressResult", "resultWrapper":"RevokeDBSecurityGroupIngressResult" }, "errors":[ {"shape":"DBSecurityGroupNotFoundFault"}, {"shape":"AuthorizationNotFoundFault"}, {"shape":"InvalidDBSecurityGroupStateFault"} ], "documentation":"

Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).

" } }, "shapes":{ "AccountAttributesMessage":{ "type":"structure", "members":{ "AccountQuotas":{ "shape":"AccountQuotaList", "documentation":"

A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.

" } }, "documentation":"

Data returned by the DescribeAccountAttributes action.

" }, "AccountQuota":{ "type":"structure", "members":{ "AccountQuotaName":{ "shape":"String", "documentation":"

The name of the Amazon RDS quota for this AWS account.

" }, "Used":{ "shape":"Long", "documentation":"

The amount currently used toward the quota maximum.

" }, "Max":{ "shape":"Long", "documentation":"

The maximum allowed value for the quota.

" } }, "documentation":"

Describes a quota for an AWS account, for example, the number of DB instances allowed.

", "wrapper":true }, "AccountQuotaList":{ "type":"list", "member":{ "shape":"AccountQuota", "locationName":"AccountQuota" } }, "AddRoleToDBClusterMessage":{ "type":"structure", "required":[ "DBClusterIdentifier", "RoleArn" ], "members":{ "DBClusterIdentifier":{ "shape":"String", "documentation":"

The name of the DB cluster to associate the IAM role with.

" }, "RoleArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB cluster, for example arn:aws:iam::123456789012:role/AuroraAccessRole.

" } } }, "AddSourceIdentifierToSubscriptionMessage":{ "type":"structure", "required":[ "SubscriptionName", "SourceIdentifier" ], "members":{ "SubscriptionName":{ "shape":"String", "documentation":"

The name of the RDS event notification subscription you want to add a source identifier to.

" }, "SourceIdentifier":{ "shape":"String", "documentation":"

The identifier of the event source to be added. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

Constraints:

" } }, "documentation":"

" }, "AddSourceIdentifierToSubscriptionResult":{ "type":"structure", "members":{ "EventSubscription":{"shape":"EventSubscription"} } }, "AddTagsToResourceMessage":{ "type":"structure", "required":[ "ResourceName", "Tags" ], "members":{ "ResourceName":{ "shape":"String", "documentation":"

The Amazon RDS resource the tags will be added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

" }, "Tags":{ "shape":"TagList", "documentation":"

The tags to be assigned to the Amazon RDS resource.

" } }, "documentation":"

" }, "ApplyMethod":{ "type":"string", "enum":[ "immediate", "pending-reboot" ] }, "ApplyPendingMaintenanceActionMessage":{ "type":"structure", "required":[ "ResourceIdentifier", "ApplyAction", "OptInType" ], "members":{ "ResourceIdentifier":{ "shape":"String", "documentation":"

The RDS Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

" }, "ApplyAction":{ "shape":"String", "documentation":"

The pending maintenance action to apply to this resource.

Valid values: system-update, db-upgrade

" }, "OptInType":{ "shape":"String", "documentation":"

A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type immediate cannot be undone.

Valid values:

" } }, "documentation":"

" }, "ApplyPendingMaintenanceActionResult":{ "type":"structure", "members":{ "ResourcePendingMaintenanceActions":{"shape":"ResourcePendingMaintenanceActions"} } }, "AttributeValueList":{ "type":"list", "member":{ "shape":"String", "locationName":"AttributeValue" } }, "AuthorizationAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

The specified CIDRIP or EC2 security group is already authorized for the specified DB security group.

", "error":{ "code":"AuthorizationAlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true }, "AuthorizationNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

Specified CIDRIP or EC2 security group is not authorized for the specified DB security group.

RDS may not also be authorized via IAM to perform necessary actions on your behalf.

", "error":{ "code":"AuthorizationNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "AuthorizationQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

DB security group authorization quota has been reached.

", "error":{ "code":"AuthorizationQuotaExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true }, "AuthorizeDBSecurityGroupIngressMessage":{ "type":"structure", "required":["DBSecurityGroupName"], "members":{ "DBSecurityGroupName":{ "shape":"String", "documentation":"

The name of the DB security group to add authorization to.

" }, "CIDRIP":{ "shape":"String", "documentation":"

The IP range to authorize.

" }, "EC2SecurityGroupName":{ "shape":"String", "documentation":"

Name of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

" }, "EC2SecurityGroupId":{ "shape":"String", "documentation":"

Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

" }, "EC2SecurityGroupOwnerId":{ "shape":"String", "documentation":"

AWS account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

" } }, "documentation":"

" }, "AuthorizeDBSecurityGroupIngressResult":{ "type":"structure", "members":{ "DBSecurityGroup":{"shape":"DBSecurityGroup"} } }, "AvailabilityZone":{ "type":"structure", "members":{ "Name":{ "shape":"String", "documentation":"

The name of the availability zone.

" } }, "documentation":"

Contains Availability Zone information.

This data type is used as an element in the following data type:

", "wrapper":true }, "AvailabilityZoneList":{ "type":"list", "member":{ "shape":"AvailabilityZone", "locationName":"AvailabilityZone" } }, "AvailabilityZones":{ "type":"list", "member":{ "shape":"String", "locationName":"AvailabilityZone" } }, "Boolean":{"type":"boolean"}, "BooleanOptional":{"type":"boolean"}, "Certificate":{ "type":"structure", "members":{ "CertificateIdentifier":{ "shape":"String", "documentation":"

The unique key that identifies a certificate.

" }, "CertificateType":{ "shape":"String", "documentation":"

The type of the certificate.

" }, "Thumbprint":{ "shape":"String", "documentation":"

The thumbprint of the certificate.

" }, "ValidFrom":{ "shape":"TStamp", "documentation":"

The starting date from which the certificate is valid.

" }, "ValidTill":{ "shape":"TStamp", "documentation":"

The final date that the certificate continues to be valid.

" }, "CertificateArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the certificate.

" } }, "documentation":"

A CA certificate for an AWS account.

", "wrapper":true }, "CertificateList":{ "type":"list", "member":{ "shape":"Certificate", "locationName":"Certificate" } }, "CertificateMessage":{ "type":"structure", "members":{ "Certificates":{ "shape":"CertificateList", "documentation":"

The list of Certificate objects for the AWS account.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

" } }, "documentation":"

Data returned by the DescribeCertificates action.

" }, "CertificateNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

CertificateIdentifier does not refer to an existing certificate.

", "error":{ "code":"CertificateNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "CharacterSet":{ "type":"structure", "members":{ "CharacterSetName":{ "shape":"String", "documentation":"

The name of the character set.

" }, "CharacterSetDescription":{ "shape":"String", "documentation":"

The description of the character set.

" } }, "documentation":"

This data type is used as a response element in the action DescribeDBEngineVersions.

" }, "CopyDBClusterParameterGroupMessage":{ "type":"structure", "required":[ "SourceDBClusterParameterGroupIdentifier", "TargetDBClusterParameterGroupIdentifier", "TargetDBClusterParameterGroupDescription" ], "members":{ "SourceDBClusterParameterGroupIdentifier":{ "shape":"String", "documentation":"

The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

Constraints:

" }, "TargetDBClusterParameterGroupIdentifier":{ "shape":"String", "documentation":"

The identifier for the copied DB cluster parameter group.

Constraints:

Example: my-cluster-param-group1

" }, "TargetDBClusterParameterGroupDescription":{ "shape":"String", "documentation":"

A description for the copied DB cluster parameter group.

" }, "Tags":{"shape":"TagList"} } }, "CopyDBClusterParameterGroupResult":{ "type":"structure", "members":{ "DBClusterParameterGroup":{"shape":"DBClusterParameterGroup"} } }, "CopyDBClusterSnapshotMessage":{ "type":"structure", "required":[ "SourceDBClusterSnapshotIdentifier", "TargetDBClusterSnapshotIdentifier" ], "members":{ "SourceDBClusterSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.

Constraints:

Example: my-cluster-snapshot1

" }, "TargetDBClusterSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter is not case-sensitive.

Constraints:

Example: my-cluster-snapshot2

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "CopyDBClusterSnapshotResult":{ "type":"structure", "members":{ "DBClusterSnapshot":{"shape":"DBClusterSnapshot"} } }, "CopyDBParameterGroupMessage":{ "type":"structure", "required":[ "SourceDBParameterGroupIdentifier", "TargetDBParameterGroupIdentifier", "TargetDBParameterGroupDescription" ], "members":{ "SourceDBParameterGroupIdentifier":{ "shape":"String", "documentation":"

The identifier or ARN for the source DB parameter group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

Constraints:

" }, "TargetDBParameterGroupIdentifier":{ "shape":"String", "documentation":"

The identifier for the copied DB parameter group.

Constraints:

Example: my-db-parameter-group

" }, "TargetDBParameterGroupDescription":{ "shape":"String", "documentation":"

A description for the copied DB parameter group.

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "CopyDBParameterGroupResult":{ "type":"structure", "members":{ "DBParameterGroup":{"shape":"DBParameterGroup"} } }, "CopyDBSnapshotMessage":{ "type":"structure", "required":[ "SourceDBSnapshotIdentifier", "TargetDBSnapshotIdentifier" ], "members":{ "SourceDBSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier for the source DB snapshot.

If you are copying from a shared manual DB snapshot, this must be the ARN of the shared DB snapshot.

Constraints:

Example: rds:mydb-2012-04-02-00-01

Example: arn:aws:rds:rr-regn-1:123456789012:snapshot:mysql-instance1-snapshot-20130805

" }, "TargetDBSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier for the copied snapshot.

Constraints:

Example: my-db-snapshot

" }, "KmsKeyId":{ "shape":"String", "documentation":"

The AWS Key Management Service (AWS KMS) key identifier for an encrypted DB snapshot. The KMS key identifier is the Amazon Resource Name (ARN) or the KMS key alias for the KMS encryption key.

If you copy an unencrypted DB snapshot and specify a value for the KmsKeyId parameter, Amazon RDS encrypts the target DB snapshot using the specified KMS encryption key.

If you copy an encrypted DB snapshot from your AWS account, you can specify a value for KmsKeyId to encrypt the copy with a new KMS encryption key. If you don't specify a value for KmsKeyId then the copy of the DB snapshot is encrypted with the same KMS key as the source DB snapshot.

If you copy an encrypted DB snapshot that is shared from another AWS account, then you must specify a value for KmsKeyId.

" }, "Tags":{"shape":"TagList"}, "CopyTags":{ "shape":"BooleanOptional", "documentation":"

True to copy all tags from the source DB snapshot to the target DB snapshot; otherwise false. The default is false.

" } }, "documentation":"

" }, "CopyDBSnapshotResult":{ "type":"structure", "members":{ "DBSnapshot":{"shape":"DBSnapshot"} } }, "CopyOptionGroupMessage":{ "type":"structure", "required":[ "SourceOptionGroupIdentifier", "TargetOptionGroupIdentifier", "TargetOptionGroupDescription" ], "members":{ "SourceOptionGroupIdentifier":{ "shape":"String", "documentation":"

The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

Constraints:

" }, "TargetOptionGroupIdentifier":{ "shape":"String", "documentation":"

The identifier for the copied option group.

Constraints:

Example: my-option-group

" }, "TargetOptionGroupDescription":{ "shape":"String", "documentation":"

The description for the copied option group.

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "CopyOptionGroupResult":{ "type":"structure", "members":{ "OptionGroup":{"shape":"OptionGroup"} } }, "CreateDBClusterMessage":{ "type":"structure", "required":[ "DBClusterIdentifier", "Engine" ], "members":{ "AvailabilityZones":{ "shape":"AvailabilityZones", "documentation":"

A list of EC2 Availability Zones that instances in the DB cluster can be created in. For information on regions and Availability Zones, see Regions and Availability Zones.

" }, "BackupRetentionPeriod":{ "shape":"IntegerOptional", "documentation":"

The number of days for which automated backups are retained. You must specify a minimum value of 1.

Default: 1

Constraints:

" }, "CharacterSetName":{ "shape":"String", "documentation":"

A value that indicates that the DB cluster should be associated with the specified CharacterSet.

" }, "DatabaseName":{ "shape":"String", "documentation":"

The name for your database of up to 8 alpha-numeric characters. If you do not provide a name, Amazon RDS will not create a database in the DB cluster you are creating.

" }, "DBClusterIdentifier":{ "shape":"String", "documentation":"

The DB cluster identifier. This parameter is stored as a lowercase string.

Constraints:

Example: my-cluster1

" }, "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, default.aurora5.6 will be used.

Constraints:

" }, "VpcSecurityGroupIds":{ "shape":"VpcSecurityGroupIdList", "documentation":"

A list of EC2 VPC security groups to associate with this DB cluster.

" }, "DBSubnetGroupName":{ "shape":"String", "documentation":"

A DB subnet group to associate with this DB cluster.

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

" }, "Engine":{ "shape":"String", "documentation":"

The name of the database engine to be used for this DB cluster.

Valid Values: aurora

" }, "EngineVersion":{ "shape":"String", "documentation":"

The version number of the database engine to use.

Aurora

Example: 5.6.10a

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

The port number on which the instances in the DB cluster accept connections.

Default: 3306

" }, "MasterUsername":{ "shape":"String", "documentation":"

The name of the master user for the DB cluster.

Constraints:

" }, "MasterUserPassword":{ "shape":"String", "documentation":"

The password for the master database user. This password can contain any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain from 8 to 41 characters.

" }, "OptionGroupName":{ "shape":"String", "documentation":"

A value that indicates that the DB cluster should be associated with the specified option group.

Permanent options cannot be removed from an option group. The option group cannot be removed from a DB cluster once it is associated with a DB cluster.

" }, "PreferredBackupWindow":{ "shape":"String", "documentation":"

The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.

Default: A 30-minute window selected at random from an 8-hour block of time per region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Constraints:

" }, "PreferredMaintenanceWindow":{ "shape":"String", "documentation":"

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

" }, "ReplicationSourceIdentifier":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the source DB cluster if this DB cluster is created as a Read Replica.

" }, "Tags":{"shape":"TagList"}, "StorageEncrypted":{ "shape":"BooleanOptional", "documentation":"

Specifies whether the DB cluster is encrypted.

" }, "KmsKeyId":{ "shape":"String", "documentation":"

The KMS key identifier for an encrypted DB cluster.

The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB cluster with the same AWS account that owns the KMS encryption key used to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the KM encryption key.

If the StorageEncrypted parameter is true, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

" } }, "documentation":"

" }, "CreateDBClusterParameterGroupMessage":{ "type":"structure", "required":[ "DBClusterParameterGroupName", "DBParameterGroupFamily", "Description" ], "members":{ "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB cluster parameter group.

Constraints:

This value is stored as a lowercase string.

" }, "DBParameterGroupFamily":{ "shape":"String", "documentation":"

The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.

" }, "Description":{ "shape":"String", "documentation":"

The description for the DB cluster parameter group.

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "CreateDBClusterParameterGroupResult":{ "type":"structure", "members":{ "DBClusterParameterGroup":{"shape":"DBClusterParameterGroup"} } }, "CreateDBClusterResult":{ "type":"structure", "members":{ "DBCluster":{"shape":"DBCluster"} } }, "CreateDBClusterSnapshotMessage":{ "type":"structure", "required":[ "DBClusterSnapshotIdentifier", "DBClusterIdentifier" ], "members":{ "DBClusterSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.

Constraints:

Example: my-cluster1-snapshot1

" }, "DBClusterIdentifier":{ "shape":"String", "documentation":"

The identifier of the DB cluster to create a snapshot for. This parameter is not case-sensitive.

Constraints:

Example: my-cluster1

" }, "Tags":{ "shape":"TagList", "documentation":"

The tags to be assigned to the DB cluster snapshot.

" } }, "documentation":"

" }, "CreateDBClusterSnapshotResult":{ "type":"structure", "members":{ "DBClusterSnapshot":{"shape":"DBClusterSnapshot"} } }, "CreateDBInstanceMessage":{ "type":"structure", "required":[ "DBInstanceIdentifier", "DBInstanceClass", "Engine" ], "members":{ "DBName":{ "shape":"String", "documentation":"

The meaning of this parameter differs according to the database engine you use.

Type: String

MySQL

The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance.

Constraints:

MariaDB

The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance.

Constraints:

PostgreSQL

The name of the database to create when the DB instance is created. If this parameter is not specified, the default \"postgres\" database is created in the DB instance.

Constraints:

Oracle

The Oracle System ID (SID) of the created DB instance.

Default: ORCL

Constraints:

SQL Server

Not applicable. Must be null.

Amazon Aurora

The name of the database to create when the primary instance of the DB cluster is created. If this parameter is not specified, no database is created in the DB instance.

Constraints:

" }, "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

Example: mydbinstance

" }, "AllocatedStorage":{ "shape":"IntegerOptional", "documentation":"

The amount of storage (in gigabytes) to be initially allocated for the database instance.

Type: Integer

MySQL

Constraints: Must be an integer from 5 to 6144.

MariaDB

Constraints: Must be an integer from 5 to 6144.

PostgreSQL

Constraints: Must be an integer from 5 to 6144.

Oracle

Constraints: Must be an integer from 10 to 6144.

SQL Server

Constraints: Must be an integer from 200 to 4096 (Standard Edition and Enterprise Edition) or from 20 to 4096 (Express Edition and Web Edition)

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The compute and memory capacity of the DB instance.

Valid Values: db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

" }, "Engine":{ "shape":"String", "documentation":"

The name of the database engine to be used for this instance.

Valid Values: mysql | mariadb | oracle-se1 | oracle-se2 | oracle-se | oracle-ee | sqlserver-ee | sqlserver-se | sqlserver-ex | sqlserver-web | postgres | aurora

Not every database engine is available for every AWS region.

" }, "MasterUsername":{ "shape":"String", "documentation":"

The name of master user for the client DB instance.

MySQL

Constraints:

MariaDB

Constraints:

Type: String

Oracle

Constraints:

SQL Server

Constraints:

PostgreSQL

Constraints:

" }, "MasterUserPassword":{ "shape":"String", "documentation":"

The password for the master database user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

Type: String

MySQL

Constraints: Must contain from 8 to 41 characters.

MariaDB

Constraints: Must contain from 8 to 41 characters.

Oracle

Constraints: Must contain from 8 to 30 characters.

SQL Server

Constraints: Must contain from 8 to 128 characters.

PostgreSQL

Constraints: Must contain from 8 to 128 characters.

Amazon Aurora

Constraints: Must contain from 8 to 41 characters.

" }, "DBSecurityGroups":{ "shape":"DBSecurityGroupNameList", "documentation":"

A list of DB security groups to associate with this DB instance.

Default: The default DB security group for the database engine.

" }, "VpcSecurityGroupIds":{ "shape":"VpcSecurityGroupIdList", "documentation":"

A list of EC2 VPC security groups to associate with this DB instance.

Default: The default EC2 VPC security group for the DB subnet group's VPC.

" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The EC2 Availability Zone that the database instance will be created in. For information on regions and Availability Zones, see Regions and Availability Zones.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

Constraint: The AvailabilityZone parameter cannot be specified if the MultiAZ parameter is set to true. The specified Availability Zone must be in the same region as the current endpoint.

" }, "DBSubnetGroupName":{ "shape":"String", "documentation":"

A DB subnet group to associate with this DB instance.

If there is no DB subnet group, then it is a non-VPC DB instance.

" }, "PreferredMaintenanceWindow":{ "shape":"String", "documentation":"

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). For more information, see DB Instance Maintenance.

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

" }, "DBParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine will be used.

Constraints:

" }, "BackupRetentionPeriod":{ "shape":"IntegerOptional", "documentation":"

The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

Default: 1

Constraints:

" }, "PreferredBackupWindow":{ "shape":"String", "documentation":"

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter. For more information, see DB Instance Backups.

Default: A 30-minute window selected at random from an 8-hour block of time per region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Constraints:

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

The port number on which the database accepts connections.

MySQL

Default: 3306

Valid Values: 1150-65535

Type: Integer

MariaDB

Default: 3306

Valid Values: 1150-65535

Type: Integer

PostgreSQL

Default: 5432

Valid Values: 1150-65535

Type: Integer

Oracle

Default: 1521

Valid Values: 1150-65535

SQL Server

Default: 1433

Valid Values: 1150-65535 except for 1434, 3389, 47001, 49152, and 49152 through 49156.

Amazon Aurora

Default: 3306

Valid Values: 1150-65535

Type: Integer

" }, "MultiAZ":{ "shape":"BooleanOptional", "documentation":"

Specifies if the DB instance is a Multi-AZ deployment. You cannot set the AvailabilityZone parameter if the MultiAZ parameter is set to true.

" }, "EngineVersion":{ "shape":"String", "documentation":"

The version number of the database engine to use.

The following are the database engines and major and minor versions that are available with Amazon RDS. Not every database engine is available for every AWS region.

Amazon Aurora

MariaDB

MySQL

Oracle Database Enterprise Edition (oracle-ee)

Oracle Database Standard Edition Two (oracle-se2)

Oracle Database Standard Edition One (oracle-se1)

Oracle Database Standard Edition (oracle-se)

PostgreSQL

Microsoft SQL Server Enterprise Edition (sqlserver-ee)

Microsoft SQL Server Express Edition (sqlserver-ex)

Microsoft SQL Server Standard Edition (sqlserver-se)

Microsoft SQL Server Web Edition (sqlserver-web)

" }, "AutoMinorVersionUpgrade":{ "shape":"BooleanOptional", "documentation":"

Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window.

Default: true

" }, "LicenseModel":{ "shape":"String", "documentation":"

License model information for this DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

" }, "Iops":{ "shape":"IntegerOptional", "documentation":"

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

Constraints: Must be a multiple between 3 and 10 of the storage amount for the DB instance. Must also be an integer multiple of 1000. For example, if the size of your DB instance is 500 GB, then your Iops value can be 2000, 3000, 4000, or 5000.

" }, "OptionGroupName":{ "shape":"String", "documentation":"

Indicates that the DB instance should be associated with the specified option group.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

" }, "CharacterSetName":{ "shape":"String", "documentation":"

For supported engines, indicates that the DB instance should be associated with the specified CharacterSet.

" }, "PubliclyAccessible":{ "shape":"BooleanOptional", "documentation":"

Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

" }, "Tags":{"shape":"TagList"}, "DBClusterIdentifier":{ "shape":"String", "documentation":"

The identifier of the DB cluster that the instance will belong to.

For information on creating a DB cluster, see CreateDBCluster.

Type: String

" }, "StorageType":{ "shape":"String", "documentation":"

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified; otherwise standard

" }, "TdeCredentialArn":{ "shape":"String", "documentation":"

The ARN from the Key Store with which to associate the instance for TDE encryption.

" }, "TdeCredentialPassword":{ "shape":"String", "documentation":"

The password for the given ARN from the Key Store in order to access the device.

" }, "StorageEncrypted":{ "shape":"BooleanOptional", "documentation":"

Specifies whether the DB instance is encrypted.

Default: false

" }, "KmsKeyId":{ "shape":"String", "documentation":"

The KMS key identifier for an encrypted DB instance.

The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB instance with the same AWS account that owns the KMS encryption key used to encrypt the new DB instance, then you can use the KMS key alias instead of the ARN for the KM encryption key.

If the StorageEncrypted parameter is true, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

" }, "Domain":{ "shape":"String", "documentation":"

Specify the Active Directory Domain to create the instance in.

" }, "CopyTagsToSnapshot":{ "shape":"BooleanOptional", "documentation":"

True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.

" }, "MonitoringInterval":{ "shape":"IntegerOptional", "documentation":"

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

" }, "MonitoringRoleArn":{ "shape":"String", "documentation":"

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

" }, "DomainIAMRoleName":{ "shape":"String", "documentation":"

Specify the name of the IAM role to be used when making API calls to the Directory Service.

" }, "PromotionTier":{ "shape":"IntegerOptional", "documentation":"

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster.

Default: 1

Valid Values: 0 - 15

" }, "Timezone":{ "shape":"String", "documentation":"

The time zone of the DB instance. The time zone parameter is currently supported only by Microsoft SQL Server.

" } }, "documentation":"

" }, "CreateDBInstanceReadReplicaMessage":{ "type":"structure", "required":[ "DBInstanceIdentifier", "SourceDBInstanceIdentifier" ], "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.

" }, "SourceDBInstanceIdentifier":{ "shape":"String", "documentation":"

The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

Constraints:

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The compute and memory capacity of the Read Replica.

Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

Default: Inherits from the source DB instance.

" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The Amazon EC2 Availability Zone that the Read Replica will be created in.

Default: A random, system-chosen Availability Zone in the endpoint's region.

Example: us-east-1d

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

The port number that the DB instance uses for connections.

Default: Inherits from the source DB instance

Valid Values: 1150-65535

" }, "AutoMinorVersionUpgrade":{ "shape":"BooleanOptional", "documentation":"

Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

Default: Inherits from the source DB instance

" }, "Iops":{ "shape":"IntegerOptional", "documentation":"

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

" }, "OptionGroupName":{ "shape":"String", "documentation":"

The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

" }, "PubliclyAccessible":{ "shape":"BooleanOptional", "documentation":"

Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

" }, "Tags":{"shape":"TagList"}, "DBSubnetGroupName":{ "shape":"String", "documentation":"

Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

Constraints:

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

" }, "StorageType":{ "shape":"String", "documentation":"

Specifies the storage type to be associated with the Read Replica.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified; otherwise standard

" }, "CopyTagsToSnapshot":{ "shape":"BooleanOptional", "documentation":"

True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

" }, "MonitoringInterval":{ "shape":"IntegerOptional", "documentation":"

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

" }, "MonitoringRoleArn":{ "shape":"String", "documentation":"

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

" } } }, "CreateDBInstanceReadReplicaResult":{ "type":"structure", "members":{ "DBInstance":{"shape":"DBInstance"} } }, "CreateDBInstanceResult":{ "type":"structure", "members":{ "DBInstance":{"shape":"DBInstance"} } }, "CreateDBParameterGroupMessage":{ "type":"structure", "required":[ "DBParameterGroupName", "DBParameterGroupFamily", "Description" ], "members":{ "DBParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB parameter group.

Constraints:

This value is stored as a lowercase string.

" }, "DBParameterGroupFamily":{ "shape":"String", "documentation":"

The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.

" }, "Description":{ "shape":"String", "documentation":"

The description for the DB parameter group.

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "CreateDBParameterGroupResult":{ "type":"structure", "members":{ "DBParameterGroup":{"shape":"DBParameterGroup"} } }, "CreateDBSecurityGroupMessage":{ "type":"structure", "required":[ "DBSecurityGroupName", "DBSecurityGroupDescription" ], "members":{ "DBSecurityGroupName":{ "shape":"String", "documentation":"

The name for the DB security group. This value is stored as a lowercase string.

Constraints:

Example: mysecuritygroup

" }, "DBSecurityGroupDescription":{ "shape":"String", "documentation":"

The description for the DB security group.

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "CreateDBSecurityGroupResult":{ "type":"structure", "members":{ "DBSecurityGroup":{"shape":"DBSecurityGroup"} } }, "CreateDBSnapshotMessage":{ "type":"structure", "required":[ "DBSnapshotIdentifier", "DBInstanceIdentifier" ], "members":{ "DBSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier for the DB snapshot.

Constraints:

Example: my-snapshot-id

" }, "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The DB instance identifier. This is the unique key that identifies a DB instance.

Constraints:

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "CreateDBSnapshotResult":{ "type":"structure", "members":{ "DBSnapshot":{"shape":"DBSnapshot"} } }, "CreateDBSubnetGroupMessage":{ "type":"structure", "required":[ "DBSubnetGroupName", "DBSubnetGroupDescription", "SubnetIds" ], "members":{ "DBSubnetGroupName":{ "shape":"String", "documentation":"

The name for the DB subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

" }, "DBSubnetGroupDescription":{ "shape":"String", "documentation":"

The description for the DB subnet group.

" }, "SubnetIds":{ "shape":"SubnetIdentifierList", "documentation":"

The EC2 Subnet IDs for the DB subnet group.

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "CreateDBSubnetGroupResult":{ "type":"structure", "members":{ "DBSubnetGroup":{"shape":"DBSubnetGroup"} } }, "CreateEventSubscriptionMessage":{ "type":"structure", "required":[ "SubscriptionName", "SnsTopicArn" ], "members":{ "SubscriptionName":{ "shape":"String", "documentation":"

The name of the subscription.

Constraints: The name must be less than 255 characters.

" }, "SnsTopicArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

" }, "SourceType":{ "shape":"String", "documentation":"

The type of source that will be generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. if this value is not specified, all events are returned.

Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot

" }, "EventCategories":{ "shape":"EventCategoriesList", "documentation":"

A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.

" }, "SourceIds":{ "shape":"SourceIdsList", "documentation":"

The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

Constraints:

" }, "Enabled":{ "shape":"BooleanOptional", "documentation":"

A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "CreateEventSubscriptionResult":{ "type":"structure", "members":{ "EventSubscription":{"shape":"EventSubscription"} } }, "CreateOptionGroupMessage":{ "type":"structure", "required":[ "OptionGroupName", "EngineName", "MajorEngineVersion", "OptionGroupDescription" ], "members":{ "OptionGroupName":{ "shape":"String", "documentation":"

Specifies the name of the option group to be created.

Constraints:

Example: myoptiongroup

" }, "EngineName":{ "shape":"String", "documentation":"

Specifies the name of the engine that this option group should be associated with.

" }, "MajorEngineVersion":{ "shape":"String", "documentation":"

Specifies the major version of the engine that this option group should be associated with.

" }, "OptionGroupDescription":{ "shape":"String", "documentation":"

The description of the option group.

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "CreateOptionGroupResult":{ "type":"structure", "members":{ "OptionGroup":{"shape":"OptionGroup"} } }, "DBCluster":{ "type":"structure", "members":{ "AllocatedStorage":{ "shape":"IntegerOptional", "documentation":"

Specifies the allocated storage size in gigabytes (GB).

" }, "AvailabilityZones":{ "shape":"AvailabilityZones", "documentation":"

Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

" }, "BackupRetentionPeriod":{ "shape":"IntegerOptional", "documentation":"

Specifies the number of days for which automatic DB snapshots are retained.

" }, "CharacterSetName":{ "shape":"String", "documentation":"

If present, specifies the name of the character set that this cluster is associated with.

" }, "DatabaseName":{ "shape":"String", "documentation":"

Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

" }, "DBClusterIdentifier":{ "shape":"String", "documentation":"

Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

" }, "DBClusterParameterGroup":{ "shape":"String", "documentation":"

Specifies the name of the DB cluster parameter group for the DB cluster.

" }, "DBSubnetGroup":{ "shape":"String", "documentation":"

Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

" }, "Status":{ "shape":"String", "documentation":"

Specifies the current state of this DB cluster.

" }, "PercentProgress":{ "shape":"String", "documentation":"

Specifies the progress of the operation as a percentage.

" }, "EarliestRestorableTime":{ "shape":"TStamp", "documentation":"

Specifies the earliest time to which a database can be restored with point-in-time restore.

" }, "Endpoint":{ "shape":"String", "documentation":"

Specifies the connection endpoint for the primary instance of the DB cluster.

" }, "ReaderEndpoint":{ "shape":"String", "documentation":"

The reader endpoint for the DB cluster. The reader endpoint for a DB cluster load-balances connections across the Aurora Replicas that are available in a DB cluster. As clients request new connections to the reader endpoint, Aurora distributes the connection requests among the Aurora Replicas in the DB cluster. This functionality can help balance your read workload across multiple Aurora Replicas in your DB cluster.

If a failover occurs, and the Aurora Replica that you are connected to is promoted to be the primary instance, your connection will be dropped. To continue sending your read workload to other Aurora Replicas in the cluster, you can then recoonect to the reader endpoint.

" }, "Engine":{ "shape":"String", "documentation":"

Provides the name of the database engine to be used for this DB cluster.

" }, "EngineVersion":{ "shape":"String", "documentation":"

Indicates the database engine version.

" }, "LatestRestorableTime":{ "shape":"TStamp", "documentation":"

Specifies the latest time to which a database can be restored with point-in-time restore.

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

Specifies the port that the database engine is listening on.

" }, "MasterUsername":{ "shape":"String", "documentation":"

Contains the master username for the DB cluster.

" }, "DBClusterOptionGroupMemberships":{ "shape":"DBClusterOptionGroupMemberships", "documentation":"

Provides the list of option group memberships for this DB cluster.

" }, "PreferredBackupWindow":{ "shape":"String", "documentation":"

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

" }, "PreferredMaintenanceWindow":{ "shape":"String", "documentation":"

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

" }, "ReplicationSourceIdentifier":{ "shape":"String", "documentation":"

Contains the identifier of the source DB cluster if this DB cluster is a Read Replica.

" }, "ReadReplicaIdentifiers":{ "shape":"ReadReplicaIdentifierList", "documentation":"

Contains one or more identifiers of the Read Replicas associated with this DB cluster.

" }, "DBClusterMembers":{ "shape":"DBClusterMemberList", "documentation":"

Provides the list of instances that make up the DB cluster.

" }, "VpcSecurityGroups":{ "shape":"VpcSecurityGroupMembershipList", "documentation":"

Provides a list of VPC security groups that the DB cluster belongs to.

" }, "HostedZoneId":{ "shape":"String", "documentation":"

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

" }, "StorageEncrypted":{ "shape":"Boolean", "documentation":"

Specifies whether the DB cluster is encrypted.

" }, "KmsKeyId":{ "shape":"String", "documentation":"

If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

" }, "DbClusterResourceId":{ "shape":"String", "documentation":"

The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

" }, "DBClusterArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the DB cluster.

" }, "AssociatedRoles":{ "shape":"DBClusterRoles", "documentation":"

Provides a list of the AWS Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other AWS services on your behalf.

" } }, "documentation":"

Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBClusters action.

", "wrapper":true }, "DBClusterAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

User already has a DB cluster with the given identifier.

", "error":{ "code":"DBClusterAlreadyExistsFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBClusterList":{ "type":"list", "member":{ "shape":"DBCluster", "locationName":"DBCluster" } }, "DBClusterMember":{ "type":"structure", "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

Specifies the instance identifier for this member of the DB cluster.

" }, "IsClusterWriter":{ "shape":"Boolean", "documentation":"

Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.

" }, "DBClusterParameterGroupStatus":{ "shape":"String", "documentation":"

Specifies the status of the DB cluster parameter group for this member of the DB cluster.

" }, "PromotionTier":{ "shape":"IntegerOptional", "documentation":"

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster.

" } }, "documentation":"

Contains information about an instance that is part of a DB cluster.

", "wrapper":true }, "DBClusterMemberList":{ "type":"list", "member":{ "shape":"DBClusterMember", "locationName":"DBClusterMember" } }, "DBClusterMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

A pagination token that can be used in a subsequent DescribeDBClusters request.

" }, "DBClusters":{ "shape":"DBClusterList", "documentation":"

Contains a list of DB clusters for the user.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeDBClusters action.

" }, "DBClusterNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

DBClusterIdentifier does not refer to an existing DB cluster.

", "error":{ "code":"DBClusterNotFoundFault", "httpStatusCode":404, "senderFault":true }, "exception":true }, "DBClusterOptionGroupMemberships":{ "type":"list", "member":{ "shape":"DBClusterOptionGroupStatus", "locationName":"DBClusterOptionGroup" } }, "DBClusterOptionGroupStatus":{ "type":"structure", "members":{ "DBClusterOptionGroupName":{ "shape":"String", "documentation":"

Specifies the name of the DB cluster option group.

" }, "Status":{ "shape":"String", "documentation":"

Specifies the status of the DB cluster option group.

" } }, "documentation":"

Contains status information for a DB cluster option group.

" }, "DBClusterParameterGroup":{ "type":"structure", "members":{ "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

Provides the name of the DB cluster parameter group.

" }, "DBParameterGroupFamily":{ "shape":"String", "documentation":"

Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.

" }, "Description":{ "shape":"String", "documentation":"

Provides the customer-specified description for this DB cluster parameter group.

" }, "DBClusterParameterGroupArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the DB cluster parameter group.

" } }, "documentation":"

Contains the result of a successful invocation of the CreateDBClusterParameterGroup or CopyDBClusterParameterGroup action.

This data type is used as a request parameter in the DeleteDBClusterParameterGroup action, and as a response element in the DescribeDBClusterParameterGroups action.

", "wrapper":true }, "DBClusterParameterGroupDetails":{ "type":"structure", "members":{ "Parameters":{ "shape":"ParametersList", "documentation":"

Provides a list of parameters for the DB cluster parameter group.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

" } }, "documentation":"

Provides details about a DB cluster parameter group including the parameters in the DB cluster parameter group.

" }, "DBClusterParameterGroupList":{ "type":"list", "member":{ "shape":"DBClusterParameterGroup", "locationName":"DBClusterParameterGroup" } }, "DBClusterParameterGroupNameMessage":{ "type":"structure", "members":{ "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB cluster parameter group.

Constraints:

This value is stored as a lowercase string.

" } }, "documentation":"

" }, "DBClusterParameterGroupNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

DBClusterParameterGroupName does not refer to an existing DB Cluster parameter group.

", "error":{ "code":"DBClusterParameterGroupNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "DBClusterParameterGroupsMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "DBClusterParameterGroups":{ "shape":"DBClusterParameterGroupList", "documentation":"

A list of DB cluster parameter groups.

" } }, "documentation":"

" }, "DBClusterQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

User attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.

", "error":{ "code":"DBClusterQuotaExceededFault", "httpStatusCode":403, "senderFault":true }, "exception":true }, "DBClusterRole":{ "type":"structure", "members":{ "RoleArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.

" }, "Status":{ "shape":"String", "documentation":"

Describes the state of association between the IAM role and the DB cluster. The Status property returns one of the following values:

" } }, "documentation":"

Describes an AWS Identity and Access Management (IAM) role that is associated with a DB cluster.

" }, "DBClusterRoleAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.

", "error":{ "code":"DBClusterRoleAlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBClusterRoleNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

The specified IAM role Amazon Resource Name (ARN) is not associated with the specified DB cluster.

", "error":{ "code":"DBClusterRoleNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "DBClusterRoleQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.

", "error":{ "code":"DBClusterRoleQuotaExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBClusterRoles":{ "type":"list", "member":{ "shape":"DBClusterRole", "locationName":"DBClusterRole" } }, "DBClusterSnapshot":{ "type":"structure", "members":{ "AvailabilityZones":{ "shape":"AvailabilityZones", "documentation":"

Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.

" }, "DBClusterSnapshotIdentifier":{ "shape":"String", "documentation":"

Specifies the identifier for the DB cluster snapshot.

" }, "DBClusterIdentifier":{ "shape":"String", "documentation":"

Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.

" }, "SnapshotCreateTime":{ "shape":"TStamp", "documentation":"

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

" }, "Engine":{ "shape":"String", "documentation":"

Specifies the name of the database engine.

" }, "AllocatedStorage":{ "shape":"Integer", "documentation":"

Specifies the allocated storage size in gigabytes (GB).

" }, "Status":{ "shape":"String", "documentation":"

Specifies the status of this DB cluster snapshot.

" }, "Port":{ "shape":"Integer", "documentation":"

Specifies the port that the DB cluster was listening on at the time of the snapshot.

" }, "VpcId":{ "shape":"String", "documentation":"

Provides the VPC ID associated with the DB cluster snapshot.

" }, "ClusterCreateTime":{ "shape":"TStamp", "documentation":"

Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).

" }, "MasterUsername":{ "shape":"String", "documentation":"

Provides the master username for the DB cluster snapshot.

" }, "EngineVersion":{ "shape":"String", "documentation":"

Provides the version of the database engine for this DB cluster snapshot.

" }, "LicenseModel":{ "shape":"String", "documentation":"

Provides the license model information for this DB cluster snapshot.

" }, "SnapshotType":{ "shape":"String", "documentation":"

Provides the type of the DB cluster snapshot.

" }, "PercentProgress":{ "shape":"Integer", "documentation":"

Specifies the percentage of the estimated data that has been transferred.

" }, "StorageEncrypted":{ "shape":"Boolean", "documentation":"

Specifies whether the DB cluster snapshot is encrypted.

" }, "KmsKeyId":{ "shape":"String", "documentation":"

If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster snapshot.

" }, "DBClusterSnapshotArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the DB cluster snapshot.

" } }, "documentation":"

Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBClusterSnapshots action.

", "wrapper":true }, "DBClusterSnapshotAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

User already has a DB cluster snapshot with the given identifier.

", "error":{ "code":"DBClusterSnapshotAlreadyExistsFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBClusterSnapshotAttribute":{ "type":"structure", "members":{ "AttributeName":{ "shape":"String", "documentation":"

The name of the manual DB cluster snapshot attribute.

The attribute named restore refers to the list of AWS accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

" }, "AttributeValues":{ "shape":"AttributeValueList", "documentation":"

The value(s) for the manual DB cluster snapshot attribute.

If the AttributeName field is set to restore, then this element returns a list of IDs of the AWS accounts that are authorized to copy or restore the manual DB cluster snapshot. If a value of all is in the list, then the manual DB cluster snapshot is public and available for any AWS account to copy or restore.

" } }, "documentation":"

Contains the name and values of a manual DB cluster snapshot attribute.

Manual DB cluster snapshot attributes are used to authorize other AWS accounts to restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

" }, "DBClusterSnapshotAttributeList":{ "type":"list", "member":{ "shape":"DBClusterSnapshotAttribute", "locationName":"DBClusterSnapshotAttribute" } }, "DBClusterSnapshotAttributesResult":{ "type":"structure", "members":{ "DBClusterSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier of the manual DB cluster snapshot that the attributes apply to.

" }, "DBClusterSnapshotAttributes":{ "shape":"DBClusterSnapshotAttributeList", "documentation":"

The list of attributes and values for the manual DB cluster snapshot.

" } }, "documentation":"

Contains the results of a successful call to the DescribeDBClusterSnapshotAttributes API action.

Manual DB cluster snapshot attributes are used to authorize other AWS accounts to copy or restore a manual DB cluster snapshot. For more information, see the ModifyDBClusterSnapshotAttribute API action.

", "wrapper":true }, "DBClusterSnapshotList":{ "type":"list", "member":{ "shape":"DBClusterSnapshot", "locationName":"DBClusterSnapshot" } }, "DBClusterSnapshotMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "DBClusterSnapshots":{ "shape":"DBClusterSnapshotList", "documentation":"

Provides a list of DB cluster snapshots for the user.

" } }, "documentation":"

Provides a list of DB cluster snapshots for the user as the result of a call to the DescribeDBClusterSnapshots action.

" }, "DBClusterSnapshotNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.

", "error":{ "code":"DBClusterSnapshotNotFoundFault", "httpStatusCode":404, "senderFault":true }, "exception":true }, "DBEngineVersion":{ "type":"structure", "members":{ "Engine":{ "shape":"String", "documentation":"

The name of the database engine.

" }, "EngineVersion":{ "shape":"String", "documentation":"

The version number of the database engine.

" }, "DBParameterGroupFamily":{ "shape":"String", "documentation":"

The name of the DB parameter group family for the database engine.

" }, "DBEngineDescription":{ "shape":"String", "documentation":"

The description of the database engine.

" }, "DBEngineVersionDescription":{ "shape":"String", "documentation":"

The description of the database engine version.

" }, "DefaultCharacterSet":{ "shape":"CharacterSet", "documentation":"

The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.

" }, "SupportedCharacterSets":{ "shape":"SupportedCharacterSetsList", "documentation":"

A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance action.

" }, "ValidUpgradeTarget":{ "shape":"ValidUpgradeTargetList", "documentation":"

A list of engine versions that this database engine version can be upgraded to.

" }, "SupportedTimezones":{ "shape":"SupportedTimezonesList", "documentation":"

A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

" } }, "documentation":"

This data type is used as a response element in the action DescribeDBEngineVersions.

" }, "DBEngineVersionList":{ "type":"list", "member":{ "shape":"DBEngineVersion", "locationName":"DBEngineVersion" } }, "DBEngineVersionMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "DBEngineVersions":{ "shape":"DBEngineVersionList", "documentation":"

A list of DBEngineVersion elements.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeDBEngineVersions action.

" }, "DBInstance":{ "type":"structure", "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

Contains the name of the compute and memory capacity class of the DB instance.

" }, "Engine":{ "shape":"String", "documentation":"

Provides the name of the database engine to be used for this DB instance.

" }, "DBInstanceStatus":{ "shape":"String", "documentation":"

Specifies the current state of this database.

" }, "MasterUsername":{ "shape":"String", "documentation":"

Contains the master username for the DB instance.

" }, "DBName":{ "shape":"String", "documentation":"

The meaning of this parameter differs according to the database engine you use. For example, this value returns MySQL, MariaDB, or PostgreSQL information when returning values from CreateDBInstanceReadReplica since Read Replicas are only supported for these engines.

MySQL, MariaDB, SQL Server, PostgreSQL, Amazon Aurora

Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.

Type: String

Oracle

Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.

" }, "Endpoint":{ "shape":"Endpoint", "documentation":"

Specifies the connection endpoint.

" }, "AllocatedStorage":{ "shape":"Integer", "documentation":"

Specifies the allocated storage size specified in gigabytes.

" }, "InstanceCreateTime":{ "shape":"TStamp", "documentation":"

Provides the date and time the DB instance was created.

" }, "PreferredBackupWindow":{ "shape":"String", "documentation":"

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

" }, "BackupRetentionPeriod":{ "shape":"Integer", "documentation":"

Specifies the number of days for which automatic DB snapshots are retained.

" }, "DBSecurityGroups":{ "shape":"DBSecurityGroupMembershipList", "documentation":"

Provides List of DB security group elements containing only DBSecurityGroup.Name and DBSecurityGroup.Status subelements.

" }, "VpcSecurityGroups":{ "shape":"VpcSecurityGroupMembershipList", "documentation":"

Provides a list of VPC security group elements that the DB instance belongs to.

" }, "DBParameterGroups":{ "shape":"DBParameterGroupStatusList", "documentation":"

Provides the list of DB parameter groups applied to this DB instance.

" }, "AvailabilityZone":{ "shape":"String", "documentation":"

Specifies the name of the Availability Zone the DB instance is located in.

" }, "DBSubnetGroup":{ "shape":"DBSubnetGroup", "documentation":"

Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.

" }, "PreferredMaintenanceWindow":{ "shape":"String", "documentation":"

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

" }, "PendingModifiedValues":{ "shape":"PendingModifiedValues", "documentation":"

Specifies that changes to the DB instance are pending. This element is only included when changes are pending. Specific changes are identified by subelements.

" }, "LatestRestorableTime":{ "shape":"TStamp", "documentation":"

Specifies the latest time to which a database can be restored with point-in-time restore.

" }, "MultiAZ":{ "shape":"Boolean", "documentation":"

Specifies if the DB instance is a Multi-AZ deployment.

" }, "EngineVersion":{ "shape":"String", "documentation":"

Indicates the database engine version.

" }, "AutoMinorVersionUpgrade":{ "shape":"Boolean", "documentation":"

Indicates that minor version patches are applied automatically.

" }, "ReadReplicaSourceDBInstanceIdentifier":{ "shape":"String", "documentation":"

Contains the identifier of the source DB instance if this DB instance is a Read Replica.

" }, "ReadReplicaDBInstanceIdentifiers":{ "shape":"ReadReplicaDBInstanceIdentifierList", "documentation":"

Contains one or more identifiers of the Read Replicas associated with this DB instance.

" }, "LicenseModel":{ "shape":"String", "documentation":"

License model information for this DB instance.

" }, "Iops":{ "shape":"IntegerOptional", "documentation":"

Specifies the Provisioned IOPS (I/O operations per second) value.

" }, "OptionGroupMemberships":{ "shape":"OptionGroupMembershipList", "documentation":"

Provides the list of option group memberships for this DB instance.

" }, "CharacterSetName":{ "shape":"String", "documentation":"

If present, specifies the name of the character set that this instance is associated with.

" }, "SecondaryAvailabilityZone":{ "shape":"String", "documentation":"

If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support.

" }, "PubliclyAccessible":{ "shape":"Boolean", "documentation":"

Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

" }, "StatusInfos":{ "shape":"DBInstanceStatusInfoList", "documentation":"

The status of a Read Replica. If the instance is not a Read Replica, this will be blank.

" }, "StorageType":{ "shape":"String", "documentation":"

Specifies the storage type associated with DB instance.

" }, "TdeCredentialArn":{ "shape":"String", "documentation":"

The ARN from the key store with which the instance is associated for TDE encryption.

" }, "DbInstancePort":{ "shape":"Integer", "documentation":"

Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.

" }, "DBClusterIdentifier":{ "shape":"String", "documentation":"

If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.

" }, "StorageEncrypted":{ "shape":"Boolean", "documentation":"

Specifies whether the DB instance is encrypted.

" }, "KmsKeyId":{ "shape":"String", "documentation":"

If StorageEncrypted is true, the KMS key identifier for the encrypted DB instance.

" }, "DbiResourceId":{ "shape":"String", "documentation":"

The region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB instance is accessed.

" }, "CACertificateIdentifier":{ "shape":"String", "documentation":"

The identifier of the CA certificate for this DB instance.

" }, "DomainMemberships":{ "shape":"DomainMembershipList", "documentation":"

The Active Directory Domain membership records associated with the DB instance.

" }, "CopyTagsToSnapshot":{ "shape":"Boolean", "documentation":"

Specifies whether tags are copied from the DB instance to snapshots of the DB instance.

" }, "MonitoringInterval":{ "shape":"IntegerOptional", "documentation":"

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.

" }, "EnhancedMonitoringResourceArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log stream that receives the Enhanced Monitoring metrics data for the DB instance.

" }, "MonitoringRoleArn":{ "shape":"String", "documentation":"

The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to CloudWatch Logs.

" }, "PromotionTier":{ "shape":"IntegerOptional", "documentation":"

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster.

" }, "DBInstanceArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the DB instance.

" }, "Timezone":{ "shape":"String", "documentation":"

The time zone of the DB instance. In most cases, the Timezone element is empty. Timezone content appears only for Microsoft SQL Server DB instances that were created with a time zone specified.

" } }, "documentation":"

Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBInstances action.

", "wrapper":true }, "DBInstanceAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

User already has a DB instance with the given identifier.

", "error":{ "code":"DBInstanceAlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBInstanceList":{ "type":"list", "member":{ "shape":"DBInstance", "locationName":"DBInstance" } }, "DBInstanceMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

" }, "DBInstances":{ "shape":"DBInstanceList", "documentation":"

A list of DBInstance instances.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeDBInstances action.

" }, "DBInstanceNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

DBInstanceIdentifier does not refer to an existing DB instance.

", "error":{ "code":"DBInstanceNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "DBInstanceStatusInfo":{ "type":"structure", "members":{ "StatusType":{ "shape":"String", "documentation":"

This value is currently \"read replication.\"

" }, "Normal":{ "shape":"Boolean", "documentation":"

Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.

" }, "Status":{ "shape":"String", "documentation":"

Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.

" }, "Message":{ "shape":"String", "documentation":"

Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.

" } }, "documentation":"

Provides a list of status information for a DB instance.

" }, "DBInstanceStatusInfoList":{ "type":"list", "member":{ "shape":"DBInstanceStatusInfo", "locationName":"DBInstanceStatusInfo" } }, "DBLogFileNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

LogFileName does not refer to an existing DB log file.

", "error":{ "code":"DBLogFileNotFoundFault", "httpStatusCode":404, "senderFault":true }, "exception":true }, "DBParameterGroup":{ "type":"structure", "members":{ "DBParameterGroupName":{ "shape":"String", "documentation":"

Provides the name of the DB parameter group.

" }, "DBParameterGroupFamily":{ "shape":"String", "documentation":"

Provides the name of the DB parameter group family that this DB parameter group is compatible with.

" }, "Description":{ "shape":"String", "documentation":"

Provides the customer-specified description for this DB parameter group.

" }, "DBParameterGroupArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the DB parameter group.

" } }, "documentation":"

Contains the result of a successful invocation of the CreateDBParameterGroup action.

This data type is used as a request parameter in the DeleteDBParameterGroup action, and as a response element in the DescribeDBParameterGroups action.

", "wrapper":true }, "DBParameterGroupAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

A DB parameter group with the same name exists.

", "error":{ "code":"DBParameterGroupAlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBParameterGroupDetails":{ "type":"structure", "members":{ "Parameters":{ "shape":"ParametersList", "documentation":"

A list of Parameter values.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeDBParameters action.

" }, "DBParameterGroupList":{ "type":"list", "member":{ "shape":"DBParameterGroup", "locationName":"DBParameterGroup" } }, "DBParameterGroupNameMessage":{ "type":"structure", "members":{ "DBParameterGroupName":{ "shape":"String", "documentation":"

Provides the name of the DB parameter group.

" } }, "documentation":"

Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.

" }, "DBParameterGroupNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

DBParameterGroupName does not refer to an existing DB parameter group.

", "error":{ "code":"DBParameterGroupNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "DBParameterGroupQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

Request would result in user exceeding the allowed number of DB parameter groups.

", "error":{ "code":"DBParameterGroupQuotaExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBParameterGroupStatus":{ "type":"structure", "members":{ "DBParameterGroupName":{ "shape":"String", "documentation":"

The name of the DP parameter group.

" }, "ParameterApplyStatus":{ "shape":"String", "documentation":"

The status of parameter updates.

" } }, "documentation":"

The status of the DB parameter group.

This data type is used as a response element in the following actions:

" }, "DBParameterGroupStatusList":{ "type":"list", "member":{ "shape":"DBParameterGroupStatus", "locationName":"DBParameterGroup" } }, "DBParameterGroupsMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "DBParameterGroups":{ "shape":"DBParameterGroupList", "documentation":"

A list of DBParameterGroup instances.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeDBParameterGroups action.

" }, "DBSecurityGroup":{ "type":"structure", "members":{ "OwnerId":{ "shape":"String", "documentation":"

Provides the AWS ID of the owner of a specific DB security group.

" }, "DBSecurityGroupName":{ "shape":"String", "documentation":"

Specifies the name of the DB security group.

" }, "DBSecurityGroupDescription":{ "shape":"String", "documentation":"

Provides the description of the DB security group.

" }, "VpcId":{ "shape":"String", "documentation":"

Provides the VpcId of the DB security group.

" }, "EC2SecurityGroups":{ "shape":"EC2SecurityGroupList", "documentation":"

Contains a list of EC2SecurityGroup elements.

" }, "IPRanges":{ "shape":"IPRangeList", "documentation":"

Contains a list of IPRange elements.

" }, "DBSecurityGroupArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the DB security group.

" } }, "documentation":"

Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBSecurityGroups action.

", "wrapper":true }, "DBSecurityGroupAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

A DB security group with the name specified in DBSecurityGroupName already exists.

", "error":{ "code":"DBSecurityGroupAlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBSecurityGroupMembership":{ "type":"structure", "members":{ "DBSecurityGroupName":{ "shape":"String", "documentation":"

The name of the DB security group.

" }, "Status":{ "shape":"String", "documentation":"

The status of the DB security group.

" } }, "documentation":"

This data type is used as a response element in the following actions:

" }, "DBSecurityGroupMembershipList":{ "type":"list", "member":{ "shape":"DBSecurityGroupMembership", "locationName":"DBSecurityGroup" } }, "DBSecurityGroupMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "DBSecurityGroups":{ "shape":"DBSecurityGroups", "documentation":"

A list of DBSecurityGroup instances.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeDBSecurityGroups action.

" }, "DBSecurityGroupNameList":{ "type":"list", "member":{ "shape":"String", "locationName":"DBSecurityGroupName" } }, "DBSecurityGroupNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

DBSecurityGroupName does not refer to an existing DB security group.

", "error":{ "code":"DBSecurityGroupNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "DBSecurityGroupNotSupportedFault":{ "type":"structure", "members":{ }, "documentation":"

A DB security group is not allowed for this action.

", "error":{ "code":"DBSecurityGroupNotSupported", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBSecurityGroupQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

Request would result in user exceeding the allowed number of DB security groups.

", "error":{ "code":"QuotaExceeded.DBSecurityGroup", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBSecurityGroups":{ "type":"list", "member":{ "shape":"DBSecurityGroup", "locationName":"DBSecurityGroup" } }, "DBSnapshot":{ "type":"structure", "members":{ "DBSnapshotIdentifier":{ "shape":"String", "documentation":"

Specifies the identifier for the DB snapshot.

" }, "DBInstanceIdentifier":{ "shape":"String", "documentation":"

Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

" }, "SnapshotCreateTime":{ "shape":"TStamp", "documentation":"

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

" }, "Engine":{ "shape":"String", "documentation":"

Specifies the name of the database engine.

" }, "AllocatedStorage":{ "shape":"Integer", "documentation":"

Specifies the allocated storage size in gigabytes (GB).

" }, "Status":{ "shape":"String", "documentation":"

Specifies the status of this DB snapshot.

" }, "Port":{ "shape":"Integer", "documentation":"

Specifies the port that the database engine was listening on at the time of the snapshot.

" }, "AvailabilityZone":{ "shape":"String", "documentation":"

Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

" }, "VpcId":{ "shape":"String", "documentation":"

Provides the VPC ID associated with the DB snapshot.

" }, "InstanceCreateTime":{ "shape":"TStamp", "documentation":"

Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

" }, "MasterUsername":{ "shape":"String", "documentation":"

Provides the master username for the DB snapshot.

" }, "EngineVersion":{ "shape":"String", "documentation":"

Specifies the version of the database engine.

" }, "LicenseModel":{ "shape":"String", "documentation":"

License model information for the restored DB instance.

" }, "SnapshotType":{ "shape":"String", "documentation":"

Provides the type of the DB snapshot.

" }, "Iops":{ "shape":"IntegerOptional", "documentation":"

Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

" }, "OptionGroupName":{ "shape":"String", "documentation":"

Provides the option group name for the DB snapshot.

" }, "PercentProgress":{ "shape":"Integer", "documentation":"

The percentage of the estimated data that has been transferred.

" }, "SourceRegion":{ "shape":"String", "documentation":"

The region that the DB snapshot was created in or copied from.

" }, "SourceDBSnapshotIdentifier":{ "shape":"String", "documentation":"

The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

" }, "StorageType":{ "shape":"String", "documentation":"

Specifies the storage type associated with DB snapshot.

" }, "TdeCredentialArn":{ "shape":"String", "documentation":"

The ARN from the key store with which to associate the instance for TDE encryption.

" }, "Encrypted":{ "shape":"Boolean", "documentation":"

Specifies whether the DB snapshot is encrypted.

" }, "KmsKeyId":{ "shape":"String", "documentation":"

If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

" }, "DBSnapshotArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the DB snapshot.

" }, "Timezone":{ "shape":"String", "documentation":"

The time zone of the DB snapshot. In most cases, the Timezone element is empty. Timezone content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified.

" } }, "documentation":"

Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBSnapshots action.

", "wrapper":true }, "DBSnapshotAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

DBSnapshotIdentifier is already used by an existing snapshot.

", "error":{ "code":"DBSnapshotAlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBSnapshotAttribute":{ "type":"structure", "members":{ "AttributeName":{ "shape":"String", "documentation":"

The name of the manual DB snapshot attribute.

The attribute named restore refers to the list of AWS accounts that have permission to copy or restore the manual DB cluster snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

" }, "AttributeValues":{ "shape":"AttributeValueList", "documentation":"

The value or values for the manual DB snapshot attribute.

If the AttributeName field is set to restore, then this element returns a list of IDs of the AWS accounts that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

" } }, "documentation":"

Contains the name and values of a manual DB snapshot attribute

Manual DB snapshot attributes are used to authorize other AWS accounts to restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API.

", "wrapper":true }, "DBSnapshotAttributeList":{ "type":"list", "member":{ "shape":"DBSnapshotAttribute", "locationName":"DBSnapshotAttribute" } }, "DBSnapshotAttributesResult":{ "type":"structure", "members":{ "DBSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier of the manual DB snapshot that the attributes apply to.

" }, "DBSnapshotAttributes":{ "shape":"DBSnapshotAttributeList", "documentation":"

The list of attributes and values for the manual DB snapshot.

" } }, "documentation":"

Contains the results of a successful call to the DescribeDBSnapshotAttributes API action.

Manual DB snapshot attributes are used to authorize other AWS accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

", "wrapper":true }, "DBSnapshotList":{ "type":"list", "member":{ "shape":"DBSnapshot", "locationName":"DBSnapshot" } }, "DBSnapshotMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "DBSnapshots":{ "shape":"DBSnapshotList", "documentation":"

A list of DBSnapshot instances.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeDBSnapshots action.

" }, "DBSnapshotNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

DBSnapshotIdentifier does not refer to an existing DB snapshot.

", "error":{ "code":"DBSnapshotNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "DBSubnetGroup":{ "type":"structure", "members":{ "DBSubnetGroupName":{ "shape":"String", "documentation":"

The name of the DB subnet group.

" }, "DBSubnetGroupDescription":{ "shape":"String", "documentation":"

Provides the description of the DB subnet group.

" }, "VpcId":{ "shape":"String", "documentation":"

Provides the VpcId of the DB subnet group.

" }, "SubnetGroupStatus":{ "shape":"String", "documentation":"

Provides the status of the DB subnet group.

" }, "Subnets":{ "shape":"SubnetList", "documentation":"

Contains a list of Subnet elements.

" }, "DBSubnetGroupArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the DB subnet group.

" } }, "documentation":"

Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBSubnetGroups action.

", "wrapper":true }, "DBSubnetGroupAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

DBSubnetGroupName is already used by an existing DB subnet group.

", "error":{ "code":"DBSubnetGroupAlreadyExists", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBSubnetGroupDoesNotCoverEnoughAZs":{ "type":"structure", "members":{ }, "documentation":"

Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

", "error":{ "code":"DBSubnetGroupDoesNotCoverEnoughAZs", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBSubnetGroupMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "DBSubnetGroups":{ "shape":"DBSubnetGroups", "documentation":"

A list of DBSubnetGroup instances.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeDBSubnetGroups action.

" }, "DBSubnetGroupNotAllowedFault":{ "type":"structure", "members":{ }, "documentation":"

Indicates that the DBSubnetGroup should not be specified while creating read replicas that lie in the same region as the source instance.

", "error":{ "code":"DBSubnetGroupNotAllowedFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBSubnetGroupNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

DBSubnetGroupName does not refer to an existing DB subnet group.

", "error":{ "code":"DBSubnetGroupNotFoundFault", "httpStatusCode":404, "senderFault":true }, "exception":true }, "DBSubnetGroupQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

Request would result in user exceeding the allowed number of DB subnet groups.

", "error":{ "code":"DBSubnetGroupQuotaExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBSubnetGroups":{ "type":"list", "member":{ "shape":"DBSubnetGroup", "locationName":"DBSubnetGroup" } }, "DBSubnetQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

Request would result in user exceeding the allowed number of subnets in a DB subnet groups.

", "error":{ "code":"DBSubnetQuotaExceededFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DBUpgradeDependencyFailureFault":{ "type":"structure", "members":{ }, "documentation":"

The DB upgrade failed because a resource the DB depends on could not be modified.

", "error":{ "code":"DBUpgradeDependencyFailure", "httpStatusCode":400, "senderFault":true }, "exception":true }, "DeleteDBClusterMessage":{ "type":"structure", "required":["DBClusterIdentifier"], "members":{ "DBClusterIdentifier":{ "shape":"String", "documentation":"

The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

Constraints:

" }, "SkipFinalSnapshot":{ "shape":"Boolean", "documentation":"

Determines whether a final DB cluster snapshot is created before the DB cluster is deleted. If true is specified, no DB cluster snapshot is created. If false is specified, a DB cluster snapshot is created before the DB cluster is deleted.

You must specify a FinalDBSnapshotIdentifier parameter if SkipFinalSnapshot is false.

Default: false

" }, "FinalDBSnapshotIdentifier":{ "shape":"String", "documentation":"

The DB cluster snapshot identifier of the new DB cluster snapshot created when SkipFinalSnapshot is set to false.

Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

Constraints:

" } }, "documentation":"

" }, "DeleteDBClusterParameterGroupMessage":{ "type":"structure", "required":["DBClusterParameterGroupName"], "members":{ "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB cluster parameter group.

Constraints:

" } }, "documentation":"

" }, "DeleteDBClusterResult":{ "type":"structure", "members":{ "DBCluster":{"shape":"DBCluster"} } }, "DeleteDBClusterSnapshotMessage":{ "type":"structure", "required":["DBClusterSnapshotIdentifier"], "members":{ "DBClusterSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier of the DB cluster snapshot to delete.

Constraints: Must be the name of an existing DB cluster snapshot in the available state.

" } }, "documentation":"

" }, "DeleteDBClusterSnapshotResult":{ "type":"structure", "members":{ "DBClusterSnapshot":{"shape":"DBClusterSnapshot"} } }, "DeleteDBInstanceMessage":{ "type":"structure", "required":["DBInstanceIdentifier"], "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The DB instance identifier for the DB instance to be deleted. This parameter isn't case-sensitive.

Constraints:

" }, "SkipFinalSnapshot":{ "shape":"Boolean", "documentation":"

Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

Note that when a DB instance is in a failure state and has a status of 'failed', 'incompatible-restore', or 'incompatible-network', it can only be deleted when the SkipFinalSnapshot parameter is set to \"true\".

Specify true when deleting a Read Replica.

The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

Default: false

" }, "FinalDBSnapshotIdentifier":{ "shape":"String", "documentation":"

The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

Constraints:

" } }, "documentation":"

" }, "DeleteDBInstanceResult":{ "type":"structure", "members":{ "DBInstance":{"shape":"DBInstance"} } }, "DeleteDBParameterGroupMessage":{ "type":"structure", "required":["DBParameterGroupName"], "members":{ "DBParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB parameter group.

Constraints:

" } }, "documentation":"

" }, "DeleteDBSecurityGroupMessage":{ "type":"structure", "required":["DBSecurityGroupName"], "members":{ "DBSecurityGroupName":{ "shape":"String", "documentation":"

The name of the DB security group to delete.

You cannot delete the default DB security group.

Constraints:

" } }, "documentation":"

" }, "DeleteDBSnapshotMessage":{ "type":"structure", "required":["DBSnapshotIdentifier"], "members":{ "DBSnapshotIdentifier":{ "shape":"String", "documentation":"

The DBSnapshot identifier.

Constraints: Must be the name of an existing DB snapshot in the available state.

" } }, "documentation":"

" }, "DeleteDBSnapshotResult":{ "type":"structure", "members":{ "DBSnapshot":{"shape":"DBSnapshot"} } }, "DeleteDBSubnetGroupMessage":{ "type":"structure", "required":["DBSubnetGroupName"], "members":{ "DBSubnetGroupName":{ "shape":"String", "documentation":"

The name of the database subnet group to delete.

You cannot delete the default subnet group.

Constraints:

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

" } }, "documentation":"

" }, "DeleteEventSubscriptionMessage":{ "type":"structure", "required":["SubscriptionName"], "members":{ "SubscriptionName":{ "shape":"String", "documentation":"

The name of the RDS event notification subscription you want to delete.

" } }, "documentation":"

" }, "DeleteEventSubscriptionResult":{ "type":"structure", "members":{ "EventSubscription":{"shape":"EventSubscription"} } }, "DeleteOptionGroupMessage":{ "type":"structure", "required":["OptionGroupName"], "members":{ "OptionGroupName":{ "shape":"String", "documentation":"

The name of the option group to be deleted.

You cannot delete default option groups.

" } }, "documentation":"

" }, "DescribeAccountAttributesMessage":{ "type":"structure", "members":{ }, "documentation":"

" }, "DescribeCertificatesMessage":{ "type":"structure", "members":{ "CertificateIdentifier":{ "shape":"String", "documentation":"

The user-supplied certificate identifier. If this parameter is specified, information for only the identified certificate is returned. This parameter isn't case-sensitive.

Constraints:

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeDBClusterParameterGroupsMessage":{ "type":"structure", "members":{ "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of a specific DB cluster parameter group to return details for.

Constraints:

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeDBClusterParametersMessage":{ "type":"structure", "required":["DBClusterParameterGroupName"], "members":{ "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of a specific DB cluster parameter group to return parameter details for.

Constraints:

" }, "Source":{ "shape":"String", "documentation":"

A value that indicates to return only parameters for a specific source. Parameter sources can be engine, service, or customer.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeDBClusterSnapshotAttributesMessage":{ "type":"structure", "required":["DBClusterSnapshotIdentifier"], "members":{ "DBClusterSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier for the DB cluster snapshot to describe the attributes for.

" } }, "documentation":"

" }, "DescribeDBClusterSnapshotAttributesResult":{ "type":"structure", "members":{ "DBClusterSnapshotAttributesResult":{"shape":"DBClusterSnapshotAttributesResult"} } }, "DescribeDBClusterSnapshotsMessage":{ "type":"structure", "members":{ "DBClusterIdentifier":{ "shape":"String", "documentation":"

The ID of the DB cluster to retrieve the list of DB cluster snapshots for. This parameter cannot be used in conjunction with the DBClusterSnapshotIdentifier parameter. This parameter is not case-sensitive.

Constraints:

" }, "DBClusterSnapshotIdentifier":{ "shape":"String", "documentation":"

A specific DB cluster snapshot identifier to describe. This parameter cannot be used in conjunction with the DBClusterIdentifier parameter. This value is stored as a lowercase string.

Constraints:

" }, "SnapshotType":{ "shape":"String", "documentation":"

The type of DB cluster snapshots to be returned. You can specify one of the following values:

If you don't specify a SnapshotType value, then both automated and manual DB cluster snapshots are returned. You can include shared DB cluster snapshots with these results by setting the IncludeShared parameter to true. You can include public DB cluster snapshots with these results by setting the IncludePublic parameter to true.

The IncludeShared and IncludePublic parameters don't apply for SnapshotType values of manual or automated. The IncludePublic parameter doesn't apply when SnapshotType is set to shared. The IncludeShared parameter doesn't apply when SnapshotType is set to public.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "IncludeShared":{ "shape":"Boolean", "documentation":"

Set this value to true to include shared manual DB cluster snapshots from other AWS accounts that this AWS account has been given permission to copy or restore, otherwise set this value to false. The default is false.

You can give an AWS account permission to restore a manual DB cluster snapshot from another AWS account by the ModifyDBClusterSnapshotAttribute API action.

" }, "IncludePublic":{ "shape":"Boolean", "documentation":"

Set this value to true to include manual DB cluster snapshots that are public and can be copied or restored by any AWS account, otherwise set this value to false. The default is false. The default is false.

You can share a manual DB cluster snapshot as public by using the ModifyDBClusterSnapshotAttribute API action.

" } }, "documentation":"

" }, "DescribeDBClustersMessage":{ "type":"structure", "members":{ "DBClusterIdentifier":{ "shape":"String", "documentation":"

The user-supplied DB cluster identifier. If this parameter is specified, information from only the specific DB cluster is returned. This parameter isn't case-sensitive.

Constraints:

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBClusters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeDBEngineVersionsMessage":{ "type":"structure", "members":{ "Engine":{ "shape":"String", "documentation":"

The database engine to return.

" }, "EngineVersion":{ "shape":"String", "documentation":"

The database engine version to return.

Example: 5.1.49

" }, "DBParameterGroupFamily":{ "shape":"String", "documentation":"

The name of a specific DB parameter group family to return details for.

Constraints:

" }, "Filters":{ "shape":"FilterList", "documentation":"

Not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "DefaultOnly":{ "shape":"Boolean", "documentation":"

Indicates that only the default version of the specified engine or engine and major version combination is returned.

" }, "ListSupportedCharacterSets":{ "shape":"BooleanOptional", "documentation":"

If this parameter is specified and the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

" }, "ListSupportedTimezones":{ "shape":"BooleanOptional", "documentation":"

If this parameter is specified and the requested engine supports the TimeZone parameter for CreateDBInstance, the response includes a list of supported time zones for each engine version.

" } } }, "DescribeDBInstancesMessage":{ "type":"structure", "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

Constraints:

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBInstances request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeDBLogFilesDetails":{ "type":"structure", "members":{ "LogFileName":{ "shape":"String", "documentation":"

The name of the log file for the specified DB instance.

" }, "LastWritten":{ "shape":"Long", "documentation":"

A POSIX timestamp when the last log entry was written.

" }, "Size":{ "shape":"Long", "documentation":"

The size, in bytes, of the log file for the specified DB instance.

" } }, "documentation":"

This data type is used as a response element to DescribeDBLogFiles.

" }, "DescribeDBLogFilesList":{ "type":"list", "member":{ "shape":"DescribeDBLogFilesDetails", "locationName":"DescribeDBLogFilesDetails" } }, "DescribeDBLogFilesMessage":{ "type":"structure", "required":["DBInstanceIdentifier"], "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The customer-assigned name of the DB instance that contains the log files you want to list.

Constraints:

" }, "FilenameContains":{ "shape":"String", "documentation":"

Filters the available log files for log file names that contain the specified string.

" }, "FileLastWritten":{ "shape":"Long", "documentation":"

Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

" }, "FileSize":{ "shape":"Long", "documentation":"

Filters the available log files for files larger than the specified size.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

" }, "Marker":{ "shape":"String", "documentation":"

The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

" } }, "documentation":"

" }, "DescribeDBLogFilesResponse":{ "type":"structure", "members":{ "DescribeDBLogFiles":{ "shape":"DescribeDBLogFilesList", "documentation":"

The DB log files returned.

" }, "Marker":{ "shape":"String", "documentation":"

A pagination token that can be used in a subsequent DescribeDBLogFiles request.

" } }, "documentation":"

The response from a call to DescribeDBLogFiles.

" }, "DescribeDBParameterGroupsMessage":{ "type":"structure", "members":{ "DBParameterGroupName":{ "shape":"String", "documentation":"

The name of a specific DB parameter group to return details for.

Constraints:

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeDBParametersMessage":{ "type":"structure", "required":["DBParameterGroupName"], "members":{ "DBParameterGroupName":{ "shape":"String", "documentation":"

The name of a specific DB parameter group to return details for.

Constraints:

" }, "Source":{ "shape":"String", "documentation":"

The parameter types to return.

Default: All parameter types returned

Valid Values: user | system | engine-default

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } } }, "DescribeDBSecurityGroupsMessage":{ "type":"structure", "members":{ "DBSecurityGroupName":{ "shape":"String", "documentation":"

The name of the DB security group to return details for.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBSecurityGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeDBSnapshotAttributesMessage":{ "type":"structure", "required":["DBSnapshotIdentifier"], "members":{ "DBSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier for the DB snapshot to describe the attributes for.

" } }, "documentation":"

" }, "DescribeDBSnapshotAttributesResult":{ "type":"structure", "members":{ "DBSnapshotAttributesResult":{"shape":"DBSnapshotAttributesResult"} } }, "DescribeDBSnapshotsMessage":{ "type":"structure", "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The ID of the DB instance to retrieve the list of DB snapshots for. This parameter cannot be used in conjunction with DBSnapshotIdentifier. This parameter is not case-sensitive.

Constraints:

" }, "DBSnapshotIdentifier":{ "shape":"String", "documentation":"

A specific DB snapshot identifier to describe. This parameter cannot be used in conjunction with DBInstanceIdentifier. This value is stored as a lowercase string.

Constraints:

" }, "SnapshotType":{ "shape":"String", "documentation":"

The type of snapshots to be returned. You can specify one of the following values:

If you don't specify a SnapshotType value, then both automated and manual snapshots are returned. Shared and public DB snapshots are not included in the returned results by default. You can include shared snapshots with these results by setting the IncludeShared parameter to true. You can include public snapshots with these results by setting the IncludePublic parameter to true.

The IncludeShared and IncludePublic parameters don't apply for SnapshotType values of manual or automated. The IncludePublic parameter doesn't apply when SnapshotType is set to shared. The IncludeShared parameter doesn't apply when SnapshotType is set to public.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBSnapshots request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "IncludeShared":{ "shape":"Boolean", "documentation":"

Set this value to true to include shared manual DB snapshots from other AWS accounts that this AWS account has been given permission to copy or restore, otherwise set this value to false. The default is false.

You can give an AWS account permission to restore a manual DB snapshot from another AWS account by using the ModifyDBSnapshotAttribute API action.

" }, "IncludePublic":{ "shape":"Boolean", "documentation":"

Set this value to true to include manual DB snapshots that are public and can be copied or restored by any AWS account, otherwise set this value to false. The default is false.

You can share a manual DB snapshot as public by using the ModifyDBSnapshotAttribute API.

" } }, "documentation":"

" }, "DescribeDBSubnetGroupsMessage":{ "type":"structure", "members":{ "DBSubnetGroupName":{ "shape":"String", "documentation":"

The name of the DB subnet group to return details for.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeDBSubnetGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeEngineDefaultClusterParametersMessage":{ "type":"structure", "required":["DBParameterGroupFamily"], "members":{ "DBParameterGroupFamily":{ "shape":"String", "documentation":"

The name of the DB cluster parameter group family to return engine parameter information for.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeEngineDefaultClusterParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeEngineDefaultClusterParametersResult":{ "type":"structure", "members":{ "EngineDefaults":{"shape":"EngineDefaults"} } }, "DescribeEngineDefaultParametersMessage":{ "type":"structure", "required":["DBParameterGroupFamily"], "members":{ "DBParameterGroupFamily":{ "shape":"String", "documentation":"

The name of the DB parameter group family.

" }, "Filters":{ "shape":"FilterList", "documentation":"

Not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeEngineDefaultParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeEngineDefaultParametersResult":{ "type":"structure", "members":{ "EngineDefaults":{"shape":"EngineDefaults"} } }, "DescribeEventCategoriesMessage":{ "type":"structure", "members":{ "SourceType":{ "shape":"String", "documentation":"

The type of source that will be generating the events.

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" } }, "documentation":"

" }, "DescribeEventSubscriptionsMessage":{ "type":"structure", "members":{ "SubscriptionName":{ "shape":"String", "documentation":"

The name of the RDS event notification subscription you want to describe.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

" } }, "documentation":"

" }, "DescribeEventsMessage":{ "type":"structure", "members":{ "SourceIdentifier":{ "shape":"String", "documentation":"

The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.

Constraints:

" }, "SourceType":{ "shape":"SourceType", "documentation":"

The event source to retrieve events for. If no value is specified, all events are returned.

" }, "StartTime":{ "shape":"TStamp", "documentation":"

The beginning of the time interval to retrieve events for, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

Example: 2009-07-08T18:00Z

" }, "EndTime":{ "shape":"TStamp", "documentation":"

The end of the time interval for which to retrieve events, specified in ISO 8601 format. For more information about ISO 8601, go to the ISO8601 Wikipedia page.

Example: 2009-07-08T18:00Z

" }, "Duration":{ "shape":"IntegerOptional", "documentation":"

The number of minutes to retrieve events for.

Default: 60

" }, "EventCategories":{ "shape":"EventCategoriesList", "documentation":"

A list of event categories that trigger notifications for a event notification subscription.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeEvents request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeOptionGroupOptionsMessage":{ "type":"structure", "required":["EngineName"], "members":{ "EngineName":{ "shape":"String", "documentation":"

A required parameter. Options available for the given engine name will be described.

" }, "MajorEngineVersion":{ "shape":"String", "documentation":"

If specified, filters the results to include only options for the specified major engine version.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeOptionGroupsMessage":{ "type":"structure", "members":{ "OptionGroupName":{ "shape":"String", "documentation":"

The name of the option group to describe. Cannot be supplied together with EngineName or MajorEngineVersion.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeOptionGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "EngineName":{ "shape":"String", "documentation":"

Filters the list of option groups to only include groups associated with a specific database engine.

" }, "MajorEngineVersion":{ "shape":"String", "documentation":"

Filters the list of option groups to only include groups associated with a specific database engine version. If specified, then EngineName must also be specified.

" } }, "documentation":"

" }, "DescribeOrderableDBInstanceOptionsMessage":{ "type":"structure", "required":["Engine"], "members":{ "Engine":{ "shape":"String", "documentation":"

The name of the engine to retrieve DB instance options for.

" }, "EngineVersion":{ "shape":"String", "documentation":"

The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

" }, "LicenseModel":{ "shape":"String", "documentation":"

The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

" }, "Vpc":{ "shape":"BooleanOptional", "documentation":"

The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

" } }, "documentation":"

" }, "DescribePendingMaintenanceActionsMessage":{ "type":"structure", "members":{ "ResourceIdentifier":{ "shape":"String", "documentation":"

The ARN of a resource to return pending maintenance actions for.

" }, "Filters":{ "shape":"FilterList", "documentation":"

A filter that specifies one or more resources to return pending maintenance actions for.

Supported filters:

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" } }, "documentation":"

" }, "DescribeReservedDBInstancesMessage":{ "type":"structure", "members":{ "ReservedDBInstanceId":{ "shape":"String", "documentation":"

The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

" }, "ReservedDBInstancesOfferingId":{ "shape":"String", "documentation":"

The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

" }, "Duration":{ "shape":"String", "documentation":"

The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

Valid Values: 1 | 3 | 31536000 | 94608000

" }, "ProductDescription":{ "shape":"String", "documentation":"

The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

" }, "OfferingType":{ "shape":"String", "documentation":"

The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

" }, "MultiAZ":{ "shape":"BooleanOptional", "documentation":"

The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeReservedDBInstancesOfferingsMessage":{ "type":"structure", "members":{ "ReservedDBInstancesOfferingId":{ "shape":"String", "documentation":"

The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

" }, "Duration":{ "shape":"String", "documentation":"

Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

Valid Values: 1 | 3 | 31536000 | 94608000

" }, "ProductDescription":{ "shape":"String", "documentation":"

Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

" }, "OfferingType":{ "shape":"String", "documentation":"

The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

" }, "MultiAZ":{ "shape":"BooleanOptional", "documentation":"

The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "DescribeSourceRegionsMessage":{ "type":"structure", "members":{ "RegionName":{ "shape":"String", "documentation":"

The source region name. For example, us-east-1.

Constraints:

" }, "MaxRecords":{ "shape":"IntegerOptional", "documentation":"

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeSourceRegions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" } }, "documentation":"

" }, "DomainMembership":{ "type":"structure", "members":{ "Domain":{ "shape":"String", "documentation":"

The identifier of the Active Directory Domain.

" }, "Status":{ "shape":"String", "documentation":"

The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

" }, "FQDN":{ "shape":"String", "documentation":"

The fully qualified domain name of the Active Directory Domain.

" }, "IAMRoleName":{ "shape":"String", "documentation":"

The name of the IAM role to be used when making API calls to the Directory Service.

" } }, "documentation":"

An Active Directory Domain membership record associated with the DB instance.

" }, "DomainMembershipList":{ "type":"list", "member":{ "shape":"DomainMembership", "locationName":"DomainMembership" }, "documentation":"

List of Active Directory Domain membership records associated with a DB instance.

" }, "DomainNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

Domain does not refer to an existing Active Directory Domain.

", "error":{ "code":"DomainNotFoundFault", "httpStatusCode":404, "senderFault":true }, "exception":true }, "Double":{"type":"double"}, "DownloadDBLogFilePortionDetails":{ "type":"structure", "members":{ "LogFileData":{ "shape":"String", "documentation":"

Entries from the specified log file.

" }, "Marker":{ "shape":"String", "documentation":"

A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.

" }, "AdditionalDataPending":{ "shape":"Boolean", "documentation":"

Boolean value that if true, indicates there is more data to be downloaded.

" } }, "documentation":"

This data type is used as a response element to DownloadDBLogFilePortion.

" }, "DownloadDBLogFilePortionMessage":{ "type":"structure", "required":[ "DBInstanceIdentifier", "LogFileName" ], "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The customer-assigned name of the DB instance that contains the log files you want to list.

Constraints:

" }, "LogFileName":{ "shape":"String", "documentation":"

The name of the log file to be downloaded.

" }, "Marker":{ "shape":"String", "documentation":"

The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

" }, "NumberOfLines":{ "shape":"Integer", "documentation":"

The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

" } }, "documentation":"

" }, "EC2SecurityGroup":{ "type":"structure", "members":{ "Status":{ "shape":"String", "documentation":"

Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

" }, "EC2SecurityGroupName":{ "shape":"String", "documentation":"

Specifies the name of the EC2 security group.

" }, "EC2SecurityGroupId":{ "shape":"String", "documentation":"

Specifies the id of the EC2 security group.

" }, "EC2SecurityGroupOwnerId":{ "shape":"String", "documentation":"

Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

" } }, "documentation":"

This data type is used as a response element in the following actions:

" }, "EC2SecurityGroupList":{ "type":"list", "member":{ "shape":"EC2SecurityGroup", "locationName":"EC2SecurityGroup" } }, "Endpoint":{ "type":"structure", "members":{ "Address":{ "shape":"String", "documentation":"

Specifies the DNS address of the DB instance.

" }, "Port":{ "shape":"Integer", "documentation":"

Specifies the port that the database engine is listening on.

" }, "HostedZoneId":{ "shape":"String", "documentation":"

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

" } }, "documentation":"

This data type is used as a response element in the following actions:

" }, "EngineDefaults":{ "type":"structure", "members":{ "DBParameterGroupFamily":{ "shape":"String", "documentation":"

Specifies the name of the DB parameter group family that the engine default parameters apply to.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous EngineDefaults request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

" }, "Parameters":{ "shape":"ParametersList", "documentation":"

Contains a list of engine default parameters.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeEngineDefaultParameters action.

", "wrapper":true }, "Event":{ "type":"structure", "members":{ "SourceIdentifier":{ "shape":"String", "documentation":"

Provides the identifier for the source of the event.

" }, "SourceType":{ "shape":"SourceType", "documentation":"

Specifies the source type for this event.

" }, "Message":{ "shape":"String", "documentation":"

Provides the text of this event.

" }, "EventCategories":{ "shape":"EventCategoriesList", "documentation":"

Specifies the category for the event.

" }, "Date":{ "shape":"TStamp", "documentation":"

Specifies the date and time of the event.

" }, "SourceArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the event.

" } }, "documentation":"

This data type is used as a response element in the DescribeEvents action.

" }, "EventCategoriesList":{ "type":"list", "member":{ "shape":"String", "locationName":"EventCategory" } }, "EventCategoriesMap":{ "type":"structure", "members":{ "SourceType":{ "shape":"String", "documentation":"

The source type that the returned categories belong to

" }, "EventCategories":{ "shape":"EventCategoriesList", "documentation":"

The event categories for the specified source type

" } }, "documentation":"

Contains the results of a successful invocation of the DescribeEventCategories action.

", "wrapper":true }, "EventCategoriesMapList":{ "type":"list", "member":{ "shape":"EventCategoriesMap", "locationName":"EventCategoriesMap" } }, "EventCategoriesMessage":{ "type":"structure", "members":{ "EventCategoriesMapList":{ "shape":"EventCategoriesMapList", "documentation":"

A list of EventCategoriesMap data types.

" } }, "documentation":"

Data returned from the DescribeEventCategories action.

" }, "EventList":{ "type":"list", "member":{ "shape":"Event", "locationName":"Event" } }, "EventSubscription":{ "type":"structure", "members":{ "CustomerAwsId":{ "shape":"String", "documentation":"

The AWS customer account associated with the RDS event notification subscription.

" }, "CustSubscriptionId":{ "shape":"String", "documentation":"

The RDS event notification subscription Id.

" }, "SnsTopicArn":{ "shape":"String", "documentation":"

The topic ARN of the RDS event notification subscription.

" }, "Status":{ "shape":"String", "documentation":"

The status of the RDS event notification subscription.

Constraints:

Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

" }, "SubscriptionCreationTime":{ "shape":"String", "documentation":"

The time the RDS event notification subscription was created.

" }, "SourceType":{ "shape":"String", "documentation":"

The source type for the RDS event notification subscription.

" }, "SourceIdsList":{ "shape":"SourceIdsList", "documentation":"

A list of source IDs for the RDS event notification subscription.

" }, "EventCategoriesList":{ "shape":"EventCategoriesList", "documentation":"

A list of event categories for the RDS event notification subscription.

" }, "Enabled":{ "shape":"Boolean", "documentation":"

A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

" }, "EventSubscriptionArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the event subscription.

" } }, "documentation":"

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

", "wrapper":true }, "EventSubscriptionQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

You have reached the maximum number of event subscriptions.

", "error":{ "code":"EventSubscriptionQuotaExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true }, "EventSubscriptionsList":{ "type":"list", "member":{ "shape":"EventSubscription", "locationName":"EventSubscription" } }, "EventSubscriptionsMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "EventSubscriptionsList":{ "shape":"EventSubscriptionsList", "documentation":"

A list of EventSubscriptions data types.

" } }, "documentation":"

Data returned by the DescribeEventSubscriptions action.

" }, "EventsMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous Events request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

" }, "Events":{ "shape":"EventList", "documentation":"

A list of Event instances.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeEvents action.

" }, "FailoverDBClusterMessage":{ "type":"structure", "members":{ "DBClusterIdentifier":{ "shape":"String", "documentation":"

A DB cluster identifier to force a failover for. This parameter is not case-sensitive.

Constraints:

" }, "TargetDBInstanceIdentifier":{ "shape":"String", "documentation":"

The name of the instance to promote to the primary instance.

You must specify the instance identifier for an Aurora Replica in the DB cluster. For example, mydbcluster-replica1.

" } }, "documentation":"

" }, "FailoverDBClusterResult":{ "type":"structure", "members":{ "DBCluster":{"shape":"DBCluster"} } }, "Filter":{ "type":"structure", "required":[ "Name", "Values" ], "members":{ "Name":{ "shape":"String", "documentation":"

This parameter is not currently supported.

" }, "Values":{ "shape":"FilterValueList", "documentation":"

This parameter is not currently supported.

" } }, "documentation":"

This type is not currently supported.

" }, "FilterList":{ "type":"list", "member":{ "shape":"Filter", "locationName":"Filter" } }, "FilterValueList":{ "type":"list", "member":{ "shape":"String", "locationName":"Value" } }, "IPRange":{ "type":"structure", "members":{ "Status":{ "shape":"String", "documentation":"

Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

" }, "CIDRIP":{ "shape":"String", "documentation":"

Specifies the IP range.

" } }, "documentation":"

This data type is used as a response element in the DescribeDBSecurityGroups action.

" }, "IPRangeList":{ "type":"list", "member":{ "shape":"IPRange", "locationName":"IPRange" } }, "InstanceQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

Request would result in user exceeding the allowed number of DB instances.

", "error":{ "code":"InstanceQuotaExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InsufficientDBClusterCapacityFault":{ "type":"structure", "members":{ }, "documentation":"

The DB cluster does not have enough capacity for the current operation.

", "error":{ "code":"InsufficientDBClusterCapacityFault", "httpStatusCode":403, "senderFault":true }, "exception":true }, "InsufficientDBInstanceCapacityFault":{ "type":"structure", "members":{ }, "documentation":"

Specified DB instance class is not available in the specified Availability Zone.

", "error":{ "code":"InsufficientDBInstanceCapacity", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InsufficientStorageClusterCapacityFault":{ "type":"structure", "members":{ }, "documentation":"

There is insufficient storage available for the current action. You may be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.

", "error":{ "code":"InsufficientStorageClusterCapacity", "httpStatusCode":400, "senderFault":true }, "exception":true }, "Integer":{"type":"integer"}, "IntegerOptional":{"type":"integer"}, "InvalidDBClusterSnapshotStateFault":{ "type":"structure", "members":{ }, "documentation":"

The supplied value is not a valid DB cluster snapshot state.

", "error":{ "code":"InvalidDBClusterSnapshotStateFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidDBClusterStateFault":{ "type":"structure", "members":{ }, "documentation":"

The DB cluster is not in a valid state.

", "error":{ "code":"InvalidDBClusterStateFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidDBInstanceStateFault":{ "type":"structure", "members":{ }, "documentation":"

The specified DB instance is not in the available state.

", "error":{ "code":"InvalidDBInstanceState", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidDBParameterGroupStateFault":{ "type":"structure", "members":{ }, "documentation":"

The DB parameter group cannot be deleted because it is in use.

", "error":{ "code":"InvalidDBParameterGroupState", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidDBSecurityGroupStateFault":{ "type":"structure", "members":{ }, "documentation":"

The state of the DB security group does not allow deletion.

", "error":{ "code":"InvalidDBSecurityGroupState", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidDBSnapshotStateFault":{ "type":"structure", "members":{ }, "documentation":"

The state of the DB snapshot does not allow deletion.

", "error":{ "code":"InvalidDBSnapshotState", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidDBSubnetGroupFault":{ "type":"structure", "members":{ }, "documentation":"

Indicates the DBSubnetGroup does not belong to the same VPC as that of an existing cross region read replica of the same source instance.

", "error":{ "code":"InvalidDBSubnetGroupFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidDBSubnetGroupStateFault":{ "type":"structure", "members":{ }, "documentation":"

The DB subnet group cannot be deleted because it is in use.

", "error":{ "code":"InvalidDBSubnetGroupStateFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidDBSubnetStateFault":{ "type":"structure", "members":{ }, "documentation":"

The DB subnet is not in the available state.

", "error":{ "code":"InvalidDBSubnetStateFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidEventSubscriptionStateFault":{ "type":"structure", "members":{ }, "documentation":"

This error can occur if someone else is modifying a subscription. You should retry the action.

", "error":{ "code":"InvalidEventSubscriptionState", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidOptionGroupStateFault":{ "type":"structure", "members":{ }, "documentation":"

The option group is not in the available state.

", "error":{ "code":"InvalidOptionGroupStateFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidRestoreFault":{ "type":"structure", "members":{ }, "documentation":"

Cannot restore from vpc backup to non-vpc DB instance.

", "error":{ "code":"InvalidRestoreFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidS3BucketFault":{ "type":"structure", "members":{ }, "documentation":"

The specified Amazon S3 bucket name could not be found or Amazon RDS is not authorized to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and S3IngestionRoleArn values and try again.

", "error":{ "code":"InvalidS3BucketFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidSubnet":{ "type":"structure", "members":{ }, "documentation":"

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

", "error":{ "code":"InvalidSubnet", "httpStatusCode":400, "senderFault":true }, "exception":true }, "InvalidVPCNetworkStateFault":{ "type":"structure", "members":{ }, "documentation":"

DB subnet group does not cover all Availability Zones after it is created because users' change.

", "error":{ "code":"InvalidVPCNetworkStateFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "KMSKeyNotAccessibleFault":{ "type":"structure", "members":{ }, "documentation":"

Error accessing KMS key.

", "error":{ "code":"KMSKeyNotAccessibleFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "KeyList":{ "type":"list", "member":{"shape":"String"} }, "ListTagsForResourceMessage":{ "type":"structure", "required":["ResourceName"], "members":{ "ResourceName":{ "shape":"String", "documentation":"

The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

" }, "Filters":{ "shape":"FilterList", "documentation":"

This parameter is not currently supported.

" } }, "documentation":"

" }, "Long":{"type":"long"}, "ModifyDBClusterMessage":{ "type":"structure", "required":["DBClusterIdentifier"], "members":{ "DBClusterIdentifier":{ "shape":"String", "documentation":"

The DB cluster identifier for the cluster being modified. This parameter is not case-sensitive.

Constraints:

" }, "NewDBClusterIdentifier":{ "shape":"String", "documentation":"

The new DB cluster identifier for the DB cluster when renaming a DB cluster. This value is stored as a lowercase string.

Constraints:

Example: my-cluster2

" }, "ApplyImmediately":{ "shape":"Boolean", "documentation":"

A value that specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB cluster. If this parameter is set to false, changes to the DB cluster are applied during the next maintenance window.

The ApplyImmediately parameter only affects the NewDBClusterIdentifier and MasterUserPassword values. If you set the ApplyImmediately parameter value to false, then changes to the NewDBClusterIdentifier and MasterUserPassword values are applied during the next maintenance window. All other changes are applied immediately, regardless of the value of the ApplyImmediately parameter.

Default: false

" }, "BackupRetentionPeriod":{ "shape":"IntegerOptional", "documentation":"

The number of days for which automated backups are retained. You must specify a minimum value of 1.

Default: 1

Constraints:

" }, "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB cluster parameter group to use for the DB cluster.

" }, "VpcSecurityGroupIds":{ "shape":"VpcSecurityGroupIdList", "documentation":"

A lst of VPC security groups that the DB cluster will belong to.

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

The port number on which the DB cluster accepts connections.

Constraints: Value must be 1150-65535

Default: The same port as the original DB cluster.

" }, "MasterUserPassword":{ "shape":"String", "documentation":"

The new password for the master database user. This password can contain any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain from 8 to 41 characters.

" }, "OptionGroupName":{ "shape":"String", "documentation":"

A value that indicates that the DB cluster should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case, and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

Permanent options cannot be removed from an option group. The option group cannot be removed from a DB cluster once it is associated with a DB cluster.

" }, "PreferredBackupWindow":{ "shape":"String", "documentation":"

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

Default: A 30-minute window selected at random from an 8-hour block of time per region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Constraints:

" }, "PreferredMaintenanceWindow":{ "shape":"String", "documentation":"

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

" } }, "documentation":"

" }, "ModifyDBClusterParameterGroupMessage":{ "type":"structure", "required":[ "DBClusterParameterGroupName", "Parameters" ], "members":{ "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB cluster parameter group to modify.

" }, "Parameters":{ "shape":"ParametersList", "documentation":"

A list of parameters in the DB cluster parameter group to modify.

" } }, "documentation":"

" }, "ModifyDBClusterResult":{ "type":"structure", "members":{ "DBCluster":{"shape":"DBCluster"} } }, "ModifyDBClusterSnapshotAttributeMessage":{ "type":"structure", "required":[ "DBClusterSnapshotIdentifier", "AttributeName" ], "members":{ "DBClusterSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier for the DB cluster snapshot to modify the attributes for.

" }, "AttributeName":{ "shape":"String", "documentation":"

The name of the DB cluster snapshot attribute to modify.

To manage authorization for other AWS accounts to copy or restore a manual DB cluster snapshot, set this value to restore.

" }, "ValuesToAdd":{ "shape":"AttributeValueList", "documentation":"

A list of DB cluster snapshot attributes to add to the attribute specified by AttributeName.

To authorize other AWS accounts to copy or restore a manual DB cluster snapshot, set this list to include one or more AWS account IDs, or all to make the manual DB cluster snapshot restorable by any AWS account. Do not add the all value for any manual DB cluster snapshots that contain private information that you don't want available to all AWS accounts.

" }, "ValuesToRemove":{ "shape":"AttributeValueList", "documentation":"

A list of DB cluster snapshot attributes to remove from the attribute specified by AttributeName.

To remove authorization for other AWS accounts to copy or restore a manual DB cluster snapshot, set this list to include one or more AWS account identifiers, or all to remove authorization for any AWS account to copy or restore the DB cluster snapshot. If you specify all, an AWS account whose account ID is explicitly added to the restore attribute can still copy or restore a manual DB cluster snapshot.

" } }, "documentation":"

" }, "ModifyDBClusterSnapshotAttributeResult":{ "type":"structure", "members":{ "DBClusterSnapshotAttributesResult":{"shape":"DBClusterSnapshotAttributesResult"} } }, "ModifyDBInstanceMessage":{ "type":"structure", "required":["DBInstanceIdentifier"], "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The DB instance identifier. This value is stored as a lowercase string.

Constraints:

" }, "AllocatedStorage":{ "shape":"IntegerOptional", "documentation":"

The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

MySQL

Default: Uses existing setting

Valid Values: 5-6144

Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

Type: Integer

MariaDB

Default: Uses existing setting

Valid Values: 5-6144

Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

Type: Integer

PostgreSQL

Default: Uses existing setting

Valid Values: 5-6144

Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

Type: Integer

Oracle

Default: Uses existing setting

Valid Values: 10-6144

Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

SQL Server

Cannot be modified.

If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

Default: Uses existing setting

Valid Values: db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge | db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

" }, "DBSubnetGroupName":{ "shape":"String", "documentation":"

The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC. If your DB instance is not in a VPC, you can also use this parameter to move your DB instance into a VPC. For more information, see Updating the VPC for a DB Instance.

Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you specify true for the ApplyImmediately parameter.

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens.

Example: mySubnetGroup

" }, "DBSecurityGroups":{ "shape":"DBSecurityGroupNameList", "documentation":"

A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

Constraints:

" }, "VpcSecurityGroupIds":{ "shape":"VpcSecurityGroupIdList", "documentation":"

A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

Constraints:

" }, "ApplyImmediately":{ "shape":"Boolean", "documentation":"

Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

Default: false

" }, "MasterUserPassword":{ "shape":"String", "documentation":"

The new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

Default: Uses existing setting

Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.

" }, "DBParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

Default: Uses existing setting

Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

" }, "BackupRetentionPeriod":{ "shape":"IntegerOptional", "documentation":"

The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

Default: Uses existing setting

Constraints:

" }, "PreferredBackupWindow":{ "shape":"String", "documentation":"

The daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

Constraints:

" }, "PreferredMaintenanceWindow":{ "shape":"String", "documentation":"

The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

Default: Uses existing setting

Format: ddd:hh24:mi-ddd:hh24:mi

Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

Constraints: Must be at least 30 minutes

" }, "MultiAZ":{ "shape":"BooleanOptional", "documentation":"

Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

Constraints: Cannot be specified if the DB instance is a Read Replica.

" }, "EngineVersion":{ "shape":"String", "documentation":"

The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

For a list of valid engine versions, see CreateDBInstance.

" }, "AllowMajorVersionUpgrade":{ "shape":"Boolean", "documentation":"

Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

" }, "AutoMinorVersionUpgrade":{ "shape":"BooleanOptional", "documentation":"

Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

" }, "LicenseModel":{ "shape":"String", "documentation":"

The license model for the DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

" }, "Iops":{ "shape":"IntegerOptional", "documentation":"

The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

Default: Uses existing setting

Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

SQL Server

Setting the IOPS value for the SQL Server database engine is not supported.

Type: Integer

If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

" }, "OptionGroupName":{ "shape":"String", "documentation":"

Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

" }, "NewDBInstanceIdentifier":{ "shape":"String", "documentation":"

The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

Constraints:

" }, "StorageType":{ "shape":"String", "documentation":"

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified; otherwise standard

" }, "TdeCredentialArn":{ "shape":"String", "documentation":"

The ARN from the Key Store with which to associate the instance for TDE encryption.

" }, "TdeCredentialPassword":{ "shape":"String", "documentation":"

The password for the given ARN from the Key Store in order to access the device.

" }, "CACertificateIdentifier":{ "shape":"String", "documentation":"

Indicates the certificate that needs to be associated with the instance.

" }, "Domain":{ "shape":"String", "documentation":"

The Active Directory Domain to move the instance to. Specify none to remove the instance from its current domain. The domain must be created prior to this operation. Currently only a Microsoft SQL Server instance can be created in a Active Directory Domain.

" }, "CopyTagsToSnapshot":{ "shape":"BooleanOptional", "documentation":"

True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.

" }, "MonitoringInterval":{ "shape":"IntegerOptional", "documentation":"

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.

If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

Valid Values: 0, 1, 5, 10, 15, 30, 60

" }, "DBPortNumber":{ "shape":"IntegerOptional", "documentation":"

The port number on which the database accepts connections.

The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

MySQL

Default: 3306

Valid Values: 1150-65535

MariaDB

Default: 3306

Valid Values: 1150-65535

PostgreSQL

Default: 5432

Valid Values: 1150-65535

Type: Integer

Oracle

Default: 1521

Valid Values: 1150-65535

SQL Server

Default: 1433

Valid Values: 1150-65535 except for 1434, 3389, 47001, 49152, and 49152 through 49156.

Amazon Aurora

Default: 3306

Valid Values: 1150-65535

" }, "PubliclyAccessible":{ "shape":"BooleanOptional", "documentation":"

Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

Default: false

" }, "MonitoringRoleArn":{ "shape":"String", "documentation":"

The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

" }, "DomainIAMRoleName":{ "shape":"String", "documentation":"

The name of the IAM role to use when making API calls to the Directory Service.

" }, "PromotionTier":{ "shape":"IntegerOptional", "documentation":"

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster.

Default: 1

Valid Values: 0 - 15

" } }, "documentation":"

" }, "ModifyDBInstanceResult":{ "type":"structure", "members":{ "DBInstance":{"shape":"DBInstance"} } }, "ModifyDBParameterGroupMessage":{ "type":"structure", "required":[ "DBParameterGroupName", "Parameters" ], "members":{ "DBParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB parameter group.

Constraints:

" }, "Parameters":{ "shape":"ParametersList", "documentation":"

An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

Valid Values (for the application method): immediate | pending-reboot

You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.

" } }, "documentation":"

" }, "ModifyDBSnapshotAttributeMessage":{ "type":"structure", "required":[ "DBSnapshotIdentifier", "AttributeName" ], "members":{ "DBSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier for the DB snapshot to modify the attributes for.

" }, "AttributeName":{ "shape":"String", "documentation":"

The name of the DB snapshot attribute to modify.

To manage authorization for other AWS accounts to copy or restore a manual DB snapshot, set this value to restore.

" }, "ValuesToAdd":{ "shape":"AttributeValueList", "documentation":"

A list of DB snapshot attributes to add to the attribute specified by AttributeName.

To authorize other AWS accounts to copy or restore a manual snapshot, set this list to include one or more AWS account IDs, or all to make the manual DB snapshot restorable by any AWS account. Do not add the all value for any manual DB snapshots that contain private information that you don't want available to all AWS accounts.

" }, "ValuesToRemove":{ "shape":"AttributeValueList", "documentation":"

A list of DB snapshot attributes to remove from the attribute specified by AttributeName.

To remove authorization for other AWS accounts to copy or restore a manual snapshot, set this list to include one or more AWS account identifiers, or all to remove authorization for any AWS account to copy or restore the DB snapshot. If you specify all, an AWS account whose account ID is explicitly added to the restore attribute can still copy or restore the manual DB snapshot.

" } }, "documentation":"

" }, "ModifyDBSnapshotAttributeResult":{ "type":"structure", "members":{ "DBSnapshotAttributesResult":{"shape":"DBSnapshotAttributesResult"} } }, "ModifyDBSubnetGroupMessage":{ "type":"structure", "required":[ "DBSubnetGroupName", "SubnetIds" ], "members":{ "DBSubnetGroupName":{ "shape":"String", "documentation":"

The name for the DB subnet group. This value is stored as a lowercase string.

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

" }, "DBSubnetGroupDescription":{ "shape":"String", "documentation":"

The description for the DB subnet group.

" }, "SubnetIds":{ "shape":"SubnetIdentifierList", "documentation":"

The EC2 subnet IDs for the DB subnet group.

" } }, "documentation":"

" }, "ModifyDBSubnetGroupResult":{ "type":"structure", "members":{ "DBSubnetGroup":{"shape":"DBSubnetGroup"} } }, "ModifyEventSubscriptionMessage":{ "type":"structure", "required":["SubscriptionName"], "members":{ "SubscriptionName":{ "shape":"String", "documentation":"

The name of the RDS event notification subscription.

" }, "SnsTopicArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.

" }, "SourceType":{ "shape":"String", "documentation":"

The type of source that will be generating the events. For example, if you want to be notified of events generated by a DB instance, you would set this parameter to db-instance. if this value is not specified, all events are returned.

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot

" }, "EventCategories":{ "shape":"EventCategoriesList", "documentation":"

A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.

" }, "Enabled":{ "shape":"BooleanOptional", "documentation":"

A Boolean value; set to true to activate the subscription.

" } }, "documentation":"

" }, "ModifyEventSubscriptionResult":{ "type":"structure", "members":{ "EventSubscription":{"shape":"EventSubscription"} } }, "ModifyOptionGroupMessage":{ "type":"structure", "required":["OptionGroupName"], "members":{ "OptionGroupName":{ "shape":"String", "documentation":"

The name of the option group to be modified.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

" }, "OptionsToInclude":{ "shape":"OptionConfigurationList", "documentation":"

Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

" }, "OptionsToRemove":{ "shape":"OptionNamesList", "documentation":"

Options in this list are removed from the option group.

" }, "ApplyImmediately":{ "shape":"Boolean", "documentation":"

Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

" } }, "documentation":"

" }, "ModifyOptionGroupResult":{ "type":"structure", "members":{ "OptionGroup":{"shape":"OptionGroup"} } }, "Option":{ "type":"structure", "members":{ "OptionName":{ "shape":"String", "documentation":"

The name of the option.

" }, "OptionDescription":{ "shape":"String", "documentation":"

The description of the option.

" }, "Persistent":{ "shape":"Boolean", "documentation":"

Indicate if this option is persistent.

" }, "Permanent":{ "shape":"Boolean", "documentation":"

Indicate if this option is permanent.

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

If required, the port configured for this option to use.

" }, "OptionVersion":{ "shape":"String", "documentation":"

The version of the option.

" }, "OptionSettings":{ "shape":"OptionSettingConfigurationList", "documentation":"

The option settings for this option.

" }, "DBSecurityGroupMemberships":{ "shape":"DBSecurityGroupMembershipList", "documentation":"

If the option requires access to a port, then this DB security group allows access to the port.

" }, "VpcSecurityGroupMemberships":{ "shape":"VpcSecurityGroupMembershipList", "documentation":"

If the option requires access to a port, then this VPC security group allows access to the port.

" } }, "documentation":"

Option details.

" }, "OptionConfiguration":{ "type":"structure", "required":["OptionName"], "members":{ "OptionName":{ "shape":"String", "documentation":"

The configuration of options to include in a group.

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

The optional port for the option.

" }, "OptionVersion":{ "shape":"String", "documentation":"

The version for the option.

" }, "DBSecurityGroupMemberships":{ "shape":"DBSecurityGroupNameList", "documentation":"

A list of DBSecurityGroupMemebrship name strings used for this option.

" }, "VpcSecurityGroupMemberships":{ "shape":"VpcSecurityGroupIdList", "documentation":"

A list of VpcSecurityGroupMemebrship name strings used for this option.

" }, "OptionSettings":{ "shape":"OptionSettingsList", "documentation":"

The option settings to include in an option group.

" } }, "documentation":"

A list of all available options

" }, "OptionConfigurationList":{ "type":"list", "member":{ "shape":"OptionConfiguration", "locationName":"OptionConfiguration" } }, "OptionGroup":{ "type":"structure", "members":{ "OptionGroupName":{ "shape":"String", "documentation":"

Specifies the name of the option group.

" }, "OptionGroupDescription":{ "shape":"String", "documentation":"

Provides a description of the option group.

" }, "EngineName":{ "shape":"String", "documentation":"

Indicates the name of the engine that this option group can be applied to.

" }, "MajorEngineVersion":{ "shape":"String", "documentation":"

Indicates the major engine version associated with this option group.

" }, "Options":{ "shape":"OptionsList", "documentation":"

Indicates what options are available in the option group.

" }, "AllowsVpcAndNonVpcInstanceMemberships":{ "shape":"Boolean", "documentation":"

Indicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.

" }, "VpcId":{ "shape":"String", "documentation":"

If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.

" }, "OptionGroupArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the option group.

" } }, "documentation":"

", "wrapper":true }, "OptionGroupAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

The option group you are trying to create already exists.

", "error":{ "code":"OptionGroupAlreadyExistsFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "OptionGroupMembership":{ "type":"structure", "members":{ "OptionGroupName":{ "shape":"String", "documentation":"

The name of the option group that the instance belongs to.

" }, "Status":{ "shape":"String", "documentation":"

The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

" } }, "documentation":"

Provides information on the option groups the DB instance is a member of.

" }, "OptionGroupMembershipList":{ "type":"list", "member":{ "shape":"OptionGroupMembership", "locationName":"OptionGroupMembership" } }, "OptionGroupNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

The specified option group could not be found.

", "error":{ "code":"OptionGroupNotFoundFault", "httpStatusCode":404, "senderFault":true }, "exception":true }, "OptionGroupOption":{ "type":"structure", "members":{ "Name":{ "shape":"String", "documentation":"

The name of the option.

" }, "Description":{ "shape":"String", "documentation":"

The description of the option.

" }, "EngineName":{ "shape":"String", "documentation":"

The name of the engine that this option can be applied to.

" }, "MajorEngineVersion":{ "shape":"String", "documentation":"

Indicates the major engine version that the option is available for.

" }, "MinimumRequiredMinorEngineVersion":{ "shape":"String", "documentation":"

The minimum required engine version for the option to be applied.

" }, "PortRequired":{ "shape":"Boolean", "documentation":"

Specifies whether the option requires a port.

" }, "DefaultPort":{ "shape":"IntegerOptional", "documentation":"

If the option requires a port, specifies the default port for the option.

" }, "OptionsDependedOn":{ "shape":"OptionsDependedOn", "documentation":"

The options that are prerequisites for this option.

" }, "OptionsConflictsWith":{ "shape":"OptionsConflictsWith", "documentation":"

The options that conflict with this option.

" }, "Persistent":{ "shape":"Boolean", "documentation":"

Persistent options can't be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.

" }, "Permanent":{ "shape":"Boolean", "documentation":"

Permanent options can never be removed from an option group. An option group containing a permanent option can't be removed from a DB instance.

" }, "OptionGroupOptionSettings":{ "shape":"OptionGroupOptionSettingsList", "documentation":"

The option settings that are available (and the default value) for each option in an option group.

" }, "OptionGroupOptionVersions":{ "shape":"OptionGroupOptionVersionsList", "documentation":"

The versions that are available for the option.

" } }, "documentation":"

Available option.

" }, "OptionGroupOptionSetting":{ "type":"structure", "members":{ "SettingName":{ "shape":"String", "documentation":"

The name of the option group option.

" }, "SettingDescription":{ "shape":"String", "documentation":"

The description of the option group option.

" }, "DefaultValue":{ "shape":"String", "documentation":"

The default value for the option group option.

" }, "ApplyType":{ "shape":"String", "documentation":"

The DB engine specific parameter type for the option group option.

" }, "AllowedValues":{ "shape":"String", "documentation":"

Indicates the acceptable values for the option group option.

" }, "IsModifiable":{ "shape":"Boolean", "documentation":"

Boolean value where true indicates that this option group option can be changed from the default value.

" } }, "documentation":"

Option group option settings are used to display settings available for each option with their default values and other information. These values are used with the DescribeOptionGroupOptions action.

" }, "OptionGroupOptionSettingsList":{ "type":"list", "member":{ "shape":"OptionGroupOptionSetting", "locationName":"OptionGroupOptionSetting" } }, "OptionGroupOptionVersionsList":{ "type":"list", "member":{ "shape":"OptionVersion", "locationName":"OptionVersion" } }, "OptionGroupOptionsList":{ "type":"list", "member":{ "shape":"OptionGroupOption", "locationName":"OptionGroupOption" }, "documentation":"

List of available option group options.

" }, "OptionGroupOptionsMessage":{ "type":"structure", "members":{ "OptionGroupOptions":{"shape":"OptionGroupOptionsList"}, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

" }, "OptionGroupQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

The quota of 20 option groups was exceeded for this AWS account.

", "error":{ "code":"OptionGroupQuotaExceededFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "OptionGroups":{ "type":"structure", "members":{ "OptionGroupsList":{ "shape":"OptionGroupsList", "documentation":"

List of option groups.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "documentation":"

List of option groups.

" }, "OptionGroupsList":{ "type":"list", "member":{ "shape":"OptionGroup", "locationName":"OptionGroup" } }, "OptionNamesList":{ "type":"list", "member":{"shape":"String"} }, "OptionSetting":{ "type":"structure", "members":{ "Name":{ "shape":"String", "documentation":"

The name of the option that has settings that you can set.

" }, "Value":{ "shape":"String", "documentation":"

The current value of the option setting.

" }, "DefaultValue":{ "shape":"String", "documentation":"

The default value of the option setting.

" }, "Description":{ "shape":"String", "documentation":"

The description of the option setting.

" }, "ApplyType":{ "shape":"String", "documentation":"

The DB engine specific parameter type.

" }, "DataType":{ "shape":"String", "documentation":"

The data type of the option setting.

" }, "AllowedValues":{ "shape":"String", "documentation":"

The allowed values of the option setting.

" }, "IsModifiable":{ "shape":"Boolean", "documentation":"

A Boolean value that, when true, indicates the option setting can be modified from the default.

" }, "IsCollection":{ "shape":"Boolean", "documentation":"

Indicates if the option setting is part of a collection.

" } }, "documentation":"

Option settings are the actual settings being applied or configured for that option. It is used when you modify an option group or describe option groups. For example, the NATIVE_NETWORK_ENCRYPTION option has a setting called SQLNET.ENCRYPTION_SERVER that can have several different values.

" }, "OptionSettingConfigurationList":{ "type":"list", "member":{ "shape":"OptionSetting", "locationName":"OptionSetting" } }, "OptionSettingsList":{ "type":"list", "member":{ "shape":"OptionSetting", "locationName":"OptionSetting" } }, "OptionVersion":{ "type":"structure", "members":{ "Version":{ "shape":"String", "documentation":"

The version of the option.

" }, "IsDefault":{ "shape":"Boolean", "documentation":"

True if the version is the default version of the option; otherwise, false.

" } }, "documentation":"

The version for an option. Option group option versions are returned by the DescribeOptionGroupOptions action.

" }, "OptionsConflictsWith":{ "type":"list", "member":{ "shape":"String", "locationName":"OptionConflictName" } }, "OptionsDependedOn":{ "type":"list", "member":{ "shape":"String", "locationName":"OptionName" } }, "OptionsList":{ "type":"list", "member":{ "shape":"Option", "locationName":"Option" } }, "OrderableDBInstanceOption":{ "type":"structure", "members":{ "Engine":{ "shape":"String", "documentation":"

The engine type of the orderable DB instance.

" }, "EngineVersion":{ "shape":"String", "documentation":"

The engine version of the orderable DB instance.

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The DB instance class for the orderable DB instance.

" }, "LicenseModel":{ "shape":"String", "documentation":"

The license model for the orderable DB instance.

" }, "AvailabilityZones":{ "shape":"AvailabilityZoneList", "documentation":"

A list of Availability Zones for the orderable DB instance.

" }, "MultiAZCapable":{ "shape":"Boolean", "documentation":"

Indicates whether this orderable DB instance is multi-AZ capable.

" }, "ReadReplicaCapable":{ "shape":"Boolean", "documentation":"

Indicates whether this orderable DB instance can have a Read Replica.

" }, "Vpc":{ "shape":"Boolean", "documentation":"

Indicates whether this is a VPC orderable DB instance.

" }, "SupportsStorageEncryption":{ "shape":"Boolean", "documentation":"

Indicates whether this orderable DB instance supports encrypted storage.

" }, "StorageType":{ "shape":"String", "documentation":"

Indicates the storage type for this orderable DB instance.

" }, "SupportsIops":{ "shape":"Boolean", "documentation":"

Indicates whether this orderable DB instance supports provisioned IOPS.

" }, "SupportsEnhancedMonitoring":{ "shape":"Boolean", "documentation":"

Indicates whether the DB instance supports enhanced monitoring at intervals from 1 to 60 seconds.

" } }, "documentation":"

Contains a list of available options for a DB instance

This data type is used as a response element in the DescribeOrderableDBInstanceOptions action.

", "wrapper":true }, "OrderableDBInstanceOptionsList":{ "type":"list", "member":{ "shape":"OrderableDBInstanceOption", "locationName":"OrderableDBInstanceOption" } }, "OrderableDBInstanceOptionsMessage":{ "type":"structure", "members":{ "OrderableDBInstanceOptions":{ "shape":"OrderableDBInstanceOptionsList", "documentation":"

An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeOrderableDBInstanceOptions action.

" }, "Parameter":{ "type":"structure", "members":{ "ParameterName":{ "shape":"String", "documentation":"

Specifies the name of the parameter.

" }, "ParameterValue":{ "shape":"String", "documentation":"

Specifies the value of the parameter.

" }, "Description":{ "shape":"String", "documentation":"

Provides a description of the parameter.

" }, "Source":{ "shape":"String", "documentation":"

Indicates the source of the parameter value.

" }, "ApplyType":{ "shape":"String", "documentation":"

Specifies the engine specific parameters type.

" }, "DataType":{ "shape":"String", "documentation":"

Specifies the valid data type for the parameter.

" }, "AllowedValues":{ "shape":"String", "documentation":"

Specifies the valid range of values for the parameter.

" }, "IsModifiable":{ "shape":"Boolean", "documentation":"

Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

" }, "MinimumEngineVersion":{ "shape":"String", "documentation":"

The earliest engine version to which the parameter can apply.

" }, "ApplyMethod":{ "shape":"ApplyMethod", "documentation":"

Indicates when to apply parameter updates.

" } }, "documentation":"

This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions.

This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions.

" }, "ParametersList":{ "type":"list", "member":{ "shape":"Parameter", "locationName":"Parameter" } }, "PendingMaintenanceAction":{ "type":"structure", "members":{ "Action":{ "shape":"String", "documentation":"

The type of pending maintenance action that is available for the resource.

" }, "AutoAppliedAfterDate":{ "shape":"TStamp", "documentation":"

The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

" }, "ForcedApplyDate":{ "shape":"TStamp", "documentation":"

The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

" }, "OptInStatus":{ "shape":"String", "documentation":"

Indicates the type of opt-in request that has been received for the resource.

" }, "CurrentApplyDate":{ "shape":"TStamp", "documentation":"

The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

" }, "Description":{ "shape":"String", "documentation":"

A description providing more detail about the maintenance action.

" } }, "documentation":"

Provides information about a pending maintenance action for a resource.

" }, "PendingMaintenanceActionDetails":{ "type":"list", "member":{ "shape":"PendingMaintenanceAction", "locationName":"PendingMaintenanceAction" } }, "PendingMaintenanceActions":{ "type":"list", "member":{ "shape":"ResourcePendingMaintenanceActions", "locationName":"ResourcePendingMaintenanceActions" } }, "PendingMaintenanceActionsMessage":{ "type":"structure", "members":{ "PendingMaintenanceActions":{ "shape":"PendingMaintenanceActions", "documentation":"

A list of the pending maintenance actions for the resource.

" }, "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If this parameter is specified, the response includes only records beyond the marker, up to a number of records specified by MaxRecords.

" } }, "documentation":"

Data returned from the DescribePendingMaintenanceActions action.

" }, "PendingModifiedValues":{ "type":"structure", "members":{ "DBInstanceClass":{ "shape":"String", "documentation":"

Contains the new DBInstanceClass for the DB instance that will be applied or is in progress.

" }, "AllocatedStorage":{ "shape":"IntegerOptional", "documentation":"

Contains the new AllocatedStorage size for the DB instance that will be applied or is in progress.

" }, "MasterUserPassword":{ "shape":"String", "documentation":"

Contains the pending or in-progress change of the master credentials for the DB instance.

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

Specifies the pending port for the DB instance.

" }, "BackupRetentionPeriod":{ "shape":"IntegerOptional", "documentation":"

Specifies the pending number of days for which automated backups are retained.

" }, "MultiAZ":{ "shape":"BooleanOptional", "documentation":"

Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.

" }, "EngineVersion":{ "shape":"String", "documentation":"

Indicates the database engine version.

" }, "LicenseModel":{ "shape":"String", "documentation":"

The license model for the DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

" }, "Iops":{ "shape":"IntegerOptional", "documentation":"

Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.

" }, "DBInstanceIdentifier":{ "shape":"String", "documentation":"

Contains the new DBInstanceIdentifier for the DB instance that will be applied or is in progress.

" }, "StorageType":{ "shape":"String", "documentation":"

Specifies the storage type to be associated with the DB instance.

" }, "CACertificateIdentifier":{ "shape":"String", "documentation":"

Specifies the identifier of the CA certificate for the DB instance.

" }, "DBSubnetGroupName":{ "shape":"String", "documentation":"

The new DB subnet group for the DB instance.

" } }, "documentation":"

This data type is used as a response element in the ModifyDBInstance action.

" }, "PointInTimeRestoreNotEnabledFault":{ "type":"structure", "members":{ }, "documentation":"

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

", "error":{ "code":"PointInTimeRestoreNotEnabled", "httpStatusCode":400, "senderFault":true }, "exception":true }, "PromoteReadReplicaDBClusterMessage":{ "type":"structure", "required":["DBClusterIdentifier"], "members":{ "DBClusterIdentifier":{ "shape":"String", "documentation":"

The identifier of the DB cluster Read Replica to promote. This parameter is not case-sensitive.

Constraints:

Example: my-cluster-replica1

" } }, "documentation":"

" }, "PromoteReadReplicaDBClusterResult":{ "type":"structure", "members":{ "DBCluster":{"shape":"DBCluster"} } }, "PromoteReadReplicaMessage":{ "type":"structure", "required":["DBInstanceIdentifier"], "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The DB instance identifier. This value is stored as a lowercase string.

Constraints:

Example: mydbinstance

" }, "BackupRetentionPeriod":{ "shape":"IntegerOptional", "documentation":"

The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

Default: 1

Constraints:

" }, "PreferredBackupWindow":{ "shape":"String", "documentation":"

The daily time range during which automated backups are created if automated backups are enabled, using the BackupRetentionPeriod parameter.

Default: A 30-minute window selected at random from an 8-hour block of time per region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Constraints:

" } }, "documentation":"

" }, "PromoteReadReplicaResult":{ "type":"structure", "members":{ "DBInstance":{"shape":"DBInstance"} } }, "ProvisionedIopsNotAvailableInAZFault":{ "type":"structure", "members":{ }, "documentation":"

Provisioned IOPS not available in the specified Availability Zone.

", "error":{ "code":"ProvisionedIopsNotAvailableInAZFault", "httpStatusCode":400, "senderFault":true }, "exception":true }, "PurchaseReservedDBInstancesOfferingMessage":{ "type":"structure", "required":["ReservedDBInstancesOfferingId"], "members":{ "ReservedDBInstancesOfferingId":{ "shape":"String", "documentation":"

The ID of the Reserved DB instance offering to purchase.

Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

" }, "ReservedDBInstanceId":{ "shape":"String", "documentation":"

Customer-specified identifier to track this reservation.

Example: myreservationID

" }, "DBInstanceCount":{ "shape":"IntegerOptional", "documentation":"

The number of instances to reserve.

Default: 1

" }, "Tags":{"shape":"TagList"} }, "documentation":"

" }, "PurchaseReservedDBInstancesOfferingResult":{ "type":"structure", "members":{ "ReservedDBInstance":{"shape":"ReservedDBInstance"} } }, "ReadReplicaDBInstanceIdentifierList":{ "type":"list", "member":{ "shape":"String", "locationName":"ReadReplicaDBInstanceIdentifier" } }, "ReadReplicaIdentifierList":{ "type":"list", "member":{ "shape":"String", "locationName":"ReadReplicaIdentifier" } }, "RebootDBInstanceMessage":{ "type":"structure", "required":["DBInstanceIdentifier"], "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

The DB instance identifier. This parameter is stored as a lowercase string.

Constraints:

" }, "ForceFailover":{ "shape":"BooleanOptional", "documentation":"

When true, the reboot will be conducted through a MultiAZ failover.

Constraint: You cannot specify true if the instance is not configured for MultiAZ.

" } }, "documentation":"

" }, "RebootDBInstanceResult":{ "type":"structure", "members":{ "DBInstance":{"shape":"DBInstance"} } }, "RecurringCharge":{ "type":"structure", "members":{ "RecurringChargeAmount":{ "shape":"Double", "documentation":"

The amount of the recurring charge.

" }, "RecurringChargeFrequency":{ "shape":"String", "documentation":"

The frequency of the recurring charge.

" } }, "documentation":"

This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.

", "wrapper":true }, "RecurringChargeList":{ "type":"list", "member":{ "shape":"RecurringCharge", "locationName":"RecurringCharge" } }, "RemoveRoleFromDBClusterMessage":{ "type":"structure", "required":[ "DBClusterIdentifier", "RoleArn" ], "members":{ "DBClusterIdentifier":{ "shape":"String", "documentation":"

The name of the DB cluster to disassociate the IAM role rom.

" }, "RoleArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the IAM role to disassociate from the Aurora DB cluster, for example arn:aws:iam::123456789012:role/AuroraAccessRole.

" } } }, "RemoveSourceIdentifierFromSubscriptionMessage":{ "type":"structure", "required":[ "SubscriptionName", "SourceIdentifier" ], "members":{ "SubscriptionName":{ "shape":"String", "documentation":"

The name of the RDS event notification subscription you want to remove a source identifier from.

" }, "SourceIdentifier":{ "shape":"String", "documentation":"

The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

" } }, "documentation":"

" }, "RemoveSourceIdentifierFromSubscriptionResult":{ "type":"structure", "members":{ "EventSubscription":{"shape":"EventSubscription"} } }, "RemoveTagsFromResourceMessage":{ "type":"structure", "required":[ "ResourceName", "TagKeys" ], "members":{ "ResourceName":{ "shape":"String", "documentation":"

The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

" }, "TagKeys":{ "shape":"KeyList", "documentation":"

The tag key (name) of the tag to be removed.

" } }, "documentation":"

" }, "ReservedDBInstance":{ "type":"structure", "members":{ "ReservedDBInstanceId":{ "shape":"String", "documentation":"

The unique identifier for the reservation.

" }, "ReservedDBInstancesOfferingId":{ "shape":"String", "documentation":"

The offering identifier.

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The DB instance class for the reserved DB instance.

" }, "StartTime":{ "shape":"TStamp", "documentation":"

The time the reservation started.

" }, "Duration":{ "shape":"Integer", "documentation":"

The duration of the reservation in seconds.

" }, "FixedPrice":{ "shape":"Double", "documentation":"

The fixed price charged for this reserved DB instance.

" }, "UsagePrice":{ "shape":"Double", "documentation":"

The hourly price charged for this reserved DB instance.

" }, "CurrencyCode":{ "shape":"String", "documentation":"

The currency code for the reserved DB instance.

" }, "DBInstanceCount":{ "shape":"Integer", "documentation":"

The number of reserved DB instances.

" }, "ProductDescription":{ "shape":"String", "documentation":"

The description of the reserved DB instance.

" }, "OfferingType":{ "shape":"String", "documentation":"

The offering type of this reserved DB instance.

" }, "MultiAZ":{ "shape":"Boolean", "documentation":"

Indicates if the reservation applies to Multi-AZ deployments.

" }, "State":{ "shape":"String", "documentation":"

The state of the reserved DB instance.

" }, "RecurringCharges":{ "shape":"RecurringChargeList", "documentation":"

The recurring price charged to run this reserved DB instance.

" }, "ReservedDBInstanceArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) for the reserved DB instance.

" } }, "documentation":"

This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.

", "wrapper":true }, "ReservedDBInstanceAlreadyExistsFault":{ "type":"structure", "members":{ }, "documentation":"

User already has a reservation with the given identifier.

", "error":{ "code":"ReservedDBInstanceAlreadyExists", "httpStatusCode":404, "senderFault":true }, "exception":true }, "ReservedDBInstanceList":{ "type":"list", "member":{ "shape":"ReservedDBInstance", "locationName":"ReservedDBInstance" } }, "ReservedDBInstanceMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "ReservedDBInstances":{ "shape":"ReservedDBInstanceList", "documentation":"

A list of reserved DB instances.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeReservedDBInstances action.

" }, "ReservedDBInstanceNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

The specified reserved DB Instance not found.

", "error":{ "code":"ReservedDBInstanceNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "ReservedDBInstanceQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

Request would exceed the user's DB Instance quota.

", "error":{ "code":"ReservedDBInstanceQuotaExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true }, "ReservedDBInstancesOffering":{ "type":"structure", "members":{ "ReservedDBInstancesOfferingId":{ "shape":"String", "documentation":"

The offering identifier.

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The DB instance class for the reserved DB instance.

" }, "Duration":{ "shape":"Integer", "documentation":"

The duration of the offering in seconds.

" }, "FixedPrice":{ "shape":"Double", "documentation":"

The fixed price charged for this offering.

" }, "UsagePrice":{ "shape":"Double", "documentation":"

The hourly price charged for this offering.

" }, "CurrencyCode":{ "shape":"String", "documentation":"

The currency code for the reserved DB instance offering.

" }, "ProductDescription":{ "shape":"String", "documentation":"

The database engine used by the offering.

" }, "OfferingType":{ "shape":"String", "documentation":"

The offering type.

" }, "MultiAZ":{ "shape":"Boolean", "documentation":"

Indicates if the offering applies to Multi-AZ deployments.

" }, "RecurringCharges":{ "shape":"RecurringChargeList", "documentation":"

The recurring price charged to run this reserved DB instance.

" } }, "documentation":"

This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

", "wrapper":true }, "ReservedDBInstancesOfferingList":{ "type":"list", "member":{ "shape":"ReservedDBInstancesOffering", "locationName":"ReservedDBInstancesOffering" } }, "ReservedDBInstancesOfferingMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "ReservedDBInstancesOfferings":{ "shape":"ReservedDBInstancesOfferingList", "documentation":"

A list of reserved DB instance offerings.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action.

" }, "ReservedDBInstancesOfferingNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

Specified offering does not exist.

", "error":{ "code":"ReservedDBInstancesOfferingNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "ResetDBClusterParameterGroupMessage":{ "type":"structure", "required":["DBClusterParameterGroupName"], "members":{ "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB cluster parameter group to reset.

" }, "ResetAllParameters":{ "shape":"Boolean", "documentation":"

A value that is set to true to reset all parameters in the DB cluster parameter group to their default values, and false otherwise. You cannot use this parameter if there is a list of parameter names specified for the Parameters parameter.

" }, "Parameters":{ "shape":"ParametersList", "documentation":"

A list of parameter names in the DB cluster parameter group to reset to the default values. You cannot use this parameter if the ResetAllParameters parameter is set to true.

" } }, "documentation":"

" }, "ResetDBParameterGroupMessage":{ "type":"structure", "required":["DBParameterGroupName"], "members":{ "DBParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB parameter group.

Constraints:

" }, "ResetAllParameters":{ "shape":"Boolean", "documentation":"

Specifies whether (true) or not (false) to reset all parameters in the DB parameter group to default values.

Default: true

" }, "Parameters":{ "shape":"ParametersList", "documentation":"

An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

MySQL

Valid Values (for Apply method): immediate | pending-reboot

You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

MariaDB

Valid Values (for Apply method): immediate | pending-reboot

You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when DB instance reboots.

Oracle

Valid Values (for Apply method): pending-reboot

" } }, "documentation":"

" }, "ResourceNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

The specified resource ID was not found.

", "error":{ "code":"ResourceNotFoundFault", "httpStatusCode":404, "senderFault":true }, "exception":true }, "ResourcePendingMaintenanceActions":{ "type":"structure", "members":{ "ResourceIdentifier":{ "shape":"String", "documentation":"

The ARN of the resource that has pending maintenance actions.

" }, "PendingMaintenanceActionDetails":{ "shape":"PendingMaintenanceActionDetails", "documentation":"

A list that provides details about the pending maintenance actions for the resource.

" } }, "documentation":"

Describes the pending maintenance actions for a resource.

", "wrapper":true }, "RestoreDBClusterFromS3Message":{ "type":"structure", "required":[ "DBClusterIdentifier", "Engine", "MasterUsername", "MasterUserPassword", "SourceEngine", "SourceEngineVersion", "S3BucketName", "S3IngestionRoleArn" ], "members":{ "AvailabilityZones":{ "shape":"AvailabilityZones", "documentation":"

A list of EC2 Availability Zones that instances in the restored DB cluster can be created in.

" }, "BackupRetentionPeriod":{ "shape":"IntegerOptional", "documentation":"

The number of days for which automated backups of the restored DB cluster are retained. You must specify a minimum value of 1.

Default: 1

Constraints:

" }, "CharacterSetName":{ "shape":"String", "documentation":"

A value that indicates that the restored DB cluster should be associated with the specified CharacterSet.

" }, "DatabaseName":{ "shape":"String", "documentation":"

The database name for the restored DB cluster.

" }, "DBClusterIdentifier":{ "shape":"String", "documentation":"

The name of the DB cluster to create from the source data in the S3 bucket. This parameter is isn't case-sensitive.

Constraints:

Example: my-cluster1

" }, "DBClusterParameterGroupName":{ "shape":"String", "documentation":"

The name of the DB cluster parameter group to associate with the restored DB cluster. If this argument is omitted, default.aurora5.6 will be used.

Constraints:

" }, "VpcSecurityGroupIds":{ "shape":"VpcSecurityGroupIdList", "documentation":"

A list of EC2 VPC security groups to associate with the restored DB cluster.

" }, "DBSubnetGroupName":{ "shape":"String", "documentation":"

A DB subnet group to associate with the restored DB cluster.

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

" }, "Engine":{ "shape":"String", "documentation":"

The name of the database engine to be used for the restored DB cluster.

Valid Values: aurora

" }, "EngineVersion":{ "shape":"String", "documentation":"

The version number of the database engine to use.

Aurora

Example: 5.6.10a

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

The port number on which the instances in the restored DB cluster accept connections.

Default: 3306

" }, "MasterUsername":{ "shape":"String", "documentation":"

The name of the master user for the restored DB cluster.

Constraints:

" }, "MasterUserPassword":{ "shape":"String", "documentation":"

The password for the master database user. This password can contain any printable ASCII character except \"/\", \"\"\", or \"@\".

Constraints: Must contain from 8 to 41 characters.

" }, "OptionGroupName":{ "shape":"String", "documentation":"

A value that indicates that the restored DB cluster should be associated with the specified option group.

Permanent options cannot be removed from an option group. An option group cannot be removed from a DB cluster once it is associated with a DB cluster.

" }, "PreferredBackupWindow":{ "shape":"String", "documentation":"

The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.

Default: A 30-minute window selected at random from an 8-hour block of time per region. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Constraints:

" }, "PreferredMaintenanceWindow":{ "shape":"String", "documentation":"

The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

Default: A 30-minute window selected at random from an 8-hour block of time per region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred Maintenance Window in the Amazon RDS User Guide.

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

" }, "Tags":{"shape":"TagList"}, "StorageEncrypted":{ "shape":"BooleanOptional", "documentation":"

Specifies whether the restored DB cluster is encrypted.

" }, "KmsKeyId":{ "shape":"String", "documentation":"

The KMS key identifier for an encrypted DB cluster.

The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB cluster with the same AWS account that owns the KMS encryption key used to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the KM encryption key.

If the StorageEncrypted parameter is true, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

" }, "SourceEngine":{ "shape":"String", "documentation":"

The identifier for the database engine that was backed up to create the files stored in the Amazon S3 bucket.

Valid values: mysql

" }, "SourceEngineVersion":{ "shape":"String", "documentation":"

The version of the database that the backup files were created from.

MySQL version 5.5 and 5.6 are supported.

Example: 5.6.22

" }, "S3BucketName":{ "shape":"String", "documentation":"

The name of the Amazon S3 bucket that contains the data used to create the Amazon Aurora DB cluster.

" }, "S3Prefix":{ "shape":"String", "documentation":"

The prefix for all of the file names that contain the data used to create the Amazon Aurora DB cluster. If you do not specify a SourceS3Prefix value, then the Amazon Aurora DB cluster is created by using all of the files in the Amazon S3 bucket.

" }, "S3IngestionRoleArn":{ "shape":"String", "documentation":"

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon RDS to access the Amazon S3 bucket on your behalf.

" } } }, "RestoreDBClusterFromS3Result":{ "type":"structure", "members":{ "DBCluster":{"shape":"DBCluster"} } }, "RestoreDBClusterFromSnapshotMessage":{ "type":"structure", "required":[ "DBClusterIdentifier", "SnapshotIdentifier", "Engine" ], "members":{ "AvailabilityZones":{ "shape":"AvailabilityZones", "documentation":"

Provides the list of EC2 Availability Zones that instances in the restored DB cluster can be created in.

" }, "DBClusterIdentifier":{ "shape":"String", "documentation":"

The name of the DB cluster to create from the DB cluster snapshot. This parameter isn't case-sensitive.

Constraints:

Example: my-snapshot-id

" }, "SnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier for the DB cluster snapshot to restore from.

Constraints:

" }, "Engine":{ "shape":"String", "documentation":"

The database engine to use for the new DB cluster.

Default: The same as source

Constraint: Must be compatible with the engine of the source

" }, "EngineVersion":{ "shape":"String", "documentation":"

The version of the database engine to use for the new DB cluster.

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

The port number on which the new DB cluster accepts connections.

Constraints: Value must be 1150-65535

Default: The same port as the original DB cluster.

" }, "DBSubnetGroupName":{ "shape":"String", "documentation":"

The name of the DB subnet group to use for the new DB cluster.

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

" }, "DatabaseName":{ "shape":"String", "documentation":"

The database name for the restored DB cluster.

" }, "OptionGroupName":{ "shape":"String", "documentation":"

The name of the option group to use for the restored DB cluster.

" }, "VpcSecurityGroupIds":{ "shape":"VpcSecurityGroupIdList", "documentation":"

A list of VPC security groups that the new DB cluster will belong to.

" }, "Tags":{ "shape":"TagList", "documentation":"

The tags to be assigned to the restored DB cluster.

" }, "KmsKeyId":{ "shape":"String", "documentation":"

The KMS key identifier to use when restoring an encrypted DB cluster from a DB cluster snapshot.

The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a DB cluster with the same AWS account that owns the KMS encryption key used to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key.

If you do not specify a value for the KmsKeyId parameter, then the following will occur:

" } }, "documentation":"

" }, "RestoreDBClusterFromSnapshotResult":{ "type":"structure", "members":{ "DBCluster":{"shape":"DBCluster"} } }, "RestoreDBClusterToPointInTimeMessage":{ "type":"structure", "required":[ "DBClusterIdentifier", "SourceDBClusterIdentifier" ], "members":{ "DBClusterIdentifier":{ "shape":"String", "documentation":"

The name of the new DB cluster to be created.

Constraints:

" }, "SourceDBClusterIdentifier":{ "shape":"String", "documentation":"

The identifier of the source DB cluster from which to restore.

Constraints:

" }, "RestoreToTime":{ "shape":"TStamp", "documentation":"

The date and time to restore the DB cluster to.

Valid Values: Value must be a time in Universal Coordinated Time (UTC) format

Constraints:

Example: 2015-03-07T23:45:00Z

" }, "UseLatestRestorableTime":{ "shape":"Boolean", "documentation":"

A value that is set to true to restore the DB cluster to the latest restorable backup time, and false otherwise.

Default: false

Constraints: Cannot be specified if RestoreToTime parameter is provided.

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

The port number on which the new DB cluster accepts connections.

Constraints: Value must be 1150-65535

Default: The same port as the original DB cluster.

" }, "DBSubnetGroupName":{ "shape":"String", "documentation":"

The DB subnet group name to use for the new DB cluster.

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

" }, "OptionGroupName":{ "shape":"String", "documentation":"

The name of the option group for the new DB cluster.

" }, "VpcSecurityGroupIds":{ "shape":"VpcSecurityGroupIdList", "documentation":"

A lst of VPC security groups that the new DB cluster belongs to.

" }, "Tags":{"shape":"TagList"}, "KmsKeyId":{ "shape":"String", "documentation":"

The KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster.

The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are restoring a DB cluster with the same AWS account that owns the KMS encryption key used to encrypt the new DB cluster, then you can use the KMS key alias instead of the ARN for the KMS encryption key.

You can restore to a new DB cluster and encrypt the new DB cluster with a KMS key that is different than the KMS key used to encrypt the source DB cluster. The new DB cluster will be encrypted with the KMS key identified by the KmsKeyId parameter.

If you do not specify a value for the KmsKeyId parameter, then the following will occur:

If DBClusterIdentifier refers to a DB cluster that is note encrypted, then the restore request is rejected.

" } }, "documentation":"

" }, "RestoreDBClusterToPointInTimeResult":{ "type":"structure", "members":{ "DBCluster":{"shape":"DBCluster"} } }, "RestoreDBInstanceFromDBSnapshotMessage":{ "type":"structure", "required":[ "DBInstanceIdentifier", "DBSnapshotIdentifier" ], "members":{ "DBInstanceIdentifier":{ "shape":"String", "documentation":"

Name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.

Constraints:

Example: my-snapshot-id

" }, "DBSnapshotIdentifier":{ "shape":"String", "documentation":"

The identifier for the DB snapshot to restore from.

Constraints:

If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier must be the ARN of the shared DB snapshot.

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The compute and memory capacity of the Amazon RDS DB instance.

Valid Values: db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

The port number on which the database accepts connections.

Default: The same port as the original DB instance

Constraints: Value must be 1150-65535

" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The EC2 Availability Zone that the database instance will be created in.

Default: A random, system-chosen Availability Zone.

Constraint: You cannot specify the AvailabilityZone parameter if the MultiAZ parameter is set to true.

Example: us-east-1a

" }, "DBSubnetGroupName":{ "shape":"String", "documentation":"

The DB subnet group name to use for the new instance.

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

" }, "MultiAZ":{ "shape":"BooleanOptional", "documentation":"

Specifies if the DB instance is a Multi-AZ deployment.

Constraint: You cannot specify the AvailabilityZone parameter if the MultiAZ parameter is set to true.

" }, "PubliclyAccessible":{ "shape":"BooleanOptional", "documentation":"

Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

" }, "AutoMinorVersionUpgrade":{ "shape":"BooleanOptional", "documentation":"

Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window.

" }, "LicenseModel":{ "shape":"String", "documentation":"

License model information for the restored DB instance.

Default: Same as source.

Valid values: license-included | bring-your-own-license | general-public-license

" }, "DBName":{ "shape":"String", "documentation":"

The database name for the restored DB instance.

This parameter doesn't apply to the MySQL, PostgreSQL, or MariaDB engines.

" }, "Engine":{ "shape":"String", "documentation":"

The database engine to use for the new instance.

Default: The same as source

Constraint: Must be compatible with the engine of the source

Valid Values: MySQL | mariadb | oracle-se1 | oracle-se | oracle-ee | sqlserver-ee | sqlserver-se | sqlserver-ex | sqlserver-web | postgres | aurora

" }, "Iops":{ "shape":"IntegerOptional", "documentation":"

Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this parameter is not specified, the IOPS value will be taken from the backup. If this parameter is set to 0, the new instance will be converted to a non-PIOPS instance, which will take additional time, though your DB instance will be available for connections before the conversion starts.

Constraints: Must be an integer greater than 1000.

SQL Server

Setting the IOPS value for the SQL Server database engine is not supported.

" }, "OptionGroupName":{ "shape":"String", "documentation":"

The name of the option group to be used for the restored DB instance.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

" }, "Tags":{"shape":"TagList"}, "StorageType":{ "shape":"String", "documentation":"

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified; otherwise standard

" }, "TdeCredentialArn":{ "shape":"String", "documentation":"

The ARN from the Key Store with which to associate the instance for TDE encryption.

" }, "TdeCredentialPassword":{ "shape":"String", "documentation":"

The password for the given ARN from the Key Store in order to access the device.

" }, "Domain":{ "shape":"String", "documentation":"

Specify the Active Directory Domain to restore the instance in.

" }, "CopyTagsToSnapshot":{ "shape":"BooleanOptional", "documentation":"

True to copy all tags from the restored DB instance to snapshots of the DB instance; otherwise false. The default is false.

" }, "DomainIAMRoleName":{ "shape":"String", "documentation":"

Specify the name of the IAM role to be used when making API calls to the Directory Service.

" } }, "documentation":"

" }, "RestoreDBInstanceFromDBSnapshotResult":{ "type":"structure", "members":{ "DBInstance":{"shape":"DBInstance"} } }, "RestoreDBInstanceToPointInTimeMessage":{ "type":"structure", "required":[ "SourceDBInstanceIdentifier", "TargetDBInstanceIdentifier" ], "members":{ "SourceDBInstanceIdentifier":{ "shape":"String", "documentation":"

The identifier of the source DB instance from which to restore.

Constraints:

" }, "TargetDBInstanceIdentifier":{ "shape":"String", "documentation":"

The name of the new database instance to be created.

Constraints:

" }, "RestoreTime":{ "shape":"TStamp", "documentation":"

The date and time to restore from.

Valid Values: Value must be a time in Universal Coordinated Time (UTC) format

Constraints:

Example: 2009-09-07T23:45:00Z

" }, "UseLatestRestorableTime":{ "shape":"Boolean", "documentation":"

Specifies whether (true) or not (false) the DB instance is restored from the latest backup time.

Default: false

Constraints: Cannot be specified if RestoreTime parameter is provided.

" }, "DBInstanceClass":{ "shape":"String", "documentation":"

The compute and memory capacity of the Amazon RDS DB instance.

Valid Values: db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

Default: The same DBInstanceClass as the original DB instance.

" }, "Port":{ "shape":"IntegerOptional", "documentation":"

The port number on which the database accepts connections.

Constraints: Value must be 1150-65535

Default: The same port as the original DB instance.

" }, "AvailabilityZone":{ "shape":"String", "documentation":"

The EC2 Availability Zone that the database instance will be created in.

Default: A random, system-chosen Availability Zone.

Constraint: You cannot specify the AvailabilityZone parameter if the MultiAZ parameter is set to true.

Example: us-east-1a

" }, "DBSubnetGroupName":{ "shape":"String", "documentation":"

The DB subnet group name to use for the new instance.

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

" }, "MultiAZ":{ "shape":"BooleanOptional", "documentation":"

Specifies if the DB instance is a Multi-AZ deployment.

Constraint: You cannot specify the AvailabilityZone parameter if the MultiAZ parameter is set to true.

" }, "PubliclyAccessible":{ "shape":"BooleanOptional", "documentation":"

Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

" }, "AutoMinorVersionUpgrade":{ "shape":"BooleanOptional", "documentation":"

Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window.

" }, "LicenseModel":{ "shape":"String", "documentation":"

License model information for the restored DB instance.

Default: Same as source.

Valid values: license-included | bring-your-own-license | general-public-license

" }, "DBName":{ "shape":"String", "documentation":"

The database name for the restored DB instance.

This parameter is not used for the MySQL or MariaDB engines.

" }, "Engine":{ "shape":"String", "documentation":"

The database engine to use for the new instance.

Default: The same as source

Constraint: Must be compatible with the engine of the source

Valid Values: MySQL | mariadb | oracle-se1 | oracle-se | oracle-ee | sqlserver-ee | sqlserver-se | sqlserver-ex | sqlserver-web | postgres | aurora

" }, "Iops":{ "shape":"IntegerOptional", "documentation":"

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

Constraints: Must be an integer greater than 1000.

SQL Server

Setting the IOPS value for the SQL Server database engine is not supported.

" }, "OptionGroupName":{ "shape":"String", "documentation":"

The name of the option group to be used for the restored DB instance.

Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

" }, "CopyTagsToSnapshot":{ "shape":"BooleanOptional", "documentation":"

True to copy all tags from the restored DB instance to snapshots of the DB instance; otherwise false. The default is false.

" }, "Tags":{"shape":"TagList"}, "StorageType":{ "shape":"String", "documentation":"

Specifies the storage type to be associated with the DB instance.

Valid values: standard | gp2 | io1

If you specify io1, you must also include a value for the Iops parameter.

Default: io1 if the Iops parameter is specified; otherwise standard

" }, "TdeCredentialArn":{ "shape":"String", "documentation":"

The ARN from the Key Store with which to associate the instance for TDE encryption.

" }, "TdeCredentialPassword":{ "shape":"String", "documentation":"

The password for the given ARN from the Key Store in order to access the device.

" }, "Domain":{ "shape":"String", "documentation":"

Specify the Active Directory Domain to restore the instance in.

" }, "DomainIAMRoleName":{ "shape":"String", "documentation":"

Specify the name of the IAM role to be used when making API calls to the Directory Service.

" } }, "documentation":"

" }, "RestoreDBInstanceToPointInTimeResult":{ "type":"structure", "members":{ "DBInstance":{"shape":"DBInstance"} } }, "RevokeDBSecurityGroupIngressMessage":{ "type":"structure", "required":["DBSecurityGroupName"], "members":{ "DBSecurityGroupName":{ "shape":"String", "documentation":"

The name of the DB security group to revoke ingress from.

" }, "CIDRIP":{ "shape":"String", "documentation":"

The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.

" }, "EC2SecurityGroupName":{ "shape":"String", "documentation":"

The name of the EC2 security group to revoke access from. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

" }, "EC2SecurityGroupId":{ "shape":"String", "documentation":"

The id of the EC2 security group to revoke access from. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

" }, "EC2SecurityGroupOwnerId":{ "shape":"String", "documentation":"

The AWS Account Number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

" } }, "documentation":"

" }, "RevokeDBSecurityGroupIngressResult":{ "type":"structure", "members":{ "DBSecurityGroup":{"shape":"DBSecurityGroup"} } }, "SNSInvalidTopicFault":{ "type":"structure", "members":{ }, "documentation":"

SNS has responded that there is a problem with the SND topic specified.

", "error":{ "code":"SNSInvalidTopic", "httpStatusCode":400, "senderFault":true }, "exception":true }, "SNSNoAuthorizationFault":{ "type":"structure", "members":{ }, "documentation":"

You do not have permission to publish to the SNS topic ARN.

", "error":{ "code":"SNSNoAuthorization", "httpStatusCode":400, "senderFault":true }, "exception":true }, "SNSTopicArnNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

The SNS topic ARN does not exist.

", "error":{ "code":"SNSTopicArnNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "SharedSnapshotQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.

", "error":{ "code":"SharedSnapshotQuotaExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true }, "SnapshotQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

Request would result in user exceeding the allowed number of DB snapshots.

", "error":{ "code":"SnapshotQuotaExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true }, "SourceIdsList":{ "type":"list", "member":{ "shape":"String", "locationName":"SourceId" } }, "SourceNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

The requested source could not be found.

", "error":{ "code":"SourceNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "SourceRegion":{ "type":"structure", "members":{ "RegionName":{ "shape":"String", "documentation":"

The source region name.

" }, "Endpoint":{ "shape":"String", "documentation":"

The source region endpoint.

" }, "Status":{ "shape":"String", "documentation":"

The status of the source region.

" } }, "documentation":"

Contains an AWS Region name as the result of a successful call to the DescribeSourceRegions action.

" }, "SourceRegionList":{ "type":"list", "member":{ "shape":"SourceRegion", "locationName":"SourceRegion" } }, "SourceRegionMessage":{ "type":"structure", "members":{ "Marker":{ "shape":"String", "documentation":"

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

" }, "SourceRegions":{ "shape":"SourceRegionList", "documentation":"

A list of SourceRegion instances that contains each source AWS Region that the current region can get a Read Replica or a DB snapshot from.

" } }, "documentation":"

Contains the result of a successful invocation of the DescribeSourceRegions action.

" }, "SourceType":{ "type":"string", "enum":[ "db-instance", "db-parameter-group", "db-security-group", "db-snapshot", "db-cluster", "db-cluster-snapshot" ] }, "StorageQuotaExceededFault":{ "type":"structure", "members":{ }, "documentation":"

Request would result in user exceeding the allowed amount of storage available across all DB instances.

", "error":{ "code":"StorageQuotaExceeded", "httpStatusCode":400, "senderFault":true }, "exception":true }, "StorageTypeNotSupportedFault":{ "type":"structure", "members":{ }, "documentation":"

StorageType specified cannot be associated with the DB Instance.

", "error":{ "code":"StorageTypeNotSupported", "httpStatusCode":400, "senderFault":true }, "exception":true }, "String":{"type":"string"}, "Subnet":{ "type":"structure", "members":{ "SubnetIdentifier":{ "shape":"String", "documentation":"

Specifies the identifier of the subnet.

" }, "SubnetAvailabilityZone":{"shape":"AvailabilityZone"}, "SubnetStatus":{ "shape":"String", "documentation":"

Specifies the status of the subnet.

" } }, "documentation":"

This data type is used as a response element in the DescribeDBSubnetGroups action.

" }, "SubnetAlreadyInUse":{ "type":"structure", "members":{ }, "documentation":"

The DB subnet is already in use in the Availability Zone.

", "error":{ "code":"SubnetAlreadyInUse", "httpStatusCode":400, "senderFault":true }, "exception":true }, "SubnetIdentifierList":{ "type":"list", "member":{ "shape":"String", "locationName":"SubnetIdentifier" } }, "SubnetList":{ "type":"list", "member":{ "shape":"Subnet", "locationName":"Subnet" } }, "SubscriptionAlreadyExistFault":{ "type":"structure", "members":{ }, "documentation":"

The supplied subscription name already exists.

", "error":{ "code":"SubscriptionAlreadyExist", "httpStatusCode":400, "senderFault":true }, "exception":true }, "SubscriptionCategoryNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

The supplied category does not exist.

", "error":{ "code":"SubscriptionCategoryNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "SubscriptionNotFoundFault":{ "type":"structure", "members":{ }, "documentation":"

The subscription name does not exist.

", "error":{ "code":"SubscriptionNotFound", "httpStatusCode":404, "senderFault":true }, "exception":true }, "SupportedCharacterSetsList":{ "type":"list", "member":{ "shape":"CharacterSet", "locationName":"CharacterSet" } }, "SupportedTimezonesList":{ "type":"list", "member":{ "shape":"Timezone", "locationName":"Timezone" } }, "TStamp":{"type":"timestamp"}, "Tag":{ "type":"structure", "members":{ "Key":{ "shape":"String", "documentation":"

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\" or \"rds:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

" }, "Value":{ "shape":"String", "documentation":"

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with \"aws:\" or \"rds:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

" } }, "documentation":"

Metadata assigned to an Amazon RDS resource consisting of a key-value pair.

" }, "TagList":{ "type":"list", "member":{ "shape":"Tag", "locationName":"Tag" }, "documentation":"

A list of tags.

" }, "TagListMessage":{ "type":"structure", "members":{ "TagList":{ "shape":"TagList", "documentation":"

List of tags returned by the ListTagsForResource operation.

" } }, "documentation":"

" }, "Timezone":{ "type":"structure", "members":{ "TimezoneName":{ "shape":"String", "documentation":"

The name of the time zone.

" } }, "documentation":"

A time zone associated with a DBInstance or a DBSnapshot. This data type is an element in the response to the DescribeDBInstances, the DescribeDBSnapshots, and the DescribeDBEngineVersions actions.

" }, "UpgradeTarget":{ "type":"structure", "members":{ "Engine":{ "shape":"String", "documentation":"

The name of the upgrade target database engine.

" }, "EngineVersion":{ "shape":"String", "documentation":"

The version number of the upgrade target database engine.

" }, "Description":{ "shape":"String", "documentation":"

The version of the database engine that a DB instance can be upgraded to.

" }, "AutoUpgrade":{ "shape":"Boolean", "documentation":"

A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

" }, "IsMajorVersionUpgrade":{ "shape":"Boolean", "documentation":"

A value that indicates whether a database engine will be upgraded to a major version.

" } }, "documentation":"

The version of the database engine that a DB instance can be upgraded to.

" }, "ValidUpgradeTargetList":{ "type":"list", "member":{ "shape":"UpgradeTarget", "locationName":"UpgradeTarget" } }, "VpcSecurityGroupIdList":{ "type":"list", "member":{ "shape":"String", "locationName":"VpcSecurityGroupId" } }, "VpcSecurityGroupMembership":{ "type":"structure", "members":{ "VpcSecurityGroupId":{ "shape":"String", "documentation":"

The name of the VPC security group.

" }, "Status":{ "shape":"String", "documentation":"

The status of the VPC security group.

" } }, "documentation":"

This data type is used as a response element for queries on VPC security group membership.

" }, "VpcSecurityGroupMembershipList":{ "type":"list", "member":{ "shape":"VpcSecurityGroupMembership", "locationName":"VpcSecurityGroupMembership" } } }, "documentation":"Amazon Relational Database Service

Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique.

Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your database instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you use.

This interface reference for Amazon RDS contains documentation for a programming or command line interface you can use to manage Amazon RDS. Note that Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user guide.

Amazon RDS API Reference

Amazon RDS User Guide

" }