All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.rds-2014-10-31-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS SDK for Java with support for OSGi. The AWS SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).

There is a newer version: 1.11.60
Show newest version
{
  "metadata" : {
    "apiVersion" : "2014-10-31",
    "protocol" : "query",
    "checksumFormat" : null,
    "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

", "defaultEndpoint" : "rds.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "rds.amazonaws.com", "syncInterface" : "AmazonRDS", "syncClient" : "AmazonRDSClient", "asyncInterface" : "AmazonRDSAsync", "asyncClient" : "AmazonRDSAsyncClient", "packageName" : "com.amazonaws.services.rds", "packagePath" : "com/amazonaws/services/rds", "serviceAbbreviation" : "Amazon RDS", "serviceFullName" : "Amazon Relational Database Service", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : null, "endpointPrefix" : "rds", "signingName" : "rds", "jsonProtocol" : false, "xmlProtocol" : true, "cborProtocol" : false, "unmarshallerContextClassName" : "StaxUnmarshallerContext", "unmarshallerClassSuffix" : "StaxUnmarshaller", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller", "syncClientBuilderClassName" : "AmazonRDSClientBuilder", "asyncClientBuilderClassName" : "AmazonRDSAsyncClientBuilder", "serviceName" : "Amazon RDS" }, "operations" : { "AddSourceIdentifierToSubscription" : { "documentation" : "

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

", "operationName" : "AddSourceIdentifierToSubscription", "deprecated" : false, "input" : { "variableName" : "addSourceIdentifierToSubscriptionRequest", "variableType" : "AddSourceIdentifierToSubscriptionRequest", "variableDeclarationType" : "AddSourceIdentifierToSubscriptionRequest", "documentation" : "

", "simpleType" : "AddSourceIdentifierToSubscriptionRequest", "variableSetterType" : "AddSourceIdentifierToSubscriptionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EventSubscription", "documentation" : "

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

" }, "exceptions" : [ { "exceptionName" : "SubscriptionNotFoundException", "documentation" : "

The subscription name does not exist.

" }, { "exceptionName" : "SourceNotFoundException", "documentation" : "

The requested source could not be found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "EventSubscription", "asyncReturnType" : "EventSubscription", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "addSourceIdentifierToSubscription" }, "AddTagsToResource" : { "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.

", "operationName" : "AddTagsToResource", "deprecated" : false, "input" : { "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "variableDeclarationType" : "AddTagsToResourceRequest", "documentation" : "

", "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddTagsToResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" }, { "exceptionName" : "DBSnapshotNotFoundException", "documentation" : "

DBSnapshotIdentifier does not refer to an existing DB snapshot.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "AddTagsToResourceResult", "asyncReturnType" : "AddTagsToResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "addTagsToResource" }, "ApplyPendingMaintenanceAction" : { "documentation" : "

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

", "operationName" : "ApplyPendingMaintenanceAction", "deprecated" : false, "input" : { "variableName" : "applyPendingMaintenanceActionRequest", "variableType" : "ApplyPendingMaintenanceActionRequest", "variableDeclarationType" : "ApplyPendingMaintenanceActionRequest", "documentation" : "

", "simpleType" : "ApplyPendingMaintenanceActionRequest", "variableSetterType" : "ApplyPendingMaintenanceActionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ResourcePendingMaintenanceActions", "documentation" : "

Describes the pending maintenance actions for a resource.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource ID was not found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ResourcePendingMaintenanceActions", "asyncReturnType" : "ResourcePendingMaintenanceActions", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "applyPendingMaintenanceAction" }, "AuthorizeDBSecurityGroupIngress" : { "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.

", "operationName" : "AuthorizeDBSecurityGroupIngress", "deprecated" : false, "input" : { "variableName" : "authorizeDBSecurityGroupIngressRequest", "variableType" : "AuthorizeDBSecurityGroupIngressRequest", "variableDeclarationType" : "AuthorizeDBSecurityGroupIngressRequest", "documentation" : "

", "simpleType" : "AuthorizeDBSecurityGroupIngressRequest", "variableSetterType" : "AuthorizeDBSecurityGroupIngressRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSecurityGroup", "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.

" }, "exceptions" : [ { "exceptionName" : "DBSecurityGroupNotFoundException", "documentation" : "

DBSecurityGroupName does not refer to an existing DB security group.

" }, { "exceptionName" : "InvalidDBSecurityGroupStateException", "documentation" : "

The state of the DB security group does not allow deletion.

" }, { "exceptionName" : "AuthorizationAlreadyExistsException", "documentation" : "

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

" }, { "exceptionName" : "AuthorizationQuotaExceededException", "documentation" : "

DB security group authorization quota has been reached.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBSecurityGroup", "asyncReturnType" : "DBSecurityGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "authorizeDBSecurityGroupIngress" }, "CopyDBClusterParameterGroup" : { "documentation" : "

Copies the specified DB cluster parameter group.

", "operationName" : "CopyDBClusterParameterGroup", "deprecated" : false, "input" : { "variableName" : "copyDBClusterParameterGroupRequest", "variableType" : "CopyDBClusterParameterGroupRequest", "variableDeclarationType" : "CopyDBClusterParameterGroupRequest", "documentation" : "", "simpleType" : "CopyDBClusterParameterGroupRequest", "variableSetterType" : "CopyDBClusterParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBClusterParameterGroup", "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.

" }, "exceptions" : [ { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" }, { "exceptionName" : "DBParameterGroupQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB parameter groups.

" }, { "exceptionName" : "DBParameterGroupAlreadyExistsException", "documentation" : "

A DB parameter group with the same name exists.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBClusterParameterGroup", "asyncReturnType" : "DBClusterParameterGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "copyDBClusterParameterGroup" }, "CopyDBClusterSnapshot" : { "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.

", "operationName" : "CopyDBClusterSnapshot", "deprecated" : false, "input" : { "variableName" : "copyDBClusterSnapshotRequest", "variableType" : "CopyDBClusterSnapshotRequest", "variableDeclarationType" : "CopyDBClusterSnapshotRequest", "documentation" : "

", "simpleType" : "CopyDBClusterSnapshotRequest", "variableSetterType" : "CopyDBClusterSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBClusterSnapshot", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterSnapshotAlreadyExistsException", "documentation" : "

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

" }, { "exceptionName" : "DBClusterSnapshotNotFoundException", "documentation" : "

DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.

" }, { "exceptionName" : "InvalidDBClusterStateException", "documentation" : "

The DB cluster is not in a valid state.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBClusterSnapshot", "asyncReturnType" : "DBClusterSnapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "copyDBClusterSnapshot" }, "CopyDBParameterGroup" : { "documentation" : "

Copies the specified DB parameter group.

", "operationName" : "CopyDBParameterGroup", "deprecated" : false, "input" : { "variableName" : "copyDBParameterGroupRequest", "variableType" : "CopyDBParameterGroupRequest", "variableDeclarationType" : "CopyDBParameterGroupRequest", "documentation" : "

", "simpleType" : "CopyDBParameterGroupRequest", "variableSetterType" : "CopyDBParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBParameterGroup", "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.

" }, "exceptions" : [ { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" }, { "exceptionName" : "DBParameterGroupAlreadyExistsException", "documentation" : "

A DB parameter group with the same name exists.

" }, { "exceptionName" : "DBParameterGroupQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB parameter groups.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBParameterGroup", "asyncReturnType" : "DBParameterGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "copyDBParameterGroup" }, "CopyDBSnapshot" : { "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.

", "operationName" : "CopyDBSnapshot", "deprecated" : false, "input" : { "variableName" : "copyDBSnapshotRequest", "variableType" : "CopyDBSnapshotRequest", "variableDeclarationType" : "CopyDBSnapshotRequest", "documentation" : "

", "simpleType" : "CopyDBSnapshotRequest", "variableSetterType" : "CopyDBSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSnapshot", "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.

" }, "exceptions" : [ { "exceptionName" : "DBSnapshotAlreadyExistsException", "documentation" : "

DBSnapshotIdentifier is already used by an existing snapshot.

" }, { "exceptionName" : "DBSnapshotNotFoundException", "documentation" : "

DBSnapshotIdentifier does not refer to an existing DB snapshot.

" }, { "exceptionName" : "InvalidDBSnapshotStateException", "documentation" : "

The state of the DB snapshot does not allow deletion.

" }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB snapshots.

" }, { "exceptionName" : "KMSKeyNotAccessibleException", "documentation" : "

Error accessing KMS key.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBSnapshot", "asyncReturnType" : "DBSnapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "copyDBSnapshot" }, "CopyOptionGroup" : { "documentation" : "

Copies the specified option group.

", "operationName" : "CopyOptionGroup", "deprecated" : false, "input" : { "variableName" : "copyOptionGroupRequest", "variableType" : "CopyOptionGroupRequest", "variableDeclarationType" : "CopyOptionGroupRequest", "documentation" : "

", "simpleType" : "CopyOptionGroupRequest", "variableSetterType" : "CopyOptionGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "OptionGroup", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "OptionGroupAlreadyExistsException", "documentation" : "

The option group you are trying to create already exists.

" }, { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" }, { "exceptionName" : "OptionGroupQuotaExceededException", "documentation" : "

The quota of 20 option groups was exceeded for this AWS account.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "OptionGroup", "asyncReturnType" : "OptionGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "copyOptionGroup" }, "CreateDBCluster" : { "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.

", "operationName" : "CreateDBCluster", "deprecated" : false, "input" : { "variableName" : "createDBClusterRequest", "variableType" : "CreateDBClusterRequest", "variableDeclarationType" : "CreateDBClusterRequest", "documentation" : "

", "simpleType" : "CreateDBClusterRequest", "variableSetterType" : "CreateDBClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBCluster", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterAlreadyExistsException", "documentation" : "

User already has a DB cluster with the given identifier.

" }, { "exceptionName" : "InsufficientStorageClusterCapacityException", "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.

" }, { "exceptionName" : "DBClusterQuotaExceededException", "documentation" : "

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

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

DB subnet group does not cover all Availability Zones after it is created because users' change.

" }, { "exceptionName" : "InvalidDBClusterStateException", "documentation" : "

The DB cluster is not in a valid state.

" }, { "exceptionName" : "InvalidDBSubnetGroupStateException", "documentation" : "

The DB subnet group cannot be deleted because it is in use.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

" }, { "exceptionName" : "DBClusterParameterGroupNotFoundException", "documentation" : "

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

" }, { "exceptionName" : "KMSKeyNotAccessibleException", "documentation" : "

Error accessing KMS key.

" }, { "exceptionName" : "DBClusterNotFoundException", "documentation" : "

DBClusterIdentifier does not refer to an existing DB cluster.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBCluster", "asyncReturnType" : "DBCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createDBCluster" }, "CreateDBClusterParameterGroup" : { "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.

", "operationName" : "CreateDBClusterParameterGroup", "deprecated" : false, "input" : { "variableName" : "createDBClusterParameterGroupRequest", "variableType" : "CreateDBClusterParameterGroupRequest", "variableDeclarationType" : "CreateDBClusterParameterGroupRequest", "documentation" : "

", "simpleType" : "CreateDBClusterParameterGroupRequest", "variableSetterType" : "CreateDBClusterParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBClusterParameterGroup", "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.

" }, "exceptions" : [ { "exceptionName" : "DBParameterGroupQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB parameter groups.

" }, { "exceptionName" : "DBParameterGroupAlreadyExistsException", "documentation" : "

A DB parameter group with the same name exists.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBClusterParameterGroup", "asyncReturnType" : "DBClusterParameterGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createDBClusterParameterGroup" }, "CreateDBClusterSnapshot" : { "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.

", "operationName" : "CreateDBClusterSnapshot", "deprecated" : false, "input" : { "variableName" : "createDBClusterSnapshotRequest", "variableType" : "CreateDBClusterSnapshotRequest", "variableDeclarationType" : "CreateDBClusterSnapshotRequest", "documentation" : "

", "simpleType" : "CreateDBClusterSnapshotRequest", "variableSetterType" : "CreateDBClusterSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBClusterSnapshot", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterSnapshotAlreadyExistsException", "documentation" : "

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

" }, { "exceptionName" : "InvalidDBClusterStateException", "documentation" : "

The DB cluster is not in a valid state.

" }, { "exceptionName" : "DBClusterNotFoundException", "documentation" : "

DBClusterIdentifier does not refer to an existing DB cluster.

" }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB snapshots.

" }, { "exceptionName" : "InvalidDBClusterSnapshotStateException", "documentation" : "

The supplied value is not a valid DB cluster snapshot state.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBClusterSnapshot", "asyncReturnType" : "DBClusterSnapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createDBClusterSnapshot" }, "CreateDBInstance" : { "documentation" : "

Creates a new DB instance.

", "operationName" : "CreateDBInstance", "deprecated" : false, "input" : { "variableName" : "createDBInstanceRequest", "variableType" : "CreateDBInstanceRequest", "variableDeclarationType" : "CreateDBInstanceRequest", "documentation" : "

", "simpleType" : "CreateDBInstanceRequest", "variableSetterType" : "CreateDBInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBInstance", "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.

" }, "exceptions" : [ { "exceptionName" : "DBInstanceAlreadyExistsException", "documentation" : "

User already has a DB instance with the given identifier.

" }, { "exceptionName" : "InsufficientDBInstanceCapacityException", "documentation" : "

Specified DB instance class is not available in the specified Availability Zone.

" }, { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" }, { "exceptionName" : "DBSecurityGroupNotFoundException", "documentation" : "

DBSecurityGroupName does not refer to an existing DB security group.

" }, { "exceptionName" : "InstanceQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB instances.

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "DBSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : "

Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

" }, { "exceptionName" : "InvalidDBClusterStateException", "documentation" : "

The DB cluster is not in a valid state.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

DB subnet group does not cover all Availability Zones after it is created because users' change.

" }, { "exceptionName" : "ProvisionedIopsNotAvailableInAZException", "documentation" : "

Provisioned IOPS not available in the specified Availability Zone.

" }, { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" }, { "exceptionName" : "DBClusterNotFoundException", "documentation" : "

DBClusterIdentifier does not refer to an existing DB cluster.

" }, { "exceptionName" : "StorageTypeNotSupportedException", "documentation" : "

StorageType specified cannot be associated with the DB Instance.

" }, { "exceptionName" : "AuthorizationNotFoundException", "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.

" }, { "exceptionName" : "KMSKeyNotAccessibleException", "documentation" : "

Error accessing KMS key.

" }, { "exceptionName" : "DomainNotFoundException", "documentation" : "

Domain does not refer to an existing Active Directory Domain.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBInstance", "asyncReturnType" : "DBInstance", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createDBInstance" }, "CreateDBInstanceReadReplica" : { "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.

", "operationName" : "CreateDBInstanceReadReplica", "deprecated" : false, "input" : { "variableName" : "createDBInstanceReadReplicaRequest", "variableType" : "CreateDBInstanceReadReplicaRequest", "variableDeclarationType" : "CreateDBInstanceReadReplicaRequest", "documentation" : "", "simpleType" : "CreateDBInstanceReadReplicaRequest", "variableSetterType" : "CreateDBInstanceReadReplicaRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBInstance", "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.

" }, "exceptions" : [ { "exceptionName" : "DBInstanceAlreadyExistsException", "documentation" : "

User already has a DB instance with the given identifier.

" }, { "exceptionName" : "InsufficientDBInstanceCapacityException", "documentation" : "

Specified DB instance class is not available in the specified Availability Zone.

" }, { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" }, { "exceptionName" : "DBSecurityGroupNotFoundException", "documentation" : "

DBSecurityGroupName does not refer to an existing DB security group.

" }, { "exceptionName" : "InstanceQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB instances.

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" }, { "exceptionName" : "InvalidDBInstanceStateException", "documentation" : "

The specified DB instance is not in the available state.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "DBSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : "

Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

DB subnet group does not cover all Availability Zones after it is created because users' change.

" }, { "exceptionName" : "ProvisionedIopsNotAvailableInAZException", "documentation" : "

Provisioned IOPS not available in the specified Availability Zone.

" }, { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" }, { "exceptionName" : "DBSubnetGroupNotAllowedException", "documentation" : "

Indicates that the DBSubnetGroup should not be specified while creating read replicas that lie in the same region as the source instance.

" }, { "exceptionName" : "InvalidDBSubnetGroupException", "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.

" }, { "exceptionName" : "StorageTypeNotSupportedException", "documentation" : "

StorageType specified cannot be associated with the DB Instance.

" }, { "exceptionName" : "KMSKeyNotAccessibleException", "documentation" : "

Error accessing KMS key.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBInstance", "asyncReturnType" : "DBInstance", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createDBInstanceReadReplica" }, "CreateDBParameterGroup" : { "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.

", "operationName" : "CreateDBParameterGroup", "deprecated" : false, "input" : { "variableName" : "createDBParameterGroupRequest", "variableType" : "CreateDBParameterGroupRequest", "variableDeclarationType" : "CreateDBParameterGroupRequest", "documentation" : "

", "simpleType" : "CreateDBParameterGroupRequest", "variableSetterType" : "CreateDBParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBParameterGroup", "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.

" }, "exceptions" : [ { "exceptionName" : "DBParameterGroupQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB parameter groups.

" }, { "exceptionName" : "DBParameterGroupAlreadyExistsException", "documentation" : "

A DB parameter group with the same name exists.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBParameterGroup", "asyncReturnType" : "DBParameterGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createDBParameterGroup" }, "CreateDBSecurityGroup" : { "documentation" : "

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

", "operationName" : "CreateDBSecurityGroup", "deprecated" : false, "input" : { "variableName" : "createDBSecurityGroupRequest", "variableType" : "CreateDBSecurityGroupRequest", "variableDeclarationType" : "CreateDBSecurityGroupRequest", "documentation" : "

", "simpleType" : "CreateDBSecurityGroupRequest", "variableSetterType" : "CreateDBSecurityGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSecurityGroup", "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.

" }, "exceptions" : [ { "exceptionName" : "DBSecurityGroupAlreadyExistsException", "documentation" : "

A DB security group with the name specified in DBSecurityGroupName already exists.

" }, { "exceptionName" : "DBSecurityGroupQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB security groups.

" }, { "exceptionName" : "DBSecurityGroupNotSupportedException", "documentation" : "

A DB security group is not allowed for this action.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBSecurityGroup", "asyncReturnType" : "DBSecurityGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createDBSecurityGroup" }, "CreateDBSnapshot" : { "documentation" : "

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

", "operationName" : "CreateDBSnapshot", "deprecated" : false, "input" : { "variableName" : "createDBSnapshotRequest", "variableType" : "CreateDBSnapshotRequest", "variableDeclarationType" : "CreateDBSnapshotRequest", "documentation" : "

", "simpleType" : "CreateDBSnapshotRequest", "variableSetterType" : "CreateDBSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSnapshot", "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.

" }, "exceptions" : [ { "exceptionName" : "DBSnapshotAlreadyExistsException", "documentation" : "

DBSnapshotIdentifier is already used by an existing snapshot.

" }, { "exceptionName" : "InvalidDBInstanceStateException", "documentation" : "

The specified DB instance is not in the available state.

" }, { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB snapshots.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBSnapshot", "asyncReturnType" : "DBSnapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createDBSnapshot" }, "CreateDBSubnetGroup" : { "documentation" : "

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

", "operationName" : "CreateDBSubnetGroup", "deprecated" : false, "input" : { "variableName" : "createDBSubnetGroupRequest", "variableType" : "CreateDBSubnetGroupRequest", "variableDeclarationType" : "CreateDBSubnetGroupRequest", "documentation" : "

", "simpleType" : "CreateDBSubnetGroupRequest", "variableSetterType" : "CreateDBSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSubnetGroup", "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.

" }, "exceptions" : [ { "exceptionName" : "DBSubnetGroupAlreadyExistsException", "documentation" : "

DBSubnetGroupName is already used by an existing DB subnet group.

" }, { "exceptionName" : "DBSubnetGroupQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB subnet groups.

" }, { "exceptionName" : "DBSubnetQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of subnets in a DB subnet groups.

" }, { "exceptionName" : "DBSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : "

Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBSubnetGroup", "asyncReturnType" : "DBSubnetGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createDBSubnetGroup" }, "CreateEventSubscription" : { "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.

", "operationName" : "CreateEventSubscription", "deprecated" : false, "input" : { "variableName" : "createEventSubscriptionRequest", "variableType" : "CreateEventSubscriptionRequest", "variableDeclarationType" : "CreateEventSubscriptionRequest", "documentation" : "

", "simpleType" : "CreateEventSubscriptionRequest", "variableSetterType" : "CreateEventSubscriptionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EventSubscription", "documentation" : "

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

" }, "exceptions" : [ { "exceptionName" : "EventSubscriptionQuotaExceededException", "documentation" : "

You have reached the maximum number of event subscriptions.

" }, { "exceptionName" : "SubscriptionAlreadyExistException", "documentation" : "

The supplied subscription name already exists.

" }, { "exceptionName" : "SNSInvalidTopicException", "documentation" : "

SNS has responded that there is a problem with the SND topic specified.

" }, { "exceptionName" : "SNSNoAuthorizationException", "documentation" : "

You do not have permission to publish to the SNS topic ARN.

" }, { "exceptionName" : "SNSTopicArnNotFoundException", "documentation" : "

The SNS topic ARN does not exist.

" }, { "exceptionName" : "SubscriptionCategoryNotFoundException", "documentation" : "

The supplied category does not exist.

" }, { "exceptionName" : "SourceNotFoundException", "documentation" : "

The requested source could not be found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "EventSubscription", "asyncReturnType" : "EventSubscription", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createEventSubscription" }, "CreateOptionGroup" : { "documentation" : "

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

", "operationName" : "CreateOptionGroup", "deprecated" : false, "input" : { "variableName" : "createOptionGroupRequest", "variableType" : "CreateOptionGroupRequest", "variableDeclarationType" : "CreateOptionGroupRequest", "documentation" : "

", "simpleType" : "CreateOptionGroupRequest", "variableSetterType" : "CreateOptionGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "OptionGroup", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "OptionGroupAlreadyExistsException", "documentation" : "

The option group you are trying to create already exists.

" }, { "exceptionName" : "OptionGroupQuotaExceededException", "documentation" : "

The quota of 20 option groups was exceeded for this AWS account.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "OptionGroup", "asyncReturnType" : "OptionGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "createOptionGroup" }, "DeleteDBCluster" : { "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.

", "operationName" : "DeleteDBCluster", "deprecated" : false, "input" : { "variableName" : "deleteDBClusterRequest", "variableType" : "DeleteDBClusterRequest", "variableDeclarationType" : "DeleteDBClusterRequest", "documentation" : "

", "simpleType" : "DeleteDBClusterRequest", "variableSetterType" : "DeleteDBClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBCluster", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterNotFoundException", "documentation" : "

DBClusterIdentifier does not refer to an existing DB cluster.

" }, { "exceptionName" : "InvalidDBClusterStateException", "documentation" : "

The DB cluster is not in a valid state.

" }, { "exceptionName" : "DBClusterSnapshotAlreadyExistsException", "documentation" : "

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

" }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB snapshots.

" }, { "exceptionName" : "InvalidDBClusterSnapshotStateException", "documentation" : "

The supplied value is not a valid DB cluster snapshot state.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBCluster", "asyncReturnType" : "DBCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDBCluster" }, "DeleteDBClusterParameterGroup" : { "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.

", "operationName" : "DeleteDBClusterParameterGroup", "deprecated" : false, "input" : { "variableName" : "deleteDBClusterParameterGroupRequest", "variableType" : "DeleteDBClusterParameterGroupRequest", "variableDeclarationType" : "DeleteDBClusterParameterGroupRequest", "documentation" : "

", "simpleType" : "DeleteDBClusterParameterGroupRequest", "variableSetterType" : "DeleteDBClusterParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDBClusterParameterGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidDBParameterGroupStateException", "documentation" : "

The DB parameter group cannot be deleted because it is in use.

" }, { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DeleteDBClusterParameterGroupResult", "asyncReturnType" : "DeleteDBClusterParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDBClusterParameterGroup" }, "DeleteDBClusterSnapshot" : { "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.

", "operationName" : "DeleteDBClusterSnapshot", "deprecated" : false, "input" : { "variableName" : "deleteDBClusterSnapshotRequest", "variableType" : "DeleteDBClusterSnapshotRequest", "variableDeclarationType" : "DeleteDBClusterSnapshotRequest", "documentation" : "

", "simpleType" : "DeleteDBClusterSnapshotRequest", "variableSetterType" : "DeleteDBClusterSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBClusterSnapshot", "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.

" }, "exceptions" : [ { "exceptionName" : "InvalidDBClusterSnapshotStateException", "documentation" : "

The supplied value is not a valid DB cluster snapshot state.

" }, { "exceptionName" : "DBClusterSnapshotNotFoundException", "documentation" : "

DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBClusterSnapshot", "asyncReturnType" : "DBClusterSnapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDBClusterSnapshot" }, "DeleteDBInstance" : { "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:

  • The DB cluster is a Read Replica of another Amazon Aurora DB cluster.

  • The DB instance is the only instance in the DB cluster.

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.

", "operationName" : "DeleteDBInstance", "deprecated" : false, "input" : { "variableName" : "deleteDBInstanceRequest", "variableType" : "DeleteDBInstanceRequest", "variableDeclarationType" : "DeleteDBInstanceRequest", "documentation" : "

", "simpleType" : "DeleteDBInstanceRequest", "variableSetterType" : "DeleteDBInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBInstance", "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.

" }, "exceptions" : [ { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" }, { "exceptionName" : "InvalidDBInstanceStateException", "documentation" : "

The specified DB instance is not in the available state.

" }, { "exceptionName" : "DBSnapshotAlreadyExistsException", "documentation" : "

DBSnapshotIdentifier is already used by an existing snapshot.

" }, { "exceptionName" : "SnapshotQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB snapshots.

" }, { "exceptionName" : "InvalidDBClusterStateException", "documentation" : "

The DB cluster is not in a valid state.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBInstance", "asyncReturnType" : "DBInstance", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDBInstance" }, "DeleteDBParameterGroup" : { "documentation" : "

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

", "operationName" : "DeleteDBParameterGroup", "deprecated" : false, "input" : { "variableName" : "deleteDBParameterGroupRequest", "variableType" : "DeleteDBParameterGroupRequest", "variableDeclarationType" : "DeleteDBParameterGroupRequest", "documentation" : "

", "simpleType" : "DeleteDBParameterGroupRequest", "variableSetterType" : "DeleteDBParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDBParameterGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidDBParameterGroupStateException", "documentation" : "

The DB parameter group cannot be deleted because it is in use.

" }, { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DeleteDBParameterGroupResult", "asyncReturnType" : "DeleteDBParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDBParameterGroup" }, "DeleteDBSecurityGroup" : { "documentation" : "

Deletes a DB security group.

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

", "operationName" : "DeleteDBSecurityGroup", "deprecated" : false, "input" : { "variableName" : "deleteDBSecurityGroupRequest", "variableType" : "DeleteDBSecurityGroupRequest", "variableDeclarationType" : "DeleteDBSecurityGroupRequest", "documentation" : "

", "simpleType" : "DeleteDBSecurityGroupRequest", "variableSetterType" : "DeleteDBSecurityGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDBSecurityGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidDBSecurityGroupStateException", "documentation" : "

The state of the DB security group does not allow deletion.

" }, { "exceptionName" : "DBSecurityGroupNotFoundException", "documentation" : "

DBSecurityGroupName does not refer to an existing DB security group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DeleteDBSecurityGroupResult", "asyncReturnType" : "DeleteDBSecurityGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDBSecurityGroup" }, "DeleteDBSnapshot" : { "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.

", "operationName" : "DeleteDBSnapshot", "deprecated" : false, "input" : { "variableName" : "deleteDBSnapshotRequest", "variableType" : "DeleteDBSnapshotRequest", "variableDeclarationType" : "DeleteDBSnapshotRequest", "documentation" : "

", "simpleType" : "DeleteDBSnapshotRequest", "variableSetterType" : "DeleteDBSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSnapshot", "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.

" }, "exceptions" : [ { "exceptionName" : "InvalidDBSnapshotStateException", "documentation" : "

The state of the DB snapshot does not allow deletion.

" }, { "exceptionName" : "DBSnapshotNotFoundException", "documentation" : "

DBSnapshotIdentifier does not refer to an existing DB snapshot.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBSnapshot", "asyncReturnType" : "DBSnapshot", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDBSnapshot" }, "DeleteDBSubnetGroup" : { "documentation" : "

Deletes a DB subnet group.

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

", "operationName" : "DeleteDBSubnetGroup", "deprecated" : false, "input" : { "variableName" : "deleteDBSubnetGroupRequest", "variableType" : "DeleteDBSubnetGroupRequest", "variableDeclarationType" : "DeleteDBSubnetGroupRequest", "documentation" : "

", "simpleType" : "DeleteDBSubnetGroupRequest", "variableSetterType" : "DeleteDBSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDBSubnetGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidDBSubnetGroupStateException", "documentation" : "

The DB subnet group cannot be deleted because it is in use.

" }, { "exceptionName" : "InvalidDBSubnetStateException", "documentation" : "

The DB subnet is not in the available state.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DeleteDBSubnetGroupResult", "asyncReturnType" : "DeleteDBSubnetGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteDBSubnetGroup" }, "DeleteEventSubscription" : { "documentation" : "

Deletes an RDS event notification subscription.

", "operationName" : "DeleteEventSubscription", "deprecated" : false, "input" : { "variableName" : "deleteEventSubscriptionRequest", "variableType" : "DeleteEventSubscriptionRequest", "variableDeclarationType" : "DeleteEventSubscriptionRequest", "documentation" : "

", "simpleType" : "DeleteEventSubscriptionRequest", "variableSetterType" : "DeleteEventSubscriptionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EventSubscription", "documentation" : "

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

" }, "exceptions" : [ { "exceptionName" : "SubscriptionNotFoundException", "documentation" : "

The subscription name does not exist.

" }, { "exceptionName" : "InvalidEventSubscriptionStateException", "documentation" : "

This error can occur if someone else is modifying a subscription. You should retry the action.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "EventSubscription", "asyncReturnType" : "EventSubscription", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteEventSubscription" }, "DeleteOptionGroup" : { "documentation" : "

Deletes an existing option group.

", "operationName" : "DeleteOptionGroup", "deprecated" : false, "input" : { "variableName" : "deleteOptionGroupRequest", "variableType" : "DeleteOptionGroupRequest", "variableDeclarationType" : "DeleteOptionGroupRequest", "documentation" : "

", "simpleType" : "DeleteOptionGroupRequest", "variableSetterType" : "DeleteOptionGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteOptionGroupResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" }, { "exceptionName" : "InvalidOptionGroupStateException", "documentation" : "

The option group is not in the available state.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DeleteOptionGroupResult", "asyncReturnType" : "DeleteOptionGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "deleteOptionGroup" }, "DescribeAccountAttributes" : { "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.

", "operationName" : "DescribeAccountAttributes", "deprecated" : false, "input" : { "variableName" : "describeAccountAttributesRequest", "variableType" : "DescribeAccountAttributesRequest", "variableDeclarationType" : "DescribeAccountAttributesRequest", "documentation" : "

", "simpleType" : "DescribeAccountAttributesRequest", "variableSetterType" : "DescribeAccountAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAccountAttributesResult", "documentation" : "

Data returned by the DescribeAccountAttributes action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeAccountAttributesResult", "asyncReturnType" : "DescribeAccountAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeAccountAttributes" }, "DescribeCertificates" : { "documentation" : "

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

", "operationName" : "DescribeCertificates", "deprecated" : false, "input" : { "variableName" : "describeCertificatesRequest", "variableType" : "DescribeCertificatesRequest", "variableDeclarationType" : "DescribeCertificatesRequest", "documentation" : "

", "simpleType" : "DescribeCertificatesRequest", "variableSetterType" : "DescribeCertificatesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeCertificatesResult", "documentation" : "

Data returned by the DescribeCertificates action.

" }, "exceptions" : [ { "exceptionName" : "CertificateNotFoundException", "documentation" : "

CertificateIdentifier does not refer to an existing certificate.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeCertificatesResult", "asyncReturnType" : "DescribeCertificatesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeCertificates" }, "DescribeDBClusterParameterGroups" : { "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.

", "operationName" : "DescribeDBClusterParameterGroups", "deprecated" : false, "input" : { "variableName" : "describeDBClusterParameterGroupsRequest", "variableType" : "DescribeDBClusterParameterGroupsRequest", "variableDeclarationType" : "DescribeDBClusterParameterGroupsRequest", "documentation" : "

", "simpleType" : "DescribeDBClusterParameterGroupsRequest", "variableSetterType" : "DescribeDBClusterParameterGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBClusterParameterGroupsResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBClusterParameterGroupsResult", "asyncReturnType" : "DescribeDBClusterParameterGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBClusterParameterGroups" }, "DescribeDBClusterParameters" : { "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.

", "operationName" : "DescribeDBClusterParameters", "deprecated" : false, "input" : { "variableName" : "describeDBClusterParametersRequest", "variableType" : "DescribeDBClusterParametersRequest", "variableDeclarationType" : "DescribeDBClusterParametersRequest", "documentation" : "

", "simpleType" : "DescribeDBClusterParametersRequest", "variableSetterType" : "DescribeDBClusterParametersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBClusterParametersResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBClusterParametersResult", "asyncReturnType" : "DescribeDBClusterParametersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBClusterParameters" }, "DescribeDBClusterSnapshotAttributes" : { "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.

", "operationName" : "DescribeDBClusterSnapshotAttributes", "deprecated" : false, "input" : { "variableName" : "describeDBClusterSnapshotAttributesRequest", "variableType" : "DescribeDBClusterSnapshotAttributesRequest", "variableDeclarationType" : "DescribeDBClusterSnapshotAttributesRequest", "documentation" : "

", "simpleType" : "DescribeDBClusterSnapshotAttributesRequest", "variableSetterType" : "DescribeDBClusterSnapshotAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBClusterSnapshotAttributesResult", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterSnapshotNotFoundException", "documentation" : "

DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBClusterSnapshotAttributesResult", "asyncReturnType" : "DBClusterSnapshotAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBClusterSnapshotAttributes" }, "DescribeDBClusterSnapshots" : { "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.

", "operationName" : "DescribeDBClusterSnapshots", "deprecated" : false, "input" : { "variableName" : "describeDBClusterSnapshotsRequest", "variableType" : "DescribeDBClusterSnapshotsRequest", "variableDeclarationType" : "DescribeDBClusterSnapshotsRequest", "documentation" : "

", "simpleType" : "DescribeDBClusterSnapshotsRequest", "variableSetterType" : "DescribeDBClusterSnapshotsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBClusterSnapshotsResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "DBClusterSnapshotNotFoundException", "documentation" : "

DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBClusterSnapshotsResult", "asyncReturnType" : "DescribeDBClusterSnapshotsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBClusterSnapshots" }, "DescribeDBClusters" : { "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.

", "operationName" : "DescribeDBClusters", "deprecated" : false, "input" : { "variableName" : "describeDBClustersRequest", "variableType" : "DescribeDBClustersRequest", "variableDeclarationType" : "DescribeDBClustersRequest", "documentation" : "

", "simpleType" : "DescribeDBClustersRequest", "variableSetterType" : "DescribeDBClustersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBClustersResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "DBClusterNotFoundException", "documentation" : "

DBClusterIdentifier does not refer to an existing DB cluster.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBClustersResult", "asyncReturnType" : "DescribeDBClustersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBClusters" }, "DescribeDBEngineVersions" : { "documentation" : "

Returns a list of the available DB engines.

", "operationName" : "DescribeDBEngineVersions", "deprecated" : false, "input" : { "variableName" : "describeDBEngineVersionsRequest", "variableType" : "DescribeDBEngineVersionsRequest", "variableDeclarationType" : "DescribeDBEngineVersionsRequest", "documentation" : "", "simpleType" : "DescribeDBEngineVersionsRequest", "variableSetterType" : "DescribeDBEngineVersionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBEngineVersionsResult", "documentation" : "

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

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBEngineVersionsResult", "asyncReturnType" : "DescribeDBEngineVersionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBEngineVersions" }, "DescribeDBInstances" : { "documentation" : "

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

", "operationName" : "DescribeDBInstances", "deprecated" : false, "input" : { "variableName" : "describeDBInstancesRequest", "variableType" : "DescribeDBInstancesRequest", "variableDeclarationType" : "DescribeDBInstancesRequest", "documentation" : "

", "simpleType" : "DescribeDBInstancesRequest", "variableSetterType" : "DescribeDBInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBInstancesResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBInstancesResult", "asyncReturnType" : "DescribeDBInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBInstances" }, "DescribeDBLogFiles" : { "documentation" : "

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

", "operationName" : "DescribeDBLogFiles", "deprecated" : false, "input" : { "variableName" : "describeDBLogFilesRequest", "variableType" : "DescribeDBLogFilesRequest", "variableDeclarationType" : "DescribeDBLogFilesRequest", "documentation" : "

", "simpleType" : "DescribeDBLogFilesRequest", "variableSetterType" : "DescribeDBLogFilesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBLogFilesResult", "documentation" : "

The response from a call to DescribeDBLogFiles.

" }, "exceptions" : [ { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBLogFilesResult", "asyncReturnType" : "DescribeDBLogFilesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBLogFiles" }, "DescribeDBParameterGroups" : { "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.

", "operationName" : "DescribeDBParameterGroups", "deprecated" : false, "input" : { "variableName" : "describeDBParameterGroupsRequest", "variableType" : "DescribeDBParameterGroupsRequest", "variableDeclarationType" : "DescribeDBParameterGroupsRequest", "documentation" : "

", "simpleType" : "DescribeDBParameterGroupsRequest", "variableSetterType" : "DescribeDBParameterGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBParameterGroupsResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBParameterGroupsResult", "asyncReturnType" : "DescribeDBParameterGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBParameterGroups" }, "DescribeDBParameters" : { "documentation" : "

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

", "operationName" : "DescribeDBParameters", "deprecated" : false, "input" : { "variableName" : "describeDBParametersRequest", "variableType" : "DescribeDBParametersRequest", "variableDeclarationType" : "DescribeDBParametersRequest", "documentation" : "", "simpleType" : "DescribeDBParametersRequest", "variableSetterType" : "DescribeDBParametersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBParametersResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBParametersResult", "asyncReturnType" : "DescribeDBParametersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBParameters" }, "DescribeDBSecurityGroups" : { "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.

", "operationName" : "DescribeDBSecurityGroups", "deprecated" : false, "input" : { "variableName" : "describeDBSecurityGroupsRequest", "variableType" : "DescribeDBSecurityGroupsRequest", "variableDeclarationType" : "DescribeDBSecurityGroupsRequest", "documentation" : "

", "simpleType" : "DescribeDBSecurityGroupsRequest", "variableSetterType" : "DescribeDBSecurityGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBSecurityGroupsResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "DBSecurityGroupNotFoundException", "documentation" : "

DBSecurityGroupName does not refer to an existing DB security group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBSecurityGroupsResult", "asyncReturnType" : "DescribeDBSecurityGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBSecurityGroups" }, "DescribeDBSnapshotAttributes" : { "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.

", "operationName" : "DescribeDBSnapshotAttributes", "deprecated" : false, "input" : { "variableName" : "describeDBSnapshotAttributesRequest", "variableType" : "DescribeDBSnapshotAttributesRequest", "variableDeclarationType" : "DescribeDBSnapshotAttributesRequest", "documentation" : "

", "simpleType" : "DescribeDBSnapshotAttributesRequest", "variableSetterType" : "DescribeDBSnapshotAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSnapshotAttributesResult", "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.

" }, "exceptions" : [ { "exceptionName" : "DBSnapshotNotFoundException", "documentation" : "

DBSnapshotIdentifier does not refer to an existing DB snapshot.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBSnapshotAttributesResult", "asyncReturnType" : "DBSnapshotAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBSnapshotAttributes" }, "DescribeDBSnapshots" : { "documentation" : "

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

", "operationName" : "DescribeDBSnapshots", "deprecated" : false, "input" : { "variableName" : "describeDBSnapshotsRequest", "variableType" : "DescribeDBSnapshotsRequest", "variableDeclarationType" : "DescribeDBSnapshotsRequest", "documentation" : "

", "simpleType" : "DescribeDBSnapshotsRequest", "variableSetterType" : "DescribeDBSnapshotsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBSnapshotsResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "DBSnapshotNotFoundException", "documentation" : "

DBSnapshotIdentifier does not refer to an existing DB snapshot.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBSnapshotsResult", "asyncReturnType" : "DescribeDBSnapshotsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBSnapshots" }, "DescribeDBSubnetGroups" : { "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.

", "operationName" : "DescribeDBSubnetGroups", "deprecated" : false, "input" : { "variableName" : "describeDBSubnetGroupsRequest", "variableType" : "DescribeDBSubnetGroupsRequest", "variableDeclarationType" : "DescribeDBSubnetGroupsRequest", "documentation" : "

", "simpleType" : "DescribeDBSubnetGroupsRequest", "variableSetterType" : "DescribeDBSubnetGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDBSubnetGroupsResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeDBSubnetGroupsResult", "asyncReturnType" : "DescribeDBSubnetGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeDBSubnetGroups" }, "DescribeEngineDefaultClusterParameters" : { "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.

", "operationName" : "DescribeEngineDefaultClusterParameters", "deprecated" : false, "input" : { "variableName" : "describeEngineDefaultClusterParametersRequest", "variableType" : "DescribeEngineDefaultClusterParametersRequest", "variableDeclarationType" : "DescribeEngineDefaultClusterParametersRequest", "documentation" : "

", "simpleType" : "DescribeEngineDefaultClusterParametersRequest", "variableSetterType" : "DescribeEngineDefaultClusterParametersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EngineDefaults", "documentation" : "

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

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "EngineDefaults", "asyncReturnType" : "EngineDefaults", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeEngineDefaultClusterParameters" }, "DescribeEngineDefaultParameters" : { "documentation" : "

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

", "operationName" : "DescribeEngineDefaultParameters", "deprecated" : false, "input" : { "variableName" : "describeEngineDefaultParametersRequest", "variableType" : "DescribeEngineDefaultParametersRequest", "variableDeclarationType" : "DescribeEngineDefaultParametersRequest", "documentation" : "

", "simpleType" : "DescribeEngineDefaultParametersRequest", "variableSetterType" : "DescribeEngineDefaultParametersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EngineDefaults", "documentation" : "

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

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "EngineDefaults", "asyncReturnType" : "EngineDefaults", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeEngineDefaultParameters" }, "DescribeEventCategories" : { "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.

", "operationName" : "DescribeEventCategories", "deprecated" : false, "input" : { "variableName" : "describeEventCategoriesRequest", "variableType" : "DescribeEventCategoriesRequest", "variableDeclarationType" : "DescribeEventCategoriesRequest", "documentation" : "

", "simpleType" : "DescribeEventCategoriesRequest", "variableSetterType" : "DescribeEventCategoriesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEventCategoriesResult", "documentation" : "

Data returned from the DescribeEventCategories action.

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeEventCategoriesResult", "asyncReturnType" : "DescribeEventCategoriesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeEventCategories" }, "DescribeEventSubscriptions" : { "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.

", "operationName" : "DescribeEventSubscriptions", "deprecated" : false, "input" : { "variableName" : "describeEventSubscriptionsRequest", "variableType" : "DescribeEventSubscriptionsRequest", "variableDeclarationType" : "DescribeEventSubscriptionsRequest", "documentation" : "

", "simpleType" : "DescribeEventSubscriptionsRequest", "variableSetterType" : "DescribeEventSubscriptionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEventSubscriptionsResult", "documentation" : "

Data returned by the DescribeEventSubscriptions action.

" }, "exceptions" : [ { "exceptionName" : "SubscriptionNotFoundException", "documentation" : "

The subscription name does not exist.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeEventSubscriptionsResult", "asyncReturnType" : "DescribeEventSubscriptionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeEventSubscriptions" }, "DescribeEvents" : { "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.

", "operationName" : "DescribeEvents", "deprecated" : false, "input" : { "variableName" : "describeEventsRequest", "variableType" : "DescribeEventsRequest", "variableDeclarationType" : "DescribeEventsRequest", "documentation" : "

", "simpleType" : "DescribeEventsRequest", "variableSetterType" : "DescribeEventsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEventsResult", "documentation" : "

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

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeEventsResult", "asyncReturnType" : "DescribeEventsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeEvents" }, "DescribeOptionGroupOptions" : { "documentation" : "

Describes all available options.

", "operationName" : "DescribeOptionGroupOptions", "deprecated" : false, "input" : { "variableName" : "describeOptionGroupOptionsRequest", "variableType" : "DescribeOptionGroupOptionsRequest", "variableDeclarationType" : "DescribeOptionGroupOptionsRequest", "documentation" : "

", "simpleType" : "DescribeOptionGroupOptionsRequest", "variableSetterType" : "DescribeOptionGroupOptionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeOptionGroupOptionsResult", "documentation" : "

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeOptionGroupOptionsResult", "asyncReturnType" : "DescribeOptionGroupOptionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeOptionGroupOptions" }, "DescribeOptionGroups" : { "documentation" : "

Describes the available option groups.

", "operationName" : "DescribeOptionGroups", "deprecated" : false, "input" : { "variableName" : "describeOptionGroupsRequest", "variableType" : "DescribeOptionGroupsRequest", "variableDeclarationType" : "DescribeOptionGroupsRequest", "documentation" : "

", "simpleType" : "DescribeOptionGroupsRequest", "variableSetterType" : "DescribeOptionGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeOptionGroupsResult", "documentation" : "

List of option groups.

" }, "exceptions" : [ { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeOptionGroupsResult", "asyncReturnType" : "DescribeOptionGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeOptionGroups" }, "DescribeOrderableDBInstanceOptions" : { "documentation" : "

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

", "operationName" : "DescribeOrderableDBInstanceOptions", "deprecated" : false, "input" : { "variableName" : "describeOrderableDBInstanceOptionsRequest", "variableType" : "DescribeOrderableDBInstanceOptionsRequest", "variableDeclarationType" : "DescribeOrderableDBInstanceOptionsRequest", "documentation" : "

", "simpleType" : "DescribeOrderableDBInstanceOptionsRequest", "variableSetterType" : "DescribeOrderableDBInstanceOptionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeOrderableDBInstanceOptionsResult", "documentation" : "

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

" }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeOrderableDBInstanceOptionsResult", "asyncReturnType" : "DescribeOrderableDBInstanceOptionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeOrderableDBInstanceOptions" }, "DescribePendingMaintenanceActions" : { "documentation" : "

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

", "operationName" : "DescribePendingMaintenanceActions", "deprecated" : false, "input" : { "variableName" : "describePendingMaintenanceActionsRequest", "variableType" : "DescribePendingMaintenanceActionsRequest", "variableDeclarationType" : "DescribePendingMaintenanceActionsRequest", "documentation" : "

", "simpleType" : "DescribePendingMaintenanceActionsRequest", "variableSetterType" : "DescribePendingMaintenanceActionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribePendingMaintenanceActionsResult", "documentation" : "

Data returned from the DescribePendingMaintenanceActions action.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified resource ID was not found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribePendingMaintenanceActionsResult", "asyncReturnType" : "DescribePendingMaintenanceActionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describePendingMaintenanceActions" }, "DescribeReservedDBInstances" : { "documentation" : "

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

", "operationName" : "DescribeReservedDBInstances", "deprecated" : false, "input" : { "variableName" : "describeReservedDBInstancesRequest", "variableType" : "DescribeReservedDBInstancesRequest", "variableDeclarationType" : "DescribeReservedDBInstancesRequest", "documentation" : "

", "simpleType" : "DescribeReservedDBInstancesRequest", "variableSetterType" : "DescribeReservedDBInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeReservedDBInstancesResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "ReservedDBInstanceNotFoundException", "documentation" : "

The specified reserved DB Instance not found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeReservedDBInstancesResult", "asyncReturnType" : "DescribeReservedDBInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeReservedDBInstances" }, "DescribeReservedDBInstancesOfferings" : { "documentation" : "

Lists available reserved DB instance offerings.

", "operationName" : "DescribeReservedDBInstancesOfferings", "deprecated" : false, "input" : { "variableName" : "describeReservedDBInstancesOfferingsRequest", "variableType" : "DescribeReservedDBInstancesOfferingsRequest", "variableDeclarationType" : "DescribeReservedDBInstancesOfferingsRequest", "documentation" : "

", "simpleType" : "DescribeReservedDBInstancesOfferingsRequest", "variableSetterType" : "DescribeReservedDBInstancesOfferingsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeReservedDBInstancesOfferingsResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "ReservedDBInstancesOfferingNotFoundException", "documentation" : "

Specified offering does not exist.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DescribeReservedDBInstancesOfferingsResult", "asyncReturnType" : "DescribeReservedDBInstancesOfferingsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "describeReservedDBInstancesOfferings" }, "DownloadDBLogFilePortion" : { "documentation" : "

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

", "operationName" : "DownloadDBLogFilePortion", "deprecated" : false, "input" : { "variableName" : "downloadDBLogFilePortionRequest", "variableType" : "DownloadDBLogFilePortionRequest", "variableDeclarationType" : "DownloadDBLogFilePortionRequest", "documentation" : "

", "simpleType" : "DownloadDBLogFilePortionRequest", "variableSetterType" : "DownloadDBLogFilePortionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DownloadDBLogFilePortionResult", "documentation" : "

This data type is used as a response element to DownloadDBLogFilePortion.

" }, "exceptions" : [ { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" }, { "exceptionName" : "DBLogFileNotFoundException", "documentation" : "

LogFileName does not refer to an existing DB log file.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DownloadDBLogFilePortionResult", "asyncReturnType" : "DownloadDBLogFilePortionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "downloadDBLogFilePortion" }, "FailoverDBCluster" : { "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.

", "operationName" : "FailoverDBCluster", "deprecated" : false, "input" : { "variableName" : "failoverDBClusterRequest", "variableType" : "FailoverDBClusterRequest", "variableDeclarationType" : "FailoverDBClusterRequest", "documentation" : "

", "simpleType" : "FailoverDBClusterRequest", "variableSetterType" : "FailoverDBClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBCluster", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterNotFoundException", "documentation" : "

DBClusterIdentifier does not refer to an existing DB cluster.

" }, { "exceptionName" : "InvalidDBClusterStateException", "documentation" : "

The DB cluster is not in a valid state.

" }, { "exceptionName" : "InvalidDBInstanceStateException", "documentation" : "

The specified DB instance is not in the available state.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBCluster", "asyncReturnType" : "DBCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "failoverDBCluster" }, "ListTagsForResource" : { "documentation" : "

Lists all tags on an Amazon RDS resource.

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

", "operationName" : "ListTagsForResource", "deprecated" : false, "input" : { "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "variableDeclarationType" : "ListTagsForResourceRequest", "documentation" : "

", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListTagsForResourceResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" }, { "exceptionName" : "DBSnapshotNotFoundException", "documentation" : "

DBSnapshotIdentifier does not refer to an existing DB snapshot.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ListTagsForResourceResult", "asyncReturnType" : "ListTagsForResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "listTagsForResource" }, "ModifyDBCluster" : { "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.

", "operationName" : "ModifyDBCluster", "deprecated" : false, "input" : { "variableName" : "modifyDBClusterRequest", "variableType" : "ModifyDBClusterRequest", "variableDeclarationType" : "ModifyDBClusterRequest", "documentation" : "

", "simpleType" : "ModifyDBClusterRequest", "variableSetterType" : "ModifyDBClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBCluster", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterNotFoundException", "documentation" : "

DBClusterIdentifier does not refer to an existing DB cluster.

" }, { "exceptionName" : "InvalidDBClusterStateException", "documentation" : "

The DB cluster is not in a valid state.

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

DB subnet group does not cover all Availability Zones after it is created because users' change.

" }, { "exceptionName" : "InvalidDBSubnetGroupStateException", "documentation" : "

The DB subnet group cannot be deleted because it is in use.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

" }, { "exceptionName" : "DBClusterParameterGroupNotFoundException", "documentation" : "

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

" }, { "exceptionName" : "InvalidDBSecurityGroupStateException", "documentation" : "

The state of the DB security group does not allow deletion.

" }, { "exceptionName" : "InvalidDBInstanceStateException", "documentation" : "

The specified DB instance is not in the available state.

" }, { "exceptionName" : "DBClusterAlreadyExistsException", "documentation" : "

User already has a DB cluster with the given identifier.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBCluster", "asyncReturnType" : "DBCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "modifyDBCluster" }, "ModifyDBClusterParameterGroup" : { "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.

", "operationName" : "ModifyDBClusterParameterGroup", "deprecated" : false, "input" : { "variableName" : "modifyDBClusterParameterGroupRequest", "variableType" : "ModifyDBClusterParameterGroupRequest", "variableDeclarationType" : "ModifyDBClusterParameterGroupRequest", "documentation" : "

", "simpleType" : "ModifyDBClusterParameterGroupRequest", "variableSetterType" : "ModifyDBClusterParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ModifyDBClusterParameterGroupResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" }, { "exceptionName" : "InvalidDBParameterGroupStateException", "documentation" : "

The DB parameter group cannot be deleted because it is in use.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ModifyDBClusterParameterGroupResult", "asyncReturnType" : "ModifyDBClusterParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "modifyDBClusterParameterGroup" }, "ModifyDBClusterSnapshotAttribute" : { "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.

", "operationName" : "ModifyDBClusterSnapshotAttribute", "deprecated" : false, "input" : { "variableName" : "modifyDBClusterSnapshotAttributeRequest", "variableType" : "ModifyDBClusterSnapshotAttributeRequest", "variableDeclarationType" : "ModifyDBClusterSnapshotAttributeRequest", "documentation" : "

", "simpleType" : "ModifyDBClusterSnapshotAttributeRequest", "variableSetterType" : "ModifyDBClusterSnapshotAttributeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBClusterSnapshotAttributesResult", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterSnapshotNotFoundException", "documentation" : "

DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.

" }, { "exceptionName" : "InvalidDBClusterSnapshotStateException", "documentation" : "

The supplied value is not a valid DB cluster snapshot state.

" }, { "exceptionName" : "SharedSnapshotQuotaExceededException", "documentation" : "

You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBClusterSnapshotAttributesResult", "asyncReturnType" : "DBClusterSnapshotAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "modifyDBClusterSnapshotAttribute" }, "ModifyDBInstance" : { "documentation" : "

Modify 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.

", "operationName" : "ModifyDBInstance", "deprecated" : false, "input" : { "variableName" : "modifyDBInstanceRequest", "variableType" : "ModifyDBInstanceRequest", "variableDeclarationType" : "ModifyDBInstanceRequest", "documentation" : "

", "simpleType" : "ModifyDBInstanceRequest", "variableSetterType" : "ModifyDBInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBInstance", "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.

" }, "exceptions" : [ { "exceptionName" : "InvalidDBInstanceStateException", "documentation" : "

The specified DB instance is not in the available state.

" }, { "exceptionName" : "InvalidDBSecurityGroupStateException", "documentation" : "

The state of the DB security group does not allow deletion.

" }, { "exceptionName" : "DBInstanceAlreadyExistsException", "documentation" : "

User already has a DB instance with the given identifier.

" }, { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" }, { "exceptionName" : "DBSecurityGroupNotFoundException", "documentation" : "

DBSecurityGroupName does not refer to an existing DB security group.

" }, { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" }, { "exceptionName" : "InsufficientDBInstanceCapacityException", "documentation" : "

Specified DB instance class is not available in the specified Availability Zone.

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

DB subnet group does not cover all Availability Zones after it is created because users' change.

" }, { "exceptionName" : "ProvisionedIopsNotAvailableInAZException", "documentation" : "

Provisioned IOPS not available in the specified Availability Zone.

" }, { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" }, { "exceptionName" : "DBUpgradeDependencyFailureException", "documentation" : "

The DB upgrade failed because a resource the DB depends on could not be modified.

" }, { "exceptionName" : "StorageTypeNotSupportedException", "documentation" : "

StorageType specified cannot be associated with the DB Instance.

" }, { "exceptionName" : "AuthorizationNotFoundException", "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.

" }, { "exceptionName" : "CertificateNotFoundException", "documentation" : "

CertificateIdentifier does not refer to an existing certificate.

" }, { "exceptionName" : "DomainNotFoundException", "documentation" : "

Domain does not refer to an existing Active Directory Domain.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBInstance", "asyncReturnType" : "DBInstance", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "modifyDBInstance" }, "ModifyDBParameterGroup" : { "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.

", "operationName" : "ModifyDBParameterGroup", "deprecated" : false, "input" : { "variableName" : "modifyDBParameterGroupRequest", "variableType" : "ModifyDBParameterGroupRequest", "variableDeclarationType" : "ModifyDBParameterGroupRequest", "documentation" : "

", "simpleType" : "ModifyDBParameterGroupRequest", "variableSetterType" : "ModifyDBParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ModifyDBParameterGroupResult", "documentation" : "

Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.

" }, "exceptions" : [ { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" }, { "exceptionName" : "InvalidDBParameterGroupStateException", "documentation" : "

The DB parameter group cannot be deleted because it is in use.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ModifyDBParameterGroupResult", "asyncReturnType" : "ModifyDBParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "modifyDBParameterGroup" }, "ModifyDBSnapshotAttribute" : { "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.

", "operationName" : "ModifyDBSnapshotAttribute", "deprecated" : false, "input" : { "variableName" : "modifyDBSnapshotAttributeRequest", "variableType" : "ModifyDBSnapshotAttributeRequest", "variableDeclarationType" : "ModifyDBSnapshotAttributeRequest", "documentation" : "

", "simpleType" : "ModifyDBSnapshotAttributeRequest", "variableSetterType" : "ModifyDBSnapshotAttributeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSnapshotAttributesResult", "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.

" }, "exceptions" : [ { "exceptionName" : "DBSnapshotNotFoundException", "documentation" : "

DBSnapshotIdentifier does not refer to an existing DB snapshot.

" }, { "exceptionName" : "InvalidDBSnapshotStateException", "documentation" : "

The state of the DB snapshot does not allow deletion.

" }, { "exceptionName" : "SharedSnapshotQuotaExceededException", "documentation" : "

You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBSnapshotAttributesResult", "asyncReturnType" : "DBSnapshotAttributesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "modifyDBSnapshotAttribute" }, "ModifyDBSubnetGroup" : { "documentation" : "

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

", "operationName" : "ModifyDBSubnetGroup", "deprecated" : false, "input" : { "variableName" : "modifyDBSubnetGroupRequest", "variableType" : "ModifyDBSubnetGroupRequest", "variableDeclarationType" : "ModifyDBSubnetGroupRequest", "documentation" : "

", "simpleType" : "ModifyDBSubnetGroupRequest", "variableSetterType" : "ModifyDBSubnetGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSubnetGroup", "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.

" }, "exceptions" : [ { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "DBSubnetQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of subnets in a DB subnet groups.

" }, { "exceptionName" : "SubnetAlreadyInUseException", "documentation" : "

The DB subnet is already in use in the Availability Zone.

" }, { "exceptionName" : "DBSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : "

Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBSubnetGroup", "asyncReturnType" : "DBSubnetGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "modifyDBSubnetGroup" }, "ModifyEventSubscription" : { "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.

", "operationName" : "ModifyEventSubscription", "deprecated" : false, "input" : { "variableName" : "modifyEventSubscriptionRequest", "variableType" : "ModifyEventSubscriptionRequest", "variableDeclarationType" : "ModifyEventSubscriptionRequest", "documentation" : "

", "simpleType" : "ModifyEventSubscriptionRequest", "variableSetterType" : "ModifyEventSubscriptionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EventSubscription", "documentation" : "

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

" }, "exceptions" : [ { "exceptionName" : "EventSubscriptionQuotaExceededException", "documentation" : "

You have reached the maximum number of event subscriptions.

" }, { "exceptionName" : "SubscriptionNotFoundException", "documentation" : "

The subscription name does not exist.

" }, { "exceptionName" : "SNSInvalidTopicException", "documentation" : "

SNS has responded that there is a problem with the SND topic specified.

" }, { "exceptionName" : "SNSNoAuthorizationException", "documentation" : "

You do not have permission to publish to the SNS topic ARN.

" }, { "exceptionName" : "SNSTopicArnNotFoundException", "documentation" : "

The SNS topic ARN does not exist.

" }, { "exceptionName" : "SubscriptionCategoryNotFoundException", "documentation" : "

The supplied category does not exist.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "EventSubscription", "asyncReturnType" : "EventSubscription", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "modifyEventSubscription" }, "ModifyOptionGroup" : { "documentation" : "

Modifies an existing option group.

", "operationName" : "ModifyOptionGroup", "deprecated" : false, "input" : { "variableName" : "modifyOptionGroupRequest", "variableType" : "ModifyOptionGroupRequest", "variableDeclarationType" : "ModifyOptionGroupRequest", "documentation" : "

", "simpleType" : "ModifyOptionGroupRequest", "variableSetterType" : "ModifyOptionGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "OptionGroup", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "InvalidOptionGroupStateException", "documentation" : "

The option group is not in the available state.

" }, { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "OptionGroup", "asyncReturnType" : "OptionGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "modifyOptionGroup" }, "PromoteReadReplica" : { "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.

", "operationName" : "PromoteReadReplica", "deprecated" : false, "input" : { "variableName" : "promoteReadReplicaRequest", "variableType" : "PromoteReadReplicaRequest", "variableDeclarationType" : "PromoteReadReplicaRequest", "documentation" : "

", "simpleType" : "PromoteReadReplicaRequest", "variableSetterType" : "PromoteReadReplicaRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBInstance", "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.

" }, "exceptions" : [ { "exceptionName" : "InvalidDBInstanceStateException", "documentation" : "

The specified DB instance is not in the available state.

" }, { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBInstance", "asyncReturnType" : "DBInstance", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "promoteReadReplica" }, "PromoteReadReplicaDBCluster" : { "documentation" : "

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

", "operationName" : "PromoteReadReplicaDBCluster", "deprecated" : false, "input" : { "variableName" : "promoteReadReplicaDBClusterRequest", "variableType" : "PromoteReadReplicaDBClusterRequest", "variableDeclarationType" : "PromoteReadReplicaDBClusterRequest", "documentation" : "

", "simpleType" : "PromoteReadReplicaDBClusterRequest", "variableSetterType" : "PromoteReadReplicaDBClusterRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBCluster", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterNotFoundException", "documentation" : "

DBClusterIdentifier does not refer to an existing DB cluster.

" }, { "exceptionName" : "InvalidDBClusterStateException", "documentation" : "

The DB cluster is not in a valid state.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBCluster", "asyncReturnType" : "DBCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "promoteReadReplicaDBCluster" }, "PurchaseReservedDBInstancesOffering" : { "documentation" : "

Purchases a reserved DB instance offering.

", "operationName" : "PurchaseReservedDBInstancesOffering", "deprecated" : false, "input" : { "variableName" : "purchaseReservedDBInstancesOfferingRequest", "variableType" : "PurchaseReservedDBInstancesOfferingRequest", "variableDeclarationType" : "PurchaseReservedDBInstancesOfferingRequest", "documentation" : "

", "simpleType" : "PurchaseReservedDBInstancesOfferingRequest", "variableSetterType" : "PurchaseReservedDBInstancesOfferingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReservedDBInstance", "documentation" : "

This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.

" }, "exceptions" : [ { "exceptionName" : "ReservedDBInstancesOfferingNotFoundException", "documentation" : "

Specified offering does not exist.

" }, { "exceptionName" : "ReservedDBInstanceAlreadyExistsException", "documentation" : "

User already has a reservation with the given identifier.

" }, { "exceptionName" : "ReservedDBInstanceQuotaExceededException", "documentation" : "

Request would exceed the user's DB Instance quota.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ReservedDBInstance", "asyncReturnType" : "ReservedDBInstance", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "purchaseReservedDBInstancesOffering" }, "RebootDBInstance" : { "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.

", "operationName" : "RebootDBInstance", "deprecated" : false, "input" : { "variableName" : "rebootDBInstanceRequest", "variableType" : "RebootDBInstanceRequest", "variableDeclarationType" : "RebootDBInstanceRequest", "documentation" : "

", "simpleType" : "RebootDBInstanceRequest", "variableSetterType" : "RebootDBInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBInstance", "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.

" }, "exceptions" : [ { "exceptionName" : "InvalidDBInstanceStateException", "documentation" : "

The specified DB instance is not in the available state.

" }, { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBInstance", "asyncReturnType" : "DBInstance", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "rebootDBInstance" }, "RemoveSourceIdentifierFromSubscription" : { "documentation" : "

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

", "operationName" : "RemoveSourceIdentifierFromSubscription", "deprecated" : false, "input" : { "variableName" : "removeSourceIdentifierFromSubscriptionRequest", "variableType" : "RemoveSourceIdentifierFromSubscriptionRequest", "variableDeclarationType" : "RemoveSourceIdentifierFromSubscriptionRequest", "documentation" : "

", "simpleType" : "RemoveSourceIdentifierFromSubscriptionRequest", "variableSetterType" : "RemoveSourceIdentifierFromSubscriptionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EventSubscription", "documentation" : "

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

" }, "exceptions" : [ { "exceptionName" : "SubscriptionNotFoundException", "documentation" : "

The subscription name does not exist.

" }, { "exceptionName" : "SourceNotFoundException", "documentation" : "

The requested source could not be found.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "EventSubscription", "asyncReturnType" : "EventSubscription", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "removeSourceIdentifierFromSubscription" }, "RemoveTagsFromResource" : { "documentation" : "

Removes metadata tags from an Amazon RDS resource.

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

", "operationName" : "RemoveTagsFromResource", "deprecated" : false, "input" : { "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "variableDeclarationType" : "RemoveTagsFromResourceRequest", "documentation" : "

", "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemoveTagsFromResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" }, { "exceptionName" : "DBSnapshotNotFoundException", "documentation" : "

DBSnapshotIdentifier does not refer to an existing DB snapshot.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "RemoveTagsFromResourceResult", "asyncReturnType" : "RemoveTagsFromResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "removeTagsFromResource" }, "ResetDBClusterParameterGroup" : { "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.

", "operationName" : "ResetDBClusterParameterGroup", "deprecated" : false, "input" : { "variableName" : "resetDBClusterParameterGroupRequest", "variableType" : "ResetDBClusterParameterGroupRequest", "variableDeclarationType" : "ResetDBClusterParameterGroupRequest", "documentation" : "

", "simpleType" : "ResetDBClusterParameterGroupRequest", "variableSetterType" : "ResetDBClusterParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ResetDBClusterParameterGroupResult", "documentation" : "

" }, "exceptions" : [ { "exceptionName" : "InvalidDBParameterGroupStateException", "documentation" : "

The DB parameter group cannot be deleted because it is in use.

" }, { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ResetDBClusterParameterGroupResult", "asyncReturnType" : "ResetDBClusterParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "resetDBClusterParameterGroup" }, "ResetDBParameterGroup" : { "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.

", "operationName" : "ResetDBParameterGroup", "deprecated" : false, "input" : { "variableName" : "resetDBParameterGroupRequest", "variableType" : "ResetDBParameterGroupRequest", "variableDeclarationType" : "ResetDBParameterGroupRequest", "documentation" : "

", "simpleType" : "ResetDBParameterGroupRequest", "variableSetterType" : "ResetDBParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ResetDBParameterGroupResult", "documentation" : "

Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.

" }, "exceptions" : [ { "exceptionName" : "InvalidDBParameterGroupStateException", "documentation" : "

The DB parameter group cannot be deleted because it is in use.

" }, { "exceptionName" : "DBParameterGroupNotFoundException", "documentation" : "

DBParameterGroupName does not refer to an existing DB parameter group.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "ResetDBParameterGroupResult", "asyncReturnType" : "ResetDBParameterGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "resetDBParameterGroup" }, "RestoreDBClusterFromSnapshot" : { "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.

", "operationName" : "RestoreDBClusterFromSnapshot", "deprecated" : false, "input" : { "variableName" : "restoreDBClusterFromSnapshotRequest", "variableType" : "RestoreDBClusterFromSnapshotRequest", "variableDeclarationType" : "RestoreDBClusterFromSnapshotRequest", "documentation" : "

", "simpleType" : "RestoreDBClusterFromSnapshotRequest", "variableSetterType" : "RestoreDBClusterFromSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBCluster", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterAlreadyExistsException", "documentation" : "

User already has a DB cluster with the given identifier.

" }, { "exceptionName" : "DBClusterQuotaExceededException", "documentation" : "

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

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "DBSnapshotNotFoundException", "documentation" : "

DBSnapshotIdentifier does not refer to an existing DB snapshot.

" }, { "exceptionName" : "DBClusterSnapshotNotFoundException", "documentation" : "

DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.

" }, { "exceptionName" : "InsufficientDBClusterCapacityException", "documentation" : "

The DB cluster does not have enough capacity for the current operation.

" }, { "exceptionName" : "InsufficientStorageClusterCapacityException", "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.

" }, { "exceptionName" : "InvalidDBSnapshotStateException", "documentation" : "

The state of the DB snapshot does not allow deletion.

" }, { "exceptionName" : "InvalidDBClusterSnapshotStateException", "documentation" : "

The supplied value is not a valid DB cluster snapshot state.

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

DB subnet group does not cover all Availability Zones after it is created because users' change.

" }, { "exceptionName" : "InvalidRestoreException", "documentation" : "

Cannot restore from vpc backup to non-vpc DB instance.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

" }, { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" }, { "exceptionName" : "KMSKeyNotAccessibleException", "documentation" : "

Error accessing KMS key.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBCluster", "asyncReturnType" : "DBCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "restoreDBClusterFromSnapshot" }, "RestoreDBClusterToPointInTime" : { "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.

", "operationName" : "RestoreDBClusterToPointInTime", "deprecated" : false, "input" : { "variableName" : "restoreDBClusterToPointInTimeRequest", "variableType" : "RestoreDBClusterToPointInTimeRequest", "variableDeclarationType" : "RestoreDBClusterToPointInTimeRequest", "documentation" : "

", "simpleType" : "RestoreDBClusterToPointInTimeRequest", "variableSetterType" : "RestoreDBClusterToPointInTimeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBCluster", "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.

" }, "exceptions" : [ { "exceptionName" : "DBClusterAlreadyExistsException", "documentation" : "

User already has a DB cluster with the given identifier.

" }, { "exceptionName" : "DBClusterQuotaExceededException", "documentation" : "

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

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "DBClusterNotFoundException", "documentation" : "

DBClusterIdentifier does not refer to an existing DB cluster.

" }, { "exceptionName" : "DBClusterSnapshotNotFoundException", "documentation" : "

DBClusterSnapshotIdentifier does not refer to an existing DB cluster snapshot.

" }, { "exceptionName" : "InsufficientDBClusterCapacityException", "documentation" : "

The DB cluster does not have enough capacity for the current operation.

" }, { "exceptionName" : "InvalidDBSnapshotStateException", "documentation" : "

The state of the DB snapshot does not allow deletion.

" }, { "exceptionName" : "InvalidDBClusterSnapshotStateException", "documentation" : "

The supplied value is not a valid DB cluster snapshot state.

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

DB subnet group does not cover all Availability Zones after it is created because users' change.

" }, { "exceptionName" : "InvalidRestoreException", "documentation" : "

Cannot restore from vpc backup to non-vpc DB instance.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

" }, { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" }, { "exceptionName" : "KMSKeyNotAccessibleException", "documentation" : "

Error accessing KMS key.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBCluster", "asyncReturnType" : "DBCluster", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "restoreDBClusterToPointInTime" }, "RestoreDBInstanceFromDBSnapshot" : { "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.

", "operationName" : "RestoreDBInstanceFromDBSnapshot", "deprecated" : false, "input" : { "variableName" : "restoreDBInstanceFromDBSnapshotRequest", "variableType" : "RestoreDBInstanceFromDBSnapshotRequest", "variableDeclarationType" : "RestoreDBInstanceFromDBSnapshotRequest", "documentation" : "

", "simpleType" : "RestoreDBInstanceFromDBSnapshotRequest", "variableSetterType" : "RestoreDBInstanceFromDBSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBInstance", "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.

" }, "exceptions" : [ { "exceptionName" : "DBInstanceAlreadyExistsException", "documentation" : "

User already has a DB instance with the given identifier.

" }, { "exceptionName" : "DBSnapshotNotFoundException", "documentation" : "

DBSnapshotIdentifier does not refer to an existing DB snapshot.

" }, { "exceptionName" : "InstanceQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB instances.

" }, { "exceptionName" : "InsufficientDBInstanceCapacityException", "documentation" : "

Specified DB instance class is not available in the specified Availability Zone.

" }, { "exceptionName" : "InvalidDBSnapshotStateException", "documentation" : "

The state of the DB snapshot does not allow deletion.

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

DB subnet group does not cover all Availability Zones after it is created because users' change.

" }, { "exceptionName" : "InvalidRestoreException", "documentation" : "

Cannot restore from vpc backup to non-vpc DB instance.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "DBSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : "

Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

" }, { "exceptionName" : "ProvisionedIopsNotAvailableInAZException", "documentation" : "

Provisioned IOPS not available in the specified Availability Zone.

" }, { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" }, { "exceptionName" : "StorageTypeNotSupportedException", "documentation" : "

StorageType specified cannot be associated with the DB Instance.

" }, { "exceptionName" : "AuthorizationNotFoundException", "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.

" }, { "exceptionName" : "KMSKeyNotAccessibleException", "documentation" : "

Error accessing KMS key.

" }, { "exceptionName" : "DBSecurityGroupNotFoundException", "documentation" : "

DBSecurityGroupName does not refer to an existing DB security group.

" }, { "exceptionName" : "DomainNotFoundException", "documentation" : "

Domain does not refer to an existing Active Directory Domain.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBInstance", "asyncReturnType" : "DBInstance", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "restoreDBInstanceFromDBSnapshot" }, "RestoreDBInstanceToPointInTime" : { "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.

", "operationName" : "RestoreDBInstanceToPointInTime", "deprecated" : false, "input" : { "variableName" : "restoreDBInstanceToPointInTimeRequest", "variableType" : "RestoreDBInstanceToPointInTimeRequest", "variableDeclarationType" : "RestoreDBInstanceToPointInTimeRequest", "documentation" : "

", "simpleType" : "RestoreDBInstanceToPointInTimeRequest", "variableSetterType" : "RestoreDBInstanceToPointInTimeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBInstance", "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.

" }, "exceptions" : [ { "exceptionName" : "DBInstanceAlreadyExistsException", "documentation" : "

User already has a DB instance with the given identifier.

" }, { "exceptionName" : "DBInstanceNotFoundException", "documentation" : "

DBInstanceIdentifier does not refer to an existing DB instance.

" }, { "exceptionName" : "InstanceQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed number of DB instances.

" }, { "exceptionName" : "InsufficientDBInstanceCapacityException", "documentation" : "

Specified DB instance class is not available in the specified Availability Zone.

" }, { "exceptionName" : "InvalidDBInstanceStateException", "documentation" : "

The specified DB instance is not in the available state.

" }, { "exceptionName" : "PointInTimeRestoreNotEnabledException", "documentation" : "

SourceDBInstanceIdentifier refers to a DB instance with BackupRetentionPeriod equal to 0.

" }, { "exceptionName" : "StorageQuotaExceededException", "documentation" : "

Request would result in user exceeding the allowed amount of storage available across all DB instances.

" }, { "exceptionName" : "InvalidVPCNetworkStateException", "documentation" : "

DB subnet group does not cover all Availability Zones after it is created because users' change.

" }, { "exceptionName" : "InvalidRestoreException", "documentation" : "

Cannot restore from vpc backup to non-vpc DB instance.

" }, { "exceptionName" : "DBSubnetGroupNotFoundException", "documentation" : "

DBSubnetGroupName does not refer to an existing DB subnet group.

" }, { "exceptionName" : "DBSubnetGroupDoesNotCoverEnoughAZsException", "documentation" : "

Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.

" }, { "exceptionName" : "InvalidSubnetException", "documentation" : "

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

" }, { "exceptionName" : "ProvisionedIopsNotAvailableInAZException", "documentation" : "

Provisioned IOPS not available in the specified Availability Zone.

" }, { "exceptionName" : "OptionGroupNotFoundException", "documentation" : "

The specified option group could not be found.

" }, { "exceptionName" : "StorageTypeNotSupportedException", "documentation" : "

StorageType specified cannot be associated with the DB Instance.

" }, { "exceptionName" : "AuthorizationNotFoundException", "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.

" }, { "exceptionName" : "KMSKeyNotAccessibleException", "documentation" : "

Error accessing KMS key.

" }, { "exceptionName" : "DBSecurityGroupNotFoundException", "documentation" : "

DBSecurityGroupName does not refer to an existing DB security group.

" }, { "exceptionName" : "DomainNotFoundException", "documentation" : "

Domain does not refer to an existing Active Directory Domain.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBInstance", "asyncReturnType" : "DBInstance", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "restoreDBInstanceToPointInTime" }, "RevokeDBSecurityGroupIngress" : { "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).

", "operationName" : "RevokeDBSecurityGroupIngress", "deprecated" : false, "input" : { "variableName" : "revokeDBSecurityGroupIngressRequest", "variableType" : "RevokeDBSecurityGroupIngressRequest", "variableDeclarationType" : "RevokeDBSecurityGroupIngressRequest", "documentation" : "

", "simpleType" : "RevokeDBSecurityGroupIngressRequest", "variableSetterType" : "RevokeDBSecurityGroupIngressRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSecurityGroup", "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.

" }, "exceptions" : [ { "exceptionName" : "DBSecurityGroupNotFoundException", "documentation" : "

DBSecurityGroupName does not refer to an existing DB security group.

" }, { "exceptionName" : "AuthorizationNotFoundException", "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.

" }, { "exceptionName" : "InvalidDBSecurityGroupStateException", "documentation" : "

The state of the DB security group does not allow deletion.

" } ], "hasBlobMemberAsPayload" : false, "syncReturnType" : "DBSecurityGroup", "asyncReturnType" : "DBSecurityGroup", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true, "methodName" : "revokeDBSecurityGroupIngress" } }, "shapes" : { "DescribeOptionGroupOptionsRequest" : { "c2jName" : "DescribeOptionGroupOptionsMessage", "documentation" : "

", "shapeName" : "DescribeOptionGroupOptionsRequest", "deprecated" : false, "required" : [ "EngineName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A required parameter. Options available for the given engine name will be described.

", "name" : "EngineName", "c2jName" : "EngineName", "c2jShape" : "String", "variable" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A required parameter. Options available for the given engine name will be described.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineName", "marshallLocationName" : "EngineName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A required parameter. Options available for the given engine name will be described.

\n@param engineName A required parameter. Options available for the given engine name will be described.*/", "getterDocumentation" : "/**

A required parameter. Options available for the given engine name will be described.

\n@return A required parameter. Options available for the given engine name will be described.*/", "fluentSetterDocumentation" : "/**

A required parameter. Options available for the given engine name will be described.

\n@param engineName A required parameter. Options available for the given engine name will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A required parameter. Options available for the given engine name will be described.

\n@param engineName A required parameter. Options available for the given engine name will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If specified, filters the results to include only options for the specified major engine version.

", "name" : "MajorEngineVersion", "c2jName" : "MajorEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If specified, filters the results to include only options for the specified major engine version.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MajorEngineVersion", "marshallLocationName" : "MajorEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If specified, filters the results to include only options for the specified major engine version.

\n@param majorEngineVersion If specified, filters the results to include only options for the specified major engine version.*/", "getterDocumentation" : "/**

If specified, filters the results to include only options for the specified major engine version.

\n@return If specified, filters the results to include only options for the specified major engine version.*/", "fluentSetterDocumentation" : "/**

If specified, filters the results to include only options for the specified major engine version.

\n@param majorEngineVersion If specified, filters the results to include only options for the specified major engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, filters the results to include only options for the specified major engine version.

\n@param majorEngineVersion If specified, filters the results to include only options for the specified major engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This parameter is not currently supported.

", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

This parameter is not currently supported.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : "Filter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filter", "marshallLocationName" : "Filter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

This parameter is not currently supported.

\n@param filters This parameter is not currently supported.*/", "getterDocumentation" : "/**

This parameter is not currently supported.

\n@return This parameter is not currently supported.*/", "fluentSetterDocumentation" : "/**

This parameter is not currently supported.

\n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This parameter is not currently supported.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

\n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param maxRecords 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param marker 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeOptionGroupOptionsRequest", "variableType" : "DescribeOptionGroupOptionsRequest", "variableDeclarationType" : "DescribeOptionGroupOptionsRequest", "documentation" : null, "simpleType" : "DescribeOptionGroupOptionsRequest", "variableSetterType" : "DescribeOptionGroupOptionsRequest" }, "marshaller" : { "action" : "DescribeOptionGroupOptions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

This parameter is not currently supported.

", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

This parameter is not currently supported.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : "Filter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filter", "marshallLocationName" : "Filter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

This parameter is not currently supported.

\n@param filters This parameter is not currently supported.*/", "getterDocumentation" : "/**

This parameter is not currently supported.

\n@return This parameter is not currently supported.*/", "fluentSetterDocumentation" : "/**

This parameter is not currently supported.

\n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This parameter is not currently supported.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

\n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "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.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param marker 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MajorEngineVersion" : { "documentation" : "

If specified, filters the results to include only options for the specified major engine version.

", "name" : "MajorEngineVersion", "c2jName" : "MajorEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If specified, filters the results to include only options for the specified major engine version.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MajorEngineVersion", "marshallLocationName" : "MajorEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If specified, filters the results to include only options for the specified major engine version.

\n@param majorEngineVersion If specified, filters the results to include only options for the specified major engine version.*/", "getterDocumentation" : "/**

If specified, filters the results to include only options for the specified major engine version.

\n@return If specified, filters the results to include only options for the specified major engine version.*/", "fluentSetterDocumentation" : "/**

If specified, filters the results to include only options for the specified major engine version.

\n@param majorEngineVersion If specified, filters the results to include only options for the specified major engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If specified, filters the results to include only options for the specified major engine version.

\n@param majorEngineVersion If specified, filters the results to include only options for the specified major engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineName" : { "documentation" : "

A required parameter. Options available for the given engine name will be described.

", "name" : "EngineName", "c2jName" : "EngineName", "c2jShape" : "String", "variable" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A required parameter. Options available for the given engine name will be described.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineName", "marshallLocationName" : "EngineName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A required parameter. Options available for the given engine name will be described.

\n@param engineName A required parameter. Options available for the given engine name will be described.*/", "getterDocumentation" : "/**

A required parameter. Options available for the given engine name will be described.

\n@return A required parameter. Options available for the given engine name will be described.*/", "fluentSetterDocumentation" : "/**

A required parameter. Options available for the given engine name will be described.

\n@param engineName A required parameter. Options available for the given engine name will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A required parameter. Options available for the given engine name will be described.

\n@param engineName A required parameter. Options available for the given engine name will be described.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "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.

", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param maxRecords 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDBClusterSnapshotsRequest" : { "c2jName" : "DescribeDBClusterSnapshotsMessage", "documentation" : "

", "shapeName" : "DescribeDBClusterSnapshotsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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:

  • Must contain from 1 to 63 alphanumeric characters or hyphens

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

  • Must contain from 1 to 63 alphanumeric characters or hyphens

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterIdentifier", "marshallLocationName" : "DBClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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:

  • Must contain from 1 to 63 alphanumeric characters or hyphens

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

\n@param dBClusterIdentifier 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:

  • Must contain from 1 to 63 alphanumeric characters or hyphens

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

  • */", "getterDocumentation" : "/**

    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:

    • Must contain from 1 to 63 alphanumeric characters or hyphens

    • First character must be a letter

    • Cannot end with a hyphen or contain two consecutive hyphens

    \n@return 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:

    • Must contain from 1 to 63 alphanumeric characters or hyphens

    • First character must be a letter

    • Cannot end with a hyphen or contain two consecutive hyphens

    • */", "fluentSetterDocumentation" : "/**

      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:

      • Must contain from 1 to 63 alphanumeric characters or hyphens

      • First character must be a letter

      • Cannot end with a hyphen or contain two consecutive hyphens

      \n@param dBClusterIdentifier 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:

      • Must contain from 1 to 63 alphanumeric characters or hyphens

      • First character must be a letter

      • Cannot end with a hyphen or contain two consecutive hyphens

      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

        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:

        • Must contain from 1 to 63 alphanumeric characters or hyphens

        • First character must be a letter

        • Cannot end with a hyphen or contain two consecutive hyphens

        \n@param dBClusterIdentifier 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:

        • Must contain from 1 to 63 alphanumeric characters or hyphens

        • First character must be a letter

        • Cannot end with a hyphen or contain two consecutive hyphens

        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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:

          • Must be 1 to 255 alphanumeric characters

          • First character must be a letter

          • Cannot end with a hyphen or contain two consecutive hyphens

          • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

          ", "name" : "DBClusterSnapshotIdentifier", "c2jName" : "DBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

          • Must be 1 to 255 alphanumeric characters

          • First character must be a letter

          • Cannot end with a hyphen or contain two consecutive hyphens

          • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterSnapshotIdentifier", "marshallLocationName" : "DBClusterSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          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:

          • Must be 1 to 255 alphanumeric characters

          • First character must be a letter

          • Cannot end with a hyphen or contain two consecutive hyphens

          • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

          \n@param dBClusterSnapshotIdentifier 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:

          • Must be 1 to 255 alphanumeric characters

          • First character must be a letter

          • Cannot end with a hyphen or contain two consecutive hyphens

          • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

          • */", "getterDocumentation" : "/**

            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:

            • Must be 1 to 255 alphanumeric characters

            • First character must be a letter

            • Cannot end with a hyphen or contain two consecutive hyphens

            • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

            \n@return 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:

            • Must be 1 to 255 alphanumeric characters

            • First character must be a letter

            • Cannot end with a hyphen or contain two consecutive hyphens

            • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

            • */", "fluentSetterDocumentation" : "/**

              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:

              • Must be 1 to 255 alphanumeric characters

              • First character must be a letter

              • Cannot end with a hyphen or contain two consecutive hyphens

              • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

              \n@param dBClusterSnapshotIdentifier 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:

              • Must be 1 to 255 alphanumeric characters

              • First character must be a letter

              • Cannot end with a hyphen or contain two consecutive hyphens

              • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                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:

                • Must be 1 to 255 alphanumeric characters

                • First character must be a letter

                • Cannot end with a hyphen or contain two consecutive hyphens

                • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                \n@param dBClusterSnapshotIdentifier 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:

                • Must be 1 to 255 alphanumeric characters

                • First character must be a letter

                • Cannot end with a hyphen or contain two consecutive hyphens

                • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                  • public - Return all DB cluster snapshots that have been marked as public.

                  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.

                  ", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                  • public - Return all DB cluster snapshots that have been marked as public.

                  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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotType", "marshallLocationName" : "SnapshotType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                  • public - Return all DB cluster snapshots that have been marked as public.

                  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.

                  \n@param snapshotType The type of DB cluster snapshots to be returned. You can specify one of the following values:

                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                  • public - Return all DB cluster snapshots that have been marked as public.

                  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.*/", "getterDocumentation" : "/**

                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                  • public - Return all DB cluster snapshots that have been marked as public.

                  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.

                  \n@return The type of DB cluster snapshots to be returned. You can specify one of the following values:

                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                  • public - Return all DB cluster snapshots that have been marked as public.

                  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.*/", "fluentSetterDocumentation" : "/**

                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                  • public - Return all DB cluster snapshots that have been marked as public.

                  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.

                  \n@param snapshotType The type of DB cluster snapshots to be returned. You can specify one of the following values:

                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                  • public - Return all DB cluster snapshots that have been marked as public.

                  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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                  • public - Return all DB cluster snapshots that have been marked as public.

                  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.

                  \n@param snapshotType The type of DB cluster snapshots to be returned. You can specify one of the following values:

                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                  • public - Return all DB cluster snapshots that have been marked as public.

                  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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  This parameter is not currently supported.

                  ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  This parameter is not currently supported.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : "Filter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filter", "marshallLocationName" : "Filter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  This parameter is not currently supported.

                  \n@param filters This parameter is not currently supported.*/", "getterDocumentation" : "/**

                  This parameter is not currently supported.

                  \n@return This parameter is not currently supported.*/", "fluentSetterDocumentation" : "/**

                  This parameter is not currently supported.

                  \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  This parameter is not currently supported.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                  \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "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.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param maxRecords 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param marker 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                  ", "name" : "IncludeShared", "c2jName" : "IncludeShared", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeShared", "variableType" : "Boolean", "variableDeclarationType" : "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.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "includeShared", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IncludeShared", "marshallLocationName" : "IncludeShared", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param includeShared 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param includeShared 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param includeShared 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                  ", "name" : "IncludePublic", "c2jName" : "IncludePublic", "c2jShape" : "Boolean", "variable" : { "variableName" : "includePublic", "variableType" : "Boolean", "variableDeclarationType" : "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.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "includePublic", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IncludePublic", "marshallLocationName" : "IncludePublic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param includePublic 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param includePublic 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param includePublic 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBClusterSnapshotsRequest", "variableType" : "DescribeDBClusterSnapshotsRequest", "variableDeclarationType" : "DescribeDBClusterSnapshotsRequest", "documentation" : null, "simpleType" : "DescribeDBClusterSnapshotsRequest", "variableSetterType" : "DescribeDBClusterSnapshotsRequest" }, "marshaller" : { "action" : "DescribeDBClusterSnapshots", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

                  This parameter is not currently supported.

                  ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  This parameter is not currently supported.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : "Filter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filter", "marshallLocationName" : "Filter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  This parameter is not currently supported.

                  \n@param filters This parameter is not currently supported.*/", "getterDocumentation" : "/**

                  This parameter is not currently supported.

                  \n@return This parameter is not currently supported.*/", "fluentSetterDocumentation" : "/**

                  This parameter is not currently supported.

                  \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  This parameter is not currently supported.

                  \n

                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                  \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IncludePublic" : { "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.

                  ", "name" : "IncludePublic", "c2jName" : "IncludePublic", "c2jShape" : "Boolean", "variable" : { "variableName" : "includePublic", "variableType" : "Boolean", "variableDeclarationType" : "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.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "includePublic", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IncludePublic", "marshallLocationName" : "IncludePublic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param includePublic 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param includePublic 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param includePublic 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IncludeShared" : { "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.

                  ", "name" : "IncludeShared", "c2jName" : "IncludeShared", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeShared", "variableType" : "Boolean", "variableDeclarationType" : "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.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "includeShared", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IncludeShared", "marshallLocationName" : "IncludeShared", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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.

                  \n@param includeShared 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.*/", "getterDocumentation" : "/**

                  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.

                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                  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.

                  \n@param includeShared 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  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.

                  \n@param includeShared 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterSnapshotIdentifier" : { "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:

                  • Must be 1 to 255 alphanumeric characters

                  • First character must be a letter

                  • Cannot end with a hyphen or contain two consecutive hyphens

                  • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                  ", "name" : "DBClusterSnapshotIdentifier", "c2jName" : "DBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

                  • Must be 1 to 255 alphanumeric characters

                  • First character must be a letter

                  • Cannot end with a hyphen or contain two consecutive hyphens

                  • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterSnapshotIdentifier", "marshallLocationName" : "DBClusterSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  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:

                  • Must be 1 to 255 alphanumeric characters

                  • First character must be a letter

                  • Cannot end with a hyphen or contain two consecutive hyphens

                  • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                  \n@param dBClusterSnapshotIdentifier 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:

                  • Must be 1 to 255 alphanumeric characters

                  • First character must be a letter

                  • Cannot end with a hyphen or contain two consecutive hyphens

                  • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                  • */", "getterDocumentation" : "/**

                    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:

                    • Must be 1 to 255 alphanumeric characters

                    • First character must be a letter

                    • Cannot end with a hyphen or contain two consecutive hyphens

                    • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                    \n@return 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:

                    • Must be 1 to 255 alphanumeric characters

                    • First character must be a letter

                    • Cannot end with a hyphen or contain two consecutive hyphens

                    • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                    • */", "fluentSetterDocumentation" : "/**

                      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:

                      • Must be 1 to 255 alphanumeric characters

                      • First character must be a letter

                      • Cannot end with a hyphen or contain two consecutive hyphens

                      • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                      \n@param dBClusterSnapshotIdentifier 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:

                      • Must be 1 to 255 alphanumeric characters

                      • First character must be a letter

                      • Cannot end with a hyphen or contain two consecutive hyphens

                      • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                        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:

                        • Must be 1 to 255 alphanumeric characters

                        • First character must be a letter

                        • Cannot end with a hyphen or contain two consecutive hyphens

                        • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                        \n@param dBClusterSnapshotIdentifier 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:

                        • Must be 1 to 255 alphanumeric characters

                        • First character must be a letter

                        • Cannot end with a hyphen or contain two consecutive hyphens

                        • If this identifier is for an automated snapshot, the SnapshotType parameter must also be specified.

                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterIdentifier" : { "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:

                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                          • First character must be a letter

                          • Cannot end with a hyphen or contain two consecutive hyphens

                          ", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                          • First character must be a letter

                          • Cannot end with a hyphen or contain two consecutive hyphens

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterIdentifier", "marshallLocationName" : "DBClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          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:

                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                          • First character must be a letter

                          • Cannot end with a hyphen or contain two consecutive hyphens

                          \n@param dBClusterIdentifier 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:

                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                          • First character must be a letter

                          • Cannot end with a hyphen or contain two consecutive hyphens

                          • */", "getterDocumentation" : "/**

                            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:

                            • Must contain from 1 to 63 alphanumeric characters or hyphens

                            • First character must be a letter

                            • Cannot end with a hyphen or contain two consecutive hyphens

                            \n@return 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:

                            • Must contain from 1 to 63 alphanumeric characters or hyphens

                            • First character must be a letter

                            • Cannot end with a hyphen or contain two consecutive hyphens

                            • */", "fluentSetterDocumentation" : "/**

                              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:

                              • Must contain from 1 to 63 alphanumeric characters or hyphens

                              • First character must be a letter

                              • Cannot end with a hyphen or contain two consecutive hyphens

                              \n@param dBClusterIdentifier 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:

                              • Must contain from 1 to 63 alphanumeric characters or hyphens

                              • First character must be a letter

                              • Cannot end with a hyphen or contain two consecutive hyphens

                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                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:

                                • Must contain from 1 to 63 alphanumeric characters or hyphens

                                • First character must be a letter

                                • Cannot end with a hyphen or contain two consecutive hyphens

                                \n@param dBClusterIdentifier 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:

                                • Must contain from 1 to 63 alphanumeric characters or hyphens

                                • First character must be a letter

                                • Cannot end with a hyphen or contain two consecutive hyphens

                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotType" : { "documentation" : "

                                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                                  • public - Return all DB cluster snapshots that have been marked as public.

                                  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.

                                  ", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                                  • public - Return all DB cluster snapshots that have been marked as public.

                                  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.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotType", "marshallLocationName" : "SnapshotType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                                  • public - Return all DB cluster snapshots that have been marked as public.

                                  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.

                                  \n@param snapshotType The type of DB cluster snapshots to be returned. You can specify one of the following values:

                                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                                  • public - Return all DB cluster snapshots that have been marked as public.

                                  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.*/", "getterDocumentation" : "/**

                                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                                  • public - Return all DB cluster snapshots that have been marked as public.

                                  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.

                                  \n@return The type of DB cluster snapshots to be returned. You can specify one of the following values:

                                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                                  • public - Return all DB cluster snapshots that have been marked as public.

                                  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.*/", "fluentSetterDocumentation" : "/**

                                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                                  • public - Return all DB cluster snapshots that have been marked as public.

                                  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.

                                  \n@param snapshotType The type of DB cluster snapshots to be returned. You can specify one of the following values:

                                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                                  • public - Return all DB cluster snapshots that have been marked as public.

                                  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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The type of DB cluster snapshots to be returned. You can specify one of the following values:

                                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                                  • public - Return all DB cluster snapshots that have been marked as public.

                                  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.

                                  \n@param snapshotType The type of DB cluster snapshots to be returned. You can specify one of the following values:

                                  • automated - Return all DB cluster snapshots that have been automatically taken by Amazon RDS for my AWS account.

                                  • manual - Return all DB cluster snapshots that have been taken by my AWS account.

                                  • shared - Return all manual DB cluster snapshots that have been shared to my AWS account.

                                  • public - Return all DB cluster snapshots that have been marked as public.

                                  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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "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.

                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  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.

                                  \n@param marker 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.*/", "getterDocumentation" : "/**

                                  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.

                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                  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.

                                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  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.

                                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "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.

                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "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.

                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  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.

                                  \n@param maxRecords 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.*/", "getterDocumentation" : "/**

                                  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.

                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                  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.

                                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  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.

                                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "OptionGroupAlreadyExistsException" : { "c2jName" : "OptionGroupAlreadyExistsFault", "documentation" : "

                                  The option group you are trying to create already exists.

                                  ", "shapeName" : "OptionGroupAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "optionGroupAlreadyExistsException", "variableType" : "OptionGroupAlreadyExistsException", "variableDeclarationType" : "OptionGroupAlreadyExistsException", "documentation" : null, "simpleType" : "OptionGroupAlreadyExistsException", "variableSetterType" : "OptionGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "OptionGroupAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AddSourceIdentifierToSubscriptionRequest" : { "c2jName" : "AddSourceIdentifierToSubscriptionMessage", "documentation" : "

                                  ", "shapeName" : "AddSourceIdentifierToSubscriptionRequest", "deprecated" : false, "required" : [ "SubscriptionName", "SourceIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                  \n@param subscriptionName The name of the RDS event notification subscription you want to add a source identifier to.*/", "getterDocumentation" : "/**

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

                                  \n@return The name of the RDS event notification subscription you want to add a source identifier to.*/", "fluentSetterDocumentation" : "/**

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

                                  \n@param subscriptionName The name of the RDS event notification subscription you want to add a source identifier to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                  \n@param subscriptionName The name of the RDS event notification subscription you want to add a source identifier to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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:

                                  • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                  • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                  • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                  • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                  ", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

                                  • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                  • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                  • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                  • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  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:

                                  • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                  • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                  • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                  • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                  \n@param sourceIdentifier 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:

                                  • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                  • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                  • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                  • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                  • */", "getterDocumentation" : "/**

                                    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:

                                    • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                    • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                    • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                    • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                    \n@return 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:

                                    • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                    • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                    • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                    • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                    • */", "fluentSetterDocumentation" : "/**

                                      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:

                                      • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                      • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                      • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                      • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                      \n@param sourceIdentifier 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:

                                      • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                      • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                      • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                      • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                        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:

                                        • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                        • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                        • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                        • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                        \n@param sourceIdentifier 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:

                                        • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                        • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                        • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                        • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addSourceIdentifierToSubscriptionRequest", "variableType" : "AddSourceIdentifierToSubscriptionRequest", "variableDeclarationType" : "AddSourceIdentifierToSubscriptionRequest", "documentation" : null, "simpleType" : "AddSourceIdentifierToSubscriptionRequest", "variableSetterType" : "AddSourceIdentifierToSubscriptionRequest" }, "marshaller" : { "action" : "AddSourceIdentifierToSubscription", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SourceIdentifier" : { "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:

                                          • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                          • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                          • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                          • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                          ", "name" : "SourceIdentifier", "c2jName" : "SourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

                                          • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                          • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                          • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                          • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdentifier", "marshallLocationName" : "SourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          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:

                                          • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                          • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                          • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                          • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                          \n@param sourceIdentifier 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:

                                          • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                          • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                          • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                          • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                          • */", "getterDocumentation" : "/**

                                            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:

                                            • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                            • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                            • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                            • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                            \n@return 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:

                                            • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                            • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                            • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                            • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                            • */", "fluentSetterDocumentation" : "/**

                                              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:

                                              • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                              • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                              • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                              • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                              \n@param sourceIdentifier 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:

                                              • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                              • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                              • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                              • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                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:

                                                • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                \n@param sourceIdentifier 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:

                                                • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubscriptionName" : { "documentation" : "

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

                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                  \n@param subscriptionName The name of the RDS event notification subscription you want to add a source identifier to.*/", "getterDocumentation" : "/**

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

                                                  \n@return The name of the RDS event notification subscription you want to add a source identifier to.*/", "fluentSetterDocumentation" : "/**

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

                                                  \n@param subscriptionName The name of the RDS event notification subscription you want to add a source identifier to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  \n@param subscriptionName The name of the RDS event notification subscription you want to add a source identifier to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Endpoint" : { "c2jName" : "Endpoint", "documentation" : "

                                                  This data type is used as a response element in the following actions:

                                                  ", "shapeName" : "Endpoint", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  Specifies the DNS address of the DB instance.

                                                  ", "name" : "Address", "c2jName" : "Address", "c2jShape" : "String", "variable" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Specifies the DNS address of the DB instance.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Address", "marshallLocationName" : "Address", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Specifies the DNS address of the DB instance.

                                                  \n@param address Specifies the DNS address of the DB instance.*/", "getterDocumentation" : "/**

                                                  Specifies the DNS address of the DB instance.

                                                  \n@return Specifies the DNS address of the DB instance.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the DNS address of the DB instance.

                                                  \n@param address Specifies the DNS address of the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the DNS address of the DB instance.

                                                  \n@param address Specifies the DNS address of the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Specifies the port that the database engine is listening on.

                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                  Specifies the port that the database engine is listening on.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Specifies the port that the database engine is listening on.

                                                  \n@param port Specifies the port that the database engine is listening on.*/", "getterDocumentation" : "/**

                                                  Specifies the port that the database engine is listening on.

                                                  \n@return Specifies the port that the database engine is listening on.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the port that the database engine is listening on.

                                                  \n@param port Specifies the port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the port that the database engine is listening on.

                                                  \n@param port Specifies the port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "String", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HostedZoneId", "marshallLocationName" : "HostedZoneId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                  \n@param hostedZoneId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.*/", "getterDocumentation" : "/**

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

                                                  \n@return Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.*/", "fluentSetterDocumentation" : "/**

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

                                                  \n@param hostedZoneId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  \n@param hostedZoneId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "endpoint", "variableType" : "Endpoint", "variableDeclarationType" : "Endpoint", "documentation" : null, "simpleType" : "Endpoint", "variableSetterType" : "Endpoint" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Address" : { "documentation" : "

                                                  Specifies the DNS address of the DB instance.

                                                  ", "name" : "Address", "c2jName" : "Address", "c2jShape" : "String", "variable" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Specifies the DNS address of the DB instance.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Address", "marshallLocationName" : "Address", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Specifies the DNS address of the DB instance.

                                                  \n@param address Specifies the DNS address of the DB instance.*/", "getterDocumentation" : "/**

                                                  Specifies the DNS address of the DB instance.

                                                  \n@return Specifies the DNS address of the DB instance.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the DNS address of the DB instance.

                                                  \n@param address Specifies the DNS address of the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the DNS address of the DB instance.

                                                  \n@param address Specifies the DNS address of the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

                                                  Specifies the port that the database engine is listening on.

                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                  Specifies the port that the database engine is listening on.

                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Specifies the port that the database engine is listening on.

                                                  \n@param port Specifies the port that the database engine is listening on.*/", "getterDocumentation" : "/**

                                                  Specifies the port that the database engine is listening on.

                                                  \n@return Specifies the port that the database engine is listening on.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the port that the database engine is listening on.

                                                  \n@param port Specifies the port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the port that the database engine is listening on.

                                                  \n@param port Specifies the port that the database engine is listening on.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HostedZoneId" : { "documentation" : "

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

                                                  ", "name" : "HostedZoneId", "c2jName" : "HostedZoneId", "c2jShape" : "String", "variable" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HostedZoneId", "marshallLocationName" : "HostedZoneId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                  \n@param hostedZoneId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.*/", "getterDocumentation" : "/**

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

                                                  \n@return Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.*/", "fluentSetterDocumentation" : "/**

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

                                                  \n@param hostedZoneId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  \n@param hostedZoneId Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "OptionSetting" : { "c2jName" : "OptionSetting", "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.

                                                  ", "shapeName" : "OptionSetting", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The name of the option that has settings that you can set.

                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the option that has settings that you can set.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The name of the option that has settings that you can set.

                                                  \n@param name The name of the option that has settings that you can set.*/", "getterDocumentation" : "/**

                                                  The name of the option that has settings that you can set.

                                                  \n@return The name of the option that has settings that you can set.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the option that has settings that you can set.

                                                  \n@param name The name of the option that has settings that you can set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the option that has settings that you can set.

                                                  \n@param name The name of the option that has settings that you can set.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The current value of the option setting.

                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The current value of the option setting.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The current value of the option setting.

                                                  \n@param value The current value of the option setting.*/", "getterDocumentation" : "/**

                                                  The current value of the option setting.

                                                  \n@return The current value of the option setting.*/", "fluentSetterDocumentation" : "/**

                                                  The current value of the option setting.

                                                  \n@param value The current value of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The current value of the option setting.

                                                  \n@param value The current value of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The default value of the option setting.

                                                  ", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "String", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The default value of the option setting.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The default value of the option setting.

                                                  \n@param defaultValue The default value of the option setting.*/", "getterDocumentation" : "/**

                                                  The default value of the option setting.

                                                  \n@return The default value of the option setting.*/", "fluentSetterDocumentation" : "/**

                                                  The default value of the option setting.

                                                  \n@param defaultValue The default value of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The default value of the option setting.

                                                  \n@param defaultValue The default value of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The description of the option setting.

                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The description of the option setting.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The description of the option setting.

                                                  \n@param description The description of the option setting.*/", "getterDocumentation" : "/**

                                                  The description of the option setting.

                                                  \n@return The description of the option setting.*/", "fluentSetterDocumentation" : "/**

                                                  The description of the option setting.

                                                  \n@param description The description of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The description of the option setting.

                                                  \n@param description The description of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The DB engine specific parameter type.

                                                  ", "name" : "ApplyType", "c2jName" : "ApplyType", "c2jShape" : "String", "variable" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The DB engine specific parameter type.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyType", "marshallLocationName" : "ApplyType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The DB engine specific parameter type.

                                                  \n@param applyType The DB engine specific parameter type.*/", "getterDocumentation" : "/**

                                                  The DB engine specific parameter type.

                                                  \n@return The DB engine specific parameter type.*/", "fluentSetterDocumentation" : "/**

                                                  The DB engine specific parameter type.

                                                  \n@param applyType The DB engine specific parameter type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The DB engine specific parameter type.

                                                  \n@param applyType The DB engine specific parameter type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The data type of the option setting.

                                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The data type of the option setting.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataType", "marshallLocationName" : "DataType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The data type of the option setting.

                                                  \n@param dataType The data type of the option setting.*/", "getterDocumentation" : "/**

                                                  The data type of the option setting.

                                                  \n@return The data type of the option setting.*/", "fluentSetterDocumentation" : "/**

                                                  The data type of the option setting.

                                                  \n@param dataType The data type of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The data type of the option setting.

                                                  \n@param dataType The data type of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The allowed values of the option setting.

                                                  ", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "variable" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The allowed values of the option setting.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The allowed values of the option setting.

                                                  \n@param allowedValues The allowed values of the option setting.*/", "getterDocumentation" : "/**

                                                  The allowed values of the option setting.

                                                  \n@return The allowed values of the option setting.*/", "fluentSetterDocumentation" : "/**

                                                  The allowed values of the option setting.

                                                  \n@param allowedValues The allowed values of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The allowed values of the option setting.

                                                  \n@param allowedValues The allowed values of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  ", "name" : "IsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "variable" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsModifiable", "marshallLocationName" : "IsModifiable", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  \n@param isModifiable A Boolean value that, when true, indicates the option setting can be modified from the default.*/", "getterDocumentation" : "/**

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  \n@return A Boolean value that, when true, indicates the option setting can be modified from the default.*/", "fluentSetterDocumentation" : "/**

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  \n@param isModifiable A Boolean value that, when true, indicates the option setting can be modified from the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  \n@param isModifiable A Boolean value that, when true, indicates the option setting can be modified from the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Indicates if the option setting is part of a collection.

                                                  ", "name" : "IsCollection", "c2jName" : "IsCollection", "c2jShape" : "Boolean", "variable" : { "variableName" : "isCollection", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                  Indicates if the option setting is part of a collection.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isCollection", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsCollection", "marshallLocationName" : "IsCollection", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Indicates if the option setting is part of a collection.

                                                  \n@param isCollection Indicates if the option setting is part of a collection.*/", "getterDocumentation" : "/**

                                                  Indicates if the option setting is part of a collection.

                                                  \n@return Indicates if the option setting is part of a collection.*/", "fluentSetterDocumentation" : "/**

                                                  Indicates if the option setting is part of a collection.

                                                  \n@param isCollection Indicates if the option setting is part of a collection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Indicates if the option setting is part of a collection.

                                                  \n@param isCollection Indicates if the option setting is part of a collection.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "optionSetting", "variableType" : "OptionSetting", "variableDeclarationType" : "OptionSetting", "documentation" : null, "simpleType" : "OptionSetting", "variableSetterType" : "OptionSetting" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsModifiable" : { "documentation" : "

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  ", "name" : "IsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "variable" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsModifiable", "marshallLocationName" : "IsModifiable", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  \n@param isModifiable A Boolean value that, when true, indicates the option setting can be modified from the default.*/", "getterDocumentation" : "/**

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  \n@return A Boolean value that, when true, indicates the option setting can be modified from the default.*/", "fluentSetterDocumentation" : "/**

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  \n@param isModifiable A Boolean value that, when true, indicates the option setting can be modified from the default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A Boolean value that, when true, indicates the option setting can be modified from the default.

                                                  \n@param isModifiable A Boolean value that, when true, indicates the option setting can be modified from the default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultValue" : { "documentation" : "

                                                  The default value of the option setting.

                                                  ", "name" : "DefaultValue", "c2jName" : "DefaultValue", "c2jShape" : "String", "variable" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The default value of the option setting.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "defaultValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultValue", "marshallLocationName" : "DefaultValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The default value of the option setting.

                                                  \n@param defaultValue The default value of the option setting.*/", "getterDocumentation" : "/**

                                                  The default value of the option setting.

                                                  \n@return The default value of the option setting.*/", "fluentSetterDocumentation" : "/**

                                                  The default value of the option setting.

                                                  \n@param defaultValue The default value of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The default value of the option setting.

                                                  \n@param defaultValue The default value of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApplyType" : { "documentation" : "

                                                  The DB engine specific parameter type.

                                                  ", "name" : "ApplyType", "c2jName" : "ApplyType", "c2jShape" : "String", "variable" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The DB engine specific parameter type.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyType", "marshallLocationName" : "ApplyType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The DB engine specific parameter type.

                                                  \n@param applyType The DB engine specific parameter type.*/", "getterDocumentation" : "/**

                                                  The DB engine specific parameter type.

                                                  \n@return The DB engine specific parameter type.*/", "fluentSetterDocumentation" : "/**

                                                  The DB engine specific parameter type.

                                                  \n@param applyType The DB engine specific parameter type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The DB engine specific parameter type.

                                                  \n@param applyType The DB engine specific parameter type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                                  The description of the option setting.

                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The description of the option setting.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The description of the option setting.

                                                  \n@param description The description of the option setting.*/", "getterDocumentation" : "/**

                                                  The description of the option setting.

                                                  \n@return The description of the option setting.*/", "fluentSetterDocumentation" : "/**

                                                  The description of the option setting.

                                                  \n@param description The description of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The description of the option setting.

                                                  \n@param description The description of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowedValues" : { "documentation" : "

                                                  The allowed values of the option setting.

                                                  ", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "variable" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The allowed values of the option setting.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedValues", "marshallLocationName" : "AllowedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The allowed values of the option setting.

                                                  \n@param allowedValues The allowed values of the option setting.*/", "getterDocumentation" : "/**

                                                  The allowed values of the option setting.

                                                  \n@return The allowed values of the option setting.*/", "fluentSetterDocumentation" : "/**

                                                  The allowed values of the option setting.

                                                  \n@param allowedValues The allowed values of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The allowed values of the option setting.

                                                  \n@param allowedValues The allowed values of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsCollection" : { "documentation" : "

                                                  Indicates if the option setting is part of a collection.

                                                  ", "name" : "IsCollection", "c2jName" : "IsCollection", "c2jShape" : "Boolean", "variable" : { "variableName" : "isCollection", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                  Indicates if the option setting is part of a collection.

                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "isCollection", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsCollection", "marshallLocationName" : "IsCollection", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  Indicates if the option setting is part of a collection.

                                                  \n@param isCollection Indicates if the option setting is part of a collection.*/", "getterDocumentation" : "/**

                                                  Indicates if the option setting is part of a collection.

                                                  \n@return Indicates if the option setting is part of a collection.*/", "fluentSetterDocumentation" : "/**

                                                  Indicates if the option setting is part of a collection.

                                                  \n@param isCollection Indicates if the option setting is part of a collection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Indicates if the option setting is part of a collection.

                                                  \n@param isCollection Indicates if the option setting is part of a collection.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

                                                  The current value of the option setting.

                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The current value of the option setting.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The current value of the option setting.

                                                  \n@param value The current value of the option setting.*/", "getterDocumentation" : "/**

                                                  The current value of the option setting.

                                                  \n@return The current value of the option setting.*/", "fluentSetterDocumentation" : "/**

                                                  The current value of the option setting.

                                                  \n@param value The current value of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The current value of the option setting.

                                                  \n@param value The current value of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DataType" : { "documentation" : "

                                                  The data type of the option setting.

                                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The data type of the option setting.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DataType", "marshallLocationName" : "DataType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The data type of the option setting.

                                                  \n@param dataType The data type of the option setting.*/", "getterDocumentation" : "/**

                                                  The data type of the option setting.

                                                  \n@return The data type of the option setting.*/", "fluentSetterDocumentation" : "/**

                                                  The data type of the option setting.

                                                  \n@param dataType The data type of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The data type of the option setting.

                                                  \n@param dataType The data type of the option setting.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                  The name of the option that has settings that you can set.

                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the option that has settings that you can set.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The name of the option that has settings that you can set.

                                                  \n@param name The name of the option that has settings that you can set.*/", "getterDocumentation" : "/**

                                                  The name of the option that has settings that you can set.

                                                  \n@return The name of the option that has settings that you can set.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the option that has settings that you can set.

                                                  \n@param name The name of the option that has settings that you can set.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the option that has settings that you can set.

                                                  \n@param name The name of the option that has settings that you can set.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddTagsToResourceResult" : { "c2jName" : "AddTagsToResourceResult", "documentation" : null, "shapeName" : "AddTagsToResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "addTagsToResourceResult", "variableType" : "AddTagsToResourceResult", "variableDeclarationType" : "AddTagsToResourceResult", "documentation" : null, "simpleType" : "AddTagsToResourceResult", "variableSetterType" : "AddTagsToResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RevokeDBSecurityGroupIngressRequest" : { "c2jName" : "RevokeDBSecurityGroupIngressMessage", "documentation" : "

                                                  ", "shapeName" : "RevokeDBSecurityGroupIngressRequest", "deprecated" : false, "required" : [ "DBSecurityGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The name of the DB security group to revoke ingress from.

                                                  ", "name" : "DBSecurityGroupName", "c2jName" : "DBSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the DB security group to revoke ingress from.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSecurityGroupName", "marshallLocationName" : "DBSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The name of the DB security group to revoke ingress from.

                                                  \n@param dBSecurityGroupName The name of the DB security group to revoke ingress from.*/", "getterDocumentation" : "/**

                                                  The name of the DB security group to revoke ingress from.

                                                  \n@return The name of the DB security group to revoke ingress from.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the DB security group to revoke ingress from.

                                                  \n@param dBSecurityGroupName The name of the DB security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the DB security group to revoke ingress from.

                                                  \n@param dBSecurityGroupName The name of the DB security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                  ", "name" : "CIDRIP", "c2jName" : "CIDRIP", "c2jShape" : "String", "variable" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "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.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CIDRIP", "marshallLocationName" : "CIDRIP", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.

                                                  \n@param cIDRIP The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.*/", "getterDocumentation" : "/**

                                                  The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.

                                                  \n@return The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.*/", "fluentSetterDocumentation" : "/**

                                                  The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.

                                                  \n@param cIDRIP The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.

                                                  \n@param cIDRIP The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "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.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupName 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.*/", "getterDocumentation" : "/**

                                                  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.

                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                  ", "name" : "EC2SecurityGroupId", "c2jName" : "EC2SecurityGroupId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupId", "variableType" : "String", "variableDeclarationType" : "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.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupId", "marshallLocationName" : "EC2SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupId 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.*/", "getterDocumentation" : "/**

                                                  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.

                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "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.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupOwnerId 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.*/", "getterDocumentation" : "/**

                                                  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.

                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupOwnerId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupOwnerId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "revokeDBSecurityGroupIngressRequest", "variableType" : "RevokeDBSecurityGroupIngressRequest", "variableDeclarationType" : "RevokeDBSecurityGroupIngressRequest", "documentation" : null, "simpleType" : "RevokeDBSecurityGroupIngressRequest", "variableSetterType" : "RevokeDBSecurityGroupIngressRequest" }, "marshaller" : { "action" : "RevokeDBSecurityGroupIngress", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBSecurityGroupName" : { "documentation" : "

                                                  The name of the DB security group to revoke ingress from.

                                                  ", "name" : "DBSecurityGroupName", "c2jName" : "DBSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the DB security group to revoke ingress from.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSecurityGroupName", "marshallLocationName" : "DBSecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The name of the DB security group to revoke ingress from.

                                                  \n@param dBSecurityGroupName The name of the DB security group to revoke ingress from.*/", "getterDocumentation" : "/**

                                                  The name of the DB security group to revoke ingress from.

                                                  \n@return The name of the DB security group to revoke ingress from.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the DB security group to revoke ingress from.

                                                  \n@param dBSecurityGroupName The name of the DB security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the DB security group to revoke ingress from.

                                                  \n@param dBSecurityGroupName The name of the DB security group to revoke ingress from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CIDRIP" : { "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.

                                                  ", "name" : "CIDRIP", "c2jName" : "CIDRIP", "c2jShape" : "String", "variable" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "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.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CIDRIP", "marshallLocationName" : "CIDRIP", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.

                                                  \n@param cIDRIP The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.*/", "getterDocumentation" : "/**

                                                  The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.

                                                  \n@return The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.*/", "fluentSetterDocumentation" : "/**

                                                  The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.

                                                  \n@param cIDRIP The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.

                                                  \n@param cIDRIP The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP is specified, EC2SecurityGroupName, EC2SecurityGroupId and EC2SecurityGroupOwnerId cannot be provided.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroupName" : { "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.

                                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "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.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupName 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.*/", "getterDocumentation" : "/**

                                                  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.

                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroupOwnerId" : { "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.

                                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "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.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupOwnerId 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.*/", "getterDocumentation" : "/**

                                                  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.

                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupOwnerId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupOwnerId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroupId" : { "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.

                                                  ", "name" : "EC2SecurityGroupId", "c2jName" : "EC2SecurityGroupId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupId", "variableType" : "String", "variableDeclarationType" : "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.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupId", "marshallLocationName" : "EC2SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupId 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.*/", "getterDocumentation" : "/**

                                                  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.

                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eC2SecurityGroupId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "OptionGroupQuotaExceededException" : { "c2jName" : "OptionGroupQuotaExceededFault", "documentation" : "

                                                  The quota of 20 option groups was exceeded for this AWS account.

                                                  ", "shapeName" : "OptionGroupQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "optionGroupQuotaExceededException", "variableType" : "OptionGroupQuotaExceededException", "variableDeclarationType" : "OptionGroupQuotaExceededException", "documentation" : null, "simpleType" : "OptionGroupQuotaExceededException", "variableSetterType" : "OptionGroupQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "OptionGroupQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeDBInstancesResult" : { "c2jName" : "DBInstanceMessage", "documentation" : "

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

                                                  ", "shapeName" : "DescribeDBInstancesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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 .

                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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 .

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  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 .

                                                  \n@param marker 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 .*/", "getterDocumentation" : "/**

                                                  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 .

                                                  \n@return 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 .*/", "fluentSetterDocumentation" : "/**

                                                  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 .

                                                  \n@param marker 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 .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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 .

                                                  \n@param marker 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 .\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  A list of DBInstance instances.

                                                  ", "name" : "DBInstances", "c2jName" : "DBInstances", "c2jShape" : "DBInstanceList", "variable" : { "variableName" : "dBInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  A list of DBInstance instances.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dBInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstances", "marshallLocationName" : "DBInstances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBInstance", "memberLocationName" : "DBInstance", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBInstance", "variable" : { "variableName" : "member", "variableType" : "DBInstance", "variableDeclarationType" : "DBInstance", "documentation" : "", "simpleType" : "DBInstance", "variableSetterType" : "DBInstance" }, "setterModel" : { "variableName" : "member", "variableType" : "DBInstance", "variableDeclarationType" : "DBInstance", "documentation" : "", "simpleType" : "DBInstance", "variableSetterType" : "DBInstance" }, "getterModel" : { "returnType" : "DBInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstance", "marshallLocationName" : "DBInstance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DBInstance", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  A list of DBInstance instances.

                                                  \n@param dBInstances A list of DBInstance instances.*/", "getterDocumentation" : "/**

                                                  A list of DBInstance instances.

                                                  \n@return A list of DBInstance instances.*/", "fluentSetterDocumentation" : "/**

                                                  A list of DBInstance instances.

                                                  \n@param dBInstances A list of DBInstance instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A list of DBInstance instances.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDBInstances(java.util.Collection)} or {@link #withDBInstances(java.util.Collection)} if you want to override the existing values.

                                                  \n@param dBInstances A list of DBInstance instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBInstancesResult", "variableType" : "DescribeDBInstancesResult", "variableDeclarationType" : "DescribeDBInstancesResult", "documentation" : null, "simpleType" : "DescribeDBInstancesResult", "variableSetterType" : "DescribeDBInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeDBInstancesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "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 .

                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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 .

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  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 .

                                                  \n@param marker 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 .*/", "getterDocumentation" : "/**

                                                  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 .

                                                  \n@return 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 .*/", "fluentSetterDocumentation" : "/**

                                                  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 .

                                                  \n@param marker 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 .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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 .

                                                  \n@param marker 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 .\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstances" : { "documentation" : "

                                                  A list of DBInstance instances.

                                                  ", "name" : "DBInstances", "c2jName" : "DBInstances", "c2jShape" : "DBInstanceList", "variable" : { "variableName" : "dBInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  A list of DBInstance instances.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dBInstances", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstances", "marshallLocationName" : "DBInstances", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBInstance", "memberLocationName" : "DBInstance", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBInstance", "variable" : { "variableName" : "member", "variableType" : "DBInstance", "variableDeclarationType" : "DBInstance", "documentation" : "", "simpleType" : "DBInstance", "variableSetterType" : "DBInstance" }, "setterModel" : { "variableName" : "member", "variableType" : "DBInstance", "variableDeclarationType" : "DBInstance", "documentation" : "", "simpleType" : "DBInstance", "variableSetterType" : "DBInstance" }, "getterModel" : { "returnType" : "DBInstance", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstance", "marshallLocationName" : "DBInstance", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DBInstance", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  A list of DBInstance instances.

                                                  \n@param dBInstances A list of DBInstance instances.*/", "getterDocumentation" : "/**

                                                  A list of DBInstance instances.

                                                  \n@return A list of DBInstance instances.*/", "fluentSetterDocumentation" : "/**

                                                  A list of DBInstance instances.

                                                  \n@param dBInstances A list of DBInstance instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A list of DBInstance instances.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDBInstances(java.util.Collection)} or {@link #withDBInstances(java.util.Collection)} if you want to override the existing values.

                                                  \n@param dBInstances A list of DBInstance instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateEventSubscriptionRequest" : { "c2jName" : "CreateEventSubscriptionMessage", "documentation" : "

                                                  ", "shapeName" : "CreateEventSubscriptionRequest", "deprecated" : false, "required" : [ "SubscriptionName", "SnsTopicArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The name of the subscription.

                                                  Constraints: The name must be less than 255 characters.

                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the subscription.

                                                  Constraints: The name must be less than 255 characters.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  The name of the subscription.

                                                  Constraints: The name must be less than 255 characters.

                                                  \n@param subscriptionName The name of the subscription.

                                                  Constraints: The name must be less than 255 characters.*/", "getterDocumentation" : "/**

                                                  The name of the subscription.

                                                  Constraints: The name must be less than 255 characters.

                                                  \n@return The name of the subscription.

                                                  Constraints: The name must be less than 255 characters.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the subscription.

                                                  Constraints: The name must be less than 255 characters.

                                                  \n@param subscriptionName The name of the subscription.

                                                  Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the subscription.

                                                  Constraints: The name must be less than 255 characters.

                                                  \n@param subscriptionName The name of the subscription.

                                                  Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                  ", "name" : "SnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "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.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnsTopicArn", "marshallLocationName" : "SnsTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  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.

                                                  \n@param snsTopicArn 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.*/", "getterDocumentation" : "/**

                                                  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.

                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                  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.

                                                  \n@param snsTopicArn 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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.

                                                  \n@param snsTopicArn 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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

                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "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

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                  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

                                                  \n@param sourceType 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*/", "getterDocumentation" : "/**

                                                  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

                                                  \n@return 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*/", "fluentSetterDocumentation" : "/**

                                                  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

                                                  \n@param sourceType 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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

                                                  \n@param sourceType 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                  ", "name" : "EventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategories", "marshallLocationName" : "EventCategories", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  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.

                                                  \n@param eventCategories 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.*/", "getterDocumentation" : "/**

                                                  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.

                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                  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.

                                                  \n@param eventCategories 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  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.

                                                  \n

                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.

                                                  \n@param eventCategories 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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:

                                                  • If SourceIds are supplied, SourceType must also be provided.

                                                  • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                  • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                  • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                  • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                  ", "name" : "SourceIds", "c2jName" : "SourceIds", "c2jShape" : "SourceIdsList", "variable" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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:

                                                  • If SourceIds are supplied, SourceType must also be provided.

                                                  • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                  • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                  • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                  • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIds", "marshallLocationName" : "SourceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SourceId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceId", "marshallLocationName" : "SourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  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:

                                                  • If SourceIds are supplied, SourceType must also be provided.

                                                  • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                  • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                  • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                  • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                  \n@param sourceIds 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:

                                                  • If SourceIds are supplied, SourceType must also be provided.

                                                  • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                  • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                  • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                  • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                  • */", "getterDocumentation" : "/**

                                                    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:

                                                    • If SourceIds are supplied, SourceType must also be provided.

                                                    • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                    • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                    • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                    • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                    \n@return 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:

                                                    • If SourceIds are supplied, SourceType must also be provided.

                                                    • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                    • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                    • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                    • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                    • */", "fluentSetterDocumentation" : "/**

                                                      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:

                                                      • If SourceIds are supplied, SourceType must also be provided.

                                                      • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                      • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                      • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                      • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                      \n@param sourceIds 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:

                                                      • If SourceIds are supplied, SourceType must also be provided.

                                                      • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                      • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                      • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                      • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                        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:

                                                        • If SourceIds are supplied, SourceType must also be provided.

                                                        • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                        • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                        • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                        • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                        \n

                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setSourceIds(java.util.Collection)} or {@link #withSourceIds(java.util.Collection)} if you want to override the existing values.

                                                        \n@param sourceIds 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:

                                                        • If SourceIds are supplied, SourceType must also be provided.

                                                        • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                        • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                        • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                        • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                          ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.*/", "getterDocumentation" : "/**

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

                                                          \n@return A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.*/", "fluentSetterDocumentation" : "/**

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

                                                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param tags */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                          \n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createEventSubscriptionRequest", "variableType" : "CreateEventSubscriptionRequest", "variableDeclarationType" : "CreateEventSubscriptionRequest", "documentation" : null, "simpleType" : "CreateEventSubscriptionRequest", "variableSetterType" : "CreateEventSubscriptionRequest" }, "marshaller" : { "action" : "CreateEventSubscription", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SourceType" : { "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

                                                          ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "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

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceType", "marshallLocationName" : "SourceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          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

                                                          \n@param sourceType 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*/", "getterDocumentation" : "/**

                                                          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

                                                          \n@return 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*/", "fluentSetterDocumentation" : "/**

                                                          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

                                                          \n@param sourceType 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          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

                                                          \n@param sourceType 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EventCategories" : { "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.

                                                          ", "name" : "EventCategories", "c2jName" : "EventCategories", "c2jShape" : "EventCategoriesList", "variable" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategories", "marshallLocationName" : "EventCategories", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "EventCategory", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategory", "marshallLocationName" : "EventCategory", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                          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.

                                                          \n@param eventCategories 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.*/", "getterDocumentation" : "/**

                                                          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.

                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                          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.

                                                          \n@param eventCategories 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          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.

                                                          \n

                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setEventCategories(java.util.Collection)} or {@link #withEventCategories(java.util.Collection)} if you want to override the existing values.

                                                          \n@param eventCategories 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "

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

                                                          ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.*/", "getterDocumentation" : "/**

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

                                                          \n@return A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.*/", "fluentSetterDocumentation" : "/**

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

                                                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                          \n@param enabled A Boolean value; set to true to activate the subscription, set to false to create the subscription but not active it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubscriptionName" : { "documentation" : "

                                                          The name of the subscription.

                                                          Constraints: The name must be less than 255 characters.

                                                          ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The name of the subscription.

                                                          Constraints: The name must be less than 255 characters.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          The name of the subscription.

                                                          Constraints: The name must be less than 255 characters.

                                                          \n@param subscriptionName The name of the subscription.

                                                          Constraints: The name must be less than 255 characters.*/", "getterDocumentation" : "/**

                                                          The name of the subscription.

                                                          Constraints: The name must be less than 255 characters.

                                                          \n@return The name of the subscription.

                                                          Constraints: The name must be less than 255 characters.*/", "fluentSetterDocumentation" : "/**

                                                          The name of the subscription.

                                                          Constraints: The name must be less than 255 characters.

                                                          \n@param subscriptionName The name of the subscription.

                                                          Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The name of the subscription.

                                                          Constraints: The name must be less than 255 characters.

                                                          \n@param subscriptionName The name of the subscription.

                                                          Constraints: The name must be less than 255 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicArn" : { "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.

                                                          ", "name" : "SnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "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.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnsTopicArn", "marshallLocationName" : "SnsTopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                          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.

                                                          \n@param snsTopicArn 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.*/", "getterDocumentation" : "/**

                                                          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.

                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                          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.

                                                          \n@param snsTopicArn 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          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.

                                                          \n@param snsTopicArn 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceIds" : { "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:

                                                          • If SourceIds are supplied, SourceType must also be provided.

                                                          • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                          • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                          • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                          • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                          ", "name" : "SourceIds", "c2jName" : "SourceIds", "c2jShape" : "SourceIdsList", "variable" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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:

                                                          • If SourceIds are supplied, SourceType must also be provided.

                                                          • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                          • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                          • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                          • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIds", "marshallLocationName" : "SourceIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SourceId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceId", "marshallLocationName" : "SourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                          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:

                                                          • If SourceIds are supplied, SourceType must also be provided.

                                                          • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                          • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                          • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                          • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                          \n@param sourceIds 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:

                                                          • If SourceIds are supplied, SourceType must also be provided.

                                                          • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                          • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                          • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                          • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                          • */", "getterDocumentation" : "/**

                                                            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:

                                                            • If SourceIds are supplied, SourceType must also be provided.

                                                            • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                            • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                            • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                            • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                            \n@return 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:

                                                            • If SourceIds are supplied, SourceType must also be provided.

                                                            • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                            • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                            • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                            • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                            • */", "fluentSetterDocumentation" : "/**

                                                              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:

                                                              • If SourceIds are supplied, SourceType must also be provided.

                                                              • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                              • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                              • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                              • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                              \n@param sourceIds 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:

                                                              • If SourceIds are supplied, SourceType must also be provided.

                                                              • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                              • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                              • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                              • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                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:

                                                                • If SourceIds are supplied, SourceType must also be provided.

                                                                • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                                • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                                • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                                • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                                \n

                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setSourceIds(java.util.Collection)} or {@link #withSourceIds(java.util.Collection)} if you want to override the existing values.

                                                                \n@param sourceIds 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:

                                                                • If SourceIds are supplied, SourceType must also be provided.

                                                                • If the source type is a DB instance, then a DBInstanceIdentifier must be supplied.

                                                                • If the source type is a DB security group, a DBSecurityGroupName must be supplied.

                                                                • If the source type is a DB parameter group, a DBParameterGroupName must be supplied.

                                                                • If the source type is a DB snapshot, a DBSnapshotIdentifier must be supplied.

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param tags */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBClusterOptionGroupStatus" : { "c2jName" : "DBClusterOptionGroupStatus", "documentation" : "

                                                                  Contains status information for a DB cluster option group.

                                                                  ", "shapeName" : "DBClusterOptionGroupStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  Specifies the name of the DB cluster option group.

                                                                  ", "name" : "DBClusterOptionGroupName", "c2jName" : "DBClusterOptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterOptionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specifies the name of the DB cluster option group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterOptionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterOptionGroupName", "marshallLocationName" : "DBClusterOptionGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Specifies the name of the DB cluster option group.

                                                                  \n@param dBClusterOptionGroupName Specifies the name of the DB cluster option group.*/", "getterDocumentation" : "/**

                                                                  Specifies the name of the DB cluster option group.

                                                                  \n@return Specifies the name of the DB cluster option group.*/", "fluentSetterDocumentation" : "/**

                                                                  Specifies the name of the DB cluster option group.

                                                                  \n@param dBClusterOptionGroupName Specifies the name of the DB cluster option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specifies the name of the DB cluster option group.

                                                                  \n@param dBClusterOptionGroupName Specifies the name of the DB cluster option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  Specifies the status of the DB cluster option group.

                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specifies the status of the DB cluster option group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Specifies the status of the DB cluster option group.

                                                                  \n@param status Specifies the status of the DB cluster option group.*/", "getterDocumentation" : "/**

                                                                  Specifies the status of the DB cluster option group.

                                                                  \n@return Specifies the status of the DB cluster option group.*/", "fluentSetterDocumentation" : "/**

                                                                  Specifies the status of the DB cluster option group.

                                                                  \n@param status Specifies the status of the DB cluster option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specifies the status of the DB cluster option group.

                                                                  \n@param status Specifies the status of the DB cluster option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dBClusterOptionGroupStatus", "variableType" : "DBClusterOptionGroupStatus", "variableDeclarationType" : "DBClusterOptionGroupStatus", "documentation" : null, "simpleType" : "DBClusterOptionGroupStatus", "variableSetterType" : "DBClusterOptionGroupStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                  Specifies the status of the DB cluster option group.

                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specifies the status of the DB cluster option group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Specifies the status of the DB cluster option group.

                                                                  \n@param status Specifies the status of the DB cluster option group.*/", "getterDocumentation" : "/**

                                                                  Specifies the status of the DB cluster option group.

                                                                  \n@return Specifies the status of the DB cluster option group.*/", "fluentSetterDocumentation" : "/**

                                                                  Specifies the status of the DB cluster option group.

                                                                  \n@param status Specifies the status of the DB cluster option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specifies the status of the DB cluster option group.

                                                                  \n@param status Specifies the status of the DB cluster option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterOptionGroupName" : { "documentation" : "

                                                                  Specifies the name of the DB cluster option group.

                                                                  ", "name" : "DBClusterOptionGroupName", "c2jName" : "DBClusterOptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterOptionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  Specifies the name of the DB cluster option group.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterOptionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterOptionGroupName", "marshallLocationName" : "DBClusterOptionGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  Specifies the name of the DB cluster option group.

                                                                  \n@param dBClusterOptionGroupName Specifies the name of the DB cluster option group.*/", "getterDocumentation" : "/**

                                                                  Specifies the name of the DB cluster option group.

                                                                  \n@return Specifies the name of the DB cluster option group.*/", "fluentSetterDocumentation" : "/**

                                                                  Specifies the name of the DB cluster option group.

                                                                  \n@param dBClusterOptionGroupName Specifies the name of the DB cluster option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Specifies the name of the DB cluster option group.

                                                                  \n@param dBClusterOptionGroupName Specifies the name of the DB cluster option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDBClusterRequest" : { "c2jName" : "CreateDBClusterMessage", "documentation" : "

                                                                  ", "shapeName" : "CreateDBClusterRequest", "deprecated" : false, "required" : [ "DBClusterIdentifier", "Engine" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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.

                                                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZones", "marshallLocationName" : "AvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "AvailabilityZone", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                  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.

                                                                  \n@param availabilityZones 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.*/", "getterDocumentation" : "/**

                                                                  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.

                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                  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.

                                                                  \n@param availabilityZones 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  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.

                                                                  \n

                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                                                  \n@param availabilityZones 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                  Default: 1

                                                                  Constraints:

                                                                  • Must be a value from 1 to 35

                                                                  ", "name" : "BackupRetentionPeriod", "c2jName" : "BackupRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                  Default: 1

                                                                  Constraints:

                                                                  • Must be a value from 1 to 35

                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "BackupRetentionPeriod", "marshallLocationName" : "BackupRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                  Default: 1

                                                                  Constraints:

                                                                  • Must be a value from 1 to 35

                                                                  \n@param backupRetentionPeriod The number of days for which automated backups are retained. You must specify a minimum value of 1.

                                                                  Default: 1

                                                                  Constraints:

                                                                  • Must be a value from 1 to 35

                                                                  • */", "getterDocumentation" : "/**

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

                                                                    Default: 1

                                                                    Constraints:

                                                                    • Must be a value from 1 to 35

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

                                                                    Default: 1

                                                                    Constraints:

                                                                    • Must be a value from 1 to 35

                                                                    • */", "fluentSetterDocumentation" : "/**

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

                                                                      Default: 1

                                                                      Constraints:

                                                                      • Must be a value from 1 to 35

                                                                      \n@param backupRetentionPeriod The number of days for which automated backups are retained. You must specify a minimum value of 1.

                                                                      Default: 1

                                                                      Constraints:

                                                                      • Must be a value from 1 to 35

                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                        Default: 1

                                                                        Constraints:

                                                                        • Must be a value from 1 to 35

                                                                        \n@param backupRetentionPeriod The number of days for which automated backups are retained. You must specify a minimum value of 1.

                                                                        Default: 1

                                                                        Constraints:

                                                                        • Must be a value from 1 to 35

                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                          ", "name" : "CharacterSetName", "c2jName" : "CharacterSetName", "c2jShape" : "String", "variable" : { "variableName" : "characterSetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "characterSetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CharacterSetName", "marshallLocationName" : "CharacterSetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                          \n@param characterSetName A value that indicates that the DB cluster should be associated with the specified CharacterSet.*/", "getterDocumentation" : "/**

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

                                                                          \n@return A value that indicates that the DB cluster should be associated with the specified CharacterSet.*/", "fluentSetterDocumentation" : "/**

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

                                                                          \n@param characterSetName A value that indicates that the DB cluster should be associated with the specified CharacterSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                          \n@param characterSetName A value that indicates that the DB cluster should be associated with the specified CharacterSet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                                          ", "name" : "DatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "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.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatabaseName", "marshallLocationName" : "DatabaseName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                          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.

                                                                          \n@param databaseName 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.*/", "getterDocumentation" : "/**

                                                                          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.

                                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                          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.

                                                                          \n@param databaseName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                          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.

                                                                          \n@param databaseName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                          • First character must be a letter.

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                          Example: my-cluster1

                                                                          ", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                          • First character must be a letter.

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                          Example: my-cluster1

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterIdentifier", "marshallLocationName" : "DBClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                          • First character must be a letter.

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                          Example: my-cluster1

                                                                          \n@param dBClusterIdentifier The DB cluster identifier. This parameter is stored as a lowercase string.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                          • First character must be a letter.

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                          Example: my-cluster1*/", "getterDocumentation" : "/**

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

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                          • First character must be a letter.

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                          Example: my-cluster1

                                                                          \n@return The DB cluster identifier. This parameter is stored as a lowercase string.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                          • First character must be a letter.

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                          Example: my-cluster1*/", "fluentSetterDocumentation" : "/**

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

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                          • First character must be a letter.

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                          Example: my-cluster1

                                                                          \n@param dBClusterIdentifier The DB cluster identifier. This parameter is stored as a lowercase string.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                          • First character must be a letter.

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                          Example: my-cluster1\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                          • First character must be a letter.

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                          Example: my-cluster1

                                                                          \n@param dBClusterIdentifier The DB cluster identifier. This parameter is stored as a lowercase string.

                                                                          Constraints:

                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                          • First character must be a letter.

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                          Example: my-cluster1\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                          Constraints:

                                                                          • Must be 1 to 255 alphanumeric characters

                                                                          • First character must be a letter

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                          ", "name" : "DBClusterParameterGroupName", "c2jName" : "DBClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                          Constraints:

                                                                          • Must be 1 to 255 alphanumeric characters

                                                                          • First character must be a letter

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterParameterGroupName", "marshallLocationName" : "DBClusterParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                          Constraints:

                                                                          • Must be 1 to 255 alphanumeric characters

                                                                          • First character must be a letter

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                          \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, default.aurora5.6 for the specified engine will be used.

                                                                          Constraints:

                                                                          • Must be 1 to 255 alphanumeric characters

                                                                          • First character must be a letter

                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                          • */", "getterDocumentation" : "/**

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

                                                                            Constraints:

                                                                            • Must be 1 to 255 alphanumeric characters

                                                                            • First character must be a letter

                                                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                                                            \n@return The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, default.aurora5.6 for the specified engine will be used.

                                                                            Constraints:

                                                                            • Must be 1 to 255 alphanumeric characters

                                                                            • First character must be a letter

                                                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                                                            • */", "fluentSetterDocumentation" : "/**

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

                                                                              Constraints:

                                                                              • Must be 1 to 255 alphanumeric characters

                                                                              • First character must be a letter

                                                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                                                              \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, default.aurora5.6 for the specified engine will be used.

                                                                              Constraints:

                                                                              • Must be 1 to 255 alphanumeric characters

                                                                              • First character must be a letter

                                                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                Constraints:

                                                                                • Must be 1 to 255 alphanumeric characters

                                                                                • First character must be a letter

                                                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, default.aurora5.6 for the specified engine will be used.

                                                                                Constraints:

                                                                                • Must be 1 to 255 alphanumeric characters

                                                                                • First character must be a letter

                                                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                  ", "name" : "VpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "variable" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupIds", "marshallLocationName" : "VpcSecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "VpcSecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupId", "marshallLocationName" : "VpcSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                                                                                  \n@param vpcSecurityGroupIds A list of EC2 VPC security groups to associate with this DB cluster.*/", "getterDocumentation" : "/**

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

                                                                                  \n@return A list of EC2 VPC security groups to associate with this DB cluster.*/", "fluentSetterDocumentation" : "/**

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

                                                                                  \n@param vpcSecurityGroupIds A list of EC2 VPC security groups to associate with this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                  \n

                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                                                  \n@param vpcSecurityGroupIds A list of EC2 VPC security groups to associate with this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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

                                                                                  ", "name" : "DBSubnetGroupName", "c2jName" : "DBSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "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

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSubnetGroupName", "marshallLocationName" : "DBSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  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

                                                                                  \n@param dBSubnetGroupName 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*/", "getterDocumentation" : "/**

                                                                                  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

                                                                                  \n@return 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*/", "fluentSetterDocumentation" : "/**

                                                                                  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

                                                                                  \n@param dBSubnetGroupName 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  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

                                                                                  \n@param dBSubnetGroupName 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                  Valid Values: aurora

                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                  Valid Values: aurora

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                  Valid Values: aurora

                                                                                  \n@param engine The name of the database engine to be used for this DB cluster.

                                                                                  Valid Values: aurora*/", "getterDocumentation" : "/**

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

                                                                                  Valid Values: aurora

                                                                                  \n@return The name of the database engine to be used for this DB cluster.

                                                                                  Valid Values: aurora*/", "fluentSetterDocumentation" : "/**

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

                                                                                  Valid Values: aurora

                                                                                  \n@param engine The name of the database engine to be used for this DB cluster.

                                                                                  Valid Values: aurora\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                  Valid Values: aurora

                                                                                  \n@param engine The name of the database engine to be used for this DB cluster.

                                                                                  Valid Values: aurora\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The version number of the database engine to use.

                                                                                  Aurora

                                                                                  Example: 5.6.10a

                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The version number of the database engine to use.

                                                                                  Aurora

                                                                                  Example: 5.6.10a

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The version number of the database engine to use.

                                                                                  Aurora

                                                                                  Example: 5.6.10a

                                                                                  \n@param engineVersion The version number of the database engine to use.

                                                                                  Aurora

                                                                                  Example: 5.6.10a*/", "getterDocumentation" : "/**

                                                                                  The version number of the database engine to use.

                                                                                  Aurora

                                                                                  Example: 5.6.10a

                                                                                  \n@return The version number of the database engine to use.

                                                                                  Aurora

                                                                                  Example: 5.6.10a*/", "fluentSetterDocumentation" : "/**

                                                                                  The version number of the database engine to use.

                                                                                  Aurora

                                                                                  Example: 5.6.10a

                                                                                  \n@param engineVersion The version number of the database engine to use.

                                                                                  Aurora

                                                                                  Example: 5.6.10a\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The version number of the database engine to use.

                                                                                  Aurora

                                                                                  Example: 5.6.10a

                                                                                  \n@param engineVersion The version number of the database engine to use.

                                                                                  Aurora

                                                                                  Example: 5.6.10a\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                  Default: 3306

                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                                  Default: 3306

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                  Default: 3306

                                                                                  \n@param port The port number on which the instances in the DB cluster accept connections.

                                                                                  Default: 3306*/", "getterDocumentation" : "/**

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

                                                                                  Default: 3306

                                                                                  \n@return The port number on which the instances in the DB cluster accept connections.

                                                                                  Default: 3306*/", "fluentSetterDocumentation" : "/**

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

                                                                                  Default: 3306

                                                                                  \n@param port The port number on which the instances in the DB cluster accept connections.

                                                                                  Default: 3306\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                  Default: 3306

                                                                                  \n@param port The port number on which the instances in the DB cluster accept connections.

                                                                                  Default: 3306\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The name of the master user for the client DB cluster.

                                                                                  Constraints:

                                                                                  • Must be 1 to 16 alphanumeric characters.

                                                                                  • First character must be a letter.

                                                                                  • Cannot be a reserved word for the chosen database engine.

                                                                                  ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the master user for the client DB cluster.

                                                                                  Constraints:

                                                                                  • Must be 1 to 16 alphanumeric characters.

                                                                                  • First character must be a letter.

                                                                                  • Cannot be a reserved word for the chosen database engine.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUsername", "marshallLocationName" : "MasterUsername", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The name of the master user for the client DB cluster.

                                                                                  Constraints:

                                                                                  • Must be 1 to 16 alphanumeric characters.

                                                                                  • First character must be a letter.

                                                                                  • Cannot be a reserved word for the chosen database engine.

                                                                                  \n@param masterUsername The name of the master user for the client DB cluster.

                                                                                  Constraints:

                                                                                  • Must be 1 to 16 alphanumeric characters.

                                                                                  • First character must be a letter.

                                                                                  • Cannot be a reserved word for the chosen database engine.

                                                                                  • */", "getterDocumentation" : "/**

                                                                                    The name of the master user for the client DB cluster.

                                                                                    Constraints:

                                                                                    • Must be 1 to 16 alphanumeric characters.

                                                                                    • First character must be a letter.

                                                                                    • Cannot be a reserved word for the chosen database engine.

                                                                                    \n@return The name of the master user for the client DB cluster.

                                                                                    Constraints:

                                                                                    • Must be 1 to 16 alphanumeric characters.

                                                                                    • First character must be a letter.

                                                                                    • Cannot be a reserved word for the chosen database engine.

                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                      The name of the master user for the client DB cluster.

                                                                                      Constraints:

                                                                                      • Must be 1 to 16 alphanumeric characters.

                                                                                      • First character must be a letter.

                                                                                      • Cannot be a reserved word for the chosen database engine.

                                                                                      \n@param masterUsername The name of the master user for the client DB cluster.

                                                                                      Constraints:

                                                                                      • Must be 1 to 16 alphanumeric characters.

                                                                                      • First character must be a letter.

                                                                                      • Cannot be a reserved word for the chosen database engine.

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                        The name of the master user for the client DB cluster.

                                                                                        Constraints:

                                                                                        • Must be 1 to 16 alphanumeric characters.

                                                                                        • First character must be a letter.

                                                                                        • Cannot be a reserved word for the chosen database engine.

                                                                                        \n@param masterUsername The name of the master user for the client DB cluster.

                                                                                        Constraints:

                                                                                        • Must be 1 to 16 alphanumeric characters.

                                                                                        • First character must be a letter.

                                                                                        • Cannot be a reserved word for the chosen database engine.

                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                                                          ", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUserPassword", "marshallLocationName" : "MasterUserPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                          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.

                                                                                          \n@param masterUserPassword 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.*/", "getterDocumentation" : "/**

                                                                                          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.

                                                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                          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.

                                                                                          \n@param masterUserPassword 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          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.

                                                                                          \n@param masterUserPassword 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                                                          ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroupName", "marshallLocationName" : "OptionGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                          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.

                                                                                          \n@param optionGroupName 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.*/", "getterDocumentation" : "/**

                                                                                          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.

                                                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                          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.

                                                                                          \n@param optionGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          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.

                                                                                          \n@param optionGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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:

                                                                                          • Must be in the format hh24:mi-hh24:mi.

                                                                                          • Times should be in Universal Coordinated Time (UTC).

                                                                                          • Must not conflict with the preferred maintenance window.

                                                                                          • Must be at least 30 minutes.

                                                                                          ", "name" : "PreferredBackupWindow", "c2jName" : "PreferredBackupWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "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:

                                                                                          • Must be in the format hh24:mi-hh24:mi.

                                                                                          • Times should be in Universal Coordinated Time (UTC).

                                                                                          • Must not conflict with the preferred maintenance window.

                                                                                          • Must be at least 30 minutes.

                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredBackupWindow", "marshallLocationName" : "PreferredBackupWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                          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:

                                                                                          • Must be in the format hh24:mi-hh24:mi.

                                                                                          • Times should be in Universal Coordinated Time (UTC).

                                                                                          • Must not conflict with the preferred maintenance window.

                                                                                          • Must be at least 30 minutes.

                                                                                          \n@param preferredBackupWindow 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:

                                                                                          • Must be in the format hh24:mi-hh24:mi.

                                                                                          • Times should be in Universal Coordinated Time (UTC).

                                                                                          • Must not conflict with the preferred maintenance window.

                                                                                          • Must be at least 30 minutes.

                                                                                          • */", "getterDocumentation" : "/**

                                                                                            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:

                                                                                            • Must be in the format hh24:mi-hh24:mi.

                                                                                            • Times should be in Universal Coordinated Time (UTC).

                                                                                            • Must not conflict with the preferred maintenance window.

                                                                                            • Must be at least 30 minutes.

                                                                                            \n@return 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:

                                                                                            • Must be in the format hh24:mi-hh24:mi.

                                                                                            • Times should be in Universal Coordinated Time (UTC).

                                                                                            • Must not conflict with the preferred maintenance window.

                                                                                            • Must be at least 30 minutes.

                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                              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:

                                                                                              • Must be in the format hh24:mi-hh24:mi.

                                                                                              • Times should be in Universal Coordinated Time (UTC).

                                                                                              • Must not conflict with the preferred maintenance window.

                                                                                              • Must be at least 30 minutes.

                                                                                              \n@param preferredBackupWindow 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:

                                                                                              • Must be in the format hh24:mi-hh24:mi.

                                                                                              • Times should be in Universal Coordinated Time (UTC).

                                                                                              • Must not conflict with the preferred maintenance window.

                                                                                              • Must be at least 30 minutes.

                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                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:

                                                                                                • Must be in the format hh24:mi-hh24:mi.

                                                                                                • Times should be in Universal Coordinated Time (UTC).

                                                                                                • Must not conflict with the preferred maintenance window.

                                                                                                • Must be at least 30 minutes.

                                                                                                \n@param preferredBackupWindow 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:

                                                                                                • Must be in the format hh24:mi-hh24:mi.

                                                                                                • Times should be in Universal Coordinated Time (UTC).

                                                                                                • Must not conflict with the preferred maintenance window.

                                                                                                • Must be at least 30 minutes.

                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                                                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param preferredMaintenanceWindow 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.*/", "getterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param preferredMaintenanceWindow 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param preferredMaintenanceWindow 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                  ", "name" : "ReplicationSourceIdentifier", "c2jName" : "ReplicationSourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSourceIdentifier", "marshallLocationName" : "ReplicationSourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                  \n@param replicationSourceIdentifier The Amazon Resource Name (ARN) of the source DB cluster if this DB cluster is created as a Read Replica.*/", "getterDocumentation" : "/**

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

                                                                                                  \n@return The Amazon Resource Name (ARN) of the source DB cluster if this DB cluster is created as a Read Replica.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                  \n@param replicationSourceIdentifier The Amazon Resource Name (ARN) of the source DB cluster if this DB cluster is created as a Read Replica.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                  \n@param replicationSourceIdentifier The Amazon Resource Name (ARN) of the source DB cluster if this DB cluster is created as a Read Replica.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param tags */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  ", "name" : "StorageEncrypted", "c2jName" : "StorageEncrypted", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "StorageEncrypted", "marshallLocationName" : "StorageEncrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  \n@param storageEncrypted Specifies whether the DB cluster is encrypted.*/", "getterDocumentation" : "/**

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  \n@return Specifies whether the DB cluster is encrypted.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  \n@param storageEncrypted Specifies whether the DB cluster is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  \n@param storageEncrypted Specifies whether the DB cluster is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param kmsKeyId 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.*/", "getterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param kmsKeyId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param kmsKeyId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDBClusterRequest", "variableType" : "CreateDBClusterRequest", "variableDeclarationType" : "CreateDBClusterRequest", "documentation" : null, "simpleType" : "CreateDBClusterRequest", "variableSetterType" : "CreateDBClusterRequest" }, "marshaller" : { "action" : "CreateDBCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StorageEncrypted" : { "documentation" : "

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  ", "name" : "StorageEncrypted", "c2jName" : "StorageEncrypted", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "StorageEncrypted", "marshallLocationName" : "StorageEncrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  \n@param storageEncrypted Specifies whether the DB cluster is encrypted.*/", "getterDocumentation" : "/**

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  \n@return Specifies whether the DB cluster is encrypted.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  \n@param storageEncrypted Specifies whether the DB cluster is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                  \n@param storageEncrypted Specifies whether the DB cluster is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CharacterSetName" : { "documentation" : "

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

                                                                                                  ", "name" : "CharacterSetName", "c2jName" : "CharacterSetName", "c2jShape" : "String", "variable" : { "variableName" : "characterSetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "characterSetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CharacterSetName", "marshallLocationName" : "CharacterSetName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                  \n@param characterSetName A value that indicates that the DB cluster should be associated with the specified CharacterSet.*/", "getterDocumentation" : "/**

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

                                                                                                  \n@return A value that indicates that the DB cluster should be associated with the specified CharacterSet.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                  \n@param characterSetName A value that indicates that the DB cluster should be associated with the specified CharacterSet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                  \n@param characterSetName A value that indicates that the DB cluster should be associated with the specified CharacterSet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

                                                                                                  The version number of the database engine to use.

                                                                                                  Aurora

                                                                                                  Example: 5.6.10a

                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The version number of the database engine to use.

                                                                                                  Aurora

                                                                                                  Example: 5.6.10a

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineVersion", "marshallLocationName" : "EngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  The version number of the database engine to use.

                                                                                                  Aurora

                                                                                                  Example: 5.6.10a

                                                                                                  \n@param engineVersion The version number of the database engine to use.

                                                                                                  Aurora

                                                                                                  Example: 5.6.10a*/", "getterDocumentation" : "/**

                                                                                                  The version number of the database engine to use.

                                                                                                  Aurora

                                                                                                  Example: 5.6.10a

                                                                                                  \n@return The version number of the database engine to use.

                                                                                                  Aurora

                                                                                                  Example: 5.6.10a*/", "fluentSetterDocumentation" : "/**

                                                                                                  The version number of the database engine to use.

                                                                                                  Aurora

                                                                                                  Example: 5.6.10a

                                                                                                  \n@param engineVersion The version number of the database engine to use.

                                                                                                  Aurora

                                                                                                  Example: 5.6.10a\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The version number of the database engine to use.

                                                                                                  Aurora

                                                                                                  Example: 5.6.10a

                                                                                                  \n@param engineVersion The version number of the database engine to use.

                                                                                                  Aurora

                                                                                                  Example: 5.6.10a\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "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.

                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyId", "marshallLocationName" : "KmsKeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param kmsKeyId 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.*/", "getterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param kmsKeyId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param kmsKeyId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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.

                                                                                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "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.

                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZones", "marshallLocationName" : "AvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "AvailabilityZone", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZone", "marshallLocationName" : "AvailabilityZone", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param availabilityZones 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.*/", "getterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param availabilityZones 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n

                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

                                                                                                  \n@param availabilityZones 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

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

                                                                                                  Default: 3306

                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                                                  Default: 3306

                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Port", "marshallLocationName" : "Port", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                  Default: 3306

                                                                                                  \n@param port The port number on which the instances in the DB cluster accept connections.

                                                                                                  Default: 3306*/", "getterDocumentation" : "/**

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

                                                                                                  Default: 3306

                                                                                                  \n@return The port number on which the instances in the DB cluster accept connections.

                                                                                                  Default: 3306*/", "fluentSetterDocumentation" : "/**

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

                                                                                                  Default: 3306

                                                                                                  \n@param port The port number on which the instances in the DB cluster accept connections.

                                                                                                  Default: 3306\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                  Default: 3306

                                                                                                  \n@param port The port number on which the instances in the DB cluster accept connections.

                                                                                                  Default: 3306\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DatabaseName" : { "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.

                                                                                                  ", "name" : "DatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DatabaseName", "marshallLocationName" : "DatabaseName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param databaseName 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.*/", "getterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param databaseName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param databaseName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterIdentifier" : { "documentation" : "

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

                                                                                                  Constraints:

                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                  • First character must be a letter.

                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                  Example: my-cluster1

                                                                                                  ", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                  Constraints:

                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                  • First character must be a letter.

                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                  Example: my-cluster1

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterIdentifier", "marshallLocationName" : "DBClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                  Constraints:

                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                  • First character must be a letter.

                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                  Example: my-cluster1

                                                                                                  \n@param dBClusterIdentifier The DB cluster identifier. This parameter is stored as a lowercase string.

                                                                                                  Constraints:

                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                  • First character must be a letter.

                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                  Example: my-cluster1*/", "getterDocumentation" : "/**

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

                                                                                                  Constraints:

                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                  • First character must be a letter.

                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                  Example: my-cluster1

                                                                                                  \n@return The DB cluster identifier. This parameter is stored as a lowercase string.

                                                                                                  Constraints:

                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                  • First character must be a letter.

                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                  Example: my-cluster1*/", "fluentSetterDocumentation" : "/**

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

                                                                                                  Constraints:

                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                  • First character must be a letter.

                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                  Example: my-cluster1

                                                                                                  \n@param dBClusterIdentifier The DB cluster identifier. This parameter is stored as a lowercase string.

                                                                                                  Constraints:

                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                  • First character must be a letter.

                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                  Example: my-cluster1\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                  Constraints:

                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                  • First character must be a letter.

                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                  Example: my-cluster1

                                                                                                  \n@param dBClusterIdentifier The DB cluster identifier. This parameter is stored as a lowercase string.

                                                                                                  Constraints:

                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                  • First character must be a letter.

                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                  Example: my-cluster1\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionGroupName" : { "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.

                                                                                                  ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroupName", "marshallLocationName" : "OptionGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param optionGroupName 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.*/", "getterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param optionGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param optionGroupName 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredMaintenanceWindow" : { "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.

                                                                                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredMaintenanceWindow", "marshallLocationName" : "PreferredMaintenanceWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param preferredMaintenanceWindow 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.*/", "getterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param preferredMaintenanceWindow 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  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.

                                                                                                  \n@param preferredMaintenanceWindow 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBSubnetGroupName" : { "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

                                                                                                  ", "name" : "DBSubnetGroupName", "c2jName" : "DBSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "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

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSubnetGroupName", "marshallLocationName" : "DBSubnetGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  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

                                                                                                  \n@param dBSubnetGroupName 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*/", "getterDocumentation" : "/**

                                                                                                  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

                                                                                                  \n@return 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*/", "fluentSetterDocumentation" : "/**

                                                                                                  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

                                                                                                  \n@param dBSubnetGroupName 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  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

                                                                                                  \n@param dBSubnetGroupName 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredBackupWindow" : { "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:

                                                                                                  • Must be in the format hh24:mi-hh24:mi.

                                                                                                  • Times should be in Universal Coordinated Time (UTC).

                                                                                                  • Must not conflict with the preferred maintenance window.

                                                                                                  • Must be at least 30 minutes.

                                                                                                  ", "name" : "PreferredBackupWindow", "c2jName" : "PreferredBackupWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "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:

                                                                                                  • Must be in the format hh24:mi-hh24:mi.

                                                                                                  • Times should be in Universal Coordinated Time (UTC).

                                                                                                  • Must not conflict with the preferred maintenance window.

                                                                                                  • Must be at least 30 minutes.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PreferredBackupWindow", "marshallLocationName" : "PreferredBackupWindow", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                  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:

                                                                                                  • Must be in the format hh24:mi-hh24:mi.

                                                                                                  • Times should be in Universal Coordinated Time (UTC).

                                                                                                  • Must not conflict with the preferred maintenance window.

                                                                                                  • Must be at least 30 minutes.

                                                                                                  \n@param preferredBackupWindow 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:

                                                                                                  • Must be in the format hh24:mi-hh24:mi.

                                                                                                  • Times should be in Universal Coordinated Time (UTC).

                                                                                                  • Must not conflict with the preferred maintenance window.

                                                                                                  • Must be at least 30 minutes.

                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                    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:

                                                                                                    • Must be in the format hh24:mi-hh24:mi.

                                                                                                    • Times should be in Universal Coordinated Time (UTC).

                                                                                                    • Must not conflict with the preferred maintenance window.

                                                                                                    • Must be at least 30 minutes.

                                                                                                    \n@return 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:

                                                                                                    • Must be in the format hh24:mi-hh24:mi.

                                                                                                    • Times should be in Universal Coordinated Time (UTC).

                                                                                                    • Must not conflict with the preferred maintenance window.

                                                                                                    • Must be at least 30 minutes.

                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                      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:

                                                                                                      • Must be in the format hh24:mi-hh24:mi.

                                                                                                      • Times should be in Universal Coordinated Time (UTC).

                                                                                                      • Must not conflict with the preferred maintenance window.

                                                                                                      • Must be at least 30 minutes.

                                                                                                      \n@param preferredBackupWindow 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:

                                                                                                      • Must be in the format hh24:mi-hh24:mi.

                                                                                                      • Times should be in Universal Coordinated Time (UTC).

                                                                                                      • Must not conflict with the preferred maintenance window.

                                                                                                      • Must be at least 30 minutes.

                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                        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:

                                                                                                        • Must be in the format hh24:mi-hh24:mi.

                                                                                                        • Times should be in Universal Coordinated Time (UTC).

                                                                                                        • Must not conflict with the preferred maintenance window.

                                                                                                        • Must be at least 30 minutes.

                                                                                                        \n@param preferredBackupWindow 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:

                                                                                                        • Must be in the format hh24:mi-hh24:mi.

                                                                                                        • Times should be in Universal Coordinated Time (UTC).

                                                                                                        • Must not conflict with the preferred maintenance window.

                                                                                                        • Must be at least 30 minutes.

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MasterUserPassword" : { "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.

                                                                                                          ", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUserPassword", "marshallLocationName" : "MasterUserPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                          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.

                                                                                                          \n@param masterUserPassword 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.*/", "getterDocumentation" : "/**

                                                                                                          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.

                                                                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                          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.

                                                                                                          \n@param masterUserPassword 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          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.

                                                                                                          \n@param masterUserPassword 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationSourceIdentifier" : { "documentation" : "

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

                                                                                                          ", "name" : "ReplicationSourceIdentifier", "c2jName" : "ReplicationSourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "replicationSourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationSourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationSourceIdentifier", "marshallLocationName" : "ReplicationSourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                          \n@param replicationSourceIdentifier The Amazon Resource Name (ARN) of the source DB cluster if this DB cluster is created as a Read Replica.*/", "getterDocumentation" : "/**

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

                                                                                                          \n@return The Amazon Resource Name (ARN) of the source DB cluster if this DB cluster is created as a Read Replica.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                          \n@param replicationSourceIdentifier The Amazon Resource Name (ARN) of the source DB cluster if this DB cluster is created as a Read Replica.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                          \n@param replicationSourceIdentifier The Amazon Resource Name (ARN) of the source DB cluster if this DB cluster is created as a Read Replica.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcSecurityGroupIds" : { "documentation" : "

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

                                                                                                          ", "name" : "VpcSecurityGroupIds", "c2jName" : "VpcSecurityGroupIds", "c2jShape" : "VpcSecurityGroupIdList", "variable" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupIds", "marshallLocationName" : "VpcSecurityGroupIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "VpcSecurityGroupId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupId", "marshallLocationName" : "VpcSecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                                                                                                          \n@param vpcSecurityGroupIds A list of EC2 VPC security groups to associate with this DB cluster.*/", "getterDocumentation" : "/**

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

                                                                                                          \n@return A list of EC2 VPC security groups to associate with this DB cluster.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                          \n@param vpcSecurityGroupIds A list of EC2 VPC security groups to associate with this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                          \n

                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)} if you want to override the existing values.

                                                                                                          \n@param vpcSecurityGroupIds A list of EC2 VPC security groups to associate with this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MasterUsername" : { "documentation" : "

                                                                                                          The name of the master user for the client DB cluster.

                                                                                                          Constraints:

                                                                                                          • Must be 1 to 16 alphanumeric characters.

                                                                                                          • First character must be a letter.

                                                                                                          • Cannot be a reserved word for the chosen database engine.

                                                                                                          ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The name of the master user for the client DB cluster.

                                                                                                          Constraints:

                                                                                                          • Must be 1 to 16 alphanumeric characters.

                                                                                                          • First character must be a letter.

                                                                                                          • Cannot be a reserved word for the chosen database engine.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MasterUsername", "marshallLocationName" : "MasterUsername", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                          The name of the master user for the client DB cluster.

                                                                                                          Constraints:

                                                                                                          • Must be 1 to 16 alphanumeric characters.

                                                                                                          • First character must be a letter.

                                                                                                          • Cannot be a reserved word for the chosen database engine.

                                                                                                          \n@param masterUsername The name of the master user for the client DB cluster.

                                                                                                          Constraints:

                                                                                                          • Must be 1 to 16 alphanumeric characters.

                                                                                                          • First character must be a letter.

                                                                                                          • Cannot be a reserved word for the chosen database engine.

                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                            The name of the master user for the client DB cluster.

                                                                                                            Constraints:

                                                                                                            • Must be 1 to 16 alphanumeric characters.

                                                                                                            • First character must be a letter.

                                                                                                            • Cannot be a reserved word for the chosen database engine.

                                                                                                            \n@return The name of the master user for the client DB cluster.

                                                                                                            Constraints:

                                                                                                            • Must be 1 to 16 alphanumeric characters.

                                                                                                            • First character must be a letter.

                                                                                                            • Cannot be a reserved word for the chosen database engine.

                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                              The name of the master user for the client DB cluster.

                                                                                                              Constraints:

                                                                                                              • Must be 1 to 16 alphanumeric characters.

                                                                                                              • First character must be a letter.

                                                                                                              • Cannot be a reserved word for the chosen database engine.

                                                                                                              \n@param masterUsername The name of the master user for the client DB cluster.

                                                                                                              Constraints:

                                                                                                              • Must be 1 to 16 alphanumeric characters.

                                                                                                              • First character must be a letter.

                                                                                                              • Cannot be a reserved word for the chosen database engine.

                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                The name of the master user for the client DB cluster.

                                                                                                                Constraints:

                                                                                                                • Must be 1 to 16 alphanumeric characters.

                                                                                                                • First character must be a letter.

                                                                                                                • Cannot be a reserved word for the chosen database engine.

                                                                                                                \n@param masterUsername The name of the master user for the client DB cluster.

                                                                                                                Constraints:

                                                                                                                • Must be 1 to 16 alphanumeric characters.

                                                                                                                • First character must be a letter.

                                                                                                                • Cannot be a reserved word for the chosen database engine.

                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterParameterGroupName" : { "documentation" : "

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

                                                                                                                  Constraints:

                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                  • First character must be a letter

                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                  ", "name" : "DBClusterParameterGroupName", "c2jName" : "DBClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                  Constraints:

                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                  • First character must be a letter

                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterParameterGroupName", "marshallLocationName" : "DBClusterParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                  Constraints:

                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                  • First character must be a letter

                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, default.aurora5.6 for the specified engine will be used.

                                                                                                                  Constraints:

                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                  • First character must be a letter

                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                  • */", "getterDocumentation" : "/**

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

                                                                                                                    Constraints:

                                                                                                                    • Must be 1 to 255 alphanumeric characters

                                                                                                                    • First character must be a letter

                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                    \n@return The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, default.aurora5.6 for the specified engine will be used.

                                                                                                                    Constraints:

                                                                                                                    • Must be 1 to 255 alphanumeric characters

                                                                                                                    • First character must be a letter

                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                    • */", "fluentSetterDocumentation" : "/**

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

                                                                                                                      Constraints:

                                                                                                                      • Must be 1 to 255 alphanumeric characters

                                                                                                                      • First character must be a letter

                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                      \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, default.aurora5.6 for the specified engine will be used.

                                                                                                                      Constraints:

                                                                                                                      • Must be 1 to 255 alphanumeric characters

                                                                                                                      • First character must be a letter

                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                        Constraints:

                                                                                                                        • Must be 1 to 255 alphanumeric characters

                                                                                                                        • First character must be a letter

                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                        \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, default.aurora5.6 for the specified engine will be used.

                                                                                                                        Constraints:

                                                                                                                        • Must be 1 to 255 alphanumeric characters

                                                                                                                        • First character must be a letter

                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BackupRetentionPeriod" : { "documentation" : "

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

                                                                                                                          Default: 1

                                                                                                                          Constraints:

                                                                                                                          • Must be a value from 1 to 35

                                                                                                                          ", "name" : "BackupRetentionPeriod", "c2jName" : "BackupRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                                                                          Default: 1

                                                                                                                          Constraints:

                                                                                                                          • Must be a value from 1 to 35

                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "BackupRetentionPeriod", "marshallLocationName" : "BackupRetentionPeriod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                          Default: 1

                                                                                                                          Constraints:

                                                                                                                          • Must be a value from 1 to 35

                                                                                                                          \n@param backupRetentionPeriod The number of days for which automated backups are retained. You must specify a minimum value of 1.

                                                                                                                          Default: 1

                                                                                                                          Constraints:

                                                                                                                          • Must be a value from 1 to 35

                                                                                                                          • */", "getterDocumentation" : "/**

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

                                                                                                                            Default: 1

                                                                                                                            Constraints:

                                                                                                                            • Must be a value from 1 to 35

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

                                                                                                                            Default: 1

                                                                                                                            Constraints:

                                                                                                                            • Must be a value from 1 to 35

                                                                                                                            • */", "fluentSetterDocumentation" : "/**

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

                                                                                                                              Default: 1

                                                                                                                              Constraints:

                                                                                                                              • Must be a value from 1 to 35

                                                                                                                              \n@param backupRetentionPeriod The number of days for which automated backups are retained. You must specify a minimum value of 1.

                                                                                                                              Default: 1

                                                                                                                              Constraints:

                                                                                                                              • Must be a value from 1 to 35

                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                Default: 1

                                                                                                                                Constraints:

                                                                                                                                • Must be a value from 1 to 35

                                                                                                                                \n@param backupRetentionPeriod The number of days for which automated backups are retained. You must specify a minimum value of 1.

                                                                                                                                Default: 1

                                                                                                                                Constraints:

                                                                                                                                • Must be a value from 1 to 35

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

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

                                                                                                                                  Valid Values: aurora

                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                  Valid Values: aurora

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Engine", "marshallLocationName" : "Engine", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                  Valid Values: aurora

                                                                                                                                  \n@param engine The name of the database engine to be used for this DB cluster.

                                                                                                                                  Valid Values: aurora*/", "getterDocumentation" : "/**

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

                                                                                                                                  Valid Values: aurora

                                                                                                                                  \n@return The name of the database engine to be used for this DB cluster.

                                                                                                                                  Valid Values: aurora*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                  Valid Values: aurora

                                                                                                                                  \n@param engine The name of the database engine to be used for this DB cluster.

                                                                                                                                  Valid Values: aurora\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                  Valid Values: aurora

                                                                                                                                  \n@param engine The name of the database engine to be used for this DB cluster.

                                                                                                                                  Valid Values: aurora\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param tags */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                  \n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AvailabilityZone" : { "c2jName" : "AvailabilityZone", "documentation" : "

                                                                                                                                  Contains Availability Zone information.

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

                                                                                                                                  ", "shapeName" : "AvailabilityZone", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                  The name of the availability zone.

                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the availability zone.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the availability zone.

                                                                                                                                  \n@param name The name of the availability zone.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the availability zone.

                                                                                                                                  \n@return The name of the availability zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the availability zone.

                                                                                                                                  \n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the availability zone.

                                                                                                                                  \n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "availabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : null, "simpleType" : "AvailabilityZone", "variableSetterType" : "AvailabilityZone" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                                                                  The name of the availability zone.

                                                                                                                                  ", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the availability zone.

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the availability zone.

                                                                                                                                  \n@param name The name of the availability zone.*/", "getterDocumentation" : "/**

                                                                                                                                  The name of the availability zone.

                                                                                                                                  \n@return The name of the availability zone.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                  The name of the availability zone.

                                                                                                                                  \n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                  The name of the availability zone.

                                                                                                                                  \n@param name The name of the availability zone.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDBParameterGroupRequest" : { "c2jName" : "DeleteDBParameterGroupMessage", "documentation" : "

                                                                                                                                  ", "shapeName" : "DeleteDBParameterGroupRequest", "deprecated" : false, "required" : [ "DBParameterGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The name of the DB parameter group.

                                                                                                                                  Constraints:

                                                                                                                                  • Must be the name of an existing DB parameter group

                                                                                                                                  • You cannot delete a default DB parameter group

                                                                                                                                  • Cannot be associated with any DB instances

                                                                                                                                  ", "name" : "DBParameterGroupName", "c2jName" : "DBParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The name of the DB parameter group.

                                                                                                                                  Constraints:

                                                                                                                                  • Must be the name of an existing DB parameter group

                                                                                                                                  • You cannot delete a default DB parameter group

                                                                                                                                  • Cannot be associated with any DB instances

                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupName", "marshallLocationName" : "DBParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The name of the DB parameter group.

                                                                                                                                  Constraints:

                                                                                                                                  • Must be the name of an existing DB parameter group

                                                                                                                                  • You cannot delete a default DB parameter group

                                                                                                                                  • Cannot be associated with any DB instances

                                                                                                                                  \n@param dBParameterGroupName The name of the DB parameter group.

                                                                                                                                  Constraints:

                                                                                                                                  • Must be the name of an existing DB parameter group

                                                                                                                                  • You cannot delete a default DB parameter group

                                                                                                                                  • Cannot be associated with any DB instances

                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                    The name of the DB parameter group.

                                                                                                                                    Constraints:

                                                                                                                                    • Must be the name of an existing DB parameter group

                                                                                                                                    • You cannot delete a default DB parameter group

                                                                                                                                    • Cannot be associated with any DB instances

                                                                                                                                    \n@return The name of the DB parameter group.

                                                                                                                                    Constraints:

                                                                                                                                    • Must be the name of an existing DB parameter group

                                                                                                                                    • You cannot delete a default DB parameter group

                                                                                                                                    • Cannot be associated with any DB instances

                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                      The name of the DB parameter group.

                                                                                                                                      Constraints:

                                                                                                                                      • Must be the name of an existing DB parameter group

                                                                                                                                      • You cannot delete a default DB parameter group

                                                                                                                                      • Cannot be associated with any DB instances

                                                                                                                                      \n@param dBParameterGroupName The name of the DB parameter group.

                                                                                                                                      Constraints:

                                                                                                                                      • Must be the name of an existing DB parameter group

                                                                                                                                      • You cannot delete a default DB parameter group

                                                                                                                                      • Cannot be associated with any DB instances

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                        The name of the DB parameter group.

                                                                                                                                        Constraints:

                                                                                                                                        • Must be the name of an existing DB parameter group

                                                                                                                                        • You cannot delete a default DB parameter group

                                                                                                                                        • Cannot be associated with any DB instances

                                                                                                                                        \n@param dBParameterGroupName The name of the DB parameter group.

                                                                                                                                        Constraints:

                                                                                                                                        • Must be the name of an existing DB parameter group

                                                                                                                                        • You cannot delete a default DB parameter group

                                                                                                                                        • Cannot be associated with any DB instances

                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDBParameterGroupRequest", "variableType" : "DeleteDBParameterGroupRequest", "variableDeclarationType" : "DeleteDBParameterGroupRequest", "documentation" : null, "simpleType" : "DeleteDBParameterGroupRequest", "variableSetterType" : "DeleteDBParameterGroupRequest" }, "marshaller" : { "action" : "DeleteDBParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBParameterGroupName" : { "documentation" : "

                                                                                                                                          The name of the DB parameter group.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be the name of an existing DB parameter group

                                                                                                                                          • You cannot delete a default DB parameter group

                                                                                                                                          • Cannot be associated with any DB instances

                                                                                                                                          ", "name" : "DBParameterGroupName", "c2jName" : "DBParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          The name of the DB parameter group.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be the name of an existing DB parameter group

                                                                                                                                          • You cannot delete a default DB parameter group

                                                                                                                                          • Cannot be associated with any DB instances

                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupName", "marshallLocationName" : "DBParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                          The name of the DB parameter group.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be the name of an existing DB parameter group

                                                                                                                                          • You cannot delete a default DB parameter group

                                                                                                                                          • Cannot be associated with any DB instances

                                                                                                                                          \n@param dBParameterGroupName The name of the DB parameter group.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be the name of an existing DB parameter group

                                                                                                                                          • You cannot delete a default DB parameter group

                                                                                                                                          • Cannot be associated with any DB instances

                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                            The name of the DB parameter group.

                                                                                                                                            Constraints:

                                                                                                                                            • Must be the name of an existing DB parameter group

                                                                                                                                            • You cannot delete a default DB parameter group

                                                                                                                                            • Cannot be associated with any DB instances

                                                                                                                                            \n@return The name of the DB parameter group.

                                                                                                                                            Constraints:

                                                                                                                                            • Must be the name of an existing DB parameter group

                                                                                                                                            • You cannot delete a default DB parameter group

                                                                                                                                            • Cannot be associated with any DB instances

                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                              The name of the DB parameter group.

                                                                                                                                              Constraints:

                                                                                                                                              • Must be the name of an existing DB parameter group

                                                                                                                                              • You cannot delete a default DB parameter group

                                                                                                                                              • Cannot be associated with any DB instances

                                                                                                                                              \n@param dBParameterGroupName The name of the DB parameter group.

                                                                                                                                              Constraints:

                                                                                                                                              • Must be the name of an existing DB parameter group

                                                                                                                                              • You cannot delete a default DB parameter group

                                                                                                                                              • Cannot be associated with any DB instances

                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                The name of the DB parameter group.

                                                                                                                                                Constraints:

                                                                                                                                                • Must be the name of an existing DB parameter group

                                                                                                                                                • You cannot delete a default DB parameter group

                                                                                                                                                • Cannot be associated with any DB instances

                                                                                                                                                \n@param dBParameterGroupName The name of the DB parameter group.

                                                                                                                                                Constraints:

                                                                                                                                                • Must be the name of an existing DB parameter group

                                                                                                                                                • You cannot delete a default DB parameter group

                                                                                                                                                • Cannot be associated with any DB instances

                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CopyDBClusterSnapshotRequest" : { "c2jName" : "CopyDBClusterSnapshotMessage", "documentation" : "

                                                                                                                                                  ", "shapeName" : "CopyDBClusterSnapshotRequest", "deprecated" : false, "required" : [ "SourceDBClusterSnapshotIdentifier", "TargetDBClusterSnapshotIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

                                                                                                                                                  ", "name" : "SourceDBClusterSnapshotIdentifier", "c2jName" : "SourceDBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDBClusterSnapshotIdentifier", "marshallLocationName" : "SourceDBClusterSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

                                                                                                                                                  \n@param sourceDBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1*/", "getterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

                                                                                                                                                  \n@param sourceDBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

                                                                                                                                                  \n@param sourceDBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

                                                                                                                                                  ", "name" : "TargetDBClusterSnapshotIdentifier", "c2jName" : "TargetDBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "targetDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetDBClusterSnapshotIdentifier", "marshallLocationName" : "TargetDBClusterSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2*/", "getterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param tags */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "copyDBClusterSnapshotRequest", "variableType" : "CopyDBClusterSnapshotRequest", "variableDeclarationType" : "CopyDBClusterSnapshotRequest", "documentation" : null, "simpleType" : "CopyDBClusterSnapshotRequest", "variableSetterType" : "CopyDBClusterSnapshotRequest" }, "marshaller" : { "action" : "CopyDBClusterSnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TargetDBClusterSnapshotIdentifier" : { "documentation" : "

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

                                                                                                                                                  ", "name" : "TargetDBClusterSnapshotIdentifier", "c2jName" : "TargetDBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "targetDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "targetDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetDBClusterSnapshotIdentifier", "marshallLocationName" : "TargetDBClusterSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2*/", "getterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot2\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Tags" : { "documentation" : "", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : "Tag", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tag", "marshallLocationName" : "Tag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param tags */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param tags \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceDBClusterSnapshotIdentifier" : { "documentation" : "

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

                                                                                                                                                  ", "name" : "SourceDBClusterSnapshotIdentifier", "c2jName" : "SourceDBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sourceDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDBClusterSnapshotIdentifier", "marshallLocationName" : "SourceDBClusterSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

                                                                                                                                                  \n@param sourceDBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1*/", "getterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

                                                                                                                                                  \n@param sourceDBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1

                                                                                                                                                  \n@param sourceDBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens.

                                                                                                                                                  • First character must be a letter.

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens.

                                                                                                                                                  Example: my-cluster-snapshot1\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyDBClusterParameterGroupResult" : { "c2jName" : "DBClusterParameterGroupNameMessage", "documentation" : "

                                                                                                                                                  ", "shapeName" : "ModifyDBClusterParameterGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  ", "name" : "DBClusterParameterGroupName", "c2jName" : "DBClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterParameterGroupName", "marshallLocationName" : "DBClusterParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@return The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyDBClusterParameterGroupResult", "variableType" : "ModifyDBClusterParameterGroupResult", "variableDeclarationType" : "ModifyDBClusterParameterGroupResult", "documentation" : null, "simpleType" : "ModifyDBClusterParameterGroupResult", "variableSetterType" : "ModifyDBClusterParameterGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ModifyDBClusterParameterGroupResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBClusterParameterGroupName" : { "documentation" : "

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  ", "name" : "DBClusterParameterGroupName", "c2jName" : "DBClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterParameterGroupName", "marshallLocationName" : "DBClusterParameterGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  */", "getterDocumentation" : "/**

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@return The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  */", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  This value is stored as a lowercase string.

                                                                                                                                                  \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RecurringCharge" : { "c2jName" : "RecurringCharge", "documentation" : "

                                                                                                                                                  This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.

                                                                                                                                                  ", "shapeName" : "RecurringCharge", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  ", "name" : "RecurringChargeAmount", "c2jName" : "RecurringChargeAmount", "c2jShape" : "Double", "variable" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeAmount", "marshallLocationName" : "RecurringChargeAmount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  \n@param recurringChargeAmount The amount of the recurring charge.*/", "getterDocumentation" : "/**

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  \n@return The amount of the recurring charge.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  \n@param recurringChargeAmount The amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  \n@param recurringChargeAmount The amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  ", "name" : "RecurringChargeFrequency", "c2jName" : "RecurringChargeFrequency", "c2jShape" : "String", "variable" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeFrequency", "marshallLocationName" : "RecurringChargeFrequency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  \n@param recurringChargeFrequency The frequency of the recurring charge.*/", "getterDocumentation" : "/**

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  \n@return The frequency of the recurring charge.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  \n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  \n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "recurringCharge", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : null, "simpleType" : "RecurringCharge", "variableSetterType" : "RecurringCharge" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RecurringChargeFrequency" : { "documentation" : "

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  ", "name" : "RecurringChargeFrequency", "c2jName" : "RecurringChargeFrequency", "c2jShape" : "String", "variable" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeFrequency", "marshallLocationName" : "RecurringChargeFrequency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  \n@param recurringChargeFrequency The frequency of the recurring charge.*/", "getterDocumentation" : "/**

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  \n@return The frequency of the recurring charge.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  \n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The frequency of the recurring charge.

                                                                                                                                                  \n@param recurringChargeFrequency The frequency of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecurringChargeAmount" : { "documentation" : "

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  ", "name" : "RecurringChargeAmount", "c2jName" : "RecurringChargeAmount", "c2jShape" : "Double", "variable" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  ", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringChargeAmount", "marshallLocationName" : "RecurringChargeAmount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  \n@param recurringChargeAmount The amount of the recurring charge.*/", "getterDocumentation" : "/**

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  \n@return The amount of the recurring charge.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  \n@param recurringChargeAmount The amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The amount of the recurring charge.

                                                                                                                                                  \n@param recurringChargeAmount The amount of the recurring charge.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeEventSubscriptionsRequest" : { "c2jName" : "DescribeEventSubscriptionsMessage", "documentation" : "

                                                                                                                                                  ", "shapeName" : "DescribeEventSubscriptionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription you want to describe.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  \n@return The name of the RDS event notification subscription you want to describe.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : "Filter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filter", "marshallLocationName" : "Filter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  \n@param filters This parameter is not currently supported.*/", "getterDocumentation" : "/**

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  \n@return This parameter is not currently supported.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "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.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  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.

                                                                                                                                                  \n@param maxRecords 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.*/", "getterDocumentation" : "/**

                                                                                                                                                  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.

                                                                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  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.

                                                                                                                                                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  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.

                                                                                                                                                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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 .

                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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 .

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  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 .

                                                                                                                                                  \n@param marker 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 .*/", "getterDocumentation" : "/**

                                                                                                                                                  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 .

                                                                                                                                                  \n@return 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 .*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  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 .

                                                                                                                                                  \n@param marker 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 .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  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 .

                                                                                                                                                  \n@param marker 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 .\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEventSubscriptionsRequest", "variableType" : "DescribeEventSubscriptionsRequest", "variableDeclarationType" : "DescribeEventSubscriptionsRequest", "documentation" : null, "simpleType" : "DescribeEventSubscriptionsRequest", "variableSetterType" : "DescribeEventSubscriptionsRequest" }, "marshaller" : { "action" : "DescribeEventSubscriptions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : "Filter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filter", "marshallLocationName" : "Filter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  \n@param filters This parameter is not currently supported.*/", "getterDocumentation" : "/**

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  \n@return This parameter is not currently supported.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                  \n

                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                  \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubscriptionName" : { "documentation" : "

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionName", "marshallLocationName" : "SubscriptionName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription you want to describe.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  \n@return The name of the RDS event notification subscription you want to describe.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the RDS event notification subscription you want to describe.

                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "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 .

                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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 .

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  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 .

                                                                                                                                                  \n@param marker 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 .*/", "getterDocumentation" : "/**

                                                                                                                                                  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 .

                                                                                                                                                  \n@return 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 .*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  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 .

                                                                                                                                                  \n@param marker 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 .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  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 .

                                                                                                                                                  \n@param marker 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 .\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "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.

                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "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.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  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.

                                                                                                                                                  \n@param maxRecords 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.*/", "getterDocumentation" : "/**

                                                                                                                                                  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.

                                                                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  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.

                                                                                                                                                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  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.

                                                                                                                                                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBSnapshotNotFoundException" : { "c2jName" : "DBSnapshotNotFoundFault", "documentation" : "

                                                                                                                                                  DBSnapshotIdentifier does not refer to an existing DB snapshot.

                                                                                                                                                  ", "shapeName" : "DBSnapshotNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBSnapshotNotFoundException", "variableType" : "DBSnapshotNotFoundException", "variableDeclarationType" : "DBSnapshotNotFoundException", "documentation" : null, "simpleType" : "DBSnapshotNotFoundException", "variableSetterType" : "DBSnapshotNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBSnapshotNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SubscriptionCategoryNotFoundException" : { "c2jName" : "SubscriptionCategoryNotFoundFault", "documentation" : "

                                                                                                                                                  The supplied category does not exist.

                                                                                                                                                  ", "shapeName" : "SubscriptionCategoryNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subscriptionCategoryNotFoundException", "variableType" : "SubscriptionCategoryNotFoundException", "variableDeclarationType" : "SubscriptionCategoryNotFoundException", "documentation" : null, "simpleType" : "SubscriptionCategoryNotFoundException", "variableSetterType" : "SubscriptionCategoryNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubscriptionCategoryNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidRestoreException" : { "c2jName" : "InvalidRestoreFault", "documentation" : "

                                                                                                                                                  Cannot restore from vpc backup to non-vpc DB instance.

                                                                                                                                                  ", "shapeName" : "InvalidRestoreException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidRestoreException", "variableType" : "InvalidRestoreException", "variableDeclarationType" : "InvalidRestoreException", "documentation" : null, "simpleType" : "InvalidRestoreException", "variableSetterType" : "InvalidRestoreException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidRestoreFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteDBClusterRequest" : { "c2jName" : "DeleteDBClusterMessage", "documentation" : "

                                                                                                                                                  ", "shapeName" : "DeleteDBClusterRequest", "deprecated" : false, "required" : [ "DBClusterIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  ", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterIdentifier", "marshallLocationName" : "DBClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  \n@param dBClusterIdentifier The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                  Constraints:

                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                  • First character must be a letter

                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                    The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                    Constraints:

                                                                                                                                                    • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                    • First character must be a letter

                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                    \n@return The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                    Constraints:

                                                                                                                                                    • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                    • First character must be a letter

                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                      The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                      Constraints:

                                                                                                                                                      • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                      • First character must be a letter

                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                      \n@param dBClusterIdentifier The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                      Constraints:

                                                                                                                                                      • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                      • First character must be a letter

                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                        The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                        Constraints:

                                                                                                                                                        • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                        • First character must be a letter

                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                        \n@param dBClusterIdentifier The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                        Constraints:

                                                                                                                                                        • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                        • First character must be a letter

                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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

                                                                                                                                                          ", "name" : "SkipFinalSnapshot", "c2jName" : "SkipFinalSnapshot", "c2jShape" : "Boolean", "variable" : { "variableName" : "skipFinalSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "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

                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "skipFinalSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SkipFinalSnapshot", "marshallLocationName" : "SkipFinalSnapshot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                          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

                                                                                                                                                          \n@param skipFinalSnapshot 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*/", "getterDocumentation" : "/**

                                                                                                                                                          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

                                                                                                                                                          \n@return 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*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                          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

                                                                                                                                                          \n@param skipFinalSnapshot 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                          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

                                                                                                                                                          \n@param skipFinalSnapshot 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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:

                                                                                                                                                          • Must be 1 to 255 alphanumeric characters

                                                                                                                                                          • First character must be a letter

                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                          ", "name" : "FinalDBSnapshotIdentifier", "c2jName" : "FinalDBSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

                                                                                                                                                          • Must be 1 to 255 alphanumeric characters

                                                                                                                                                          • First character must be a letter

                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "finalDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FinalDBSnapshotIdentifier", "marshallLocationName" : "FinalDBSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                          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:

                                                                                                                                                          • Must be 1 to 255 alphanumeric characters

                                                                                                                                                          • First character must be a letter

                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                          \n@param finalDBSnapshotIdentifier 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:

                                                                                                                                                          • Must be 1 to 255 alphanumeric characters

                                                                                                                                                          • First character must be a letter

                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                            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:

                                                                                                                                                            • Must be 1 to 255 alphanumeric characters

                                                                                                                                                            • First character must be a letter

                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                            \n@return 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:

                                                                                                                                                            • Must be 1 to 255 alphanumeric characters

                                                                                                                                                            • First character must be a letter

                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                              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:

                                                                                                                                                              • Must be 1 to 255 alphanumeric characters

                                                                                                                                                              • First character must be a letter

                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                              \n@param finalDBSnapshotIdentifier 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:

                                                                                                                                                              • Must be 1 to 255 alphanumeric characters

                                                                                                                                                              • First character must be a letter

                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                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:

                                                                                                                                                                • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                • First character must be a letter

                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                \n@param finalDBSnapshotIdentifier 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:

                                                                                                                                                                • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                • First character must be a letter

                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDBClusterRequest", "variableType" : "DeleteDBClusterRequest", "variableDeclarationType" : "DeleteDBClusterRequest", "documentation" : null, "simpleType" : "DeleteDBClusterRequest", "variableSetterType" : "DeleteDBClusterRequest" }, "marshaller" : { "action" : "DeleteDBCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FinalDBSnapshotIdentifier" : { "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:

                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                  • First character must be a letter

                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                  ", "name" : "FinalDBSnapshotIdentifier", "c2jName" : "FinalDBSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                  • First character must be a letter

                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "finalDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FinalDBSnapshotIdentifier", "marshallLocationName" : "FinalDBSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  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:

                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                  • First character must be a letter

                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                  \n@param finalDBSnapshotIdentifier 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:

                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                  • First character must be a letter

                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                    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:

                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                    • First character must be a letter

                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                    \n@return 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:

                                                                                                                                                                    • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                    • First character must be a letter

                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                      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:

                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                      • First character must be a letter

                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                      \n@param finalDBSnapshotIdentifier 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:

                                                                                                                                                                      • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                      • First character must be a letter

                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                        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:

                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                        • First character must be a letter

                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                        \n@param finalDBSnapshotIdentifier 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:

                                                                                                                                                                        • Must be 1 to 255 alphanumeric characters

                                                                                                                                                                        • First character must be a letter

                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SkipFinalSnapshot" : { "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

                                                                                                                                                                          ", "name" : "SkipFinalSnapshot", "c2jName" : "SkipFinalSnapshot", "c2jShape" : "Boolean", "variable" : { "variableName" : "skipFinalSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "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

                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "skipFinalSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SkipFinalSnapshot", "marshallLocationName" : "SkipFinalSnapshot", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                          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

                                                                                                                                                                          \n@param skipFinalSnapshot 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*/", "getterDocumentation" : "/**

                                                                                                                                                                          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

                                                                                                                                                                          \n@return 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*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                          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

                                                                                                                                                                          \n@param skipFinalSnapshot 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                          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

                                                                                                                                                                          \n@param skipFinalSnapshot 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterIdentifier" : { "documentation" : "

                                                                                                                                                                          The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                          • First character must be a letter

                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          ", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                          The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                          • First character must be a letter

                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterIdentifier", "marshallLocationName" : "DBClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                          The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                          • First character must be a letter

                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          \n@param dBClusterIdentifier The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                          • First character must be a letter

                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                            The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                                            Constraints:

                                                                                                                                                                            • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                            • First character must be a letter

                                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                            \n@return The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                                            Constraints:

                                                                                                                                                                            • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                            • First character must be a letter

                                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                              The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                                              Constraints:

                                                                                                                                                                              • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                              • First character must be a letter

                                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                              \n@param dBClusterIdentifier The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                                              Constraints:

                                                                                                                                                                              • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                              • First character must be a letter

                                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                • First character must be a letter

                                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                \n@param dBClusterIdentifier The DB cluster identifier for the DB cluster to be deleted. This parameter isn't case-sensitive.

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                • First character must be a letter

                                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBClusterSnapshotAttributesResult" : { "c2jName" : "DBClusterSnapshotAttributesResult", "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.

                                                                                                                                                                                  ", "shapeName" : "DBClusterSnapshotAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

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

                                                                                                                                                                                  ", "name" : "DBClusterSnapshotIdentifier", "c2jName" : "DBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterSnapshotIdentifier", "marshallLocationName" : "DBClusterSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the manual DB cluster snapshot that the attributes apply to.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                  \n@return The identifier of the manual DB cluster snapshot that the attributes apply to.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the manual DB cluster snapshot that the attributes apply to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the manual DB cluster snapshot that the attributes apply to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                                                  ", "name" : "DBClusterSnapshotAttributes", "c2jName" : "DBClusterSnapshotAttributes", "c2jShape" : "DBClusterSnapshotAttributeList", "variable" : { "variableName" : "dBClusterSnapshotAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dBClusterSnapshotAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterSnapshotAttributes", "marshallLocationName" : "DBClusterSnapshotAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBClusterSnapshotAttribute", "memberLocationName" : "DBClusterSnapshotAttribute", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBClusterSnapshotAttribute", "variable" : { "variableName" : "member", "variableType" : "DBClusterSnapshotAttribute", "variableDeclarationType" : "DBClusterSnapshotAttribute", "documentation" : "", "simpleType" : "DBClusterSnapshotAttribute", "variableSetterType" : "DBClusterSnapshotAttribute" }, "setterModel" : { "variableName" : "member", "variableType" : "DBClusterSnapshotAttribute", "variableDeclarationType" : "DBClusterSnapshotAttribute", "documentation" : "", "simpleType" : "DBClusterSnapshotAttribute", "variableSetterType" : "DBClusterSnapshotAttribute" }, "getterModel" : { "returnType" : "DBClusterSnapshotAttribute", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterSnapshotAttribute", "marshallLocationName" : "DBClusterSnapshotAttribute", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DBClusterSnapshotAttribute", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param dBClusterSnapshotAttributes The list of attributes and values for the manual DB cluster snapshot.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                  \n@return The list of attributes and values for the manual DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param dBClusterSnapshotAttributes The list of attributes and values for the manual DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDBClusterSnapshotAttributes(java.util.Collection)} or {@link #withDBClusterSnapshotAttributes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param dBClusterSnapshotAttributes The list of attributes and values for the manual DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dBClusterSnapshotAttributesResult", "variableType" : "DBClusterSnapshotAttributesResult", "variableDeclarationType" : "DBClusterSnapshotAttributesResult", "documentation" : null, "simpleType" : "DBClusterSnapshotAttributesResult", "variableSetterType" : "DBClusterSnapshotAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBClusterSnapshotAttributes" : { "documentation" : "

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

                                                                                                                                                                                  ", "name" : "DBClusterSnapshotAttributes", "c2jName" : "DBClusterSnapshotAttributes", "c2jShape" : "DBClusterSnapshotAttributeList", "variable" : { "variableName" : "dBClusterSnapshotAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dBClusterSnapshotAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterSnapshotAttributes", "marshallLocationName" : "DBClusterSnapshotAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBClusterSnapshotAttribute", "memberLocationName" : "DBClusterSnapshotAttribute", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBClusterSnapshotAttribute", "variable" : { "variableName" : "member", "variableType" : "DBClusterSnapshotAttribute", "variableDeclarationType" : "DBClusterSnapshotAttribute", "documentation" : "", "simpleType" : "DBClusterSnapshotAttribute", "variableSetterType" : "DBClusterSnapshotAttribute" }, "setterModel" : { "variableName" : "member", "variableType" : "DBClusterSnapshotAttribute", "variableDeclarationType" : "DBClusterSnapshotAttribute", "documentation" : "", "simpleType" : "DBClusterSnapshotAttribute", "variableSetterType" : "DBClusterSnapshotAttribute" }, "getterModel" : { "returnType" : "DBClusterSnapshotAttribute", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterSnapshotAttribute", "marshallLocationName" : "DBClusterSnapshotAttribute", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DBClusterSnapshotAttribute", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param dBClusterSnapshotAttributes The list of attributes and values for the manual DB cluster snapshot.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                  \n@return The list of attributes and values for the manual DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param dBClusterSnapshotAttributes The list of attributes and values for the manual DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n

                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDBClusterSnapshotAttributes(java.util.Collection)} or {@link #withDBClusterSnapshotAttributes(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param dBClusterSnapshotAttributes The list of attributes and values for the manual DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterSnapshotIdentifier" : { "documentation" : "

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

                                                                                                                                                                                  ", "name" : "DBClusterSnapshotIdentifier", "c2jName" : "DBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterSnapshotIdentifier", "marshallLocationName" : "DBClusterSnapshotIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the manual DB cluster snapshot that the attributes apply to.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                  \n@return The identifier of the manual DB cluster snapshot that the attributes apply to.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the manual DB cluster snapshot that the attributes apply to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the manual DB cluster snapshot that the attributes apply to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBInstanceAlreadyExistsException" : { "c2jName" : "DBInstanceAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                  User already has a DB instance with the given identifier.

                                                                                                                                                                                  ", "shapeName" : "DBInstanceAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBInstanceAlreadyExistsException", "variableType" : "DBInstanceAlreadyExistsException", "variableDeclarationType" : "DBInstanceAlreadyExistsException", "documentation" : null, "simpleType" : "DBInstanceAlreadyExistsException", "variableSetterType" : "DBInstanceAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBInstanceAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DownloadDBLogFilePortionResult" : { "c2jName" : "DownloadDBLogFilePortionDetails", "documentation" : "

                                                                                                                                                                                  This data type is used as a response element to DownloadDBLogFilePortion.

                                                                                                                                                                                  ", "shapeName" : "DownloadDBLogFilePortionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  ", "name" : "LogFileData", "c2jName" : "LogFileData", "c2jShape" : "String", "variable" : { "variableName" : "logFileData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logFileData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogFileData", "marshallLocationName" : "LogFileData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  \n@param logFileData Entries from the specified log file.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  \n@return Entries from the specified log file.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  \n@param logFileData Entries from the specified log file.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  \n@param logFileData Entries from the specified log file.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                  \n@return A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  ", "name" : "AdditionalDataPending", "c2jName" : "AdditionalDataPending", "c2jShape" : "Boolean", "variable" : { "variableName" : "additionalDataPending", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "additionalDataPending", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdditionalDataPending", "marshallLocationName" : "AdditionalDataPending", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  \n@param additionalDataPending Boolean value that if true, indicates there is more data to be downloaded.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  \n@return Boolean value that if true, indicates there is more data to be downloaded.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  \n@param additionalDataPending Boolean value that if true, indicates there is more data to be downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  \n@param additionalDataPending Boolean value that if true, indicates there is more data to be downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "downloadDBLogFilePortionResult", "variableType" : "DownloadDBLogFilePortionResult", "variableDeclarationType" : "DownloadDBLogFilePortionResult", "documentation" : null, "simpleType" : "DownloadDBLogFilePortionResult", "variableSetterType" : "DownloadDBLogFilePortionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DownloadDBLogFilePortionResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AdditionalDataPending" : { "documentation" : "

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  ", "name" : "AdditionalDataPending", "c2jName" : "AdditionalDataPending", "c2jShape" : "Boolean", "variable" : { "variableName" : "additionalDataPending", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "additionalDataPending", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdditionalDataPending", "marshallLocationName" : "AdditionalDataPending", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  \n@param additionalDataPending Boolean value that if true, indicates there is more data to be downloaded.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  \n@return Boolean value that if true, indicates there is more data to be downloaded.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  \n@param additionalDataPending Boolean value that if true, indicates there is more data to be downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Boolean value that if true, indicates there is more data to be downloaded.

                                                                                                                                                                                  \n@param additionalDataPending Boolean value that if true, indicates there is more data to be downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LogFileData" : { "documentation" : "

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  ", "name" : "LogFileData", "c2jName" : "LogFileData", "c2jShape" : "String", "variable" : { "variableName" : "logFileData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logFileData", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogFileData", "marshallLocationName" : "LogFileData", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  \n@param logFileData Entries from the specified log file.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  \n@return Entries from the specified log file.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  \n@param logFileData Entries from the specified log file.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  Entries from the specified log file.

                                                                                                                                                                                  \n@param logFileData Entries from the specified log file.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

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

                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                  \n@return A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DownloadDBLogFilePortion request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribePendingMaintenanceActionsRequest" : { "c2jName" : "DescribePendingMaintenanceActionsMessage", "documentation" : "

                                                                                                                                                                                  ", "shapeName" : "DescribePendingMaintenanceActionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                  ", "name" : "ResourceIdentifier", "c2jName" : "ResourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "resourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceIdentifier", "marshallLocationName" : "ResourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                  \n@param resourceIdentifier The ARN of a resource to return pending maintenance actions for.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                  \n@return The ARN of a resource to return pending maintenance actions for.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                  \n@param resourceIdentifier The ARN of a resource to return pending maintenance actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                  \n@param resourceIdentifier The ARN of a resource to return pending maintenance actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                  Supported filters:

                                                                                                                                                                                  • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                  ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                  Supported filters:

                                                                                                                                                                                  • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : "Filter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filter", "marshallLocationName" : "Filter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                  Supported filters:

                                                                                                                                                                                  • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                  \n@param filters A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                  Supported filters:

                                                                                                                                                                                  • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                    A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                    Supported filters:

                                                                                                                                                                                    • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                    \n@return A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                    Supported filters:

                                                                                                                                                                                    • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                      A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                      Supported filters:

                                                                                                                                                                                      • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                      \n@param filters A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                      Supported filters:

                                                                                                                                                                                      • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                        A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                        Supported filters:

                                                                                                                                                                                        • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                        \n

                                                                                                                                                                                        NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                        \n@param filters A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                        Supported filters:

                                                                                                                                                                                        • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                                                                                                                                                          ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                          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.

                                                                                                                                                                                          \n@param marker 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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                          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.

                                                                                                                                                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          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.

                                                                                                                                                                                          \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                          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.

                                                                                                                                                                                          \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                                                                                                                                                          ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "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.

                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                          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.

                                                                                                                                                                                          \n@param maxRecords 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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                          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.

                                                                                                                                                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          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.

                                                                                                                                                                                          \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                          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.

                                                                                                                                                                                          \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describePendingMaintenanceActionsRequest", "variableType" : "DescribePendingMaintenanceActionsRequest", "variableDeclarationType" : "DescribePendingMaintenanceActionsRequest", "documentation" : null, "simpleType" : "DescribePendingMaintenanceActionsRequest", "variableSetterType" : "DescribePendingMaintenanceActionsRequest" }, "marshaller" : { "action" : "DescribePendingMaintenanceActions", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceIdentifier" : { "documentation" : "

                                                                                                                                                                                          The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                          ", "name" : "ResourceIdentifier", "c2jName" : "ResourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "resourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                          The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceIdentifier", "marshallLocationName" : "ResourceIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                          The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                          \n@param resourceIdentifier The ARN of a resource to return pending maintenance actions for.*/", "getterDocumentation" : "/**

                                                                                                                                                                                          The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                          \n@return The ARN of a resource to return pending maintenance actions for.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                          \n@param resourceIdentifier The ARN of a resource to return pending maintenance actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                          The ARN of a resource to return pending maintenance actions for.

                                                                                                                                                                                          \n@param resourceIdentifier The ARN of a resource to return pending maintenance actions for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Filters" : { "documentation" : "

                                                                                                                                                                                          A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                          Supported filters:

                                                                                                                                                                                          • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                          ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                          A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                          Supported filters:

                                                                                                                                                                                          • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : "Filter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filter", "marshallLocationName" : "Filter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                          A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                          Supported filters:

                                                                                                                                                                                          • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                          \n@param filters A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                          Supported filters:

                                                                                                                                                                                          • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                            A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                            Supported filters:

                                                                                                                                                                                            • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                            \n@return A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                            Supported filters:

                                                                                                                                                                                            • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                              A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                              Supported filters:

                                                                                                                                                                                              • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                              \n@param filters A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                              Supported filters:

                                                                                                                                                                                              • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                                Supported filters:

                                                                                                                                                                                                • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                                \n

                                                                                                                                                                                                NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                \n@param filters A filter that specifies one or more resources to return pending maintenance actions for.

                                                                                                                                                                                                Supported filters:

                                                                                                                                                                                                • db-instance-id - Accepts DB instance identifiers and DB instance Amazon Resource Names (ARNs). The results list will only include pending maintenance actions for the DB instances identified by these ARNs.

                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "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.

                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  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.

                                                                                                                                                                                                  \n@param marker 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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  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.

                                                                                                                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  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.

                                                                                                                                                                                                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  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.

                                                                                                                                                                                                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "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.

                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "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.

                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  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.

                                                                                                                                                                                                  \n@param maxRecords 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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  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.

                                                                                                                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  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.

                                                                                                                                                                                                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  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.

                                                                                                                                                                                                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EC2SecurityGroup" : { "c2jName" : "EC2SecurityGroup", "documentation" : "

                                                                                                                                                                                                  This data type is used as a response element in the following actions:

                                                                                                                                                                                                  ", "shapeName" : "EC2SecurityGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@return Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName Specifies the name of the EC2 security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  \n@return Specifies the name of the EC2 security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName Specifies the name of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName Specifies the name of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupId", "c2jName" : "EC2SecurityGroupId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupId", "marshallLocationName" : "EC2SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupId Specifies the id of the EC2 security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  \n@return Specifies the id of the EC2 security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupId Specifies the id of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupId Specifies the id of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  \n@return Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "eC2SecurityGroup", "variableType" : "EC2SecurityGroup", "variableDeclarationType" : "EC2SecurityGroup", "documentation" : null, "simpleType" : "EC2SecurityGroup", "variableSetterType" : "EC2SecurityGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@return Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Provides the status of the EC2 security group. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupName", "c2jName" : "EC2SecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupName", "marshallLocationName" : "EC2SecurityGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName Specifies the name of the EC2 security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  \n@return Specifies the name of the EC2 security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName Specifies the name of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the name of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupName Specifies the name of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroupOwnerId" : { "documentation" : "

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupOwnerId", "c2jName" : "EC2SecurityGroupOwnerId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupOwnerId", "marshallLocationName" : "EC2SecurityGroupOwnerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  \n@return Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.

                                                                                                                                                                                                  \n@param eC2SecurityGroupOwnerId Specifies the AWS ID of the owner of the EC2 security group specified in the EC2SecurityGroupName field.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EC2SecurityGroupId" : { "documentation" : "

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  ", "name" : "EC2SecurityGroupId", "c2jName" : "EC2SecurityGroupId", "c2jShape" : "String", "variable" : { "variableName" : "eC2SecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EC2SecurityGroupId", "marshallLocationName" : "EC2SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupId Specifies the id of the EC2 security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  \n@return Specifies the id of the EC2 security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupId Specifies the id of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the id of the EC2 security group.

                                                                                                                                                                                                  \n@param eC2SecurityGroupId Specifies the id of the EC2 security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBSnapshotAlreadyExistsException" : { "c2jName" : "DBSnapshotAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                  DBSnapshotIdentifier is already used by an existing snapshot.

                                                                                                                                                                                                  ", "shapeName" : "DBSnapshotAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBSnapshotAlreadyExistsException", "variableType" : "DBSnapshotAlreadyExistsException", "variableDeclarationType" : "DBSnapshotAlreadyExistsException", "documentation" : null, "simpleType" : "DBSnapshotAlreadyExistsException", "variableSetterType" : "DBSnapshotAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBSnapshotAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeDBClustersRequest" : { "c2jName" : "DescribeDBClustersMessage", "documentation" : "

                                                                                                                                                                                                  ", "shapeName" : "DescribeDBClustersRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "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:

                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                  • First character must be a letter

                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                  ", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                  • First character must be a letter

                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterIdentifier", "marshallLocationName" : "DBClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  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:

                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                  • First character must be a letter

                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                  \n@param dBClusterIdentifier 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:

                                                                                                                                                                                                  • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                  • First character must be a letter

                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                    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:

                                                                                                                                                                                                    • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                    • First character must be a letter

                                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                    \n@return 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:

                                                                                                                                                                                                    • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                    • First character must be a letter

                                                                                                                                                                                                    • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                      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:

                                                                                                                                                                                                      • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                      • First character must be a letter

                                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                      \n@param dBClusterIdentifier 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:

                                                                                                                                                                                                      • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                      • First character must be a letter

                                                                                                                                                                                                      • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                        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:

                                                                                                                                                                                                        • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                        • First character must be a letter

                                                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                        \n@param dBClusterIdentifier 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:

                                                                                                                                                                                                        • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                        • First character must be a letter

                                                                                                                                                                                                        • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : "Filter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filter", "marshallLocationName" : "Filter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          \n@param filters This parameter is not currently supported.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          \n@return This parameter is not currently supported.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          \n

                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                          \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                                                                                                                                                                          ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "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.

                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          \n@param maxRecords 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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "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.

                                                                                                                                                                                                          ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          \n@param marker 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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                          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.

                                                                                                                                                                                                          \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBClustersRequest", "variableType" : "DescribeDBClustersRequest", "variableDeclarationType" : "DescribeDBClustersRequest", "documentation" : null, "simpleType" : "DescribeDBClustersRequest", "variableSetterType" : "DescribeDBClustersRequest" }, "marshaller" : { "action" : "DescribeDBClusters", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Filters" : { "documentation" : "

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filters", "marshallLocationName" : "Filters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Filter", "memberLocationName" : "Filter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Filter", "variable" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "simpleType" : "Filter", "variableSetterType" : "Filter" }, "getterModel" : { "returnType" : "Filter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Filter", "marshallLocationName" : "Filter", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Filter", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          \n@param filters This parameter is not currently supported.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          \n@return This parameter is not currently supported.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                          This parameter is not currently supported.

                                                                                                                                                                                                          \n

                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setFilters(java.util.Collection)} or {@link #withFilters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                          \n@param filters This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterIdentifier" : { "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:

                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                          • First character must be a letter

                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                          ", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "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:

                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                          • First character must be a letter

                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterIdentifier", "marshallLocationName" : "DBClusterIdentifier", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                          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:

                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                          • First character must be a letter

                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                          \n@param dBClusterIdentifier 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:

                                                                                                                                                                                                          • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                          • First character must be a letter

                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                            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:

                                                                                                                                                                                                            • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                            • First character must be a letter

                                                                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                            \n@return 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:

                                                                                                                                                                                                            • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                            • First character must be a letter

                                                                                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                              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:

                                                                                                                                                                                                              • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                              • First character must be a letter

                                                                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                              \n@param dBClusterIdentifier 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:

                                                                                                                                                                                                              • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                              • First character must be a letter

                                                                                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                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:

                                                                                                                                                                                                                • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                                • First character must be a letter

                                                                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                \n@param dBClusterIdentifier 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:

                                                                                                                                                                                                                • Must contain from 1 to 63 alphanumeric characters or hyphens

                                                                                                                                                                                                                • First character must be a letter

                                                                                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "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.

                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "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.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  \n@param marker 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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  \n@param marker 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxRecords" : { "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.

                                                                                                                                                                                                                  ", "name" : "MaxRecords", "c2jName" : "MaxRecords", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "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.

                                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxRecords", "marshallLocationName" : "MaxRecords", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  \n@param maxRecords 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.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  \n@return 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.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  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.

                                                                                                                                                                                                                  \n@param maxRecords 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "OptionGroup" : { "c2jName" : "OptionGroup", "documentation" : "

                                                                                                                                                                                                                  ", "shapeName" : "OptionGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                  Specifies the name of the option group.

                                                                                                                                                                                                                  ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  Specifies the name of the option group.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroupName", "marshallLocationName" : "OptionGroupName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the name of the option group.

                                                                                                                                                                                                                  \n@param optionGroupName Specifies the name of the option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the name of the option group.

                                                                                                                                                                                                                  \n@return Specifies the name of the option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the name of the option group.

                                                                                                                                                                                                                  \n@param optionGroupName Specifies the name of the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Specifies the name of the option group.

                                                                                                                                                                                                                  \n@param optionGroupName Specifies the name of the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  Provides a description of the option group.

                                                                                                                                                                                                                  ", "name" : "OptionGroupDescription", "c2jName" : "OptionGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  Provides a description of the option group.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "optionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroupDescription", "marshallLocationName" : "OptionGroupDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Provides a description of the option group.

                                                                                                                                                                                                                  \n@param optionGroupDescription Provides a description of the option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Provides a description of the option group.

                                                                                                                                                                                                                  \n@return Provides a description of the option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Provides a description of the option group.

                                                                                                                                                                                                                  \n@param optionGroupDescription Provides a description of the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Provides a description of the option group.

                                                                                                                                                                                                                  \n@param optionGroupDescription Provides a description of the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  Indicates the name of the engine that this option group can be applied to.

                                                                                                                                                                                                                  ", "name" : "EngineName", "c2jName" : "EngineName", "c2jShape" : "String", "variable" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  Indicates the name of the engine that this option group can be applied to.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EngineName", "marshallLocationName" : "EngineName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Indicates the name of the engine that this option group can be applied to.

                                                                                                                                                                                                                  \n@param engineName Indicates the name of the engine that this option group can be applied to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Indicates the name of the engine that this option group can be applied to.

                                                                                                                                                                                                                  \n@return Indicates the name of the engine that this option group can be applied to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Indicates the name of the engine that this option group can be applied to.

                                                                                                                                                                                                                  \n@param engineName Indicates the name of the engine that this option group can be applied to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Indicates the name of the engine that this option group can be applied to.

                                                                                                                                                                                                                  \n@param engineName Indicates the name of the engine that this option group can be applied to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  Indicates the major engine version associated with this option group.

                                                                                                                                                                                                                  ", "name" : "MajorEngineVersion", "c2jName" : "MajorEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  Indicates the major engine version associated with this option group.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MajorEngineVersion", "marshallLocationName" : "MajorEngineVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  Indicates the major engine version associated with this option group.

                                                                                                                                                                                                                  \n@param majorEngineVersion Indicates the major engine version associated with this option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Indicates the major engine version associated with this option group.

                                                                                                                                                                                                                  \n@return Indicates the major engine version associated with this option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Indicates the major engine version associated with this option group.

                                                                                                                                                                                                                  \n@param majorEngineVersion Indicates the major engine version associated with this option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Indicates the major engine version associated with this option group.

                                                                                                                                                                                                                  \n@param majorEngineVersion Indicates the major engine version associated with this option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  Indicates what options are available in the option group.

                                                                                                                                                                                                                  ", "name" : "Options", "c2jName" : "Options", "c2jShape" : "OptionsList", "variable" : { "variableName" : "options", "variableType" : "java.util.List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy