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 Java SDK for Amazon RDS module holds the client classes that are used for communicating with Amazon Relational Database Service

There is a newer version: 1.11.9
Show newest version
{
  "metadata" : {
    "apiVersion" : "2014-10-31",
    "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
    "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, "jsonContentVersion" : null, "jsonVersion" : null, "endpointPrefix" : "rds", "signingName" : "rds", "serviceName" : "Amazon RDS", "cborProtocol" : false, "unmarshallerContextClassName" : "StaxUnmarshallerContext", "unmarshallerClassSuffix" : "StaxUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller", "xmlProtocol" : true, "jsonProtocol" : false }, "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" : "

", "variableSetterType" : "AddSourceIdentifierToSubscriptionRequest", "simpleType" : "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" : "

", "variableSetterType" : "AddTagsToResourceRequest", "simpleType" : "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" : "

", "variableSetterType" : "ApplyPendingMaintenanceActionRequest", "simpleType" : "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" : "

", "variableSetterType" : "AuthorizeDBSecurityGroupIngressRequest", "simpleType" : "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" }, "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" : "

", "variableSetterType" : "CopyDBClusterSnapshotRequest", "simpleType" : "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 supplied value is not a valid DB cluster 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" : "

", "variableSetterType" : "CopyDBParameterGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "CopyDBSnapshotRequest", "simpleType" : "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" : "

", "variableSetterType" : "CopyOptionGroupRequest", "simpleType" : "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. 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" : "

", "variableSetterType" : "CreateDBClusterRequest", "simpleType" : "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 supplied value is not a valid DB cluster 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" : "

", "variableSetterType" : "CreateDBClusterParameterGroupRequest", "simpleType" : "CreateDBClusterParameterGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBClusterParameterGroup", "documentation" : "

Contains the result of a successful invocation of the CreateDBClusterParameterGroup 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" : "

", "variableSetterType" : "CreateDBClusterSnapshotRequest", "simpleType" : "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 supplied value is not a valid DB cluster 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" : "

", "variableSetterType" : "CreateDBInstanceRequest", "simpleType" : "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 supplied value is not a valid DB cluster 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" : null } ], "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" : "", "variableSetterType" : "CreateDBInstanceReadReplicaRequest", "simpleType" : "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" : "

", "variableSetterType" : "CreateDBParameterGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "CreateDBSecurityGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "CreateDBSnapshotRequest", "simpleType" : "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" : "

", "variableSetterType" : "CreateDBSubnetGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "CreateEventSubscriptionRequest", "simpleType" : "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" : "

", "variableSetterType" : "CreateOptionGroupRequest", "simpleType" : "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. A successful response from the web service indicates the request was received correctly. 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 DB cluster to be deleted 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" : "

", "variableSetterType" : "DeleteDBClusterRequest", "simpleType" : "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 supplied value is not a valid DB cluster 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" : "

", "variableSetterType" : "DeleteDBClusterParameterGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "DeleteDBClusterSnapshotRequest", "simpleType" : "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. A successful response from the web service indicates the request was received correctly. 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 are not deleted.

If a final DB snapshot is requested the status of the RDS instance will be \"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', it can only be deleted when the SkipFinalSnapshot parameter is set to \"true\".

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

", "variableSetterType" : "DeleteDBInstanceRequest", "simpleType" : "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 supplied value is not a valid DB cluster 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" : "

", "variableSetterType" : "DeleteDBParameterGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "DeleteDBSecurityGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "DeleteDBSnapshotRequest", "simpleType" : "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" : "

", "variableSetterType" : "DeleteDBSubnetGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "DeleteEventSubscriptionRequest", "simpleType" : "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" : "

", "variableSetterType" : "DeleteOptionGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeAccountAttributesRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeCertificatesRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeDBClusterParameterGroupsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeDBClusterParametersRequest", "simpleType" : "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" }, "DescribeDBClusterSnapshots" : { "documentation" : "

Returns information about DB cluster snapshots. This API 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" : "

", "variableSetterType" : "DescribeDBClusterSnapshotsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeDBClustersRequest", "simpleType" : "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" : "", "variableSetterType" : "DescribeDBEngineVersionsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeDBInstancesRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeDBLogFilesRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeDBParameterGroupsRequest", "simpleType" : "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" : "", "variableSetterType" : "DescribeDBParametersRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeDBSecurityGroupsRequest", "simpleType" : "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 the AWS account ids 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.

", "operationName" : "DescribeDBSnapshotAttributes", "deprecated" : false, "input" : { "variableName" : "describeDBSnapshotAttributesRequest", "variableType" : "DescribeDBSnapshotAttributesRequest", "variableDeclarationType" : "DescribeDBSnapshotAttributesRequest", "documentation" : "", "variableSetterType" : "DescribeDBSnapshotAttributesRequest", "simpleType" : "DescribeDBSnapshotAttributesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSnapshotAttributesResult", "documentation" : "

Contains the results of a successful call to the DescribeDBSnapshotAttributes API.

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.

" }, "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 supports pagination.

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

", "variableSetterType" : "DescribeDBSnapshotsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeDBSubnetGroupsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeEngineDefaultClusterParametersRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeEngineDefaultParametersRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeEventCategoriesRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeEventSubscriptionsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeEventsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeOptionGroupOptionsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeOptionGroupsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeOrderableDBInstanceOptionsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribePendingMaintenanceActionsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeReservedDBInstancesRequest", "simpleType" : "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" : "

", "variableSetterType" : "DescribeReservedDBInstancesOfferingsRequest", "simpleType" : "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" : "

", "variableSetterType" : "DownloadDBLogFilePortionRequest", "simpleType" : "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" : "

", "variableSetterType" : "FailoverDBClusterRequest", "simpleType" : "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 supplied value is not a valid DB cluster 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" : "

", "variableSetterType" : "ListTagsForResourceRequest", "simpleType" : "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" : "

", "variableSetterType" : "ModifyDBClusterRequest", "simpleType" : "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 supplied value is not a valid DB cluster 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" : "

", "variableSetterType" : "ModifyDBClusterParameterGroupRequest", "simpleType" : "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" }, "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" : "

", "variableSetterType" : "ModifyDBInstanceRequest", "simpleType" : "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" : null } ], "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" : "

", "variableSetterType" : "ModifyDBParameterGroupRequest", "simpleType" : "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 the AWS account ids that are authorized to restore the manual DB snapshot. Uses the value all to make the manual DB snapshot public and can by copied or restored by all AWS accounts. Do not add the all value for any manual DB snapshots that contain private information that you do not want to be 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.

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

", "operationName" : "ModifyDBSnapshotAttribute", "deprecated" : false, "input" : { "variableName" : "modifyDBSnapshotAttributeRequest", "variableType" : "ModifyDBSnapshotAttributeRequest", "variableDeclarationType" : "ModifyDBSnapshotAttributeRequest", "documentation" : "", "variableSetterType" : "ModifyDBSnapshotAttributeRequest", "simpleType" : "ModifyDBSnapshotAttributeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DBSnapshotAttributesResult", "documentation" : "

Contains the results of a successful call to the DescribeDBSnapshotAttributes API.

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.

" }, "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 account ids 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" : "

", "variableSetterType" : "ModifyDBSubnetGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "ModifyEventSubscriptionRequest", "simpleType" : "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" : "

", "variableSetterType" : "ModifyOptionGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "PromoteReadReplicaRequest", "simpleType" : "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" }, "PurchaseReservedDBInstancesOffering" : { "documentation" : "

Purchases a reserved DB instance offering.

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

", "variableSetterType" : "PurchaseReservedDBInstancesOfferingRequest", "simpleType" : "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" : "

", "variableSetterType" : "RebootDBInstanceRequest", "simpleType" : "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" : "

", "variableSetterType" : "RemoveSourceIdentifierFromSubscriptionRequest", "simpleType" : "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" : "

", "variableSetterType" : "RemoveTagsFromResourceRequest", "simpleType" : "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" : "

", "variableSetterType" : "ResetDBClusterParameterGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "ResetDBParameterGroupRequest", "simpleType" : "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" : "

", "variableSetterType" : "RestoreDBClusterFromSnapshotRequest", "simpleType" : "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" : "

", "variableSetterType" : "RestoreDBClusterToPointInTimeRequest", "simpleType" : "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" : "

", "variableSetterType" : "RestoreDBInstanceFromDBSnapshotRequest", "simpleType" : "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" : null } ], "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" : "

", "variableSetterType" : "RestoreDBInstanceToPointInTimeRequest", "simpleType" : "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" : null } ], "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" : "

", "variableSetterType" : "RevokeDBSecurityGroupIngressRequest", "simpleType" : "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" : { "DBClusterSnapshot" : { "c2jName" : "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.

", "shapeName" : "DBClusterSnapshot", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

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

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

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

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

\n@param availabilityZones Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.*/", "getterDocumentation" : "/**

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

\n@return Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.*/", "fluentSetterDocumentation" : "/**

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

\n@param availabilityZones Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\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 Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the identifier for the DB cluster snapshot.

", "name" : "DBClusterSnapshotIdentifier", "c2jName" : "DBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier for the DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

Specifies the identifier for the DB cluster snapshot.

\n@param dBClusterSnapshotIdentifier Specifies the identifier for the DB cluster snapshot.*/", "getterDocumentation" : "/**

Specifies the identifier for the DB cluster snapshot.

\n@return Specifies the identifier for the DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier for the DB cluster snapshot.

\n@param dBClusterSnapshotIdentifier Specifies the identifier for the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier for the DB cluster snapshot.

\n@param dBClusterSnapshotIdentifier Specifies the identifier for the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

\n@param dBClusterIdentifier Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.*/", "getterDocumentation" : "/**

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

\n@return Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.*/", "fluentSetterDocumentation" : "/**

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

\n@param dBClusterIdentifier Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param dBClusterIdentifier Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "SnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCreateTime", "marshallLocationName" : "SnapshotCreateTime", "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 time when the snapshot was taken, in Universal Coordinated Time (UTC).

\n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

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

\n@return Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

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

\n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the name of the database engine.

", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the name of the database engine.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

Specifies the name of the database engine.

\n@param engine Specifies the name of the database engine.*/", "getterDocumentation" : "/**

Specifies the name of the database engine.

\n@return Specifies the name of the database engine.*/", "fluentSetterDocumentation" : "/**

Specifies the name of the database engine.

\n@param engine Specifies the name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the name of the database engine.

\n@param engine Specifies the name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the allocated storage size in gigabytes (GB).

", "name" : "AllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the allocated storage size in gigabytes (GB).

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllocatedStorage", "marshallLocationName" : "AllocatedStorage", "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 allocated storage size in gigabytes (GB).

\n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).*/", "getterDocumentation" : "/**

Specifies the allocated storage size in gigabytes (GB).

\n@return Specifies the allocated storage size in gigabytes (GB).*/", "fluentSetterDocumentation" : "/**

Specifies the allocated storage size in gigabytes (GB).

\n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the allocated storage size in gigabytes (GB).

\n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the status of this DB cluster snapshot.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status of this DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 this DB cluster snapshot.

\n@param status Specifies the status of this DB cluster snapshot.*/", "getterDocumentation" : "/**

Specifies the status of this DB cluster snapshot.

\n@return Specifies the status of this DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Specifies the status of this DB cluster snapshot.

\n@param status Specifies the status of this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of this DB cluster snapshot.

\n@param status Specifies the status of this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 DB cluster was listening on at the time of the snapshot.

\n@param port Specifies the port that the DB cluster was listening on at the time of the snapshot.*/", "getterDocumentation" : "/**

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

\n@return Specifies the port that the DB cluster was listening on at the time of the snapshot.*/", "fluentSetterDocumentation" : "/**

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

\n@param port Specifies the port that the DB cluster was listening on at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param port Specifies the port that the DB cluster was listening on at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Provides the VPC ID associated with the DB cluster snapshot.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides the VPC ID associated with the DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "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 VPC ID associated with the DB cluster snapshot.

\n@param vpcId Provides the VPC ID associated with the DB cluster snapshot.*/", "getterDocumentation" : "/**

Provides the VPC ID associated with the DB cluster snapshot.

\n@return Provides the VPC ID associated with the DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Provides the VPC ID associated with the DB cluster snapshot.

\n@param vpcId Provides the VPC ID associated with the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides the VPC ID associated with the DB cluster snapshot.

\n@param vpcId Provides the VPC ID associated with the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "ClusterCreateTime", "c2jName" : "ClusterCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterCreateTime", "marshallLocationName" : "ClusterCreateTime", "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 time when the DB cluster was created, in Universal Coordinated Time (UTC).

\n@param clusterCreateTime Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

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

\n@return Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

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

\n@param clusterCreateTime Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param clusterCreateTime Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Provides the master username for the DB cluster snapshot.

", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides the master username for the DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

Provides the master username for the DB cluster snapshot.

\n@param masterUsername Provides the master username for the DB cluster snapshot.*/", "getterDocumentation" : "/**

Provides the master username for the DB cluster snapshot.

\n@return Provides the master username for the DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Provides the master username for the DB cluster snapshot.

\n@param masterUsername Provides the master username for the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides the master username for the DB cluster snapshot.

\n@param masterUsername Provides the master username for the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

\n@param engineVersion Provides the version of the database engine for this DB cluster snapshot.*/", "getterDocumentation" : "/**

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

\n@return Provides the version of the database engine for this DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

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

\n@param engineVersion Provides the version of the database engine for this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param engineVersion Provides the version of the database engine for this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Provides the license model information for this DB cluster snapshot.

", "name" : "LicenseModel", "c2jName" : "LicenseModel", "c2jShape" : "String", "variable" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides the license model information for this DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LicenseModel", "marshallLocationName" : "LicenseModel", "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 license model information for this DB cluster snapshot.

\n@param licenseModel Provides the license model information for this DB cluster snapshot.*/", "getterDocumentation" : "/**

Provides the license model information for this DB cluster snapshot.

\n@return Provides the license model information for this DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Provides the license model information for this DB cluster snapshot.

\n@param licenseModel Provides the license model information for this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides the license model information for this DB cluster snapshot.

\n@param licenseModel Provides the license model information for this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Provides the type of the DB cluster snapshot.

", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides the type of the DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

Provides the type of the DB cluster snapshot.

\n@param snapshotType Provides the type of the DB cluster snapshot.*/", "getterDocumentation" : "/**

Provides the type of the DB cluster snapshot.

\n@return Provides the type of the DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Provides the type of the DB cluster snapshot.

\n@param snapshotType Provides the type of the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides the type of the DB cluster snapshot.

\n@param snapshotType Provides the type of the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "PercentProgress", "c2jName" : "PercentProgress", "c2jShape" : "Integer", "variable" : { "variableName" : "percentProgress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "percentProgress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PercentProgress", "marshallLocationName" : "PercentProgress", "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 percentage of the estimated data that has been transferred.

\n@param percentProgress Specifies the percentage of the estimated data that has been transferred.*/", "getterDocumentation" : "/**

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

\n@return Specifies the percentage of the estimated data that has been transferred.*/", "fluentSetterDocumentation" : "/**

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

\n@param percentProgress Specifies the percentage of the estimated data that has been transferred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param percentProgress Specifies the percentage of the estimated data that has been transferred.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the DB cluster snapshot is encrypted.

", "name" : "StorageEncrypted", "c2jName" : "StorageEncrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the DB cluster snapshot is encrypted.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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 snapshot is encrypted.

\n@param storageEncrypted Specifies whether the DB cluster snapshot is encrypted.*/", "getterDocumentation" : "/**

Specifies whether the DB cluster snapshot is encrypted.

\n@return Specifies whether the DB cluster snapshot is encrypted.*/", "fluentSetterDocumentation" : "/**

Specifies whether the DB cluster snapshot is encrypted.

\n@param storageEncrypted Specifies whether the DB cluster snapshot is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the DB cluster snapshot is encrypted.

\n@param storageEncrypted Specifies whether the DB cluster snapshot is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

\n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster snapshot.*/", "getterDocumentation" : "/**

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

\n@return If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

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

\n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dBClusterSnapshot", "variableType" : "DBClusterSnapshot", "variableDeclarationType" : "DBClusterSnapshot", "documentation" : null, "variableSetterType" : "DBClusterSnapshot", "simpleType" : "DBClusterSnapshot" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotType" : { "documentation" : "

Provides the type of the DB cluster snapshot.

", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides the type of the DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

Provides the type of the DB cluster snapshot.

\n@param snapshotType Provides the type of the DB cluster snapshot.*/", "getterDocumentation" : "/**

Provides the type of the DB cluster snapshot.

\n@return Provides the type of the DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Provides the type of the DB cluster snapshot.

\n@param snapshotType Provides the type of the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides the type of the DB cluster snapshot.

\n@param snapshotType Provides the type of the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StorageEncrypted" : { "documentation" : "

Specifies whether the DB cluster snapshot is encrypted.

", "name" : "StorageEncrypted", "c2jName" : "StorageEncrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the DB cluster snapshot is encrypted.

", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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 snapshot is encrypted.

\n@param storageEncrypted Specifies whether the DB cluster snapshot is encrypted.*/", "getterDocumentation" : "/**

Specifies whether the DB cluster snapshot is encrypted.

\n@return Specifies whether the DB cluster snapshot is encrypted.*/", "fluentSetterDocumentation" : "/**

Specifies whether the DB cluster snapshot is encrypted.

\n@param storageEncrypted Specifies whether the DB cluster snapshot is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the DB cluster snapshot is encrypted.

\n@param storageEncrypted Specifies whether the DB cluster snapshot is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZones" : { "documentation" : "

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

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

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

", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

\n@param availabilityZones Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.*/", "getterDocumentation" : "/**

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

\n@return Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.*/", "fluentSetterDocumentation" : "/**

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

\n@param availabilityZones Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\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 Provides the list of EC2 Availability Zones that instances in the DB cluster snapshot can be restored in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllocatedStorage" : { "documentation" : "

Specifies the allocated storage size in gigabytes (GB).

", "name" : "AllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the allocated storage size in gigabytes (GB).

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllocatedStorage", "marshallLocationName" : "AllocatedStorage", "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 allocated storage size in gigabytes (GB).

\n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).*/", "getterDocumentation" : "/**

Specifies the allocated storage size in gigabytes (GB).

\n@return Specifies the allocated storage size in gigabytes (GB).*/", "fluentSetterDocumentation" : "/**

Specifies the allocated storage size in gigabytes (GB).

\n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the allocated storage size in gigabytes (GB).

\n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterIdentifier" : { "documentation" : "

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

", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

\n@param dBClusterIdentifier Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.*/", "getterDocumentation" : "/**

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

\n@return Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.*/", "fluentSetterDocumentation" : "/**

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

\n@param dBClusterIdentifier Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param dBClusterIdentifier Specifies the DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PercentProgress" : { "documentation" : "

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

", "name" : "PercentProgress", "c2jName" : "PercentProgress", "c2jShape" : "Integer", "variable" : { "variableName" : "percentProgress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "percentProgress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PercentProgress", "marshallLocationName" : "PercentProgress", "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 percentage of the estimated data that has been transferred.

\n@param percentProgress Specifies the percentage of the estimated data that has been transferred.*/", "getterDocumentation" : "/**

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

\n@return Specifies the percentage of the estimated data that has been transferred.*/", "fluentSetterDocumentation" : "/**

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

\n@param percentProgress Specifies the percentage of the estimated data that has been transferred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param percentProgress Specifies the percentage of the estimated data that has been transferred.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LicenseModel" : { "documentation" : "

Provides the license model information for this DB cluster snapshot.

", "name" : "LicenseModel", "c2jName" : "LicenseModel", "c2jShape" : "String", "variable" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides the license model information for this DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LicenseModel", "marshallLocationName" : "LicenseModel", "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 license model information for this DB cluster snapshot.

\n@param licenseModel Provides the license model information for this DB cluster snapshot.*/", "getterDocumentation" : "/**

Provides the license model information for this DB cluster snapshot.

\n@return Provides the license model information for this DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Provides the license model information for this DB cluster snapshot.

\n@param licenseModel Provides the license model information for this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides the license model information for this DB cluster snapshot.

\n@param licenseModel Provides the license model information for this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

Specifies the name of the database engine.

", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the name of the database engine.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

Specifies the name of the database engine.

\n@param engine Specifies the name of the database engine.*/", "getterDocumentation" : "/**

Specifies the name of the database engine.

\n@return Specifies the name of the database engine.*/", "fluentSetterDocumentation" : "/**

Specifies the name of the database engine.

\n@param engine Specifies the name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the name of the database engine.

\n@param engine Specifies the name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcId" : { "documentation" : "

Provides the VPC ID associated with the DB cluster snapshot.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides the VPC ID associated with the DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "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 VPC ID associated with the DB cluster snapshot.

\n@param vpcId Provides the VPC ID associated with the DB cluster snapshot.*/", "getterDocumentation" : "/**

Provides the VPC ID associated with the DB cluster snapshot.

\n@return Provides the VPC ID associated with the DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Provides the VPC ID associated with the DB cluster snapshot.

\n@param vpcId Provides the VPC ID associated with the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides the VPC ID associated with the DB cluster snapshot.

\n@param vpcId Provides the VPC ID associated with the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "

Specifies the status of this DB cluster snapshot.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status of this DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 this DB cluster snapshot.

\n@param status Specifies the status of this DB cluster snapshot.*/", "getterDocumentation" : "/**

Specifies the status of this DB cluster snapshot.

\n@return Specifies the status of this DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Specifies the status of this DB cluster snapshot.

\n@param status Specifies the status of this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of this DB cluster snapshot.

\n@param status Specifies the status of this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterSnapshotIdentifier" : { "documentation" : "

Specifies the identifier for the DB cluster snapshot.

", "name" : "DBClusterSnapshotIdentifier", "c2jName" : "DBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier for the DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

Specifies the identifier for the DB cluster snapshot.

\n@param dBClusterSnapshotIdentifier Specifies the identifier for the DB cluster snapshot.*/", "getterDocumentation" : "/**

Specifies the identifier for the DB cluster snapshot.

\n@return Specifies the identifier for the DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier for the DB cluster snapshot.

\n@param dBClusterSnapshotIdentifier Specifies the identifier for the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier for the DB cluster snapshot.

\n@param dBClusterSnapshotIdentifier Specifies the identifier for the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Port" : { "documentation" : "

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

", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 DB cluster was listening on at the time of the snapshot.

\n@param port Specifies the port that the DB cluster was listening on at the time of the snapshot.*/", "getterDocumentation" : "/**

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

\n@return Specifies the port that the DB cluster was listening on at the time of the snapshot.*/", "fluentSetterDocumentation" : "/**

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

\n@param port Specifies the port that the DB cluster was listening on at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param port Specifies the port that the DB cluster was listening on at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MasterUsername" : { "documentation" : "

Provides the master username for the DB cluster snapshot.

", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides the master username for the DB cluster snapshot.

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

Provides the master username for the DB cluster snapshot.

\n@param masterUsername Provides the master username for the DB cluster snapshot.*/", "getterDocumentation" : "/**

Provides the master username for the DB cluster snapshot.

\n@return Provides the master username for the DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

Provides the master username for the DB cluster snapshot.

\n@param masterUsername Provides the master username for the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides the master username for the DB cluster snapshot.

\n@param masterUsername Provides the master username for the DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotCreateTime" : { "documentation" : "

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

", "name" : "SnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCreateTime", "marshallLocationName" : "SnapshotCreateTime", "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 time when the snapshot was taken, in Universal Coordinated Time (UTC).

\n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

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

\n@return Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

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

\n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ClusterCreateTime" : { "documentation" : "

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

", "name" : "ClusterCreateTime", "c2jName" : "ClusterCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

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

", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "clusterCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ClusterCreateTime", "marshallLocationName" : "ClusterCreateTime", "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 time when the DB cluster was created, in Universal Coordinated Time (UTC).

\n@param clusterCreateTime Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

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

\n@return Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

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

\n@param clusterCreateTime Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param clusterCreateTime Specifies the time when the DB cluster was created, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "documentation" : "

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

", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

\n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster snapshot.*/", "getterDocumentation" : "/**

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

\n@return If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

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

\n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

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

", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

\n@param engineVersion Provides the version of the database engine for this DB cluster snapshot.*/", "getterDocumentation" : "/**

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

\n@return Provides the version of the database engine for this DB cluster snapshot.*/", "fluentSetterDocumentation" : "/**

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

\n@param engineVersion Provides the version of the database engine for this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param engineVersion Provides the version of the database engine for this DB cluster snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReservedDBInstancesOfferingNotFoundException" : { "c2jName" : "ReservedDBInstancesOfferingNotFoundFault", "documentation" : "

Specified offering does not exist.

", "shapeName" : "ReservedDBInstancesOfferingNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "reservedDBInstancesOfferingNotFoundException", "variableType" : "ReservedDBInstancesOfferingNotFoundException", "variableDeclarationType" : "ReservedDBInstancesOfferingNotFoundException", "documentation" : null, "variableSetterType" : "ReservedDBInstancesOfferingNotFoundException", "simpleType" : "ReservedDBInstancesOfferingNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReservedDBInstancesOfferingNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ModifyDBInstanceRequest" : { "c2jName" : "ModifyDBInstanceMessage", "documentation" : "

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

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

Constraints:

  • Must be the identifier for an existing DB instance
  • 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" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

Constraints:

  • Must be the identifier for an existing DB instance
  • 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
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 instance identifier. This value is stored as a lowercase string.

Constraints:

  • Must be the identifier for an existing DB instance
  • 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 dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

Constraints:

  • Must be the identifier for an existing DB instance
  • 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 instance identifier. This value is stored as a lowercase string.

    Constraints:

    • Must be the identifier for an existing DB instance
    • 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 instance identifier. This value is stored as a lowercase string.

    Constraints:

    • Must be the identifier for an existing DB instance
    • 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 instance identifier. This value is stored as a lowercase string.

      Constraints:

      • Must be the identifier for an existing DB instance
      • 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 dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

      Constraints:

      • Must be the identifier for an existing DB instance
      • 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 instance identifier. This value is stored as a lowercase string.

        Constraints:

        • Must be the identifier for an existing DB instance
        • 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 dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

        Constraints:

        • Must be the identifier for an existing DB instance
        • 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" : "

          The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

          MySQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          MariaDB

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          PostgreSQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          Oracle

          Default: Uses existing setting

          Valid Values: 10-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          SQL Server

          Cannot be modified.

          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

          ", "name" : "AllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

          The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

          MySQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          MariaDB

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          PostgreSQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          Oracle

          Default: Uses existing setting

          Valid Values: 10-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          SQL Server

          Cannot be modified.

          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllocatedStorage", "marshallLocationName" : "AllocatedStorage", "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 new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

          MySQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          MariaDB

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          PostgreSQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          Oracle

          Default: Uses existing setting

          Valid Values: 10-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          SQL Server

          Cannot be modified.

          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

          \n@param allocatedStorage The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

          MySQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          MariaDB

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          PostgreSQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          Oracle

          Default: Uses existing setting

          Valid Values: 10-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          SQL Server

          Cannot be modified.

          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.*/", "getterDocumentation" : "/**

          The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

          MySQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          MariaDB

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          PostgreSQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          Oracle

          Default: Uses existing setting

          Valid Values: 10-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          SQL Server

          Cannot be modified.

          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

          \n@return The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

          MySQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          MariaDB

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          PostgreSQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          Oracle

          Default: Uses existing setting

          Valid Values: 10-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          SQL Server

          Cannot be modified.

          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.*/", "fluentSetterDocumentation" : "/**

          The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

          MySQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          MariaDB

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          PostgreSQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          Oracle

          Default: Uses existing setting

          Valid Values: 10-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          SQL Server

          Cannot be modified.

          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

          \n@param allocatedStorage The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

          MySQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          MariaDB

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          PostgreSQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          Oracle

          Default: Uses existing setting

          Valid Values: 10-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          SQL Server

          Cannot be modified.

          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

          MySQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          MariaDB

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          PostgreSQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          Oracle

          Default: Uses existing setting

          Valid Values: 10-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          SQL Server

          Cannot be modified.

          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

          \n@param allocatedStorage The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

          MySQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          MariaDB

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          PostgreSQL

          Default: Uses existing setting

          Valid Values: 5-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          Type: Integer

          Oracle

          Default: Uses existing setting

          Valid Values: 10-6144

          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

          SQL Server

          Cannot be modified.

          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

          Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

          Default: Uses existing setting

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

          ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

          Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

          Default: Uses existing setting

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

          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

          Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

          Default: Uses existing setting

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

          \n@param dBInstanceClass The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

          Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

          Default: Uses existing setting

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

          The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

          Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

          Default: Uses existing setting

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

          \n@return The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

          Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

          Default: Uses existing setting

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

          The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

          Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

          Default: Uses existing setting

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

          \n@param dBInstanceClass The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

          Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

          Default: Uses existing setting

          Valid Values: db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge | db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

          Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

          Default: Uses existing setting

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

          \n@param dBInstanceClass The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

          Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

          Default: Uses existing setting

          Valid Values: db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge | db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

          Constraints:

          • Must be 1 to 255 alphanumeric characters
          • First character must be a letter
          • Cannot end with a hyphen or contain two consecutive hyphens
          ", "name" : "DBSecurityGroups", "c2jName" : "DBSecurityGroups", "c2jShape" : "DBSecurityGroupNameList", "variable" : { "variableName" : "dBSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

          A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

          Constraints:

          • Must be 1 to 255 alphanumeric characters
          • First character must be a letter
          • Cannot end with a hyphen or contain two consecutive hyphens
          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSecurityGroups", "marshallLocationName" : "DBSecurityGroups", "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" : "DBSecurityGroupName", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**\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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

          A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

          Constraints:

          • 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 dBSecurityGroups A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

          Constraints:

          • Must be 1 to 255 alphanumeric characters
          • First character must be a letter
          • Cannot end with a hyphen or contain two consecutive hyphens
          • */", "getterDocumentation" : "/**

            A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

            Constraints:

            • 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 A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

            Constraints:

            • Must be 1 to 255 alphanumeric characters
            • First character must be a letter
            • Cannot end with a hyphen or contain two consecutive hyphens
            • */", "fluentSetterDocumentation" : "/**

              A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

              Constraints:

              • 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 dBSecurityGroups A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

              Constraints:

              • 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" : "/**

                A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                Constraints:

                • Must be 1 to 255 alphanumeric characters
                • First character must be a letter
                • Cannot end with a hyphen or contain two consecutive hyphens
                \n

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

                \n@param dBSecurityGroups A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                Constraints:

                • 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 authorize on this DB instance. This change is asynchronously applied as soon as possible.

                  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" : "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 authorize on this DB instance. This change is asynchronously applied as soon as possible.

                  Constraints:

                  • Must be 1 to 255 alphanumeric characters
                  • First character must be a letter
                  • Cannot end with a hyphen or contain two consecutive hyphens
                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                  A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                  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 vpcSecurityGroupIds A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                  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" : "/**

                    A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                    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 A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                    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" : "/**

                      A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                      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 vpcSecurityGroupIds A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                      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" : "/**

                        A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                        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

                        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 authorize on this DB instance. This change is asynchronously applied as soon as possible.

                        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" : "

                          Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                          If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                          Default: false

                          ", "name" : "ApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "variable" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                          Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                          If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                          Default: false

                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyImmediately", "marshallLocationName" : "ApplyImmediately", "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 modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                          If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                          Default: false

                          \n@param applyImmediately Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                          If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                          Default: false*/", "getterDocumentation" : "/**

                          Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                          If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                          Default: false

                          \n@return Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                          If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                          Default: false*/", "fluentSetterDocumentation" : "/**

                          Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                          If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                          Default: false

                          \n@param applyImmediately Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                          If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

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

                          Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                          If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                          Default: false

                          \n@param applyImmediately Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                          If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                          Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                          Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                          Default: Uses existing setting

                          Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                          Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. ", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                          Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                          Default: Uses existing setting

                          Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                          Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

                          Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                          Default: Uses existing setting

                          Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                          Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. \n@param masterUserPassword The new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

                          Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                          Default: Uses existing setting

                          Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                          Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.*/", "getterDocumentation" : "/**

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

                          Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                          Default: Uses existing setting

                          Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                          Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. \n@return The new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

                          Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                          Default: Uses existing setting

                          Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                          Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.*/", "fluentSetterDocumentation" : "/**

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

                          Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                          Default: Uses existing setting

                          Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                          Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. \n@param masterUserPassword The new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

                          Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                          Default: Uses existing setting

                          Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                          Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                          Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                          Default: Uses existing setting

                          Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                          Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. \n@param masterUserPassword The new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

                          Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                          Default: Uses existing setting

                          Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                          Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                          Default: Uses existing setting

                          Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                          ", "name" : "DBParameterGroupName", "c2jName" : "DBParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                          Default: Uses existing setting

                          Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                          Default: Uses existing setting

                          Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                          \n@param dBParameterGroupName The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                          Default: Uses existing setting

                          Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.*/", "getterDocumentation" : "/**

                          The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                          Default: Uses existing setting

                          Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                          \n@return The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                          Default: Uses existing setting

                          Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.*/", "fluentSetterDocumentation" : "/**

                          The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                          Default: Uses existing setting

                          Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                          \n@param dBParameterGroupName The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                          Default: Uses existing setting

                          Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                          Default: Uses existing setting

                          Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                          \n@param dBParameterGroupName The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                          Default: Uses existing setting

                          Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                          The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                          Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                          Default: Uses existing setting

                          Constraints:

                          • Must be a value from 0 to 35
                          • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                          • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                          • Cannot be set to 0 if the DB instance is a source to Read Replicas
                          ", "name" : "BackupRetentionPeriod", "c2jName" : "BackupRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                          The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                          Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                          Default: Uses existing setting

                          Constraints:

                          • Must be a value from 0 to 35
                          • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                          • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                          • Cannot be set to 0 if the DB instance is a source to Read Replicas
                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                          Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                          Default: Uses existing setting

                          Constraints:

                          • Must be a value from 0 to 35
                          • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                          • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                          • Cannot be set to 0 if the DB instance is a source to Read Replicas
                          \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                          Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                          Default: Uses existing setting

                          Constraints:

                          • Must be a value from 0 to 35
                          • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                          • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                          • Cannot be set to 0 if the DB instance is a source to Read Replicas
                          • */", "getterDocumentation" : "/**

                            The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                            Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                            Default: Uses existing setting

                            Constraints:

                            • Must be a value from 0 to 35
                            • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                            • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                            • Cannot be set to 0 if the DB instance is a source to Read Replicas
                            \n@return The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                            Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                            Default: Uses existing setting

                            Constraints:

                            • Must be a value from 0 to 35
                            • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                            • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                            • Cannot be set to 0 if the DB instance is a source to Read Replicas
                            • */", "fluentSetterDocumentation" : "/**

                              The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                              Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                              Default: Uses existing setting

                              Constraints:

                              • Must be a value from 0 to 35
                              • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                              • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                              • Cannot be set to 0 if the DB instance is a source to Read Replicas
                              \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                              Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                              Default: Uses existing setting

                              Constraints:

                              • Must be a value from 0 to 35
                              • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                              • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                              • Cannot be set to 0 if the DB instance is a source to Read Replicas
                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                Default: Uses existing setting

                                Constraints:

                                • Must be a value from 0 to 35
                                • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                Default: Uses existing setting

                                Constraints:

                                • Must be a value from 0 to 35
                                • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                • \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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                  Constraints:

                                  • Must be in the format hh24:mi-hh24:mi
                                  • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                  Constraints:

                                  • Must be in the format hh24:mi-hh24:mi
                                  • Times should be in Universal Time Coordinated (UTC)
                                  • Must not conflict with the preferred maintenance window
                                  • Must be at least 30 minutes
                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                  Constraints:

                                  • Must be in the format hh24:mi-hh24:mi
                                  • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                  Constraints:

                                  • Must be in the format hh24:mi-hh24:mi
                                  • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                    Constraints:

                                    • Must be in the format hh24:mi-hh24:mi
                                    • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                    Constraints:

                                    • Must be in the format hh24:mi-hh24:mi
                                    • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                      Constraints:

                                      • Must be in the format hh24:mi-hh24:mi
                                      • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                      Constraints:

                                      • Must be in the format hh24:mi-hh24:mi
                                      • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                        Constraints:

                                        • Must be in the format hh24:mi-hh24:mi
                                        • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                        Constraints:

                                        • Must be in the format hh24:mi-hh24:mi
                                        • Times should be in Universal Time Coordinated (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 (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                          Default: Uses existing setting

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

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

                                          Constraints: Must be at least 30 minutes

                                          ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                          Default: Uses existing setting

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

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

                                          Constraints: Must be at least 30 minutes

                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                          Default: Uses existing setting

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

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

                                          Constraints: Must be at least 30 minutes

                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                          Default: Uses existing setting

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

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

                                          Constraints: Must be at least 30 minutes*/", "getterDocumentation" : "/**

                                          The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                          Default: Uses existing setting

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

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

                                          Constraints: Must be at least 30 minutes

                                          \n@return The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                          Default: Uses existing setting

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

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

                                          Constraints: Must be at least 30 minutes*/", "fluentSetterDocumentation" : "/**

                                          The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                          Default: Uses existing setting

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

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

                                          Constraints: Must be at least 30 minutes

                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                          Default: Uses existing setting

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

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

                                          Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                          Default: Uses existing setting

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

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

                                          Constraints: Must be at least 30 minutes

                                          \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                          Default: Uses existing setting

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

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

                                          Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                          ", "name" : "MultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                          Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultiAZ", "marshallLocationName" : "MultiAZ", "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 if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                          \n@param multiAZ Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.*/", "getterDocumentation" : "/**

                                          Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                          \n@return Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.*/", "fluentSetterDocumentation" : "/**

                                          Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                          \n@param multiAZ Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                          \n@param multiAZ Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.\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 upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                          For a list of valid engine versions, see CreateDBInstance.

                                          ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                          For a list of valid engine versions, see CreateDBInstance.

                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                          For a list of valid engine versions, see CreateDBInstance.

                                          \n@param engineVersion The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                          For a list of valid engine versions, see CreateDBInstance.*/", "getterDocumentation" : "/**

                                          The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                          For a list of valid engine versions, see CreateDBInstance.

                                          \n@return The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                          For a list of valid engine versions, see CreateDBInstance.*/", "fluentSetterDocumentation" : "/**

                                          The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                          For a list of valid engine versions, see CreateDBInstance.

                                          \n@param engineVersion The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                          For a list of valid engine versions, see CreateDBInstance.\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 upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                          For a list of valid engine versions, see CreateDBInstance.

                                          \n@param engineVersion The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                          For a list of valid engine versions, see CreateDBInstance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                          Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                          ", "name" : "AllowMajorVersionUpgrade", "c2jName" : "AllowMajorVersionUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                          Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                          Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowMajorVersionUpgrade", "marshallLocationName" : "AllowMajorVersionUpgrade", "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 that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                          Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                          \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                          Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.*/", "getterDocumentation" : "/**

                                          Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                          Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                          \n@return Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                          Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.*/", "fluentSetterDocumentation" : "/**

                                          Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                          Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                          \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                          Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                          Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                          \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                          Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                          ", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                          Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "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 that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                          \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.*/", "getterDocumentation" : "/**

                                          Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                          \n@return Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.*/", "fluentSetterDocumentation" : "/**

                                          Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                          \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                          \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Default: Uses existing setting

                                          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                          SQL Server

                                          Setting the IOPS value for the SQL Server database engine is not supported.

                                          Type: Integer

                                          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                          ", "name" : "Iops", "c2jName" : "Iops", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                          The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Default: Uses existing setting

                                          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                          SQL Server

                                          Setting the IOPS value for the SQL Server database engine is not supported.

                                          Type: Integer

                                          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Iops", "marshallLocationName" : "Iops", "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 new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Default: Uses existing setting

                                          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                          SQL Server

                                          Setting the IOPS value for the SQL Server database engine is not supported.

                                          Type: Integer

                                          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                          \n@param iops The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Default: Uses existing setting

                                          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                          SQL Server

                                          Setting the IOPS value for the SQL Server database engine is not supported.

                                          Type: Integer

                                          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.*/", "getterDocumentation" : "/**

                                          The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Default: Uses existing setting

                                          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                          SQL Server

                                          Setting the IOPS value for the SQL Server database engine is not supported.

                                          Type: Integer

                                          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                          \n@return The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Default: Uses existing setting

                                          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                          SQL Server

                                          Setting the IOPS value for the SQL Server database engine is not supported.

                                          Type: Integer

                                          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.*/", "fluentSetterDocumentation" : "/**

                                          The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Default: Uses existing setting

                                          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                          SQL Server

                                          Setting the IOPS value for the SQL Server database engine is not supported.

                                          Type: Integer

                                          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                          \n@param iops The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Default: Uses existing setting

                                          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                          SQL Server

                                          Setting the IOPS value for the SQL Server database engine is not supported.

                                          Type: Integer

                                          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Default: Uses existing setting

                                          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                          SQL Server

                                          Setting the IOPS value for the SQL Server database engine is not supported.

                                          Type: Integer

                                          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                          \n@param iops The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                          Default: Uses existing setting

                                          Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                          SQL Server

                                          Setting the IOPS value for the SQL Server database engine is not supported.

                                          Type: Integer

                                          If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                          ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                          Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                          \n@param optionGroupName Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                          Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                          \n@return Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                          Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                          \n@param optionGroupName Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

                                          Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                          \n@param optionGroupName Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

                                          Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                          The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                          Constraints:

                                          • 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" : "NewDBInstanceIdentifier", "c2jName" : "NewDBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "newDBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                          Constraints:

                                          • 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
                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "newDBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewDBInstanceIdentifier", "marshallLocationName" : "NewDBInstanceIdentifier", "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 new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                          Constraints:

                                          • 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 newDBInstanceIdentifier The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                          Constraints:

                                          • 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 new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                            Constraints:

                                            • 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 new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                            Constraints:

                                            • 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 new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                              Constraints:

                                              • 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 newDBInstanceIdentifier The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                              Constraints:

                                              • 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 new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                Constraints:

                                                • 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 newDBInstanceIdentifier The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                Constraints:

                                                • 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" : "

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

                                                  Valid values: standard | gp2 | io1

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

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

                                                  ", "name" : "StorageType", "c2jName" : "StorageType", "c2jShape" : "String", "variable" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                  Valid values: standard | gp2 | io1

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

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

                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StorageType", "marshallLocationName" : "StorageType", "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 storage type to be associated with the DB instance.

                                                  Valid values: standard | gp2 | io1

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

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

                                                  \n@param storageType Specifies the storage type to be associated with the DB instance.

                                                  Valid values: standard | gp2 | io1

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

                                                  Default: io1 if the Iops parameter is specified; otherwise standard*/", "getterDocumentation" : "/**

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

                                                  Valid values: standard | gp2 | io1

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

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

                                                  \n@return Specifies the storage type to be associated with the DB instance.

                                                  Valid values: standard | gp2 | io1

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

                                                  Default: io1 if the Iops parameter is specified; otherwise standard*/", "fluentSetterDocumentation" : "/**

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

                                                  Valid values: standard | gp2 | io1

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

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

                                                  \n@param storageType Specifies the storage type to be associated with the DB instance.

                                                  Valid values: standard | gp2 | io1

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

                                                  Default: io1 if the Iops parameter is specified; otherwise standard\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  Valid values: standard | gp2 | io1

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

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

                                                  \n@param storageType Specifies the storage type to be associated with the DB instance.

                                                  Valid values: standard | gp2 | io1

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

                                                  Default: io1 if the Iops parameter is specified; otherwise standard\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                  ", "name" : "TdeCredentialArn", "c2jName" : "TdeCredentialArn", "c2jShape" : "String", "variable" : { "variableName" : "tdeCredentialArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "tdeCredentialArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TdeCredentialArn", "marshallLocationName" : "TdeCredentialArn", "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 from the Key Store with which to associate the instance for TDE encryption.

                                                  \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.*/", "getterDocumentation" : "/**

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

                                                  \n@return The ARN from the Key Store with which to associate the instance for TDE encryption.*/", "fluentSetterDocumentation" : "/**

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

                                                  \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                  ", "name" : "TdeCredentialPassword", "c2jName" : "TdeCredentialPassword", "c2jShape" : "String", "variable" : { "variableName" : "tdeCredentialPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "tdeCredentialPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TdeCredentialPassword", "marshallLocationName" : "TdeCredentialPassword", "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 given ARN from the Key Store in order to access the device.

                                                  \n@param tdeCredentialPassword The password for the given ARN from the Key Store in order to access the device.*/", "getterDocumentation" : "/**

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

                                                  \n@return The password for the given ARN from the Key Store in order to access the device.*/", "fluentSetterDocumentation" : "/**

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

                                                  \n@param tdeCredentialPassword The password for the given ARN from the Key Store in order to access the device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  \n@param tdeCredentialPassword The password for the given ARN from the Key Store in order to access the device.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Indicates the certificate that needs to be associated with the instance.

                                                  ", "name" : "CACertificateIdentifier", "c2jName" : "CACertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "cACertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Indicates the certificate that needs to be associated with the instance.

                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cACertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CACertificateIdentifier", "marshallLocationName" : "CACertificateIdentifier", "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 certificate that needs to be associated with the instance.

                                                  \n@param cACertificateIdentifier Indicates the certificate that needs to be associated with the instance.*/", "getterDocumentation" : "/**

                                                  Indicates the certificate that needs to be associated with the instance.

                                                  \n@return Indicates the certificate that needs to be associated with the instance.*/", "fluentSetterDocumentation" : "/**

                                                  Indicates the certificate that needs to be associated with the instance.

                                                  \n@param cACertificateIdentifier Indicates the certificate that needs to be associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Indicates the certificate that needs to be associated with the instance.

                                                  \n@param cACertificateIdentifier Indicates the certificate that needs to be associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Specify the Active Directory Domain to move the instance to.

                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                  ", "name" : "Domain", "c2jName" : "Domain", "c2jShape" : "String", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Specify the Active Directory Domain to move the instance to.

                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Domain", "marshallLocationName" : "Domain", "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" : "/**

                                                  Specify the Active Directory Domain to move the instance to.

                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                  \n@param domain Specify the Active Directory Domain to move the instance to.

                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.*/", "getterDocumentation" : "/**

                                                  Specify the Active Directory Domain to move the instance to.

                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                  \n@return Specify the Active Directory Domain to move the instance to.

                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.*/", "fluentSetterDocumentation" : "/**

                                                  Specify the Active Directory Domain to move the instance to.

                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                  \n@param domain Specify the Active Directory Domain to move the instance to.

                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specify the Active Directory Domain to move the instance to.

                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                  \n@param domain Specify the Active Directory Domain to move the instance to.

                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                  ", "name" : "CopyTagsToSnapshot", "c2jName" : "CopyTagsToSnapshot", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "copyTagsToSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "copyTagsToSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "CopyTagsToSnapshot", "marshallLocationName" : "CopyTagsToSnapshot", "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" : "/**

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

                                                  \n@param copyTagsToSnapshot True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.*/", "getterDocumentation" : "/**

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

                                                  \n@return True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.*/", "fluentSetterDocumentation" : "/**

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

                                                  \n@param copyTagsToSnapshot True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  \n@param copyTagsToSnapshot True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

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

                                                  ", "name" : "MonitoringInterval", "c2jName" : "MonitoringInterval", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "monitoringInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

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

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

                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "monitoringInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MonitoringInterval", "marshallLocationName" : "MonitoringInterval", "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 interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

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

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

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

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

                                                  Valid Values: 0, 1, 5, 10, 15, 30, 60*/", "getterDocumentation" : "/**

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

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

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

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

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

                                                  Valid Values: 0, 1, 5, 10, 15, 30, 60*/", "fluentSetterDocumentation" : "/**

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

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

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

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

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

                                                  Valid Values: 0, 1, 5, 10, 15, 30, 60\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

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

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

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

                                                  Valid Values: 0, 1, 5, 10, 15, 30, 60\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The port number on which the database accepts connections.

                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                  MySQL

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  MariaDB

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  PostgreSQL

                                                  Default: 5432

                                                  Valid Values: 1150-65535

                                                  Type: Integer

                                                  Oracle

                                                  Default: 1521

                                                  Valid Values: 1150-65535

                                                  SQL Server

                                                  Default: 1433

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

                                                  Amazon Aurora

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  ", "name" : "DBPortNumber", "c2jName" : "DBPortNumber", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "dBPortNumber", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                  The port number on which the database accepts connections.

                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                  MySQL

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  MariaDB

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  PostgreSQL

                                                  Default: 5432

                                                  Valid Values: 1150-65535

                                                  Type: Integer

                                                  Oracle

                                                  Default: 1521

                                                  Valid Values: 1150-65535

                                                  SQL Server

                                                  Default: 1433

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

                                                  Amazon Aurora

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "dBPortNumber", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBPortNumber", "marshallLocationName" : "DBPortNumber", "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 database accepts connections.

                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                  MySQL

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  MariaDB

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  PostgreSQL

                                                  Default: 5432

                                                  Valid Values: 1150-65535

                                                  Type: Integer

                                                  Oracle

                                                  Default: 1521

                                                  Valid Values: 1150-65535

                                                  SQL Server

                                                  Default: 1433

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

                                                  Amazon Aurora

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  \n@param dBPortNumber The port number on which the database accepts connections.

                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                  MySQL

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  MariaDB

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  PostgreSQL

                                                  Default: 5432

                                                  Valid Values: 1150-65535

                                                  Type: Integer

                                                  Oracle

                                                  Default: 1521

                                                  Valid Values: 1150-65535

                                                  SQL Server

                                                  Default: 1433

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

                                                  Amazon Aurora

                                                  Default: 3306

                                                  Valid Values: 1150-65535*/", "getterDocumentation" : "/**

                                                  The port number on which the database accepts connections.

                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                  MySQL

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  MariaDB

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  PostgreSQL

                                                  Default: 5432

                                                  Valid Values: 1150-65535

                                                  Type: Integer

                                                  Oracle

                                                  Default: 1521

                                                  Valid Values: 1150-65535

                                                  SQL Server

                                                  Default: 1433

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

                                                  Amazon Aurora

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  \n@return The port number on which the database accepts connections.

                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                  MySQL

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  MariaDB

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  PostgreSQL

                                                  Default: 5432

                                                  Valid Values: 1150-65535

                                                  Type: Integer

                                                  Oracle

                                                  Default: 1521

                                                  Valid Values: 1150-65535

                                                  SQL Server

                                                  Default: 1433

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

                                                  Amazon Aurora

                                                  Default: 3306

                                                  Valid Values: 1150-65535*/", "fluentSetterDocumentation" : "/**

                                                  The port number on which the database accepts connections.

                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                  MySQL

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  MariaDB

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  PostgreSQL

                                                  Default: 5432

                                                  Valid Values: 1150-65535

                                                  Type: Integer

                                                  Oracle

                                                  Default: 1521

                                                  Valid Values: 1150-65535

                                                  SQL Server

                                                  Default: 1433

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

                                                  Amazon Aurora

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  \n@param dBPortNumber The port number on which the database accepts connections.

                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                  MySQL

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  MariaDB

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  PostgreSQL

                                                  Default: 5432

                                                  Valid Values: 1150-65535

                                                  Type: Integer

                                                  Oracle

                                                  Default: 1521

                                                  Valid Values: 1150-65535

                                                  SQL Server

                                                  Default: 1433

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

                                                  Amazon Aurora

                                                  Default: 3306

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

                                                  The port number on which the database accepts connections.

                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                  MySQL

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  MariaDB

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  PostgreSQL

                                                  Default: 5432

                                                  Valid Values: 1150-65535

                                                  Type: Integer

                                                  Oracle

                                                  Default: 1521

                                                  Valid Values: 1150-65535

                                                  SQL Server

                                                  Default: 1433

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

                                                  Amazon Aurora

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  \n@param dBPortNumber The port number on which the database accepts connections.

                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                  MySQL

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  MariaDB

                                                  Default: 3306

                                                  Valid Values: 1150-65535

                                                  PostgreSQL

                                                  Default: 5432

                                                  Valid Values: 1150-65535

                                                  Type: Integer

                                                  Oracle

                                                  Default: 1521

                                                  Valid Values: 1150-65535

                                                  SQL Server

                                                  Default: 1433

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

                                                  Amazon Aurora

                                                  Default: 3306

                                                  Valid Values: 1150-65535\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                  PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                  Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                  Default: false

                                                  ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                  Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                  PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                  Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                  Default: false

                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "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 indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                  PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                  Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                  Default: false

                                                  \n@param publiclyAccessible Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                  PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                  Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                  Default: false*/", "getterDocumentation" : "/**

                                                  Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                  PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                  Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                  Default: false

                                                  \n@return Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                  PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                  Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                  Default: false*/", "fluentSetterDocumentation" : "/**

                                                  Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                  PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                  Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                  Default: false

                                                  \n@param publiclyAccessible Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                  PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                  Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

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

                                                  Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                  PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                  Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                  Default: false

                                                  \n@param publiclyAccessible Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                  PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                  Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

                                                  ", "name" : "MonitoringRoleArn", "c2jName" : "MonitoringRoleArn", "c2jShape" : "String", "variable" : { "variableName" : "monitoringRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "monitoringRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MonitoringRoleArn", "marshallLocationName" : "MonitoringRoleArn", "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 for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

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

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

                                                  If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.*/", "getterDocumentation" : "/**

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

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

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

                                                  If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.*/", "fluentSetterDocumentation" : "/**

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

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

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

                                                  If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

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

                                                  If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                  ", "name" : "DomainIAMRoleName", "c2jName" : "DomainIAMRoleName", "c2jShape" : "String", "variable" : { "variableName" : "domainIAMRoleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainIAMRoleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainIAMRoleName", "marshallLocationName" : "DomainIAMRoleName", "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" : "/**

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

                                                  \n@param domainIAMRoleName Specify the name of the IAM role to be used when making API calls to the Directory Service.*/", "getterDocumentation" : "/**

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

                                                  \n@return Specify the name of the IAM role to be used when making API calls to the Directory Service.*/", "fluentSetterDocumentation" : "/**

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

                                                  \n@param domainIAMRoleName Specify the name of the IAM role to be used when making API calls to the Directory Service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                  \n@param domainIAMRoleName Specify the name of the IAM role to be used when making API calls to the Directory Service.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                  Default: 1

                                                  Valid Values: 0 - 15

                                                  ", "name" : "PromotionTier", "c2jName" : "PromotionTier", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "promotionTier", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                  Default: 1

                                                  Valid Values: 0 - 15

                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "promotionTier", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PromotionTier", "marshallLocationName" : "PromotionTier", "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 specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster.

                                                  Default: 1

                                                  Valid Values: 0 - 15

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

                                                  Default: 1

                                                  Valid Values: 0 - 15*/", "getterDocumentation" : "/**

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

                                                  Default: 1

                                                  Valid Values: 0 - 15

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

                                                  Default: 1

                                                  Valid Values: 0 - 15*/", "fluentSetterDocumentation" : "/**

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

                                                  Default: 1

                                                  Valid Values: 0 - 15

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

                                                  Default: 1

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

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

                                                  Default: 1

                                                  Valid Values: 0 - 15

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

                                                  Default: 1

                                                  Valid Values: 0 - 15\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyDBInstanceRequest", "variableType" : "ModifyDBInstanceRequest", "variableDeclarationType" : "ModifyDBInstanceRequest", "documentation" : null, "variableSetterType" : "ModifyDBInstanceRequest", "simpleType" : "ModifyDBInstanceRequest" }, "marshaller" : { "action" : "ModifyDBInstance", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplyImmediately" : { "documentation" : "

                                                  Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                                                  If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                                                  Default: false

                                                  ", "name" : "ApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "variable" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                  Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                                                  If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                                                  Default: false

                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyImmediately", "marshallLocationName" : "ApplyImmediately", "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 modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                                                  If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                                                  Default: false

                                                  \n@param applyImmediately Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                                                  If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                                                  Default: false*/", "getterDocumentation" : "/**

                                                  Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                                                  If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                                                  Default: false

                                                  \n@return Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                                                  If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                                                  Default: false*/", "fluentSetterDocumentation" : "/**

                                                  Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                                                  If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                                                  Default: false

                                                  \n@param applyImmediately Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                                                  If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

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

                                                  Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                                                  If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                                                  Default: false

                                                  \n@param applyImmediately Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB instance.

                                                  If this parameter is set to false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and will be applied on the next call to RebootDBInstance, or the next failure reboot. Review the table of parameters in Modifying a DB Instance and Using the Apply Immediately Parameter to see the impact that setting ApplyImmediately to true or false has for each modified parameter and to determine when the changes will be applied.

                                                  Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NewDBInstanceIdentifier" : { "documentation" : "

                                                  The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                  Constraints:

                                                  • 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" : "NewDBInstanceIdentifier", "c2jName" : "NewDBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "newDBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                  Constraints:

                                                  • 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
                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "newDBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NewDBInstanceIdentifier", "marshallLocationName" : "NewDBInstanceIdentifier", "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 new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                  Constraints:

                                                  • 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 newDBInstanceIdentifier The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                  Constraints:

                                                  • 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 new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                    Constraints:

                                                    • 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 new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                    Constraints:

                                                    • 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 new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                      Constraints:

                                                      • 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 newDBInstanceIdentifier The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                      Constraints:

                                                      • 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 new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                        Constraints:

                                                        • 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 newDBInstanceIdentifier The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set Apply Immediately to true, or will occur during the next maintenance window if Apply Immediately to false. This value is stored as a lowercase string.

                                                        Constraints:

                                                        • 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.*/" }, "AutoMinorVersionUpgrade" : { "documentation" : "

                                                          Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                                          ", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                          Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "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 that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                                          \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.*/", "getterDocumentation" : "/**

                                                          Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                                          \n@return Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.*/", "fluentSetterDocumentation" : "/**

                                                          Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                                          \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.

                                                          \n@param autoMinorVersionUpgrade Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window. Changing this parameter does not result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to true during the maintenance window, and a newer minor version is available, and RDS has enabled auto patching for that engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TdeCredentialArn" : { "documentation" : "

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

                                                          ", "name" : "TdeCredentialArn", "c2jName" : "TdeCredentialArn", "c2jShape" : "String", "variable" : { "variableName" : "tdeCredentialArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "tdeCredentialArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TdeCredentialArn", "marshallLocationName" : "TdeCredentialArn", "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 from the Key Store with which to associate the instance for TDE encryption.

                                                          \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.*/", "getterDocumentation" : "/**

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

                                                          \n@return The ARN from the Key Store with which to associate the instance for TDE encryption.*/", "fluentSetterDocumentation" : "/**

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

                                                          \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                          \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PubliclyAccessible" : { "documentation" : "

                                                          Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                          PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                          Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                          Default: false

                                                          ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                          Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                          PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                          Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                          Default: false

                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "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 indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                          PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                          Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                          Default: false

                                                          \n@param publiclyAccessible Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                          PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                          Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                          Default: false*/", "getterDocumentation" : "/**

                                                          Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                          PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                          Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                          Default: false

                                                          \n@return Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                          PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                          Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                          Default: false*/", "fluentSetterDocumentation" : "/**

                                                          Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                          PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                          Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                          Default: false

                                                          \n@param publiclyAccessible Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                          PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                          Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

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

                                                          Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                          PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                          Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                          Default: false

                                                          \n@param publiclyAccessible Boolean value that indicates if the DB instance has a publicly resolvable DNS name. Set to True to make the DB instance Internet-facing with a publicly resolvable DNS name, which resolves to a public IP address. Set to False to make the DB instance internal with a DNS name that resolves to a private IP address.

                                                          PubliclyAccessible only applies to DB instances in a VPC. The DB instance must be part of a public subnet and PubliclyAccessible must be true in order for it to be publicly accessible.

                                                          Changes to the PubliclyAccessible parameter are applied immediately regardless of the value of the ApplyImmediately parameter.

                                                          Default: false\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 upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                                          For a list of valid engine versions, see CreateDBInstance.

                                                          ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                                          For a list of valid engine versions, see CreateDBInstance.

                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                                          For a list of valid engine versions, see CreateDBInstance.

                                                          \n@param engineVersion The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                                          For a list of valid engine versions, see CreateDBInstance.*/", "getterDocumentation" : "/**

                                                          The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                                          For a list of valid engine versions, see CreateDBInstance.

                                                          \n@return The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                                          For a list of valid engine versions, see CreateDBInstance.*/", "fluentSetterDocumentation" : "/**

                                                          The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                                          For a list of valid engine versions, see CreateDBInstance.

                                                          \n@param engineVersion The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                                          For a list of valid engine versions, see CreateDBInstance.\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 upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                                          For a list of valid engine versions, see CreateDBInstance.

                                                          \n@param engineVersion The version number of the database engine to upgrade to. Changing this parameter results in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                          For major version upgrades, if a non-default DB parameter group is currently in use, a new DB parameter group in the DB parameter group family for the new engine version must be specified. The new DB parameter group can be the default for that DB parameter group family.

                                                          For a list of valid engine versions, see CreateDBInstance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BackupRetentionPeriod" : { "documentation" : "

                                                          The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                          Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                                          Default: Uses existing setting

                                                          Constraints:

                                                          • Must be a value from 0 to 35
                                                          • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                                          • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                                          • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                                          ", "name" : "BackupRetentionPeriod", "c2jName" : "BackupRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                          The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                          Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                                          Default: Uses existing setting

                                                          Constraints:

                                                          • Must be a value from 0 to 35
                                                          • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                                          • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                                          • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                          Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                                          Default: Uses existing setting

                                                          Constraints:

                                                          • Must be a value from 0 to 35
                                                          • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                                          • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                                          • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                                          \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                          Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                                          Default: Uses existing setting

                                                          Constraints:

                                                          • Must be a value from 0 to 35
                                                          • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                                          • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                                          • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                                          • */", "getterDocumentation" : "/**

                                                            The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                            Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                                            Default: Uses existing setting

                                                            Constraints:

                                                            • Must be a value from 0 to 35
                                                            • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                                            • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                                            • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                                            \n@return The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                            Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                                            Default: Uses existing setting

                                                            Constraints:

                                                            • Must be a value from 0 to 35
                                                            • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                                            • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                                            • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                                            • */", "fluentSetterDocumentation" : "/**

                                                              The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                              Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                                              Default: Uses existing setting

                                                              Constraints:

                                                              • Must be a value from 0 to 35
                                                              • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                                              • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                                              • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                                              \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                              Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                                              Default: Uses existing setting

                                                              Constraints:

                                                              • Must be a value from 0 to 35
                                                              • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                                              • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                                              • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                                                Default: Uses existing setting

                                                                Constraints:

                                                                • Must be a value from 0 to 35
                                                                • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                                                • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                                                • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                                                \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                Changing this parameter can result in an outage if you change from 0 to a non-zero value or from a non-zero value to 0. These changes are applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If you change the parameter from one non-zero value to another non-zero value, the change is asynchronously applied as soon as possible.

                                                                Default: Uses existing setting

                                                                Constraints:

                                                                • Must be a value from 0 to 35
                                                                • Can be specified for a MySQL Read Replica only if the source is running MySQL 5.6
                                                                • Can be specified for a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5
                                                                • Cannot be set to 0 if the DB instance is a source to Read Replicas
                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CopyTagsToSnapshot" : { "documentation" : "

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

                                                                  ", "name" : "CopyTagsToSnapshot", "c2jName" : "CopyTagsToSnapshot", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "copyTagsToSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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

                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "copyTagsToSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "CopyTagsToSnapshot", "marshallLocationName" : "CopyTagsToSnapshot", "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" : "/**

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

                                                                  \n@param copyTagsToSnapshot True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.*/", "getterDocumentation" : "/**

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

                                                                  \n@return True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.*/", "fluentSetterDocumentation" : "/**

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

                                                                  \n@param copyTagsToSnapshot True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                  \n@param copyTagsToSnapshot True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PromotionTier" : { "documentation" : "

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

                                                                  Default: 1

                                                                  Valid Values: 0 - 15

                                                                  ", "name" : "PromotionTier", "c2jName" : "PromotionTier", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "promotionTier", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

                                                                  Default: 1

                                                                  Valid Values: 0 - 15

                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "promotionTier", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PromotionTier", "marshallLocationName" : "PromotionTier", "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 specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster.

                                                                  Default: 1

                                                                  Valid Values: 0 - 15

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

                                                                  Default: 1

                                                                  Valid Values: 0 - 15*/", "getterDocumentation" : "/**

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

                                                                  Default: 1

                                                                  Valid Values: 0 - 15

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

                                                                  Default: 1

                                                                  Valid Values: 0 - 15*/", "fluentSetterDocumentation" : "/**

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

                                                                  Default: 1

                                                                  Valid Values: 0 - 15

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

                                                                  Default: 1

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

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

                                                                  Default: 1

                                                                  Valid Values: 0 - 15

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

                                                                  Default: 1

                                                                  Valid Values: 0 - 15\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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                  Constraints:

                                                                  • Must be in the format hh24:mi-hh24:mi
                                                                  • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                  Constraints:

                                                                  • Must be in the format hh24:mi-hh24:mi
                                                                  • Times should be in Universal Time Coordinated (UTC)
                                                                  • Must not conflict with the preferred maintenance window
                                                                  • Must be at least 30 minutes
                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                  Constraints:

                                                                  • Must be in the format hh24:mi-hh24:mi
                                                                  • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                  Constraints:

                                                                  • Must be in the format hh24:mi-hh24:mi
                                                                  • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                    Constraints:

                                                                    • Must be in the format hh24:mi-hh24:mi
                                                                    • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                    Constraints:

                                                                    • Must be in the format hh24:mi-hh24:mi
                                                                    • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                      Constraints:

                                                                      • Must be in the format hh24:mi-hh24:mi
                                                                      • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                      Constraints:

                                                                      • Must be in the format hh24:mi-hh24:mi
                                                                      • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                        Constraints:

                                                                        • Must be in the format hh24:mi-hh24:mi
                                                                        • Times should be in Universal Time Coordinated (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, as determined by the BackupRetentionPeriod parameter. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                        Constraints:

                                                                        • Must be in the format hh24:mi-hh24:mi
                                                                        • Times should be in Universal Time Coordinated (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.*/" }, "MonitoringInterval" : { "documentation" : "

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

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

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

                                                                          ", "name" : "MonitoringInterval", "c2jName" : "MonitoringInterval", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "monitoringInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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

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

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

                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "monitoringInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MonitoringInterval", "marshallLocationName" : "MonitoringInterval", "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 interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

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

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

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

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

                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60*/", "getterDocumentation" : "/**

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

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

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

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

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

                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60*/", "fluentSetterDocumentation" : "/**

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

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

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

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

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

                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

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

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

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

                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstanceIdentifier" : { "documentation" : "

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

                                                                          Constraints:

                                                                          • Must be the identifier for an existing DB instance
                                                                          • 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" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                          Constraints:

                                                                          • Must be the identifier for an existing DB instance
                                                                          • 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
                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 instance identifier. This value is stored as a lowercase string.

                                                                          Constraints:

                                                                          • Must be the identifier for an existing DB instance
                                                                          • 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 dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

                                                                          Constraints:

                                                                          • Must be the identifier for an existing DB instance
                                                                          • 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 instance identifier. This value is stored as a lowercase string.

                                                                            Constraints:

                                                                            • Must be the identifier for an existing DB instance
                                                                            • 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 instance identifier. This value is stored as a lowercase string.

                                                                            Constraints:

                                                                            • Must be the identifier for an existing DB instance
                                                                            • 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 instance identifier. This value is stored as a lowercase string.

                                                                              Constraints:

                                                                              • Must be the identifier for an existing DB instance
                                                                              • 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 dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

                                                                              Constraints:

                                                                              • Must be the identifier for an existing DB instance
                                                                              • 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 instance identifier. This value is stored as a lowercase string.

                                                                                Constraints:

                                                                                • Must be the identifier for an existing DB instance
                                                                                • 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 dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

                                                                                Constraints:

                                                                                • Must be the identifier for an existing DB instance
                                                                                • 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.*/" }, "TdeCredentialPassword" : { "documentation" : "

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

                                                                                  ", "name" : "TdeCredentialPassword", "c2jName" : "TdeCredentialPassword", "c2jShape" : "String", "variable" : { "variableName" : "tdeCredentialPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "tdeCredentialPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TdeCredentialPassword", "marshallLocationName" : "TdeCredentialPassword", "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 given ARN from the Key Store in order to access the device.

                                                                                  \n@param tdeCredentialPassword The password for the given ARN from the Key Store in order to access the device.*/", "getterDocumentation" : "/**

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

                                                                                  \n@return The password for the given ARN from the Key Store in order to access the device.*/", "fluentSetterDocumentation" : "/**

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

                                                                                  \n@param tdeCredentialPassword The password for the given ARN from the Key Store in order to access the device.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                  \n@param tdeCredentialPassword The password for the given ARN from the Key Store in order to access the device.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

                                                                                  Specify the Active Directory Domain to move the instance to.

                                                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                                                  ", "name" : "Domain", "c2jName" : "Domain", "c2jShape" : "String", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  Specify the Active Directory Domain to move the instance to.

                                                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Domain", "marshallLocationName" : "Domain", "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" : "/**

                                                                                  Specify the Active Directory Domain to move the instance to.

                                                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                                                  \n@param domain Specify the Active Directory Domain to move the instance to.

                                                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.*/", "getterDocumentation" : "/**

                                                                                  Specify the Active Directory Domain to move the instance to.

                                                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                                                  \n@return Specify the Active Directory Domain to move the instance to.

                                                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.*/", "fluentSetterDocumentation" : "/**

                                                                                  Specify the Active Directory Domain to move the instance to.

                                                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                                                  \n@param domain Specify the Active Directory Domain to move the instance to.

                                                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Specify the Active Directory Domain to move the instance to.

                                                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.

                                                                                  \n@param domain Specify the Active Directory Domain to move the instance to.

                                                                                  The specified Active Directory Domain must be created prior to this operation. Currently only a SQL Server instance can be created in a Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstanceClass" : { "documentation" : "

                                                                                  The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

                                                                                  Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

                                                                                  Default: Uses existing setting

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

                                                                                  ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

                                                                                  Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

                                                                                  Default: Uses existing setting

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

                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

                                                                                  Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

                                                                                  Default: Uses existing setting

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

                                                                                  \n@param dBInstanceClass The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

                                                                                  Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

                                                                                  Default: Uses existing setting

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

                                                                                  The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

                                                                                  Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

                                                                                  Default: Uses existing setting

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

                                                                                  \n@return The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

                                                                                  Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

                                                                                  Default: Uses existing setting

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

                                                                                  The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

                                                                                  Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

                                                                                  Default: Uses existing setting

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

                                                                                  \n@param dBInstanceClass The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

                                                                                  Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge | db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

                                                                                  Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

                                                                                  Default: Uses existing setting

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

                                                                                  \n@param dBInstanceClass The new compute and memory capacity of the DB instance. To determine the instance classes that are available for a particular DB engine, use the DescribeOrderableDBInstanceOptions action.

                                                                                  Passing a value for this setting causes an outage during the change and is applied during the next maintenance window, unless ApplyImmediately is specified as true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: db.t1.micro | db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge | db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllocatedStorage" : { "documentation" : "

                                                                                  The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

                                                                                  MySQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  MariaDB

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  PostgreSQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  Oracle

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 10-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  SQL Server

                                                                                  Cannot be modified.

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  ", "name" : "AllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

                                                                                  MySQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  MariaDB

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  PostgreSQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  Oracle

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 10-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  SQL Server

                                                                                  Cannot be modified.

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllocatedStorage", "marshallLocationName" : "AllocatedStorage", "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 new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

                                                                                  MySQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  MariaDB

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  PostgreSQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  Oracle

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 10-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  SQL Server

                                                                                  Cannot be modified.

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  \n@param allocatedStorage The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

                                                                                  MySQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  MariaDB

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  PostgreSQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  Oracle

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 10-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  SQL Server

                                                                                  Cannot be modified.

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.*/", "getterDocumentation" : "/**

                                                                                  The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

                                                                                  MySQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  MariaDB

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  PostgreSQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  Oracle

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 10-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  SQL Server

                                                                                  Cannot be modified.

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  \n@return The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

                                                                                  MySQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  MariaDB

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  PostgreSQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  Oracle

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 10-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  SQL Server

                                                                                  Cannot be modified.

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

                                                                                  MySQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  MariaDB

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  PostgreSQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  Oracle

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 10-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  SQL Server

                                                                                  Cannot be modified.

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  \n@param allocatedStorage The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

                                                                                  MySQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  MariaDB

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  PostgreSQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  Oracle

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 10-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  SQL Server

                                                                                  Cannot be modified.

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

                                                                                  MySQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  MariaDB

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  PostgreSQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  Oracle

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 10-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  SQL Server

                                                                                  Cannot be modified.

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  \n@param allocatedStorage The new storage capacity of the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless ApplyImmediately is set to true for this request.

                                                                                  MySQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  MariaDB

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  PostgreSQL

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 5-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  Type: Integer

                                                                                  Oracle

                                                                                  Default: Uses existing setting

                                                                                  Valid Values: 10-6144

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value.

                                                                                  SQL Server

                                                                                  Cannot be modified.

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Iops" : { "documentation" : "

                                                                                  The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                                                                  SQL Server

                                                                                  Setting the IOPS value for the SQL Server database engine is not supported.

                                                                                  Type: Integer

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  ", "name" : "Iops", "c2jName" : "Iops", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                                                                  SQL Server

                                                                                  Setting the IOPS value for the SQL Server database engine is not supported.

                                                                                  Type: Integer

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Iops", "marshallLocationName" : "Iops", "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 new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                                                                  SQL Server

                                                                                  Setting the IOPS value for the SQL Server database engine is not supported.

                                                                                  Type: Integer

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  \n@param iops The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                                                                  SQL Server

                                                                                  Setting the IOPS value for the SQL Server database engine is not supported.

                                                                                  Type: Integer

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.*/", "getterDocumentation" : "/**

                                                                                  The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                                                                  SQL Server

                                                                                  Setting the IOPS value for the SQL Server database engine is not supported.

                                                                                  Type: Integer

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  \n@return The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                                                                  SQL Server

                                                                                  Setting the IOPS value for the SQL Server database engine is not supported.

                                                                                  Type: Integer

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                                                                  SQL Server

                                                                                  Setting the IOPS value for the SQL Server database engine is not supported.

                                                                                  Type: Integer

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  \n@param iops The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                                                                  SQL Server

                                                                                  Setting the IOPS value for the SQL Server database engine is not supported.

                                                                                  Type: Integer

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                                                                  SQL Server

                                                                                  Setting the IOPS value for the SQL Server database engine is not supported.

                                                                                  Type: Integer

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.

                                                                                  \n@param iops The new Provisioned IOPS (I/O operations per second) value for the RDS instance. Changing this setting does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Value supplied must be at least 10% greater than the current value. Values that are not at least 10% greater than the existing value are rounded up so that they are 10% greater than the current value. If you are migrating from Provisioned IOPS to standard storage, set this value to 0. The DB instance will require a reboot for the change in storage type to take effect.

                                                                                  SQL Server

                                                                                  Setting the IOPS value for the SQL Server database engine is not supported.

                                                                                  Type: Integer

                                                                                  If you choose to migrate your DB instance from using standard storage to using Provisioned IOPS, or from using Provisioned IOPS to using standard storage, the process can take time. The duration of the migration depends on several factors such as database load, storage size, storage type (standard or Provisioned IOPS), amount of IOPS provisioned (if any), and the number of prior scale storage operations. Typical migration times are under 24 hours, but the process can take up to several days in some cases. During the migration, the DB instance will be available for use, but might experience performance degradation. While the migration takes place, nightly backups for the instance will be suspended. No other Amazon RDS operations can take place for the instance, including modifying the instance, rebooting the instance, deleting the instance, creating a Read Replica for the instance, and creating a DB snapshot of the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MonitoringRoleArn" : { "documentation" : "

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

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

                                                                                  ", "name" : "MonitoringRoleArn", "c2jName" : "MonitoringRoleArn", "c2jShape" : "String", "variable" : { "variableName" : "monitoringRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "monitoringRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MonitoringRoleArn", "marshallLocationName" : "MonitoringRoleArn", "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 for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

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

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

                                                                                  If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.*/", "getterDocumentation" : "/**

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

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

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

                                                                                  If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.*/", "fluentSetterDocumentation" : "/**

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

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

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

                                                                                  If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

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

                                                                                  If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBParameterGroupName" : { "documentation" : "

                                                                                  The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                                                                                  ", "name" : "DBParameterGroupName", "c2jName" : "DBParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                                                                                  \n@param dBParameterGroupName The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.*/", "getterDocumentation" : "/**

                                                                                  The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                                                                                  \n@return The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                                                                                  \n@param dBParameterGroupName The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.

                                                                                  \n@param dBParameterGroupName The name of the DB parameter group to apply to the DB instance. Changing this setting does not result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredMaintenanceWindow" : { "documentation" : "

                                                                                  The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                                                                  Default: Uses existing setting

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

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

                                                                                  Constraints: Must be at least 30 minutes

                                                                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                                                                  Default: Uses existing setting

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

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

                                                                                  Constraints: Must be at least 30 minutes

                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                                                                  Default: Uses existing setting

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

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

                                                                                  Constraints: Must be at least 30 minutes

                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                                                                  Default: Uses existing setting

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

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

                                                                                  Constraints: Must be at least 30 minutes*/", "getterDocumentation" : "/**

                                                                                  The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                                                                  Default: Uses existing setting

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

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

                                                                                  Constraints: Must be at least 30 minutes

                                                                                  \n@return The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                                                                  Default: Uses existing setting

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

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

                                                                                  Constraints: Must be at least 30 minutes*/", "fluentSetterDocumentation" : "/**

                                                                                  The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                                                                  Default: Uses existing setting

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

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

                                                                                  Constraints: Must be at least 30 minutes

                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                                                                  Default: Uses existing setting

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

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

                                                                                  Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                                                                  Default: Uses existing setting

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

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

                                                                                  Constraints: Must be at least 30 minutes

                                                                                  \n@param preferredMaintenanceWindow The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

                                                                                  Default: Uses existing setting

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

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

                                                                                  Constraints: Must be at least 30 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MasterUserPassword" : { "documentation" : "

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

                                                                                  Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                                                                                  Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. ", "name" : "MasterUserPassword", "c2jName" : "MasterUserPassword", "c2jShape" : "String", "variable" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                  Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                                                                                  Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUserPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

                                                                                  Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                                                                                  Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. \n@param masterUserPassword The new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

                                                                                  Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                                                                                  Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.*/", "getterDocumentation" : "/**

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

                                                                                  Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                                                                                  Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. \n@return The new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

                                                                                  Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                                                                                  Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.*/", "fluentSetterDocumentation" : "/**

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

                                                                                  Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                                                                                  Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. \n@param masterUserPassword The new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

                                                                                  Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                                                                                  Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                  Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                                                                                  Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked. \n@param masterUserPassword The new password for the DB instance master user. Can be any printable ASCII character except \"/\", \"\"\", or \"@\".

                                                                                  Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible. Between the time of the request and the completion of the request, the MasterUserPassword element exists in the PendingModifiedValues element of the operation response.

                                                                                  Default: Uses existing setting

                                                                                  Constraints: Must be 8 to 41 alphanumeric characters (MySQL, MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters (Oracle), or 8 to 128 alphanumeric characters (SQL Server).

                                                                                  Amazon RDS API actions never return the password, so this action provides a way to regain access to a primary instance user if the password is lost. This includes restoring privileges that might have been accidentally revoked.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainIAMRoleName" : { "documentation" : "

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

                                                                                  ", "name" : "DomainIAMRoleName", "c2jName" : "DomainIAMRoleName", "c2jShape" : "String", "variable" : { "variableName" : "domainIAMRoleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainIAMRoleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainIAMRoleName", "marshallLocationName" : "DomainIAMRoleName", "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" : "/**

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

                                                                                  \n@param domainIAMRoleName Specify the name of the IAM role to be used when making API calls to the Directory Service.*/", "getterDocumentation" : "/**

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

                                                                                  \n@return Specify the name of the IAM role to be used when making API calls to the Directory Service.*/", "fluentSetterDocumentation" : "/**

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

                                                                                  \n@param domainIAMRoleName Specify the name of the IAM role to be used when making API calls to the Directory Service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                  \n@param domainIAMRoleName Specify the name of the IAM role to be used when making API calls to the Directory Service.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CACertificateIdentifier" : { "documentation" : "

                                                                                  Indicates the certificate that needs to be associated with the instance.

                                                                                  ", "name" : "CACertificateIdentifier", "c2jName" : "CACertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "cACertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  Indicates the certificate that needs to be associated with the instance.

                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cACertificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CACertificateIdentifier", "marshallLocationName" : "CACertificateIdentifier", "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 certificate that needs to be associated with the instance.

                                                                                  \n@param cACertificateIdentifier Indicates the certificate that needs to be associated with the instance.*/", "getterDocumentation" : "/**

                                                                                  Indicates the certificate that needs to be associated with the instance.

                                                                                  \n@return Indicates the certificate that needs to be associated with the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  Indicates the certificate that needs to be associated with the instance.

                                                                                  \n@param cACertificateIdentifier Indicates the certificate that needs to be associated with the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Indicates the certificate that needs to be associated with the instance.

                                                                                  \n@param cACertificateIdentifier Indicates the certificate that needs to be associated with the instance.\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 authorize on this DB instance. This change is asynchronously applied as soon as possible.

                                                                                  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" : "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 authorize on this DB instance. This change is asynchronously applied as soon as possible.

                                                                                  Constraints:

                                                                                  • Must be 1 to 255 alphanumeric characters
                                                                                  • First character must be a letter
                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroupIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                  A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                                                                                  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 vpcSecurityGroupIds A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                                                                                  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" : "/**

                                                                                    A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                                                                                    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 A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                                                                                    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" : "/**

                                                                                      A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                                                                                      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 vpcSecurityGroupIds A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                                                                                      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" : "/**

                                                                                        A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.

                                                                                        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

                                                                                        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 authorize on this DB instance. This change is asynchronously applied as soon as possible.

                                                                                        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.*/" }, "DBSecurityGroups" : { "documentation" : "

                                                                                          A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                          Constraints:

                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                          • First character must be a letter
                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                          ", "name" : "DBSecurityGroups", "c2jName" : "DBSecurityGroups", "c2jShape" : "DBSecurityGroupNameList", "variable" : { "variableName" : "dBSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                          A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                          Constraints:

                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                          • First character must be a letter
                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSecurityGroups", "marshallLocationName" : "DBSecurityGroups", "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" : "DBSecurityGroupName", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**\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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                          A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                          Constraints:

                                                                                          • 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 dBSecurityGroups A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                          Constraints:

                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                          • First character must be a letter
                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                          • */", "getterDocumentation" : "/**

                                                                                            A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                            Constraints:

                                                                                            • 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 A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                            Constraints:

                                                                                            • Must be 1 to 255 alphanumeric characters
                                                                                            • First character must be a letter
                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                              A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                              Constraints:

                                                                                              • 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 dBSecurityGroups A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                              Constraints:

                                                                                              • 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" : "/**

                                                                                                A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                Constraints:

                                                                                                • Must be 1 to 255 alphanumeric characters
                                                                                                • First character must be a letter
                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                \n

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

                                                                                                \n@param dBSecurityGroups A list of DB security groups to authorize on this DB instance. Changing this setting does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                Constraints:

                                                                                                • 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.*/" }, "AllowMajorVersionUpgrade" : { "documentation" : "

                                                                                                  Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                  Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                                                                                  ", "name" : "AllowMajorVersionUpgrade", "c2jName" : "AllowMajorVersionUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                  Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "allowMajorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowMajorVersionUpgrade", "marshallLocationName" : "AllowMajorVersionUpgrade", "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 that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                  Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                                                                                  \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                  Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.*/", "getterDocumentation" : "/**

                                                                                                  Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                  Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                                                                                  \n@return Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                  Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                  Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                                                                                  \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                  Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                  Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.

                                                                                                  \n@param allowMajorVersionUpgrade Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible.

                                                                                                  Constraints: This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the DB instance's current version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionGroupName" : { "documentation" : "

                                                                                                  Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                                                                                  ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                  Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                                                                                  \n@param optionGroupName Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                                                                                  Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                                                                                  \n@return Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                                                                                  Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                                                                                  \n@param optionGroupName Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

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

                                                                                                  \n@param optionGroupName Indicates that the DB instance should be associated with the specified option group. Changing this parameter does not result in an outage except in the following case and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request. If the parameter change results in an option group that enables OEM, this change can cause a brief (sub-second) period during which new connections are rejected but existing connections are not interrupted.

                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBPortNumber" : { "documentation" : "

                                                                                                  The port number on which the database accepts connections.

                                                                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                                                                  MySQL

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  MariaDB

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  PostgreSQL

                                                                                                  Default: 5432

                                                                                                  Valid Values: 1150-65535

                                                                                                  Type: Integer

                                                                                                  Oracle

                                                                                                  Default: 1521

                                                                                                  Valid Values: 1150-65535

                                                                                                  SQL Server

                                                                                                  Default: 1433

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

                                                                                                  Amazon Aurora

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  ", "name" : "DBPortNumber", "c2jName" : "DBPortNumber", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "dBPortNumber", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                  The port number on which the database accepts connections.

                                                                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                                                                  MySQL

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  MariaDB

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  PostgreSQL

                                                                                                  Default: 5432

                                                                                                  Valid Values: 1150-65535

                                                                                                  Type: Integer

                                                                                                  Oracle

                                                                                                  Default: 1521

                                                                                                  Valid Values: 1150-65535

                                                                                                  SQL Server

                                                                                                  Default: 1433

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

                                                                                                  Amazon Aurora

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "dBPortNumber", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBPortNumber", "marshallLocationName" : "DBPortNumber", "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 database accepts connections.

                                                                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                                                                  MySQL

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  MariaDB

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  PostgreSQL

                                                                                                  Default: 5432

                                                                                                  Valid Values: 1150-65535

                                                                                                  Type: Integer

                                                                                                  Oracle

                                                                                                  Default: 1521

                                                                                                  Valid Values: 1150-65535

                                                                                                  SQL Server

                                                                                                  Default: 1433

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

                                                                                                  Amazon Aurora

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@param dBPortNumber The port number on which the database accepts connections.

                                                                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                                                                  MySQL

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  MariaDB

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  PostgreSQL

                                                                                                  Default: 5432

                                                                                                  Valid Values: 1150-65535

                                                                                                  Type: Integer

                                                                                                  Oracle

                                                                                                  Default: 1521

                                                                                                  Valid Values: 1150-65535

                                                                                                  SQL Server

                                                                                                  Default: 1433

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

                                                                                                  Amazon Aurora

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535*/", "getterDocumentation" : "/**

                                                                                                  The port number on which the database accepts connections.

                                                                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                                                                  MySQL

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  MariaDB

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  PostgreSQL

                                                                                                  Default: 5432

                                                                                                  Valid Values: 1150-65535

                                                                                                  Type: Integer

                                                                                                  Oracle

                                                                                                  Default: 1521

                                                                                                  Valid Values: 1150-65535

                                                                                                  SQL Server

                                                                                                  Default: 1433

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

                                                                                                  Amazon Aurora

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@return The port number on which the database accepts connections.

                                                                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                                                                  MySQL

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  MariaDB

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  PostgreSQL

                                                                                                  Default: 5432

                                                                                                  Valid Values: 1150-65535

                                                                                                  Type: Integer

                                                                                                  Oracle

                                                                                                  Default: 1521

                                                                                                  Valid Values: 1150-65535

                                                                                                  SQL Server

                                                                                                  Default: 1433

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

                                                                                                  Amazon Aurora

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535*/", "fluentSetterDocumentation" : "/**

                                                                                                  The port number on which the database accepts connections.

                                                                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                                                                  MySQL

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  MariaDB

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  PostgreSQL

                                                                                                  Default: 5432

                                                                                                  Valid Values: 1150-65535

                                                                                                  Type: Integer

                                                                                                  Oracle

                                                                                                  Default: 1521

                                                                                                  Valid Values: 1150-65535

                                                                                                  SQL Server

                                                                                                  Default: 1433

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

                                                                                                  Amazon Aurora

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@param dBPortNumber The port number on which the database accepts connections.

                                                                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                                                                  MySQL

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  MariaDB

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  PostgreSQL

                                                                                                  Default: 5432

                                                                                                  Valid Values: 1150-65535

                                                                                                  Type: Integer

                                                                                                  Oracle

                                                                                                  Default: 1521

                                                                                                  Valid Values: 1150-65535

                                                                                                  SQL Server

                                                                                                  Default: 1433

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

                                                                                                  Amazon Aurora

                                                                                                  Default: 3306

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

                                                                                                  The port number on which the database accepts connections.

                                                                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                                                                  MySQL

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  MariaDB

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  PostgreSQL

                                                                                                  Default: 5432

                                                                                                  Valid Values: 1150-65535

                                                                                                  Type: Integer

                                                                                                  Oracle

                                                                                                  Default: 1521

                                                                                                  Valid Values: 1150-65535

                                                                                                  SQL Server

                                                                                                  Default: 1433

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

                                                                                                  Amazon Aurora

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  \n@param dBPortNumber The port number on which the database accepts connections.

                                                                                                  The value of the DBPortNumber parameter must not match any of the port values specified for options in the option group for the DB instance.

                                                                                                  Your database will restart when you change the DBPortNumber value regardless of the value of the ApplyImmediately parameter.

                                                                                                  MySQL

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  MariaDB

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535

                                                                                                  PostgreSQL

                                                                                                  Default: 5432

                                                                                                  Valid Values: 1150-65535

                                                                                                  Type: Integer

                                                                                                  Oracle

                                                                                                  Default: 1521

                                                                                                  Valid Values: 1150-65535

                                                                                                  SQL Server

                                                                                                  Default: 1433

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

                                                                                                  Amazon Aurora

                                                                                                  Default: 3306

                                                                                                  Valid Values: 1150-65535\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MultiAZ" : { "documentation" : "

                                                                                                  Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                                  Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                                                                                  ", "name" : "MultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                  Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                                  Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultiAZ", "marshallLocationName" : "MultiAZ", "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 if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                                  Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                                                                                  \n@param multiAZ Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                                  Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.*/", "getterDocumentation" : "/**

                                                                                                  Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                                  Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                                                                                  \n@return Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                                  Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                  Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                                  Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                                                                                  \n@param multiAZ Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                                  Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                                  Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.

                                                                                                  \n@param multiAZ Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter does not result in an outage and the change is applied during the next maintenance window unless the ApplyImmediately parameter is set to true for this request.

                                                                                                  Constraints: Cannot be specified if the DB instance is a Read Replica. This parameter cannot be used with SQL Server DB instances. Multi-AZ for SQL Server DB instances is set using the Mirroring option in an option group associated with the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StorageType" : { "documentation" : "

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

                                                                                                  Valid values: standard | gp2 | io1

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

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

                                                                                                  ", "name" : "StorageType", "c2jName" : "StorageType", "c2jShape" : "String", "variable" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                  Valid values: standard | gp2 | io1

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

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

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StorageType", "marshallLocationName" : "StorageType", "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 storage type to be associated with the DB instance.

                                                                                                  Valid values: standard | gp2 | io1

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

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

                                                                                                  \n@param storageType Specifies the storage type to be associated with the DB instance.

                                                                                                  Valid values: standard | gp2 | io1

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

                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard*/", "getterDocumentation" : "/**

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

                                                                                                  Valid values: standard | gp2 | io1

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

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

                                                                                                  \n@return Specifies the storage type to be associated with the DB instance.

                                                                                                  Valid values: standard | gp2 | io1

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

                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard*/", "fluentSetterDocumentation" : "/**

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

                                                                                                  Valid values: standard | gp2 | io1

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

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

                                                                                                  \n@param storageType Specifies the storage type to be associated with the DB instance.

                                                                                                  Valid values: standard | gp2 | io1

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

                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                  Valid values: standard | gp2 | io1

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

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

                                                                                                  \n@param storageType Specifies the storage type to be associated with the DB instance.

                                                                                                  Valid values: standard | gp2 | io1

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

                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBUpgradeDependencyFailureException" : { "c2jName" : "DBUpgradeDependencyFailureFault", "documentation" : "

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

                                                                                                  ", "shapeName" : "DBUpgradeDependencyFailureException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBUpgradeDependencyFailureException", "variableType" : "DBUpgradeDependencyFailureException", "variableDeclarationType" : "DBUpgradeDependencyFailureException", "documentation" : null, "variableSetterType" : "DBUpgradeDependencyFailureException", "simpleType" : "DBUpgradeDependencyFailureException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBUpgradeDependencyFailure", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeDBSnapshotsResult" : { "c2jName" : "DBSnapshotMessage", "documentation" : "

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

                                                                                                  ", "shapeName" : "DescribeDBSnapshotsResult", "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.

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DBSnapshot instances.

                                                                                                  ", "name" : "DBSnapshots", "c2jName" : "DBSnapshots", "c2jShape" : "DBSnapshotList", "variable" : { "variableName" : "dBSnapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of DBSnapshot instances.

                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBSnapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSnapshots", "marshallLocationName" : "DBSnapshots", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBSnapshot", "memberLocationName" : "DBSnapshot", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBSnapshot", "variable" : { "variableName" : "member", "variableType" : "DBSnapshot", "variableDeclarationType" : "DBSnapshot", "documentation" : "", "variableSetterType" : "DBSnapshot", "simpleType" : "DBSnapshot" }, "setterModel" : { "variableName" : "member", "variableType" : "DBSnapshot", "variableDeclarationType" : "DBSnapshot", "documentation" : "", "variableSetterType" : "DBSnapshot", "simpleType" : "DBSnapshot" }, "getterModel" : { "returnType" : "DBSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSnapshot", "marshallLocationName" : "DBSnapshot", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBSnapshot", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of DBSnapshot instances.

                                                                                                  \n@param dBSnapshots A list of DBSnapshot instances.*/", "getterDocumentation" : "/**

                                                                                                  A list of DBSnapshot instances.

                                                                                                  \n@return A list of DBSnapshot instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of DBSnapshot instances.

                                                                                                  \n@param dBSnapshots A list of DBSnapshot instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of DBSnapshot instances.

                                                                                                  \n

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

                                                                                                  \n@param dBSnapshots A list of DBSnapshot instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBSnapshotsResult", "variableType" : "DescribeDBSnapshotsResult", "variableDeclarationType" : "DescribeDBSnapshotsResult", "documentation" : null, "variableSetterType" : "DescribeDBSnapshotsResult", "simpleType" : "DescribeDBSnapshotsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeDBSnapshotsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBSnapshots" : { "documentation" : "

                                                                                                  A list of DBSnapshot instances.

                                                                                                  ", "name" : "DBSnapshots", "c2jName" : "DBSnapshots", "c2jShape" : "DBSnapshotList", "variable" : { "variableName" : "dBSnapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  A list of DBSnapshot instances.

                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBSnapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSnapshots", "marshallLocationName" : "DBSnapshots", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBSnapshot", "memberLocationName" : "DBSnapshot", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBSnapshot", "variable" : { "variableName" : "member", "variableType" : "DBSnapshot", "variableDeclarationType" : "DBSnapshot", "documentation" : "", "variableSetterType" : "DBSnapshot", "simpleType" : "DBSnapshot" }, "setterModel" : { "variableName" : "member", "variableType" : "DBSnapshot", "variableDeclarationType" : "DBSnapshot", "documentation" : "", "variableSetterType" : "DBSnapshot", "simpleType" : "DBSnapshot" }, "getterModel" : { "returnType" : "DBSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSnapshot", "marshallLocationName" : "DBSnapshot", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBSnapshot", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                  A list of DBSnapshot instances.

                                                                                                  \n@param dBSnapshots A list of DBSnapshot instances.*/", "getterDocumentation" : "/**

                                                                                                  A list of DBSnapshot instances.

                                                                                                  \n@return A list of DBSnapshot instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                  A list of DBSnapshot instances.

                                                                                                  \n@param dBSnapshots A list of DBSnapshot instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  A list of DBSnapshot instances.

                                                                                                  \n

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

                                                                                                  \n@param dBSnapshots A list of DBSnapshot instances.\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.

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "DescribeAccountAttributesResult" : { "c2jName" : "AccountAttributesMessage", "documentation" : "

                                                                                                  Data returned by the DescribeAccountAttributes action.

                                                                                                  ", "shapeName" : "DescribeAccountAttributesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                                                  ", "name" : "AccountQuotas", "c2jName" : "AccountQuotas", "c2jShape" : "AccountQuotaList", "variable" : { "variableName" : "accountQuotas", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "accountQuotas", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountQuotas", "marshallLocationName" : "AccountQuotas", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AccountQuota", "memberLocationName" : "AccountQuota", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AccountQuota", "variable" : { "variableName" : "member", "variableType" : "AccountQuota", "variableDeclarationType" : "AccountQuota", "documentation" : "", "variableSetterType" : "AccountQuota", "simpleType" : "AccountQuota" }, "setterModel" : { "variableName" : "member", "variableType" : "AccountQuota", "variableDeclarationType" : "AccountQuota", "documentation" : "", "variableSetterType" : "AccountQuota", "simpleType" : "AccountQuota" }, "getterModel" : { "returnType" : "AccountQuota", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountQuota", "marshallLocationName" : "AccountQuota", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "AccountQuota", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                                                                                                  \n@param accountQuotas A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.*/", "getterDocumentation" : "/**

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

                                                                                                  \n@return A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                  \n@param accountQuotas A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                  \n

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

                                                                                                  \n@param accountQuotas A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAccountAttributesResult", "variableType" : "DescribeAccountAttributesResult", "variableDeclarationType" : "DescribeAccountAttributesResult", "documentation" : null, "variableSetterType" : "DescribeAccountAttributesResult", "simpleType" : "DescribeAccountAttributesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeAccountAttributesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountQuotas" : { "documentation" : "

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

                                                                                                  ", "name" : "AccountQuotas", "c2jName" : "AccountQuotas", "c2jShape" : "AccountQuotaList", "variable" : { "variableName" : "accountQuotas", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "accountQuotas", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountQuotas", "marshallLocationName" : "AccountQuotas", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "AccountQuota", "memberLocationName" : "AccountQuota", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AccountQuota", "variable" : { "variableName" : "member", "variableType" : "AccountQuota", "variableDeclarationType" : "AccountQuota", "documentation" : "", "variableSetterType" : "AccountQuota", "simpleType" : "AccountQuota" }, "setterModel" : { "variableName" : "member", "variableType" : "AccountQuota", "variableDeclarationType" : "AccountQuota", "documentation" : "", "variableSetterType" : "AccountQuota", "simpleType" : "AccountQuota" }, "getterModel" : { "returnType" : "AccountQuota", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountQuota", "marshallLocationName" : "AccountQuota", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "AccountQuota", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                                                                                                  \n@param accountQuotas A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.*/", "getterDocumentation" : "/**

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

                                                                                                  \n@return A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                  \n@param accountQuotas A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                  \n

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

                                                                                                  \n@param accountQuotas A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeEventCategoriesRequest" : { "c2jName" : "DescribeEventCategoriesMessage", "documentation" : "

                                                                                                  ", "shapeName" : "DescribeEventCategoriesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The type of source that will be generating the events.

                                                                                                  Valid values: db-instance | db-parameter-group | db-security-group | db-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.

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

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

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

                                                                                                  \n@param sourceType The type of source that will be generating the events.

                                                                                                  Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot*/", "getterDocumentation" : "/**

                                                                                                  The type of source that will be generating the events.

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

                                                                                                  \n@return The type of source that will be generating the events.

                                                                                                  Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of source that will be generating the events.

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

                                                                                                  \n@param sourceType The type of source that will be generating the events.

                                                                                                  Valid values: db-instance | db-parameter-group | db-security-group | db-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.

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

                                                                                                  \n@param sourceType The type of source that will be generating the events.

                                                                                                  Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot\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.

                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEventCategoriesRequest", "variableType" : "DescribeEventCategoriesRequest", "variableDeclarationType" : "DescribeEventCategoriesRequest", "documentation" : null, "variableSetterType" : "DescribeEventCategoriesRequest", "simpleType" : "DescribeEventCategoriesRequest" }, "marshaller" : { "action" : "DescribeEventCategories", "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.

                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "SourceType" : { "documentation" : "

                                                                                                  The type of source that will be generating the events.

                                                                                                  Valid values: db-instance | db-parameter-group | db-security-group | db-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.

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

                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

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

                                                                                                  \n@param sourceType The type of source that will be generating the events.

                                                                                                  Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot*/", "getterDocumentation" : "/**

                                                                                                  The type of source that will be generating the events.

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

                                                                                                  \n@return The type of source that will be generating the events.

                                                                                                  Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot*/", "fluentSetterDocumentation" : "/**

                                                                                                  The type of source that will be generating the events.

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

                                                                                                  \n@param sourceType The type of source that will be generating the events.

                                                                                                  Valid values: db-instance | db-parameter-group | db-security-group | db-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.

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

                                                                                                  \n@param sourceType The type of source that will be generating the events.

                                                                                                  Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDBParametersRequest" : { "c2jName" : "DescribeDBParametersMessage", "documentation" : "", "shapeName" : "DescribeDBParametersRequest", "deprecated" : false, "required" : [ "DBParameterGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The name of a specific DB parameter group to return details for.

                                                                                                  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" : "DBParameterGroupName", "c2jName" : "DBParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of a specific DB parameter group to return details for.

                                                                                                  Constraints:

                                                                                                  • Must be 1 to 255 alphanumeric characters
                                                                                                  • First character must be a letter
                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 a specific DB parameter group to return details for.

                                                                                                  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 dBParameterGroupName The name of a specific DB parameter group to return details for.

                                                                                                  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 a specific DB parameter group to return details for.

                                                                                                    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 a specific DB parameter group to return details for.

                                                                                                    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 a specific DB parameter group to return details for.

                                                                                                      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 dBParameterGroupName The name of a specific DB parameter group to return details for.

                                                                                                      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 a specific DB parameter group to return details for.

                                                                                                        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 dBParameterGroupName The name of a specific DB parameter group to return details for.

                                                                                                        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" : "

                                                                                                          The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "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 parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          \n@param source The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default*/", "getterDocumentation" : "/**

                                                                                                          The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          \n@return The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default*/", "fluentSetterDocumentation" : "/**

                                                                                                          The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          \n@param source The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          \n@param source The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default\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.

                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.

                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 DescribeDBParameters 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 DescribeDBParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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" : "describeDBParametersRequest", "variableType" : "DescribeDBParametersRequest", "variableDeclarationType" : "DescribeDBParametersRequest", "documentation" : null, "variableSetterType" : "DescribeDBParametersRequest", "simpleType" : "DescribeDBParametersRequest" }, "marshaller" : { "action" : "DescribeDBParameters", "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.

                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "Source" : { "documentation" : "

                                                                                                          The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "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 parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          \n@param source The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default*/", "getterDocumentation" : "/**

                                                                                                          The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          \n@return The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default*/", "fluentSetterDocumentation" : "/**

                                                                                                          The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          \n@param source The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default

                                                                                                          \n@param source The parameter types to return.

                                                                                                          Default: All parameter types returned

                                                                                                          Valid Values: user | system | engine-default\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.

                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.*/" }, "DBParameterGroupName" : { "documentation" : "

                                                                                                          The name of a specific DB parameter group to return details for.

                                                                                                          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" : "DBParameterGroupName", "c2jName" : "DBParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The name of a specific DB parameter group to return details for.

                                                                                                          Constraints:

                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                          • First character must be a letter
                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 a specific DB parameter group to return details for.

                                                                                                          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 dBParameterGroupName The name of a specific DB parameter group to return details for.

                                                                                                          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 a specific DB parameter group to return details for.

                                                                                                            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 a specific DB parameter group to return details for.

                                                                                                            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 a specific DB parameter group to return details for.

                                                                                                              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 dBParameterGroupName The name of a specific DB parameter group to return details for.

                                                                                                              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 a specific DB parameter group to return details for.

                                                                                                                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 dBParameterGroupName The name of a specific DB parameter group to return details for.

                                                                                                                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.*/" }, "Marker" : { "documentation" : "

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

                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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 DescribeDBParameters 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.*/" } } }, "PointInTimeRestoreNotEnabledException" : { "c2jName" : "PointInTimeRestoreNotEnabledFault", "documentation" : "

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

                                                                                                                  ", "shapeName" : "PointInTimeRestoreNotEnabledException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "pointInTimeRestoreNotEnabledException", "variableType" : "PointInTimeRestoreNotEnabledException", "variableDeclarationType" : "PointInTimeRestoreNotEnabledException", "documentation" : null, "variableSetterType" : "PointInTimeRestoreNotEnabledException", "simpleType" : "PointInTimeRestoreNotEnabledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "PointInTimeRestoreNotEnabled", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RemoveTagsFromResourceRequest" : { "c2jName" : "RemoveTagsFromResourceMessage", "documentation" : "

                                                                                                                  ", "shapeName" : "RemoveTagsFromResourceRequest", "deprecated" : false, "required" : [ "ResourceName", "TagKeys" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "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 RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                  \n@param resourceName The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).*/", "getterDocumentation" : "/**

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

                                                                                                                  \n@return The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                  \n@param resourceName The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                  \n@param resourceName The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "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" : null, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  \n@param tagKeys The tag key (name) of the tag to be removed.*/", "getterDocumentation" : "/**

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  \n@return The tag key (name) of the tag to be removed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  \n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  \n

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

                                                                                                                  \n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "variableDeclarationType" : "RemoveTagsFromResourceRequest", "documentation" : null, "variableSetterType" : "RemoveTagsFromResourceRequest", "simpleType" : "RemoveTagsFromResourceRequest" }, "marshaller" : { "action" : "RemoveTagsFromResource", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagKeys" : { "documentation" : "

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  ", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "KeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "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" : null, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  \n@param tagKeys The tag key (name) of the tag to be removed.*/", "getterDocumentation" : "/**

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  \n@return The tag key (name) of the tag to be removed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  \n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The tag key (name) of the tag to be removed.

                                                                                                                  \n

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

                                                                                                                  \n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceName" : { "documentation" : "

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

                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "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 RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                  \n@param resourceName The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).*/", "getterDocumentation" : "/**

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

                                                                                                                  \n@return The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                  \n@param resourceName The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                  \n@param resourceName The Amazon RDS resource the tags will be removed from. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDBInstanceRequest" : { "c2jName" : "DeleteDBInstanceMessage", "documentation" : "

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

                                                                                                                  The DB instance identifier for the DB instance 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" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The DB instance identifier for the DB instance 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
                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 instance identifier for the DB instance 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 dBInstanceIdentifier The DB instance identifier for the DB instance 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 instance identifier for the DB instance 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 instance identifier for the DB instance 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 instance identifier for the DB instance 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 dBInstanceIdentifier The DB instance identifier for the DB instance 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 instance identifier for the DB instance 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 dBInstanceIdentifier The DB instance identifier for the DB instance 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 snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                          Default: false

                                                                                                                          ", "name" : "SkipFinalSnapshot", "c2jName" : "SkipFinalSnapshot", "c2jShape" : "Boolean", "variable" : { "variableName" : "skipFinalSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                          Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                          Default: false

                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "skipFinalSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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 snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                          Default: false

                                                                                                                          \n@param skipFinalSnapshot Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                          Default: false*/", "getterDocumentation" : "/**

                                                                                                                          Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                          Default: false

                                                                                                                          \n@return Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                          Default: false*/", "fluentSetterDocumentation" : "/**

                                                                                                                          Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                          Default: false

                                                                                                                          \n@param skipFinalSnapshot Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

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

                                                                                                                          Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                          Default: false

                                                                                                                          \n@param skipFinalSnapshot Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                          Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                          The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                          Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                          Constraints:

                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                          • First character must be a letter
                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                          • Cannot be specified when deleting a Read Replica.
                                                                                                                          ", "name" : "FinalDBSnapshotIdentifier", "c2jName" : "FinalDBSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                          The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                          Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                          Constraints:

                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                          • First character must be a letter
                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                          • Cannot be specified when deleting a Read Replica.
                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "finalDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                          Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                          Constraints:

                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                          • First character must be a letter
                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                          • Cannot be specified when deleting a Read Replica.
                                                                                                                          \n@param finalDBSnapshotIdentifier The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                          Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                          Constraints:

                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                          • First character must be a letter
                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                          • Cannot be specified when deleting a Read Replica.
                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                            The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                            Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                            Constraints:

                                                                                                                            • Must be 1 to 255 alphanumeric characters
                                                                                                                            • First character must be a letter
                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                            • Cannot be specified when deleting a Read Replica.
                                                                                                                            \n@return The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                            Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                            Constraints:

                                                                                                                            • Must be 1 to 255 alphanumeric characters
                                                                                                                            • First character must be a letter
                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                            • Cannot be specified when deleting a Read Replica.
                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                              The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                              Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                              Constraints:

                                                                                                                              • Must be 1 to 255 alphanumeric characters
                                                                                                                              • First character must be a letter
                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                              • Cannot be specified when deleting a Read Replica.
                                                                                                                              \n@param finalDBSnapshotIdentifier The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                              Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                              Constraints:

                                                                                                                              • Must be 1 to 255 alphanumeric characters
                                                                                                                              • First character must be a letter
                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                              • Cannot be specified when deleting a Read Replica.
                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                Constraints:

                                                                                                                                • Must be 1 to 255 alphanumeric characters
                                                                                                                                • First character must be a letter
                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                • Cannot be specified when deleting a Read Replica.
                                                                                                                                \n@param finalDBSnapshotIdentifier The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                Constraints:

                                                                                                                                • Must be 1 to 255 alphanumeric characters
                                                                                                                                • First character must be a letter
                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                • Cannot be specified when deleting a Read Replica.
                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDBInstanceRequest", "variableType" : "DeleteDBInstanceRequest", "variableDeclarationType" : "DeleteDBInstanceRequest", "documentation" : null, "variableSetterType" : "DeleteDBInstanceRequest", "simpleType" : "DeleteDBInstanceRequest" }, "marshaller" : { "action" : "DeleteDBInstance", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBInstanceIdentifier" : { "documentation" : "

                                                                                                                                  The DB instance identifier for the DB instance 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" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The DB instance identifier for the DB instance 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
                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 instance identifier for the DB instance 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 dBInstanceIdentifier The DB instance identifier for the DB instance 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 instance identifier for the DB instance 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 instance identifier for the DB instance 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 instance identifier for the DB instance 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 dBInstanceIdentifier The DB instance identifier for the DB instance 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 instance identifier for the DB instance 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 dBInstanceIdentifier The DB instance identifier for the DB instance 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.*/" }, "SkipFinalSnapshot" : { "documentation" : "

                                                                                                                                          Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                                          Default: false

                                                                                                                                          ", "name" : "SkipFinalSnapshot", "c2jName" : "SkipFinalSnapshot", "c2jShape" : "Boolean", "variable" : { "variableName" : "skipFinalSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                          Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                                          Default: false

                                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "skipFinalSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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 snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                                          Default: false

                                                                                                                                          \n@param skipFinalSnapshot Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                                          Default: false*/", "getterDocumentation" : "/**

                                                                                                                                          Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                                          Default: false

                                                                                                                                          \n@return Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                                          Default: false*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                                          Default: false

                                                                                                                                          \n@param skipFinalSnapshot Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

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

                                                                                                                                          Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                                          Default: false

                                                                                                                                          \n@param skipFinalSnapshot Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted.

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

                                                                                                                                          Specify true when deleting a Read Replica.

                                                                                                                                          The FinalDBSnapshotIdentifier parameter must be specified if SkipFinalSnapshot is false.

                                                                                                                                          Default: false\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FinalDBSnapshotIdentifier" : { "documentation" : "

                                                                                                                                          The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                          Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                          • First character must be a letter
                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                          • Cannot be specified when deleting a Read Replica.
                                                                                                                                          ", "name" : "FinalDBSnapshotIdentifier", "c2jName" : "FinalDBSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "finalDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                          Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                          • First character must be a letter
                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                          • Cannot be specified when deleting a Read Replica.
                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "finalDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                          Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                          • First character must be a letter
                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                          • Cannot be specified when deleting a Read Replica.
                                                                                                                                          \n@param finalDBSnapshotIdentifier The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                          Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                          Constraints:

                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                          • First character must be a letter
                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                          • Cannot be specified when deleting a Read Replica.
                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                            The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                            Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                            Constraints:

                                                                                                                                            • Must be 1 to 255 alphanumeric characters
                                                                                                                                            • First character must be a letter
                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                            • Cannot be specified when deleting a Read Replica.
                                                                                                                                            \n@return The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                            Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                            Constraints:

                                                                                                                                            • Must be 1 to 255 alphanumeric characters
                                                                                                                                            • First character must be a letter
                                                                                                                                            • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                            • Cannot be specified when deleting a Read Replica.
                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                              The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                              Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                              Constraints:

                                                                                                                                              • Must be 1 to 255 alphanumeric characters
                                                                                                                                              • First character must be a letter
                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                              • Cannot be specified when deleting a Read Replica.
                                                                                                                                              \n@param finalDBSnapshotIdentifier The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                              Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                              Constraints:

                                                                                                                                              • Must be 1 to 255 alphanumeric characters
                                                                                                                                              • First character must be a letter
                                                                                                                                              • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                              • Cannot be specified when deleting a Read Replica.
                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                                Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                                Constraints:

                                                                                                                                                • Must be 1 to 255 alphanumeric characters
                                                                                                                                                • First character must be a letter
                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                • Cannot be specified when deleting a Read Replica.
                                                                                                                                                \n@param finalDBSnapshotIdentifier The DBSnapshotIdentifier of the new DBSnapshot created when SkipFinalSnapshot is set to false.

                                                                                                                                                Specifying this parameter and also setting the SkipFinalShapshot parameter to true results in an error.

                                                                                                                                                Constraints:

                                                                                                                                                • Must be 1 to 255 alphanumeric characters
                                                                                                                                                • First character must be a letter
                                                                                                                                                • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                • Cannot be specified when deleting a Read Replica.
                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SNSInvalidTopicException" : { "c2jName" : "SNSInvalidTopicFault", "documentation" : "

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

                                                                                                                                                  ", "shapeName" : "SNSInvalidTopicException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "sNSInvalidTopicException", "variableType" : "SNSInvalidTopicException", "variableDeclarationType" : "SNSInvalidTopicException", "documentation" : null, "variableSetterType" : "SNSInvalidTopicException", "simpleType" : "SNSInvalidTopicException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SNSInvalidTopic", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CertificateNotFoundException" : { "c2jName" : "CertificateNotFoundFault", "documentation" : "

                                                                                                                                                  CertificateIdentifier does not refer to an existing certificate.

                                                                                                                                                  ", "shapeName" : "CertificateNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "certificateNotFoundException", "variableType" : "CertificateNotFoundException", "variableDeclarationType" : "CertificateNotFoundException", "documentation" : null, "variableSetterType" : "CertificateNotFoundException", "simpleType" : "CertificateNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CertificateNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DownloadDBLogFilePortionRequest" : { "c2jName" : "DownloadDBLogFilePortionMessage", "documentation" : "

                                                                                                                                                  ", "shapeName" : "DownloadDBLogFilePortionRequest", "deprecated" : false, "required" : [ "DBInstanceIdentifier", "LogFileName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                  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" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                  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
                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                  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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                  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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                    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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                    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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                      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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                      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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                        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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                        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" : "

                                                                                                                                                          The name of the log file to be downloaded.

                                                                                                                                                          ", "name" : "LogFileName", "c2jName" : "LogFileName", "c2jShape" : "String", "variable" : { "variableName" : "logFileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                          The name of the log file to be downloaded.

                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "logFileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogFileName", "marshallLocationName" : "LogFileName", "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 log file to be downloaded.

                                                                                                                                                          \n@param logFileName The name of the log file to be downloaded.*/", "getterDocumentation" : "/**

                                                                                                                                                          The name of the log file to be downloaded.

                                                                                                                                                          \n@return The name of the log file to be downloaded.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                          The name of the log file to be downloaded.

                                                                                                                                                          \n@param logFileName The name of the log file to be downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                          The name of the log file to be downloaded.

                                                                                                                                                          \n@param logFileName The name of the log file to be downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                          The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                          ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                          The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                          The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                          \n@param marker The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.*/", "getterDocumentation" : "/**

                                                                                                                                                          The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                          \n@return The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                          The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                          \n@param marker The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                          The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                          \n@param marker The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                          The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                          If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                          • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                          • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                          • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                          • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                          ", "name" : "NumberOfLines", "c2jName" : "NumberOfLines", "c2jShape" : "Integer", "variable" : { "variableName" : "numberOfLines", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                          The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                          If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                          • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                          • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                          • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                          • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfLines", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfLines", "marshallLocationName" : "NumberOfLines", "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 lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                          If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                          • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                          • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                          • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                          • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                          \n@param numberOfLines The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                          If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                          • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                          • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                          • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                          • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

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

                                                                                                                                                          The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                          If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                          • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                          • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                          • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                          • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                          \n@return The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                          If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                          • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                          • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                          • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                          • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

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

                                                                                                                                                          The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                          If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                          • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                          • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                          • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                          • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                          \n@param numberOfLines The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                          If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                          • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                          • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                          • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                          • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

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

                                                                                                                                                          The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                          If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                          • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                          • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                          • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                          • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                          \n@param numberOfLines The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                          If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                          • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                          • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                          • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                          • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                          \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "downloadDBLogFilePortionRequest", "variableType" : "DownloadDBLogFilePortionRequest", "variableDeclarationType" : "DownloadDBLogFilePortionRequest", "documentation" : null, "variableSetterType" : "DownloadDBLogFilePortionRequest", "simpleType" : "DownloadDBLogFilePortionRequest" }, "marshaller" : { "action" : "DownloadDBLogFilePortion", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBInstanceIdentifier" : { "documentation" : "

                                                                                                                                                          The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                          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" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                          The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                          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
                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                          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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                          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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                            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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                            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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                              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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                              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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                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.*/" }, "LogFileName" : { "documentation" : "

                                                                                                                                                                  The name of the log file to be downloaded.

                                                                                                                                                                  ", "name" : "LogFileName", "c2jName" : "LogFileName", "c2jShape" : "String", "variable" : { "variableName" : "logFileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the log file to be downloaded.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "logFileName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LogFileName", "marshallLocationName" : "LogFileName", "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 log file to be downloaded.

                                                                                                                                                                  \n@param logFileName The name of the log file to be downloaded.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the log file to be downloaded.

                                                                                                                                                                  \n@return The name of the log file to be downloaded.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the log file to be downloaded.

                                                                                                                                                                  \n@param logFileName The name of the log file to be downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the log file to be downloaded.

                                                                                                                                                                  \n@param logFileName The name of the log file to be downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumberOfLines" : { "documentation" : "

                                                                                                                                                                  The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                                  If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                                  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                                  • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                                  • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                                  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                                  ", "name" : "NumberOfLines", "c2jName" : "NumberOfLines", "c2jShape" : "Integer", "variable" : { "variableName" : "numberOfLines", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                                  If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                                  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                                  • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                                  • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                                  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "numberOfLines", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfLines", "marshallLocationName" : "NumberOfLines", "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 lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                                  If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                                  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                                  • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                                  • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                                  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                                  \n@param numberOfLines The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                                  If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                                  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                                  • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                                  • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                                  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

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

                                                                                                                                                                  The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                                  If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                                  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                                  • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                                  • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                                  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                                  \n@return The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                                  If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                                  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                                  • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                                  • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                                  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

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

                                                                                                                                                                  The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                                  If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                                  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                                  • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                                  • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                                  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                                  \n@param numberOfLines The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                                  If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                                  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                                  • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                                  • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                                  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

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

                                                                                                                                                                  The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                                  If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                                  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                                  • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                                  • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                                  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

                                                                                                                                                                  \n@param numberOfLines The number of lines to download. If the number of lines specified results in a file over 1 MB in size, the file will be truncated at 1 MB in size.

                                                                                                                                                                  If the NumberOfLines parameter is specified, then the block of lines returned can be from the beginning or the end of the log file, depending on the value of the Marker parameter.

                                                                                                                                                                  • If neither Marker or NumberOfLines are specified, the entire log file is returned up to a maximum of 10000 lines, starting with the most recent log entries first.

                                                                                                                                                                  • If NumberOfLines is specified and Marker is not specified, then the most recent lines from the end of the log file are returned.

                                                                                                                                                                  • If Marker is specified as \"0\", then the specified number of lines from the beginning of the log file are returned.

                                                                                                                                                                  • You can download the log file in blocks of lines by specifying the size of the block using the NumberOfLines parameter, and by specifying a value of \"0\" for the Marker parameter in your first request. Include the Marker value returned in the response as the Marker value for the next request, continuing until the AdditionalDataPending response element returns false.

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

                                                                                                                                                                  The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                  The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                                  \n@param marker The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                                  \n@return The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                                  \n@param marker The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.

                                                                                                                                                                  \n@param marker The pagination token provided in the previous request or \"0\". If the Marker parameter is specified the response includes only records beyond the marker until the end of the file or up to NumberOfLines.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "OptionGroupOption" : { "c2jName" : "OptionGroupOption", "documentation" : "

                                                                                                                                                                  Available option.

                                                                                                                                                                  ", "shapeName" : "OptionGroupOption", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The name of the option.

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

                                                                                                                                                                  The name of the option.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                  \n@param name The name of the option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the option.

                                                                                                                                                                  \n@return The name of the option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the option.

                                                                                                                                                                  \n@param name The name of the option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the option.

                                                                                                                                                                  \n@param name The name of the option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The description of the option.

                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The description of the option.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                  \n@param description The description of the option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The description of the option.

                                                                                                                                                                  \n@return The description of the option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The description of the option.

                                                                                                                                                                  \n@param description The description of the option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The description of the option.

                                                                                                                                                                  \n@param description The description of the option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The name of the engine that this option can be applied to.

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

                                                                                                                                                                  The name of the engine that this option can be applied to.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                  The name of the engine that this option can be applied to.

                                                                                                                                                                  \n@param engineName The name of the engine that this option can be applied to.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the engine that this option can be applied to.

                                                                                                                                                                  \n@return The name of the engine that this option can be applied to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the engine that this option can be applied to.

                                                                                                                                                                  \n@param engineName The name of the engine that this option can be applied to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the engine that this option can be applied to.

                                                                                                                                                                  \n@param engineName The name of the engine that this option 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 that the option is available for.

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

                                                                                                                                                                  Indicates the major engine version that the option is available for.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 that the option is available for.

                                                                                                                                                                  \n@param majorEngineVersion Indicates the major engine version that the option is available for.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Indicates the major engine version that the option is available for.

                                                                                                                                                                  \n@return Indicates the major engine version that the option is available for.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Indicates the major engine version that the option is available for.

                                                                                                                                                                  \n@param majorEngineVersion Indicates the major engine version that the option is available for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Indicates the major engine version that the option is available for.

                                                                                                                                                                  \n@param majorEngineVersion Indicates the major engine version that the option is available for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The minimum required engine version for the option to be applied.

                                                                                                                                                                  ", "name" : "MinimumRequiredMinorEngineVersion", "c2jName" : "MinimumRequiredMinorEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "minimumRequiredMinorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The minimum required engine version for the option to be applied.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "minimumRequiredMinorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinimumRequiredMinorEngineVersion", "marshallLocationName" : "MinimumRequiredMinorEngineVersion", "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 minimum required engine version for the option to be applied.

                                                                                                                                                                  \n@param minimumRequiredMinorEngineVersion The minimum required engine version for the option to be applied.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The minimum required engine version for the option to be applied.

                                                                                                                                                                  \n@return The minimum required engine version for the option to be applied.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The minimum required engine version for the option to be applied.

                                                                                                                                                                  \n@param minimumRequiredMinorEngineVersion The minimum required engine version for the option to be applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The minimum required engine version for the option to be applied.

                                                                                                                                                                  \n@param minimumRequiredMinorEngineVersion The minimum required engine version for the option to be applied.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  Specifies whether the option requires a port.

                                                                                                                                                                  ", "name" : "PortRequired", "c2jName" : "PortRequired", "c2jShape" : "Boolean", "variable" : { "variableName" : "portRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  Specifies whether the option requires a port.

                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "portRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PortRequired", "marshallLocationName" : "PortRequired", "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 option requires a port.

                                                                                                                                                                  \n@param portRequired Specifies whether the option requires a port.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Specifies whether the option requires a port.

                                                                                                                                                                  \n@return Specifies whether the option requires a port.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Specifies whether the option requires a port.

                                                                                                                                                                  \n@param portRequired Specifies whether the option requires a port.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Specifies whether the option requires a port.

                                                                                                                                                                  \n@param portRequired Specifies whether the option requires a port.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  If the option requires a port, specifies the default port for the option.

                                                                                                                                                                  ", "name" : "DefaultPort", "c2jName" : "DefaultPort", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "defaultPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  If the option requires a port, specifies the default port for the option.

                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "defaultPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultPort", "marshallLocationName" : "DefaultPort", "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 the option requires a port, specifies the default port for the option.

                                                                                                                                                                  \n@param defaultPort If the option requires a port, specifies the default port for the option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  If the option requires a port, specifies the default port for the option.

                                                                                                                                                                  \n@return If the option requires a port, specifies the default port for the option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  If the option requires a port, specifies the default port for the option.

                                                                                                                                                                  \n@param defaultPort If the option requires a port, specifies the default port for the option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  If the option requires a port, specifies the default port for the option.

                                                                                                                                                                  \n@param defaultPort If the option requires a port, specifies the default port for the option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  List of all options that are prerequisites for this option.

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

                                                                                                                                                                  List of all options that are prerequisites for this option.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "optionsDependedOn", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionsDependedOn", "marshallLocationName" : "OptionsDependedOn", "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" : "OptionName", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionName", "marshallLocationName" : "OptionName", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  List of all options that are prerequisites for this option.

                                                                                                                                                                  \n@param optionsDependedOn List of all options that are prerequisites for this option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  List of all options that are prerequisites for this option.

                                                                                                                                                                  \n@return List of all options that are prerequisites for this option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  List of all options that are prerequisites for this option.

                                                                                                                                                                  \n@param optionsDependedOn List of all options that are prerequisites for this option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  List of all options that are prerequisites for this option.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param optionsDependedOn List of all options that are prerequisites for this option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  ", "name" : "Persistent", "c2jName" : "Persistent", "c2jShape" : "Boolean", "variable" : { "variableName" : "persistent", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "persistent", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Persistent", "marshallLocationName" : "Persistent", "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 persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  \n@param persistent A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  \n@return A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  \n@param persistent A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  \n@param persistent A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  ", "name" : "Permanent", "c2jName" : "Permanent", "c2jShape" : "Boolean", "variable" : { "variableName" : "permanent", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "permanent", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Permanent", "marshallLocationName" : "Permanent", "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 permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  \n@param permanent A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  \n@return A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  \n@param permanent A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  \n@param permanent A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  ", "name" : "OptionGroupOptionSettings", "c2jName" : "OptionGroupOptionSettings", "c2jShape" : "OptionGroupOptionSettingsList", "variable" : { "variableName" : "optionGroupOptionSettings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "optionGroupOptionSettings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroupOptionSettings", "marshallLocationName" : "OptionGroupOptionSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OptionGroupOptionSetting", "memberLocationName" : "OptionGroupOptionSetting", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OptionGroupOptionSetting", "variable" : { "variableName" : "member", "variableType" : "OptionGroupOptionSetting", "variableDeclarationType" : "OptionGroupOptionSetting", "documentation" : "", "variableSetterType" : "OptionGroupOptionSetting", "simpleType" : "OptionGroupOptionSetting" }, "setterModel" : { "variableName" : "member", "variableType" : "OptionGroupOptionSetting", "variableDeclarationType" : "OptionGroupOptionSetting", "documentation" : "", "variableSetterType" : "OptionGroupOptionSetting", "simpleType" : "OptionGroupOptionSetting" }, "getterModel" : { "returnType" : "OptionGroupOptionSetting", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroupOptionSetting", "marshallLocationName" : "OptionGroupOptionSetting", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "OptionGroupOptionSetting", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  \n@param optionGroupOptionSettings Specifies the option settings that are available (and the default value) for each option in an option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  \n@return Specifies the option settings that are available (and the default value) for each option in an option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  \n@param optionGroupOptionSettings Specifies the option settings that are available (and the default value) for each option in an option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param optionGroupOptionSettings Specifies the option settings that are available (and the default value) for each option in an option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "optionGroupOption", "variableType" : "OptionGroupOption", "variableDeclarationType" : "OptionGroupOption", "documentation" : null, "variableSetterType" : "OptionGroupOption", "simpleType" : "OptionGroupOption" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EngineName" : { "documentation" : "

                                                                                                                                                                  The name of the engine that this option can be applied to.

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

                                                                                                                                                                  The name of the engine that this option can be applied to.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                  The name of the engine that this option can be applied to.

                                                                                                                                                                  \n@param engineName The name of the engine that this option can be applied to.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the engine that this option can be applied to.

                                                                                                                                                                  \n@return The name of the engine that this option can be applied to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the engine that this option can be applied to.

                                                                                                                                                                  \n@param engineName The name of the engine that this option can be applied to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the engine that this option can be applied to.

                                                                                                                                                                  \n@param engineName The name of the engine that this option can be applied to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

                                                                                                                                                                  The name of the option.

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

                                                                                                                                                                  The name of the option.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                  \n@param name The name of the option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the option.

                                                                                                                                                                  \n@return The name of the option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the option.

                                                                                                                                                                  \n@param name The name of the option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The name of the option.

                                                                                                                                                                  \n@param name The name of the option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                                                                                                                                                  The description of the option.

                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The description of the option.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                  \n@param description The description of the option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The description of the option.

                                                                                                                                                                  \n@return The description of the option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The description of the option.

                                                                                                                                                                  \n@param description The description of the option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The description of the option.

                                                                                                                                                                  \n@param description The description of the option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Permanent" : { "documentation" : "

                                                                                                                                                                  A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  ", "name" : "Permanent", "c2jName" : "Permanent", "c2jShape" : "Boolean", "variable" : { "variableName" : "permanent", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "permanent", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Permanent", "marshallLocationName" : "Permanent", "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 permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  \n@param permanent A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  \n@return A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  \n@param permanent A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

                                                                                                                                                                  \n@param permanent A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MajorEngineVersion" : { "documentation" : "

                                                                                                                                                                  Indicates the major engine version that the option is available for.

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

                                                                                                                                                                  Indicates the major engine version that the option is available for.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 that the option is available for.

                                                                                                                                                                  \n@param majorEngineVersion Indicates the major engine version that the option is available for.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Indicates the major engine version that the option is available for.

                                                                                                                                                                  \n@return Indicates the major engine version that the option is available for.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Indicates the major engine version that the option is available for.

                                                                                                                                                                  \n@param majorEngineVersion Indicates the major engine version that the option is available for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Indicates the major engine version that the option is available for.

                                                                                                                                                                  \n@param majorEngineVersion Indicates the major engine version that the option is available for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinimumRequiredMinorEngineVersion" : { "documentation" : "

                                                                                                                                                                  The minimum required engine version for the option to be applied.

                                                                                                                                                                  ", "name" : "MinimumRequiredMinorEngineVersion", "c2jName" : "MinimumRequiredMinorEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "minimumRequiredMinorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The minimum required engine version for the option to be applied.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "minimumRequiredMinorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinimumRequiredMinorEngineVersion", "marshallLocationName" : "MinimumRequiredMinorEngineVersion", "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 minimum required engine version for the option to be applied.

                                                                                                                                                                  \n@param minimumRequiredMinorEngineVersion The minimum required engine version for the option to be applied.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The minimum required engine version for the option to be applied.

                                                                                                                                                                  \n@return The minimum required engine version for the option to be applied.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The minimum required engine version for the option to be applied.

                                                                                                                                                                  \n@param minimumRequiredMinorEngineVersion The minimum required engine version for the option to be applied.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The minimum required engine version for the option to be applied.

                                                                                                                                                                  \n@param minimumRequiredMinorEngineVersion The minimum required engine version for the option to be applied.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultPort" : { "documentation" : "

                                                                                                                                                                  If the option requires a port, specifies the default port for the option.

                                                                                                                                                                  ", "name" : "DefaultPort", "c2jName" : "DefaultPort", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "defaultPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                  If the option requires a port, specifies the default port for the option.

                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "defaultPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultPort", "marshallLocationName" : "DefaultPort", "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 the option requires a port, specifies the default port for the option.

                                                                                                                                                                  \n@param defaultPort If the option requires a port, specifies the default port for the option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  If the option requires a port, specifies the default port for the option.

                                                                                                                                                                  \n@return If the option requires a port, specifies the default port for the option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  If the option requires a port, specifies the default port for the option.

                                                                                                                                                                  \n@param defaultPort If the option requires a port, specifies the default port for the option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  If the option requires a port, specifies the default port for the option.

                                                                                                                                                                  \n@param defaultPort If the option requires a port, specifies the default port for the option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionsDependedOn" : { "documentation" : "

                                                                                                                                                                  List of all options that are prerequisites for this option.

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

                                                                                                                                                                  List of all options that are prerequisites for this option.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "optionsDependedOn", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionsDependedOn", "marshallLocationName" : "OptionsDependedOn", "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" : "OptionName", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionName", "marshallLocationName" : "OptionName", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  List of all options that are prerequisites for this option.

                                                                                                                                                                  \n@param optionsDependedOn List of all options that are prerequisites for this option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  List of all options that are prerequisites for this option.

                                                                                                                                                                  \n@return List of all options that are prerequisites for this option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  List of all options that are prerequisites for this option.

                                                                                                                                                                  \n@param optionsDependedOn List of all options that are prerequisites for this option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  List of all options that are prerequisites for this option.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param optionsDependedOn List of all options that are prerequisites for this option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Persistent" : { "documentation" : "

                                                                                                                                                                  A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  ", "name" : "Persistent", "c2jName" : "Persistent", "c2jShape" : "Boolean", "variable" : { "variableName" : "persistent", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "persistent", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Persistent", "marshallLocationName" : "Persistent", "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 persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  \n@param persistent A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  \n@return A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  \n@param persistent A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

                                                                                                                                                                  \n@param persistent A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionGroupOptionSettings" : { "documentation" : "

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  ", "name" : "OptionGroupOptionSettings", "c2jName" : "OptionGroupOptionSettings", "c2jShape" : "OptionGroupOptionSettingsList", "variable" : { "variableName" : "optionGroupOptionSettings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "optionGroupOptionSettings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroupOptionSettings", "marshallLocationName" : "OptionGroupOptionSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OptionGroupOptionSetting", "memberLocationName" : "OptionGroupOptionSetting", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OptionGroupOptionSetting", "variable" : { "variableName" : "member", "variableType" : "OptionGroupOptionSetting", "variableDeclarationType" : "OptionGroupOptionSetting", "documentation" : "", "variableSetterType" : "OptionGroupOptionSetting", "simpleType" : "OptionGroupOptionSetting" }, "setterModel" : { "variableName" : "member", "variableType" : "OptionGroupOptionSetting", "variableDeclarationType" : "OptionGroupOptionSetting", "documentation" : "", "variableSetterType" : "OptionGroupOptionSetting", "simpleType" : "OptionGroupOptionSetting" }, "getterModel" : { "returnType" : "OptionGroupOptionSetting", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroupOptionSetting", "marshallLocationName" : "OptionGroupOptionSetting", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "OptionGroupOptionSetting", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  \n@param optionGroupOptionSettings Specifies the option settings that are available (and the default value) for each option in an option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  \n@return Specifies the option settings that are available (and the default value) for each option in an option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  \n@param optionGroupOptionSettings Specifies the option settings that are available (and the default value) for each option in an option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Specifies the option settings that are available (and the default value) for each option in an option group.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param optionGroupOptionSettings Specifies the option settings that are available (and the default value) for each option in an option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PortRequired" : { "documentation" : "

                                                                                                                                                                  Specifies whether the option requires a port.

                                                                                                                                                                  ", "name" : "PortRequired", "c2jName" : "PortRequired", "c2jShape" : "Boolean", "variable" : { "variableName" : "portRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  Specifies whether the option requires a port.

                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "portRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PortRequired", "marshallLocationName" : "PortRequired", "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 option requires a port.

                                                                                                                                                                  \n@param portRequired Specifies whether the option requires a port.*/", "getterDocumentation" : "/**

                                                                                                                                                                  Specifies whether the option requires a port.

                                                                                                                                                                  \n@return Specifies whether the option requires a port.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  Specifies whether the option requires a port.

                                                                                                                                                                  \n@param portRequired Specifies whether the option requires a port.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  Specifies whether the option requires a port.

                                                                                                                                                                  \n@param portRequired Specifies whether the option requires a port.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBClusterParameterGroupNotFoundException" : { "c2jName" : "DBClusterParameterGroupNotFoundFault", "documentation" : "

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

                                                                                                                                                                  ", "shapeName" : "DBClusterParameterGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBClusterParameterGroupNotFoundException", "variableType" : "DBClusterParameterGroupNotFoundException", "variableDeclarationType" : "DBClusterParameterGroupNotFoundException", "documentation" : null, "variableSetterType" : "DBClusterParameterGroupNotFoundException", "simpleType" : "DBClusterParameterGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBClusterParameterGroupNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EventSubscription" : { "c2jName" : "EventSubscription", "documentation" : "

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

                                                                                                                                                                  ", "shapeName" : "EventSubscription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                  The AWS customer account associated with the RDS event notification subscription.

                                                                                                                                                                  ", "name" : "CustomerAwsId", "c2jName" : "CustomerAwsId", "c2jShape" : "String", "variable" : { "variableName" : "customerAwsId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The AWS customer account associated with the RDS event notification subscription.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "customerAwsId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerAwsId", "marshallLocationName" : "CustomerAwsId", "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 customer account associated with the RDS event notification subscription.

                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The AWS customer account associated with the RDS event notification subscription.

                                                                                                                                                                  \n@return The AWS customer account associated with the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The AWS customer account associated with the RDS event notification subscription.

                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The AWS customer account associated with the RDS event notification subscription.

                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The RDS event notification subscription Id.

                                                                                                                                                                  ", "name" : "CustSubscriptionId", "c2jName" : "CustSubscriptionId", "c2jShape" : "String", "variable" : { "variableName" : "custSubscriptionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The RDS event notification subscription Id.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "custSubscriptionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustSubscriptionId", "marshallLocationName" : "CustSubscriptionId", "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 RDS event notification subscription Id.

                                                                                                                                                                  \n@param custSubscriptionId The RDS event notification subscription Id.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The RDS event notification subscription Id.

                                                                                                                                                                  \n@return The RDS event notification subscription Id.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The RDS event notification subscription Id.

                                                                                                                                                                  \n@param custSubscriptionId The RDS event notification subscription Id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The RDS event notification subscription Id.

                                                                                                                                                                  \n@param custSubscriptionId The RDS event notification subscription Id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The topic ARN of the RDS event notification subscription.

                                                                                                                                                                  ", "name" : "SnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The topic ARN of the RDS event notification subscription.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 topic ARN of the RDS event notification subscription.

                                                                                                                                                                  \n@param snsTopicArn The topic ARN of the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The topic ARN of the RDS event notification subscription.

                                                                                                                                                                  \n@return The topic ARN of the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The topic ARN of the RDS event notification subscription.

                                                                                                                                                                  \n@param snsTopicArn The topic ARN of the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The topic ARN of the RDS event notification subscription.

                                                                                                                                                                  \n@param snsTopicArn The topic ARN of the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  \n@param status The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  \n@return The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  \n@param status The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  \n@param status The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The time the RDS event notification subscription was created.

                                                                                                                                                                  ", "name" : "SubscriptionCreationTime", "c2jName" : "SubscriptionCreationTime", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionCreationTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The time the RDS event notification subscription was created.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionCreationTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionCreationTime", "marshallLocationName" : "SubscriptionCreationTime", "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 time the RDS event notification subscription was created.

                                                                                                                                                                  \n@param subscriptionCreationTime The time the RDS event notification subscription was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The time the RDS event notification subscription was created.

                                                                                                                                                                  \n@return The time the RDS event notification subscription was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The time the RDS event notification subscription was created.

                                                                                                                                                                  \n@param subscriptionCreationTime The time the RDS event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The time the RDS event notification subscription was created.

                                                                                                                                                                  \n@param subscriptionCreationTime The time the RDS event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The source type for the RDS event notification subscription.

                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The source type for the RDS event notification subscription.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 source type for the RDS event notification subscription.

                                                                                                                                                                  \n@param sourceType The source type for the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The source type for the RDS event notification subscription.

                                                                                                                                                                  \n@return The source type for the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The source type for the RDS event notification subscription.

                                                                                                                                                                  \n@param sourceType The source type for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The source type for the RDS event notification subscription.

                                                                                                                                                                  \n@param sourceType The source type for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

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

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "sourceIdsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdsList", "marshallLocationName" : "SourceIdsList", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

                                                                                                                                                                  \n@param sourceIdsList A list of source IDs for the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

                                                                                                                                                                  \n@return A list of source IDs for the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

                                                                                                                                                                  \n@param sourceIdsList A list of source IDs for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param sourceIdsList A list of source IDs for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

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

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategoriesList", "marshallLocationName" : "EventCategoriesList", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

                                                                                                                                                                  \n@param eventCategoriesList A list of event categories for the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

                                                                                                                                                                  \n@return A list of event categories for the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

                                                                                                                                                                  \n@param eventCategoriesList A list of event categories for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param eventCategoriesList A list of event categories for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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 indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  \n@return A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "eventSubscription", "variableType" : "EventSubscription", "variableDeclarationType" : "EventSubscription", "documentation" : null, "variableSetterType" : "EventSubscription", "simpleType" : "EventSubscription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EventCategoriesList" : { "documentation" : "

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

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

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategoriesList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventCategoriesList", "marshallLocationName" : "EventCategoriesList", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

                                                                                                                                                                  \n@param eventCategoriesList A list of event categories for the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

                                                                                                                                                                  \n@return A list of event categories for the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

                                                                                                                                                                  \n@param eventCategoriesList A list of event categories for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A list of event categories for the RDS event notification subscription.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param eventCategoriesList A list of event categories for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "

                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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 indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  \n@return A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.

                                                                                                                                                                  \n@param enabled A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  \n@param status The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  \n@return The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  \n@param status The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.

                                                                                                                                                                  \n@param status The status of the RDS event notification subscription.

                                                                                                                                                                  Constraints:

                                                                                                                                                                  Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist

                                                                                                                                                                  The status \"no-permission\" indicates that RDS no longer has permission to post to the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomerAwsId" : { "documentation" : "

                                                                                                                                                                  The AWS customer account associated with the RDS event notification subscription.

                                                                                                                                                                  ", "name" : "CustomerAwsId", "c2jName" : "CustomerAwsId", "c2jShape" : "String", "variable" : { "variableName" : "customerAwsId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The AWS customer account associated with the RDS event notification subscription.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "customerAwsId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerAwsId", "marshallLocationName" : "CustomerAwsId", "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 customer account associated with the RDS event notification subscription.

                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The AWS customer account associated with the RDS event notification subscription.

                                                                                                                                                                  \n@return The AWS customer account associated with the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The AWS customer account associated with the RDS event notification subscription.

                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The AWS customer account associated with the RDS event notification subscription.

                                                                                                                                                                  \n@param customerAwsId The AWS customer account associated with the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicArn" : { "documentation" : "

                                                                                                                                                                  The topic ARN of the RDS event notification subscription.

                                                                                                                                                                  ", "name" : "SnsTopicArn", "c2jName" : "SnsTopicArn", "c2jShape" : "String", "variable" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The topic ARN of the RDS event notification subscription.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 topic ARN of the RDS event notification subscription.

                                                                                                                                                                  \n@param snsTopicArn The topic ARN of the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The topic ARN of the RDS event notification subscription.

                                                                                                                                                                  \n@return The topic ARN of the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The topic ARN of the RDS event notification subscription.

                                                                                                                                                                  \n@param snsTopicArn The topic ARN of the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The topic ARN of the RDS event notification subscription.

                                                                                                                                                                  \n@param snsTopicArn The topic ARN of the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceType" : { "documentation" : "

                                                                                                                                                                  The source type for the RDS event notification subscription.

                                                                                                                                                                  ", "name" : "SourceType", "c2jName" : "SourceType", "c2jShape" : "String", "variable" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The source type for the RDS event notification subscription.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 source type for the RDS event notification subscription.

                                                                                                                                                                  \n@param sourceType The source type for the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The source type for the RDS event notification subscription.

                                                                                                                                                                  \n@return The source type for the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The source type for the RDS event notification subscription.

                                                                                                                                                                  \n@param sourceType The source type for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The source type for the RDS event notification subscription.

                                                                                                                                                                  \n@param sourceType The source type for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubscriptionCreationTime" : { "documentation" : "

                                                                                                                                                                  The time the RDS event notification subscription was created.

                                                                                                                                                                  ", "name" : "SubscriptionCreationTime", "c2jName" : "SubscriptionCreationTime", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionCreationTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The time the RDS event notification subscription was created.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionCreationTime", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubscriptionCreationTime", "marshallLocationName" : "SubscriptionCreationTime", "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 time the RDS event notification subscription was created.

                                                                                                                                                                  \n@param subscriptionCreationTime The time the RDS event notification subscription was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The time the RDS event notification subscription was created.

                                                                                                                                                                  \n@return The time the RDS event notification subscription was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The time the RDS event notification subscription was created.

                                                                                                                                                                  \n@param subscriptionCreationTime The time the RDS event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The time the RDS event notification subscription was created.

                                                                                                                                                                  \n@param subscriptionCreationTime The time the RDS event notification subscription was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceIdsList" : { "documentation" : "

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

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

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "sourceIdsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceIdsList", "marshallLocationName" : "SourceIdsList", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

                                                                                                                                                                  \n@param sourceIdsList A list of source IDs for the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

                                                                                                                                                                  \n@return A list of source IDs for the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

                                                                                                                                                                  \n@param sourceIdsList A list of source IDs for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A list of source IDs for the RDS event notification subscription.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param sourceIdsList A list of source IDs for the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustSubscriptionId" : { "documentation" : "

                                                                                                                                                                  The RDS event notification subscription Id.

                                                                                                                                                                  ", "name" : "CustSubscriptionId", "c2jName" : "CustSubscriptionId", "c2jShape" : "String", "variable" : { "variableName" : "custSubscriptionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The RDS event notification subscription Id.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "custSubscriptionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustSubscriptionId", "marshallLocationName" : "CustSubscriptionId", "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 RDS event notification subscription Id.

                                                                                                                                                                  \n@param custSubscriptionId The RDS event notification subscription Id.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The RDS event notification subscription Id.

                                                                                                                                                                  \n@return The RDS event notification subscription Id.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The RDS event notification subscription Id.

                                                                                                                                                                  \n@param custSubscriptionId The RDS event notification subscription Id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The RDS event notification subscription Id.

                                                                                                                                                                  \n@param custSubscriptionId The RDS event notification subscription Id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeOrderableDBInstanceOptionsResult" : { "c2jName" : "OrderableDBInstanceOptionsMessage", "documentation" : "

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

                                                                                                                                                                  ", "shapeName" : "DescribeOrderableDBInstanceOptionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  ", "name" : "OrderableDBInstanceOptions", "c2jName" : "OrderableDBInstanceOptions", "c2jShape" : "OrderableDBInstanceOptionsList", "variable" : { "variableName" : "orderableDBInstanceOptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "orderableDBInstanceOptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderableDBInstanceOptions", "marshallLocationName" : "OrderableDBInstanceOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OrderableDBInstanceOption", "memberLocationName" : "OrderableDBInstanceOption", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OrderableDBInstanceOption", "variable" : { "variableName" : "member", "variableType" : "OrderableDBInstanceOption", "variableDeclarationType" : "OrderableDBInstanceOption", "documentation" : "", "variableSetterType" : "OrderableDBInstanceOption", "simpleType" : "OrderableDBInstanceOption" }, "setterModel" : { "variableName" : "member", "variableType" : "OrderableDBInstanceOption", "variableDeclarationType" : "OrderableDBInstanceOption", "documentation" : "", "variableSetterType" : "OrderableDBInstanceOption", "simpleType" : "OrderableDBInstanceOption" }, "getterModel" : { "returnType" : "OrderableDBInstanceOption", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderableDBInstanceOption", "marshallLocationName" : "OrderableDBInstanceOption", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "OrderableDBInstanceOption", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  \n@param orderableDBInstanceOptions An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  \n@return An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  \n@param orderableDBInstanceOptions An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param orderableDBInstanceOptions An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.\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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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" : "describeOrderableDBInstanceOptionsResult", "variableType" : "DescribeOrderableDBInstanceOptionsResult", "variableDeclarationType" : "DescribeOrderableDBInstanceOptionsResult", "documentation" : null, "variableSetterType" : "DescribeOrderableDBInstanceOptionsResult", "simpleType" : "DescribeOrderableDBInstanceOptionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeOrderableDBInstanceOptionsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OrderableDBInstanceOptions" : { "documentation" : "

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  ", "name" : "OrderableDBInstanceOptions", "c2jName" : "OrderableDBInstanceOptions", "c2jShape" : "OrderableDBInstanceOptionsList", "variable" : { "variableName" : "orderableDBInstanceOptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "orderableDBInstanceOptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderableDBInstanceOptions", "marshallLocationName" : "OrderableDBInstanceOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OrderableDBInstanceOption", "memberLocationName" : "OrderableDBInstanceOption", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OrderableDBInstanceOption", "variable" : { "variableName" : "member", "variableType" : "OrderableDBInstanceOption", "variableDeclarationType" : "OrderableDBInstanceOption", "documentation" : "", "variableSetterType" : "OrderableDBInstanceOption", "simpleType" : "OrderableDBInstanceOption" }, "setterModel" : { "variableName" : "member", "variableType" : "OrderableDBInstanceOption", "variableDeclarationType" : "OrderableDBInstanceOption", "documentation" : "", "variableSetterType" : "OrderableDBInstanceOption", "simpleType" : "OrderableDBInstanceOption" }, "getterModel" : { "returnType" : "OrderableDBInstanceOption", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrderableDBInstanceOption", "marshallLocationName" : "OrderableDBInstanceOption", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "OrderableDBInstanceOption", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  \n@param orderableDBInstanceOptions An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  \n@return An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  \n@param orderableDBInstanceOptions An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param orderableDBInstanceOptions An OrderableDBInstanceOption structure containing information about orderable options for the DB instance.\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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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 OrderableDBInstanceOptions 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.*/" } } }, "DBParameterGroupAlreadyExistsException" : { "c2jName" : "DBParameterGroupAlreadyExistsFault", "documentation" : "

                                                                                                                                                                  A DB parameter group with the same name exists.

                                                                                                                                                                  ", "shapeName" : "DBParameterGroupAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBParameterGroupAlreadyExistsException", "variableType" : "DBParameterGroupAlreadyExistsException", "variableDeclarationType" : "DBParameterGroupAlreadyExistsException", "documentation" : null, "variableSetterType" : "DBParameterGroupAlreadyExistsException", "simpleType" : "DBParameterGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBParameterGroupAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListTagsForResourceResult" : { "c2jName" : "TagListMessage", "documentation" : "

                                                                                                                                                                  ", "shapeName" : "ListTagsForResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

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

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

                                                                                                                                                                  \n@param tagList List of tags returned by the ListTagsForResource operation.*/", "getterDocumentation" : "/**

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

                                                                                                                                                                  \n@return List of tags returned by the ListTagsForResource operation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

                                                                                                                                                                  \n@param tagList List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param tagList List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForResourceResult", "variableType" : "ListTagsForResourceResult", "variableDeclarationType" : "ListTagsForResourceResult", "documentation" : null, "variableSetterType" : "ListTagsForResourceResult", "simpleType" : "ListTagsForResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ListTagsForResourceResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagList" : { "documentation" : "

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

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

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

                                                                                                                                                                  \n@param tagList List of tags returned by the ListTagsForResource operation.*/", "getterDocumentation" : "/**

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

                                                                                                                                                                  \n@return List of tags returned by the ListTagsForResource operation.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

                                                                                                                                                                  \n@param tagList List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  List of tags returned by the ListTagsForResource operation.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param tagList List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DomainMembership" : { "c2jName" : "DomainMembership", "documentation" : "

                                                                                                                                                                  An Active Directory Domain membership record associated with the DB instance.

                                                                                                                                                                  ", "shapeName" : "DomainMembership", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The identifier of the Active Directory Domain.

                                                                                                                                                                  ", "name" : "Domain", "c2jName" : "Domain", "c2jShape" : "String", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The identifier of the Active Directory Domain.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Domain", "marshallLocationName" : "Domain", "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 Active Directory Domain.

                                                                                                                                                                  \n@param domain The identifier of the Active Directory Domain.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The identifier of the Active Directory Domain.

                                                                                                                                                                  \n@return The identifier of the Active Directory Domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The identifier of the Active Directory Domain.

                                                                                                                                                                  \n@param domain The identifier of the Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The identifier of the Active Directory Domain.

                                                                                                                                                                  \n@param domain The identifier of the Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  \n@param status The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).*/", "getterDocumentation" : "/**

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  \n@return The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  \n@param status The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  \n@param status The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  ", "name" : "FQDN", "c2jName" : "FQDN", "c2jShape" : "String", "variable" : { "variableName" : "fQDN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "fQDN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FQDN", "marshallLocationName" : "FQDN", "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 fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  \n@param fQDN The fully qualified domain name of the Active Directory Domain.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  \n@return The fully qualified domain name of the Active Directory Domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  \n@param fQDN The fully qualified domain name of the Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  \n@param fQDN The fully qualified domain name of the Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                                  ", "name" : "IAMRoleName", "c2jName" : "IAMRoleName", "c2jShape" : "String", "variable" : { "variableName" : "iAMRoleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "iAMRoleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IAMRoleName", "marshallLocationName" : "IAMRoleName", "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 IAM role to be used when making API calls to the Directory Service.

                                                                                                                                                                  \n@param iAMRoleName The name of the IAM role to be used when making API calls to the Directory Service.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                  \n@return The name of the IAM role to be used when making API calls to the Directory Service.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param iAMRoleName The name of the IAM role to be used when making API calls to the Directory Service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param iAMRoleName The name of the IAM role to be used when making API calls to the Directory Service.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "domainMembership", "variableType" : "DomainMembership", "variableDeclarationType" : "DomainMembership", "documentation" : null, "variableSetterType" : "DomainMembership", "simpleType" : "DomainMembership" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  \n@param status The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).*/", "getterDocumentation" : "/**

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  \n@return The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  \n@param status The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

                                                                                                                                                                  \n@param status The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Domain" : { "documentation" : "

                                                                                                                                                                  The identifier of the Active Directory Domain.

                                                                                                                                                                  ", "name" : "Domain", "c2jName" : "Domain", "c2jShape" : "String", "variable" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The identifier of the Active Directory Domain.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Domain", "marshallLocationName" : "Domain", "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 Active Directory Domain.

                                                                                                                                                                  \n@param domain The identifier of the Active Directory Domain.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The identifier of the Active Directory Domain.

                                                                                                                                                                  \n@return The identifier of the Active Directory Domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The identifier of the Active Directory Domain.

                                                                                                                                                                  \n@param domain The identifier of the Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The identifier of the Active Directory Domain.

                                                                                                                                                                  \n@param domain The identifier of the Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IAMRoleName" : { "documentation" : "

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

                                                                                                                                                                  ", "name" : "IAMRoleName", "c2jName" : "IAMRoleName", "c2jShape" : "String", "variable" : { "variableName" : "iAMRoleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "iAMRoleName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "IAMRoleName", "marshallLocationName" : "IAMRoleName", "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 IAM role to be used when making API calls to the Directory Service.

                                                                                                                                                                  \n@param iAMRoleName The name of the IAM role to be used when making API calls to the Directory Service.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                  \n@return The name of the IAM role to be used when making API calls to the Directory Service.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param iAMRoleName The name of the IAM role to be used when making API calls to the Directory Service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param iAMRoleName The name of the IAM role to be used when making API calls to the Directory Service.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FQDN" : { "documentation" : "

                                                                                                                                                                  The fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  ", "name" : "FQDN", "c2jName" : "FQDN", "c2jShape" : "String", "variable" : { "variableName" : "fQDN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "fQDN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FQDN", "marshallLocationName" : "FQDN", "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 fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  \n@param fQDN The fully qualified domain name of the Active Directory Domain.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  \n@return The fully qualified domain name of the Active Directory Domain.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  \n@param fQDN The fully qualified domain name of the Active Directory Domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The fully qualified domain name of the Active Directory Domain.

                                                                                                                                                                  \n@param fQDN The fully qualified domain name of the Active Directory Domain.\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.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "variableSetterType" : "AvailabilityZone", "simpleType" : "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.

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceMessage", "documentation" : "

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

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

                                                                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "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 RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                  \n@param resourceName The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).*/", "getterDocumentation" : "/**

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

                                                                                                                                                                  \n@return The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param resourceName The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param resourceName The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).\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.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "variableDeclarationType" : "ListTagsForResourceRequest", "documentation" : null, "variableSetterType" : "ListTagsForResourceRequest", "simpleType" : "ListTagsForResourceRequest" }, "marshaller" : { "action" : "ListTagsForResource", "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.

                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "ResourceName" : { "documentation" : "

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

                                                                                                                                                                  ", "name" : "ResourceName", "c2jName" : "ResourceName", "c2jShape" : "String", "variable" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceName", "marshallLocationName" : "ResourceName", "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 RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                  \n@param resourceName The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).*/", "getterDocumentation" : "/**

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

                                                                                                                                                                  \n@return The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param resourceName The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                  \n@param resourceName The Amazon RDS resource with tags to be listed. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CopyOptionGroupRequest" : { "c2jName" : "CopyOptionGroupMessage", "documentation" : "

                                                                                                                                                                  ", "shapeName" : "CopyOptionGroupRequest", "deprecated" : false, "required" : [ "SourceOptionGroupIdentifier", "TargetOptionGroupIdentifier", "TargetOptionGroupDescription" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                                                                                                                  Constraints:

                                                                                                                                                                  • Must specify a valid option group.
                                                                                                                                                                  • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                  • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                  ", "name" : "SourceOptionGroupIdentifier", "c2jName" : "SourceOptionGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceOptionGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                  Constraints:

                                                                                                                                                                  • Must specify a valid option group.
                                                                                                                                                                  • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                  • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceOptionGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceOptionGroupIdentifier", "marshallLocationName" : "SourceOptionGroupIdentifier", "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 or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                  Constraints:

                                                                                                                                                                  • Must specify a valid option group.
                                                                                                                                                                  • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                  • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                  \n@param sourceOptionGroupIdentifier The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                  Constraints:

                                                                                                                                                                  • Must specify a valid option group.
                                                                                                                                                                  • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                  • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                  • */", "getterDocumentation" : "/**

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

                                                                                                                                                                    Constraints:

                                                                                                                                                                    • Must specify a valid option group.
                                                                                                                                                                    • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                    • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                    \n@return The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                    Constraints:

                                                                                                                                                                    • Must specify a valid option group.
                                                                                                                                                                    • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                    • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                      Constraints:

                                                                                                                                                                      • Must specify a valid option group.
                                                                                                                                                                      • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                      • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                      \n@param sourceOptionGroupIdentifier The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                      Constraints:

                                                                                                                                                                      • Must specify a valid option group.
                                                                                                                                                                      • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                      • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                        Constraints:

                                                                                                                                                                        • Must specify a valid option group.
                                                                                                                                                                        • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                        • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                        \n@param sourceOptionGroupIdentifier The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                        Constraints:

                                                                                                                                                                        • Must specify a valid option group.
                                                                                                                                                                        • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                        • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                          The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          ", "name" : "TargetOptionGroupIdentifier", "c2jName" : "TargetOptionGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "targetOptionGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                          The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetOptionGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetOptionGroupIdentifier", "marshallLocationName" : "TargetOptionGroupIdentifier", "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 for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          \n@param targetOptionGroupIdentifier The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group*/", "getterDocumentation" : "/**

                                                                                                                                                                          The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          \n@return The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                          The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          \n@param targetOptionGroupIdentifier The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

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

                                                                                                                                                                          The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          \n@param targetOptionGroupIdentifier The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                          The description for the copied option group.

                                                                                                                                                                          ", "name" : "TargetOptionGroupDescription", "c2jName" : "TargetOptionGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "targetOptionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                          The description for the copied option group.

                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetOptionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetOptionGroupDescription", "marshallLocationName" : "TargetOptionGroupDescription", "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 for the copied option group.

                                                                                                                                                                          \n@param targetOptionGroupDescription The description for the copied option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                          The description for the copied option group.

                                                                                                                                                                          \n@return The description for the copied option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                          The description for the copied option group.

                                                                                                                                                                          \n@param targetOptionGroupDescription The description for the copied option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                          The description for the copied option group.

                                                                                                                                                                          \n@param targetOptionGroupDescription The description for the copied option group.\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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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" : "copyOptionGroupRequest", "variableType" : "CopyOptionGroupRequest", "variableDeclarationType" : "CopyOptionGroupRequest", "documentation" : null, "variableSetterType" : "CopyOptionGroupRequest", "simpleType" : "CopyOptionGroupRequest" }, "marshaller" : { "action" : "CopyOptionGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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.*/" }, "TargetOptionGroupIdentifier" : { "documentation" : "

                                                                                                                                                                          The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          ", "name" : "TargetOptionGroupIdentifier", "c2jName" : "TargetOptionGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "targetOptionGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                          The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetOptionGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetOptionGroupIdentifier", "marshallLocationName" : "TargetOptionGroupIdentifier", "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 for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          \n@param targetOptionGroupIdentifier The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group*/", "getterDocumentation" : "/**

                                                                                                                                                                          The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          \n@return The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                          The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          \n@param targetOptionGroupIdentifier The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

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

                                                                                                                                                                          The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group

                                                                                                                                                                          \n@param targetOptionGroupIdentifier The identifier for the copied option group.

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Cannot be null, empty, or blank
                                                                                                                                                                          • Must contain from 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                          Example: my-option-group\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceOptionGroupIdentifier" : { "documentation" : "

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

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must specify a valid option group.
                                                                                                                                                                          • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                          • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                          ", "name" : "SourceOptionGroupIdentifier", "c2jName" : "SourceOptionGroupIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceOptionGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must specify a valid option group.
                                                                                                                                                                          • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                          • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceOptionGroupIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceOptionGroupIdentifier", "marshallLocationName" : "SourceOptionGroupIdentifier", "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 or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must specify a valid option group.
                                                                                                                                                                          • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                          • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                          \n@param sourceOptionGroupIdentifier The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                          Constraints:

                                                                                                                                                                          • Must specify a valid option group.
                                                                                                                                                                          • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                          • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                          • */", "getterDocumentation" : "/**

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

                                                                                                                                                                            Constraints:

                                                                                                                                                                            • Must specify a valid option group.
                                                                                                                                                                            • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                            • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                            \n@return The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                            Constraints:

                                                                                                                                                                            • Must specify a valid option group.
                                                                                                                                                                            • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                            • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                              Constraints:

                                                                                                                                                                              • Must specify a valid option group.
                                                                                                                                                                              • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                              • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                              \n@param sourceOptionGroupIdentifier The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                              Constraints:

                                                                                                                                                                              • Must specify a valid option group.
                                                                                                                                                                              • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                              • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must specify a valid option group.
                                                                                                                                                                                • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                                • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                                \n@param sourceOptionGroupIdentifier The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

                                                                                                                                                                                Constraints:

                                                                                                                                                                                • Must specify a valid option group.
                                                                                                                                                                                • If the source option group is in the same region as the copy, specify a valid option group identifier, for example my-option-group, or a valid ARN.
                                                                                                                                                                                • If the source option group is in a different region than the copy, specify a valid option group ARN, for example arn:aws:rds:us-west-2:123456789012:og:special-options.
                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TargetOptionGroupDescription" : { "documentation" : "

                                                                                                                                                                                  The description for the copied option group.

                                                                                                                                                                                  ", "name" : "TargetOptionGroupDescription", "c2jName" : "TargetOptionGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "targetOptionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The description for the copied option group.

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetOptionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetOptionGroupDescription", "marshallLocationName" : "TargetOptionGroupDescription", "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 for the copied option group.

                                                                                                                                                                                  \n@param targetOptionGroupDescription The description for the copied option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The description for the copied option group.

                                                                                                                                                                                  \n@return The description for the copied option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The description for the copied option group.

                                                                                                                                                                                  \n@param targetOptionGroupDescription The description for the copied option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The description for the copied option group.

                                                                                                                                                                                  \n@param targetOptionGroupDescription The description for the copied option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Filter" : { "c2jName" : "Filter", "documentation" : "", "shapeName" : "Filter", "deprecated" : false, "required" : [ "Name", "Values" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  This parameter is not currently supported.

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

                                                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                  This parameter is not currently supported.

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

                                                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                                                  ", "name" : "Values", "c2jName" : "Values", "c2jShape" : "FilterValueList", "variable" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Values", "marshallLocationName" : "Values", "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" : "Value", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**\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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                                                  \n@param values 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 values 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 #setValues(java.util.Collection)} or {@link #withValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                  \n@param values This parameter is not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "filter", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : null, "variableSetterType" : "Filter", "simpleType" : "Filter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Values" : { "documentation" : "

                                                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                                                  ", "name" : "Values", "c2jName" : "Values", "c2jShape" : "FilterValueList", "variable" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "values", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Values", "marshallLocationName" : "Values", "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" : "Value", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**\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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                                                  \n@param values 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 values 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 #setValues(java.util.Collection)} or {@link #withValues(java.util.Collection)} if you want to override the existing values.

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

                                                                                                                                                                                  This parameter is not currently supported.

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

                                                                                                                                                                                  This parameter is not currently supported.

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                  This parameter is not currently supported.

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

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

                                                                                                                                                                                  ", "shapeName" : "AuthorizationAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "authorizationAlreadyExistsException", "variableType" : "AuthorizationAlreadyExistsException", "variableDeclarationType" : "AuthorizationAlreadyExistsException", "documentation" : null, "variableSetterType" : "AuthorizationAlreadyExistsException", "simpleType" : "AuthorizationAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AuthorizationAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeEngineDefaultParametersRequest" : { "c2jName" : "DescribeEngineDefaultParametersMessage", "documentation" : "

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

                                                                                                                                                                                  The name of the DB parameter group family.

                                                                                                                                                                                  ", "name" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the DB parameter group family.

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 family.

                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the DB parameter group family.

                                                                                                                                                                                  \n@return The name of the DB parameter group family.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the DB parameter group family.

                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the DB parameter group family.

                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  Not currently supported.

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

                                                                                                                                                                                  Not currently supported.

                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Not currently supported.

                                                                                                                                                                                  \n@param filters Not currently supported.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Not currently supported.

                                                                                                                                                                                  \n@return Not currently supported.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Not currently supported.

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

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

                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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" : "describeEngineDefaultParametersRequest", "variableType" : "DescribeEngineDefaultParametersRequest", "variableDeclarationType" : "DescribeEngineDefaultParametersRequest", "documentation" : null, "variableSetterType" : "DescribeEngineDefaultParametersRequest", "simpleType" : "DescribeEngineDefaultParametersRequest" }, "marshaller" : { "action" : "DescribeEngineDefaultParameters", "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" : "

                                                                                                                                                                                  Not currently supported.

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

                                                                                                                                                                                  Not currently supported.

                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  Not currently supported.

                                                                                                                                                                                  \n@param filters Not currently supported.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  Not currently supported.

                                                                                                                                                                                  \n@return Not currently supported.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  Not currently supported.

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

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

                                                                                                                                                                                  The name of the DB parameter group family.

                                                                                                                                                                                  ", "name" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the DB parameter group family.

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 family.

                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the DB parameter group family.

                                                                                                                                                                                  \n@return The name of the DB parameter group family.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the DB parameter group family.

                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the DB parameter group family.

                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family.\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.

                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.*/" }, "Marker" : { "documentation" : "

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

                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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 DescribeEngineDefaultParameters 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.*/" } } }, "DeleteDBClusterParameterGroupRequest" : { "c2jName" : "DeleteDBClusterParameterGroupMessage", "documentation" : "

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

                                                                                                                                                                                  The name of the DB cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                  • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                  • Cannot be associated with any DB clusters.
                                                                                                                                                                                  ", "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 the name of an existing DB cluster parameter group.
                                                                                                                                                                                  • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                  • Cannot be associated with any DB clusters.
                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 the name of an existing DB cluster parameter group.
                                                                                                                                                                                  • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                  • Cannot be associated with any DB clusters.
                                                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                                                  Constraints:

                                                                                                                                                                                  • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                  • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                  • Cannot be associated with any DB clusters.
                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                    The name of the DB cluster parameter group.

                                                                                                                                                                                    Constraints:

                                                                                                                                                                                    • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                    • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                    • Cannot be associated with any DB clusters.
                                                                                                                                                                                    \n@return The name of the DB cluster parameter group.

                                                                                                                                                                                    Constraints:

                                                                                                                                                                                    • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                    • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                    • Cannot be associated with any DB clusters.
                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                      The name of the DB cluster parameter group.

                                                                                                                                                                                      Constraints:

                                                                                                                                                                                      • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                      • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                      • Cannot be associated with any DB clusters.
                                                                                                                                                                                      \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                                                      Constraints:

                                                                                                                                                                                      • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                      • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                      • Cannot be associated with any DB clusters.
                                                                                                                                                                                      • \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 the name of an existing DB cluster parameter group.
                                                                                                                                                                                        • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                        • Cannot be associated with any DB clusters.
                                                                                                                                                                                        \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                                                        Constraints:

                                                                                                                                                                                        • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                        • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                        • Cannot be associated with any DB clusters.
                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDBClusterParameterGroupRequest", "variableType" : "DeleteDBClusterParameterGroupRequest", "variableDeclarationType" : "DeleteDBClusterParameterGroupRequest", "documentation" : null, "variableSetterType" : "DeleteDBClusterParameterGroupRequest", "simpleType" : "DeleteDBClusterParameterGroupRequest" }, "marshaller" : { "action" : "DeleteDBClusterParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "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 the name of an existing DB cluster parameter group.
                                                                                                                                                                                          • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                          • Cannot be associated with any DB clusters.
                                                                                                                                                                                          ", "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 the name of an existing DB cluster parameter group.
                                                                                                                                                                                          • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                          • Cannot be associated with any DB clusters.
                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 the name of an existing DB cluster parameter group.
                                                                                                                                                                                          • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                          • Cannot be associated with any DB clusters.
                                                                                                                                                                                          \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                                                          Constraints:

                                                                                                                                                                                          • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                          • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                          • Cannot be associated with any DB clusters.
                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                            The name of the DB cluster parameter group.

                                                                                                                                                                                            Constraints:

                                                                                                                                                                                            • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                            • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                            • Cannot be associated with any DB clusters.
                                                                                                                                                                                            \n@return The name of the DB cluster parameter group.

                                                                                                                                                                                            Constraints:

                                                                                                                                                                                            • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                            • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                            • Cannot be associated with any DB clusters.
                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                              The name of the DB cluster parameter group.

                                                                                                                                                                                              Constraints:

                                                                                                                                                                                              • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                              • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                              • Cannot be associated with any DB clusters.
                                                                                                                                                                                              \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                                                              Constraints:

                                                                                                                                                                                              • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                              • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                              • Cannot be associated with any DB clusters.
                                                                                                                                                                                              • \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 the name of an existing DB cluster parameter group.
                                                                                                                                                                                                • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                                • Cannot be associated with any DB clusters.
                                                                                                                                                                                                \n@param dBClusterParameterGroupName The name of the DB cluster parameter group.

                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                • Must be the name of an existing DB cluster parameter group.
                                                                                                                                                                                                • You cannot delete a default DB cluster parameter group.
                                                                                                                                                                                                • Cannot be associated with any DB clusters.
                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "IPRange" : { "c2jName" : "IPRange", "documentation" : "

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

                                                                                                                                                                                                  ", "shapeName" : "IPRange", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@return Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Specifies the status of the IP range. 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" : "/**

                                                                                                                                                                                                  Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Specifies the status of the IP range. 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 IP range.

                                                                                                                                                                                                  ", "name" : "CIDRIP", "c2jName" : "CIDRIP", "c2jShape" : "String", "variable" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  \n@param cIDRIP Specifies the IP range.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  \n@return Specifies the IP range.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  \n@param cIDRIP Specifies the IP range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  \n@param cIDRIP Specifies the IP range.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "iPRange", "variableType" : "IPRange", "variableDeclarationType" : "IPRange", "documentation" : null, "variableSetterType" : "IPRange", "simpleType" : "IPRange" }, "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 IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@return Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Specifies the status of the IP range. 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" : "/**

                                                                                                                                                                                                  Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".

                                                                                                                                                                                                  \n@param status Specifies the status of the IP range. Status can be \"authorizing\", \"authorized\", \"revoking\", and \"revoked\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CIDRIP" : { "documentation" : "

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  ", "name" : "CIDRIP", "c2jName" : "CIDRIP", "c2jShape" : "String", "variable" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  \n@param cIDRIP Specifies the IP range.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  \n@return Specifies the IP range.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  \n@param cIDRIP Specifies the IP range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Specifies the IP range.

                                                                                                                                                                                                  \n@param cIDRIP Specifies the IP range.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBClusterParameterGroup" : { "c2jName" : "DBClusterParameterGroup", "documentation" : "

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

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

                                                                                                                                                                                                  ", "shapeName" : "DBClusterParameterGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  ", "name" : "DBClusterParameterGroupName", "c2jName" : "DBClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  \n@param dBClusterParameterGroupName Provides the name of the DB cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  \n@return Provides the name of the DB cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  \n@param dBClusterParameterGroupName Provides the name of the DB cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  \n@param dBClusterParameterGroupName Provides the name of the DB cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                                                                  ", "name" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 name of the DB parameter group family that this DB cluster parameter group is compatible with.

                                                                                                                                                                                                  \n@param dBParameterGroupFamily Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@return Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param dBParameterGroupFamily Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param dBParameterGroupFamily Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

                                                                                                                                                                                                  \n@param description Provides the customer-specified description for this DB cluster parameter group.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@return Provides the customer-specified description for this DB cluster parameter group.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param description Provides the customer-specified description for this DB cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param description Provides the customer-specified description for this DB cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dBClusterParameterGroup", "variableType" : "DBClusterParameterGroup", "variableDeclarationType" : "DBClusterParameterGroup", "documentation" : null, "variableSetterType" : "DBClusterParameterGroup", "simpleType" : "DBClusterParameterGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBParameterGroupFamily" : { "documentation" : "

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

                                                                                                                                                                                                  ", "name" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 name of the DB parameter group family that this DB cluster parameter group is compatible with.

                                                                                                                                                                                                  \n@param dBParameterGroupFamily Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@return Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param dBParameterGroupFamily Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param dBParameterGroupFamily Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

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

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

                                                                                                                                                                                                  \n@param description Provides the customer-specified description for this DB cluster parameter group.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@return Provides the customer-specified description for this DB cluster parameter group.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param description Provides the customer-specified description for this DB cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param description Provides the customer-specified description for this DB cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  ", "name" : "DBClusterParameterGroupName", "c2jName" : "DBClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  \n@param dBClusterParameterGroupName Provides the name of the DB cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  \n@return Provides the name of the DB cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  \n@param dBClusterParameterGroupName Provides the name of the DB cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Provides the name of the DB cluster parameter group.

                                                                                                                                                                                                  \n@param dBClusterParameterGroupName Provides the name of the DB cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBSecurityGroupMembership" : { "c2jName" : "DBSecurityGroupMembership", "documentation" : "

                                                                                                                                                                                                  This data type is used as a response element in the following actions:

                                                                                                                                                                                                  ", "shapeName" : "DBSecurityGroupMembership", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the DB security group.

                                                                                                                                                                                                  ", "name" : "DBSecurityGroupName", "c2jName" : "DBSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the DB security group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the DB security group.

                                                                                                                                                                                                  \n@return The name of the DB security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the DB security group.

                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the DB security group.

                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  \n@param status The status of the DB security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  \n@return The status of the DB security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  \n@param status The status of the DB security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  \n@param status The status of the DB security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dBSecurityGroupMembership", "variableType" : "DBSecurityGroupMembership", "variableDeclarationType" : "DBSecurityGroupMembership", "documentation" : null, "variableSetterType" : "DBSecurityGroupMembership", "simpleType" : "DBSecurityGroupMembership" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  \n@param status The status of the DB security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  \n@return The status of the DB security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  \n@param status The status of the DB security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The status of the DB security group.

                                                                                                                                                                                                  \n@param status The status of the DB security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBSecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                  The name of the DB security group.

                                                                                                                                                                                                  ", "name" : "DBSecurityGroupName", "c2jName" : "DBSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the DB security group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the DB security group.

                                                                                                                                                                                                  \n@return The name of the DB security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the DB security group.

                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the DB security group.

                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDBParameterGroupRequest" : { "c2jName" : "CreateDBParameterGroupMessage", "documentation" : "

                                                                                                                                                                                                  ", "shapeName" : "CreateDBParameterGroupRequest", "deprecated" : false, "required" : [ "DBParameterGroupName", "DBParameterGroupFamily", "Description" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the DB 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" : "DBParameterGroupName", "c2jName" : "DBParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the DB 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.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 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 dBParameterGroupName The name of the DB 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 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 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 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 dBParameterGroupName The name of the DB 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 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 dBParameterGroupName The name of the DB 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.*/" }, { "documentation" : "

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

                                                                                                                                                                                                  ", "name" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.

                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@return The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The description for the DB parameter group.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The description for the DB parameter group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 for the DB parameter group.

                                                                                                                                                                                                  \n@param description The description for the DB parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The description for the DB parameter group.

                                                                                                                                                                                                  \n@return The description for the DB parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The description for the DB parameter group.

                                                                                                                                                                                                  \n@param description The description for the DB parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The description for the DB parameter group.

                                                                                                                                                                                                  \n@param description The description for the DB parameter group.\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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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" : "createDBParameterGroupRequest", "variableType" : "CreateDBParameterGroupRequest", "variableDeclarationType" : "CreateDBParameterGroupRequest", "documentation" : null, "variableSetterType" : "CreateDBParameterGroupRequest", "simpleType" : "CreateDBParameterGroupRequest" }, "marshaller" : { "action" : "CreateDBParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBParameterGroupFamily" : { "documentation" : "

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

                                                                                                                                                                                                  ", "name" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.

                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@return The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.\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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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.*/" }, "Description" : { "documentation" : "

                                                                                                                                                                                                  The description for the DB parameter group.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The description for the DB parameter group.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 for the DB parameter group.

                                                                                                                                                                                                  \n@param description The description for the DB parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The description for the DB parameter group.

                                                                                                                                                                                                  \n@return The description for the DB parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The description for the DB parameter group.

                                                                                                                                                                                                  \n@param description The description for the DB parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The description for the DB parameter group.

                                                                                                                                                                                                  \n@param description The description for the DB parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                  The name of the DB 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" : "DBParameterGroupName", "c2jName" : "DBParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the DB 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.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 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 dBParameterGroupName The name of the DB 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 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 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 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 dBParameterGroupName The name of the DB 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 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 dBParameterGroupName The name of the DB 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.*/" } } }, "Certificate" : { "c2jName" : "Certificate", "documentation" : "

                                                                                                                                                                                                  A CA certificate for an AWS account.

                                                                                                                                                                                                  ", "shapeName" : "Certificate", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The unique key that identifies a certificate.

                                                                                                                                                                                                  ", "name" : "CertificateIdentifier", "c2jName" : "CertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "certificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique key that identifies a certificate.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "certificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CertificateIdentifier", "marshallLocationName" : "CertificateIdentifier", "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 unique key that identifies a certificate.

                                                                                                                                                                                                  \n@param certificateIdentifier The unique key that identifies a certificate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique key that identifies a certificate.

                                                                                                                                                                                                  \n@return The unique key that identifies a certificate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique key that identifies a certificate.

                                                                                                                                                                                                  \n@param certificateIdentifier The unique key that identifies a certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique key that identifies a certificate.

                                                                                                                                                                                                  \n@param certificateIdentifier The unique key that identifies a certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The type of the certificate.

                                                                                                                                                                                                  ", "name" : "CertificateType", "c2jName" : "CertificateType", "c2jShape" : "String", "variable" : { "variableName" : "certificateType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The type of the certificate.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "certificateType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CertificateType", "marshallLocationName" : "CertificateType", "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 the certificate.

                                                                                                                                                                                                  \n@param certificateType The type of the certificate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The type of the certificate.

                                                                                                                                                                                                  \n@return The type of the certificate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of the certificate.

                                                                                                                                                                                                  \n@param certificateType The type of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of the certificate.

                                                                                                                                                                                                  \n@param certificateType The type of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The thumbprint of the certificate.

                                                                                                                                                                                                  ", "name" : "Thumbprint", "c2jName" : "Thumbprint", "c2jShape" : "String", "variable" : { "variableName" : "thumbprint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The thumbprint of the certificate.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "thumbprint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Thumbprint", "marshallLocationName" : "Thumbprint", "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 thumbprint of the certificate.

                                                                                                                                                                                                  \n@param thumbprint The thumbprint of the certificate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The thumbprint of the certificate.

                                                                                                                                                                                                  \n@return The thumbprint of the certificate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The thumbprint of the certificate.

                                                                                                                                                                                                  \n@param thumbprint The thumbprint of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The thumbprint of the certificate.

                                                                                                                                                                                                  \n@param thumbprint The thumbprint of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The starting date from which the certificate is valid.

                                                                                                                                                                                                  ", "name" : "ValidFrom", "c2jName" : "ValidFrom", "c2jShape" : "TStamp", "variable" : { "variableName" : "validFrom", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  The starting date from which the certificate is valid.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "validFrom", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ValidFrom", "marshallLocationName" : "ValidFrom", "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 starting date from which the certificate is valid.

                                                                                                                                                                                                  \n@param validFrom The starting date from which the certificate is valid.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The starting date from which the certificate is valid.

                                                                                                                                                                                                  \n@return The starting date from which the certificate is valid.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The starting date from which the certificate is valid.

                                                                                                                                                                                                  \n@param validFrom The starting date from which the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The starting date from which the certificate is valid.

                                                                                                                                                                                                  \n@param validFrom The starting date from which the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The final date that the certificate continues to be valid.

                                                                                                                                                                                                  ", "name" : "ValidTill", "c2jName" : "ValidTill", "c2jShape" : "TStamp", "variable" : { "variableName" : "validTill", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  The final date that the certificate continues to be valid.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "validTill", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ValidTill", "marshallLocationName" : "ValidTill", "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 final date that the certificate continues to be valid.

                                                                                                                                                                                                  \n@param validTill The final date that the certificate continues to be valid.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The final date that the certificate continues to be valid.

                                                                                                                                                                                                  \n@return The final date that the certificate continues to be valid.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The final date that the certificate continues to be valid.

                                                                                                                                                                                                  \n@param validTill The final date that the certificate continues to be valid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The final date that the certificate continues to be valid.

                                                                                                                                                                                                  \n@param validTill The final date that the certificate continues to be valid.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "certificate", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : null, "variableSetterType" : "Certificate", "simpleType" : "Certificate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ValidFrom" : { "documentation" : "

                                                                                                                                                                                                  The starting date from which the certificate is valid.

                                                                                                                                                                                                  ", "name" : "ValidFrom", "c2jName" : "ValidFrom", "c2jShape" : "TStamp", "variable" : { "variableName" : "validFrom", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  The starting date from which the certificate is valid.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "validFrom", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ValidFrom", "marshallLocationName" : "ValidFrom", "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 starting date from which the certificate is valid.

                                                                                                                                                                                                  \n@param validFrom The starting date from which the certificate is valid.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The starting date from which the certificate is valid.

                                                                                                                                                                                                  \n@return The starting date from which the certificate is valid.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The starting date from which the certificate is valid.

                                                                                                                                                                                                  \n@param validFrom The starting date from which the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The starting date from which the certificate is valid.

                                                                                                                                                                                                  \n@param validFrom The starting date from which the certificate is valid.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ValidTill" : { "documentation" : "

                                                                                                                                                                                                  The final date that the certificate continues to be valid.

                                                                                                                                                                                                  ", "name" : "ValidTill", "c2jName" : "ValidTill", "c2jShape" : "TStamp", "variable" : { "variableName" : "validTill", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  The final date that the certificate continues to be valid.

                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "validTill", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ValidTill", "marshallLocationName" : "ValidTill", "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 final date that the certificate continues to be valid.

                                                                                                                                                                                                  \n@param validTill The final date that the certificate continues to be valid.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The final date that the certificate continues to be valid.

                                                                                                                                                                                                  \n@return The final date that the certificate continues to be valid.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The final date that the certificate continues to be valid.

                                                                                                                                                                                                  \n@param validTill The final date that the certificate continues to be valid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The final date that the certificate continues to be valid.

                                                                                                                                                                                                  \n@param validTill The final date that the certificate continues to be valid.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Thumbprint" : { "documentation" : "

                                                                                                                                                                                                  The thumbprint of the certificate.

                                                                                                                                                                                                  ", "name" : "Thumbprint", "c2jName" : "Thumbprint", "c2jShape" : "String", "variable" : { "variableName" : "thumbprint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The thumbprint of the certificate.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "thumbprint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Thumbprint", "marshallLocationName" : "Thumbprint", "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 thumbprint of the certificate.

                                                                                                                                                                                                  \n@param thumbprint The thumbprint of the certificate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The thumbprint of the certificate.

                                                                                                                                                                                                  \n@return The thumbprint of the certificate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The thumbprint of the certificate.

                                                                                                                                                                                                  \n@param thumbprint The thumbprint of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The thumbprint of the certificate.

                                                                                                                                                                                                  \n@param thumbprint The thumbprint of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateType" : { "documentation" : "

                                                                                                                                                                                                  The type of the certificate.

                                                                                                                                                                                                  ", "name" : "CertificateType", "c2jName" : "CertificateType", "c2jShape" : "String", "variable" : { "variableName" : "certificateType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The type of the certificate.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "certificateType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CertificateType", "marshallLocationName" : "CertificateType", "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 the certificate.

                                                                                                                                                                                                  \n@param certificateType The type of the certificate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The type of the certificate.

                                                                                                                                                                                                  \n@return The type of the certificate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of the certificate.

                                                                                                                                                                                                  \n@param certificateType The type of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The type of the certificate.

                                                                                                                                                                                                  \n@param certificateType The type of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateIdentifier" : { "documentation" : "

                                                                                                                                                                                                  The unique key that identifies a certificate.

                                                                                                                                                                                                  ", "name" : "CertificateIdentifier", "c2jName" : "CertificateIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "certificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique key that identifies a certificate.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "certificateIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CertificateIdentifier", "marshallLocationName" : "CertificateIdentifier", "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 unique key that identifies a certificate.

                                                                                                                                                                                                  \n@param certificateIdentifier The unique key that identifies a certificate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique key that identifies a certificate.

                                                                                                                                                                                                  \n@return The unique key that identifies a certificate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique key that identifies a certificate.

                                                                                                                                                                                                  \n@param certificateIdentifier The unique key that identifies a certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique key that identifies a certificate.

                                                                                                                                                                                                  \n@param certificateIdentifier The unique key that identifies a certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpgradeTarget" : { "c2jName" : "UpgradeTarget", "documentation" : "

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  ", "shapeName" : "UpgradeTarget", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the upgrade target database engine.

                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the upgrade target database engine.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 upgrade target database engine.

                                                                                                                                                                                                  \n@param engine The name of the upgrade target database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the upgrade target database engine.

                                                                                                                                                                                                  \n@return The name of the upgrade target database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the upgrade target database engine.

                                                                                                                                                                                                  \n@param engine The name of the upgrade target database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the upgrade target database engine.

                                                                                                                                                                                                  \n@param engine The name of the upgrade target database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The version number of the upgrade target database engine.

                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The version number of the upgrade target database engine.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 upgrade target database engine.

                                                                                                                                                                                                  \n@param engineVersion The version number of the upgrade target database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The version number of the upgrade target database engine.

                                                                                                                                                                                                  \n@return The version number of the upgrade target database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The version number of the upgrade target database engine.

                                                                                                                                                                                                  \n@param engineVersion The version number of the upgrade target database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The version number of the upgrade target database engine.

                                                                                                                                                                                                  \n@param engineVersion The version number of the upgrade target database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  \n@param description The version of the database engine that a DB instance can be upgraded to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  \n@return The version of the database engine that a DB instance can be upgraded to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  \n@param description The version of the database engine that a DB instance can be upgraded to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  \n@param description The version of the database engine that a DB instance can be upgraded to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  ", "name" : "AutoUpgrade", "c2jName" : "AutoUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "autoUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "autoUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoUpgrade", "marshallLocationName" : "AutoUpgrade", "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 whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  \n@param autoUpgrade A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  \n@return A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  \n@param autoUpgrade A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  \n@param autoUpgrade A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  A value that indicates whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  ", "name" : "IsMajorVersionUpgrade", "c2jName" : "IsMajorVersionUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMajorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  A value that indicates whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isMajorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsMajorVersionUpgrade", "marshallLocationName" : "IsMajorVersionUpgrade", "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 whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  \n@param isMajorVersionUpgrade A value that indicates whether a database engine will be upgraded to a major version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  \n@return A value that indicates whether a database engine will be upgraded to a major version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  \n@param isMajorVersionUpgrade A value that indicates whether a database engine will be upgraded to a major version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  \n@param isMajorVersionUpgrade A value that indicates whether a database engine will be upgraded to a major version.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "upgradeTarget", "variableType" : "UpgradeTarget", "variableDeclarationType" : "UpgradeTarget", "documentation" : null, "variableSetterType" : "UpgradeTarget", "simpleType" : "UpgradeTarget" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  \n@param description The version of the database engine that a DB instance can be upgraded to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  \n@return The version of the database engine that a DB instance can be upgraded to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  \n@param description The version of the database engine that a DB instance can be upgraded to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The version of the database engine that a DB instance can be upgraded to.

                                                                                                                                                                                                  \n@param description The version of the database engine that a DB instance can be upgraded to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

                                                                                                                                                                                                  The version number of the upgrade target database engine.

                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The version number of the upgrade target database engine.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 upgrade target database engine.

                                                                                                                                                                                                  \n@param engineVersion The version number of the upgrade target database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The version number of the upgrade target database engine.

                                                                                                                                                                                                  \n@return The version number of the upgrade target database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The version number of the upgrade target database engine.

                                                                                                                                                                                                  \n@param engineVersion The version number of the upgrade target database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The version number of the upgrade target database engine.

                                                                                                                                                                                                  \n@param engineVersion The version number of the upgrade target database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoUpgrade" : { "documentation" : "

                                                                                                                                                                                                  A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  ", "name" : "AutoUpgrade", "c2jName" : "AutoUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "autoUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "autoUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoUpgrade", "marshallLocationName" : "AutoUpgrade", "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 whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  \n@param autoUpgrade A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  \n@return A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  \n@param autoUpgrade A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.

                                                                                                                                                                                                  \n@param autoUpgrade A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

                                                                                                                                                                                                  The name of the upgrade target database engine.

                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the upgrade target database engine.

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 upgrade target database engine.

                                                                                                                                                                                                  \n@param engine The name of the upgrade target database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the upgrade target database engine.

                                                                                                                                                                                                  \n@return The name of the upgrade target database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the upgrade target database engine.

                                                                                                                                                                                                  \n@param engine The name of the upgrade target database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the upgrade target database engine.

                                                                                                                                                                                                  \n@param engine The name of the upgrade target database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsMajorVersionUpgrade" : { "documentation" : "

                                                                                                                                                                                                  A value that indicates whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  ", "name" : "IsMajorVersionUpgrade", "c2jName" : "IsMajorVersionUpgrade", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMajorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                  A value that indicates whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isMajorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsMajorVersionUpgrade", "marshallLocationName" : "IsMajorVersionUpgrade", "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 whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  \n@param isMajorVersionUpgrade A value that indicates whether a database engine will be upgraded to a major version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  \n@return A value that indicates whether a database engine will be upgraded to a major version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  \n@param isMajorVersionUpgrade A value that indicates whether a database engine will be upgraded to a major version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A value that indicates whether a database engine will be upgraded to a major version.

                                                                                                                                                                                                  \n@param isMajorVersionUpgrade A value that indicates whether a database engine will be upgraded to a major version.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PromoteReadReplicaRequest" : { "c2jName" : "PromoteReadReplicaMessage", "documentation" : "

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

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

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                  • 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: mydbinstance

                                                                                                                                                                                                  ", "name" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                  • 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: mydbinstance

                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 instance identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                  • 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: mydbinstance

                                                                                                                                                                                                  \n@param dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                  • 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: mydbinstance*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                  • 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: mydbinstance

                                                                                                                                                                                                  \n@return The DB instance identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                  • 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: mydbinstance*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                  • 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: mydbinstance

                                                                                                                                                                                                  \n@param dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                  • 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: mydbinstance\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                  • 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: mydbinstance

                                                                                                                                                                                                  \n@param dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                  • 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: mydbinstance\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be a value from 0 to 8
                                                                                                                                                                                                  ", "name" : "BackupRetentionPeriod", "c2jName" : "BackupRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                  The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be a value from 0 to 8
                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be a value from 0 to 8
                                                                                                                                                                                                  \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                  • Must be a value from 0 to 8
                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                                                                                                                    The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                    Default: 1

                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                    • Must be a value from 0 to 8
                                                                                                                                                                                                    \n@return The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                    Default: 1

                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                    • Must be a value from 0 to 8
                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                      The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                      Default: 1

                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                      • Must be a value from 0 to 8
                                                                                                                                                                                                      \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                      Default: 1

                                                                                                                                                                                                      Constraints:

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

                                                                                                                                                                                                        The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                        Default: 1

                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                        • Must be a value from 0 to 8
                                                                                                                                                                                                        \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                        Default: 1

                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                        • Must be a value from 0 to 8
                                                                                                                                                                                                        • \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.
                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } ], "enums" : null, "variable" : { "variableName" : "promoteReadReplicaRequest", "variableType" : "PromoteReadReplicaRequest", "variableDeclarationType" : "PromoteReadReplicaRequest", "documentation" : null, "variableSetterType" : "PromoteReadReplicaRequest", "simpleType" : "PromoteReadReplicaRequest" }, "marshaller" : { "action" : "PromoteReadReplica", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.
                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "DBInstanceIdentifier" : { "documentation" : "

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

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                                          • 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: mydbinstance

                                                                                                                                                                                                                          ", "name" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                                          • 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: mydbinstance

                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 instance identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                                          • 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: mydbinstance

                                                                                                                                                                                                                          \n@param dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                                          • 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: mydbinstance*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                                          • 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: mydbinstance

                                                                                                                                                                                                                          \n@return The DB instance identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                                          • 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: mydbinstance*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                                          • 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: mydbinstance

                                                                                                                                                                                                                          \n@param dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                                          • 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: mydbinstance\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                                          • 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: mydbinstance

                                                                                                                                                                                                                          \n@param dBInstanceIdentifier The DB instance identifier. This value is stored as a lowercase string.

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be the identifier for an existing Read Replica DB instance
                                                                                                                                                                                                                          • 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: mydbinstance\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BackupRetentionPeriod" : { "documentation" : "

                                                                                                                                                                                                                          The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                                          Default: 1

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be a value from 0 to 8
                                                                                                                                                                                                                          ", "name" : "BackupRetentionPeriod", "c2jName" : "BackupRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                                          Default: 1

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be a value from 0 to 8
                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                                          Default: 1

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be a value from 0 to 8
                                                                                                                                                                                                                          \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                                          Default: 1

                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                          • Must be a value from 0 to 8
                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                            The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                                            Default: 1

                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                            • Must be a value from 0 to 8
                                                                                                                                                                                                                            \n@return The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                                            Default: 1

                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                            • Must be a value from 0 to 8
                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                              The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                              • Must be a value from 0 to 8
                                                                                                                                                                                                                              \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                                              Default: 1

                                                                                                                                                                                                                              Constraints:

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

                                                                                                                                                                                                                                The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                                                Default: 1

                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                • Must be a value from 0 to 8
                                                                                                                                                                                                                                \n@param backupRetentionPeriod The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.

                                                                                                                                                                                                                                Default: 1

                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                • Must be a value from 0 to 8
                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PendingMaintenanceAction" : { "c2jName" : "PendingMaintenanceAction", "documentation" : "

                                                                                                                                                                                                                                  Provides information about a pending maintenance action for a resource.

                                                                                                                                                                                                                                  ", "shapeName" : "PendingMaintenanceAction", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The type of pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "String", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The type of pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "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 pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  \n@param action The type of pending maintenance action that is available for the resource.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  \n@return The type of pending maintenance action that is available for the resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  \n@param action The type of pending maintenance action that is available for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  \n@param action The type of pending maintenance action that is available for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  ", "name" : "AutoAppliedAfterDate", "c2jName" : "AutoAppliedAfterDate", "c2jShape" : "TStamp", "variable" : { "variableName" : "autoAppliedAfterDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "autoAppliedAfterDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoAppliedAfterDate", "marshallLocationName" : "AutoAppliedAfterDate", "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 date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@return The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  ", "name" : "ForcedApplyDate", "c2jName" : "ForcedApplyDate", "c2jShape" : "TStamp", "variable" : { "variableName" : "forcedApplyDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "forcedApplyDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ForcedApplyDate", "marshallLocationName" : "ForcedApplyDate", "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 date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@return The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  Indicates the type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  ", "name" : "OptInStatus", "c2jName" : "OptInStatus", "c2jShape" : "String", "variable" : { "variableName" : "optInStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Indicates the type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optInStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptInStatus", "marshallLocationName" : "OptInStatus", "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 type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Indicates the type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  \n@return Indicates the type of opt-in request that has been received for the resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Indicates the type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Indicates the type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  ", "name" : "CurrentApplyDate", "c2jName" : "CurrentApplyDate", "c2jShape" : "TStamp", "variable" : { "variableName" : "currentApplyDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "currentApplyDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrentApplyDate", "marshallLocationName" : "CurrentApplyDate", "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 effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  \n@return The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  \n@param description A description providing more detail about the maintenance action.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  \n@return A description providing more detail about the maintenance action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  \n@param description A description providing more detail about the maintenance action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  \n@param description A description providing more detail about the maintenance action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "pendingMaintenanceAction", "variableType" : "PendingMaintenanceAction", "variableDeclarationType" : "PendingMaintenanceAction", "documentation" : null, "variableSetterType" : "PendingMaintenanceAction", "simpleType" : "PendingMaintenanceAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CurrentApplyDate" : { "documentation" : "

                                                                                                                                                                                                                                  The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  ", "name" : "CurrentApplyDate", "c2jName" : "CurrentApplyDate", "c2jShape" : "TStamp", "variable" : { "variableName" : "currentApplyDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "currentApplyDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrentApplyDate", "marshallLocationName" : "CurrentApplyDate", "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 effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  \n@return The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

                                                                                                                                                                                                                                  \n@param currentApplyDate The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  \n@param description A description providing more detail about the maintenance action.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  \n@return A description providing more detail about the maintenance action.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  \n@param description A description providing more detail about the maintenance action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A description providing more detail about the maintenance action.

                                                                                                                                                                                                                                  \n@param description A description providing more detail about the maintenance action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Action" : { "documentation" : "

                                                                                                                                                                                                                                  The type of pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  ", "name" : "Action", "c2jName" : "Action", "c2jShape" : "String", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The type of pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "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 pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  \n@param action The type of pending maintenance action that is available for the resource.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  \n@return The type of pending maintenance action that is available for the resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  \n@param action The type of pending maintenance action that is available for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type of pending maintenance action that is available for the resource.

                                                                                                                                                                                                                                  \n@param action The type of pending maintenance action that is available for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptInStatus" : { "documentation" : "

                                                                                                                                                                                                                                  Indicates the type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  ", "name" : "OptInStatus", "c2jName" : "OptInStatus", "c2jShape" : "String", "variable" : { "variableName" : "optInStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Indicates the type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optInStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptInStatus", "marshallLocationName" : "OptInStatus", "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 type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Indicates the type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  \n@return Indicates the type of opt-in request that has been received for the resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Indicates the type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Indicates the type of opt-in request that has been received for the resource.

                                                                                                                                                                                                                                  \n@param optInStatus Indicates the type of opt-in request that has been received for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ForcedApplyDate" : { "documentation" : "

                                                                                                                                                                                                                                  The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  ", "name" : "ForcedApplyDate", "c2jName" : "ForcedApplyDate", "c2jShape" : "TStamp", "variable" : { "variableName" : "forcedApplyDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "forcedApplyDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "ForcedApplyDate", "marshallLocationName" : "ForcedApplyDate", "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 date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@return The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param forcedApplyDate The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoAppliedAfterDate" : { "documentation" : "

                                                                                                                                                                                                                                  The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  ", "name" : "AutoAppliedAfterDate", "c2jName" : "AutoAppliedAfterDate", "c2jShape" : "TStamp", "variable" : { "variableName" : "autoAppliedAfterDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "autoAppliedAfterDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoAppliedAfterDate", "marshallLocationName" : "AutoAppliedAfterDate", "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 date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@return The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

                                                                                                                                                                                                                                  \n@param autoAppliedAfterDate The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDBSecurityGroupsResult" : { "c2jName" : "DBSecurityGroupMessage", "documentation" : "

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

                                                                                                                                                                                                                                  ", "shapeName" : "DescribeDBSecurityGroupsResult", "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.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DBSecurityGroup instances.

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

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSecurityGroups", "marshallLocationName" : "DBSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBSecurityGroup", "memberLocationName" : "DBSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBSecurityGroup", "variable" : { "variableName" : "member", "variableType" : "DBSecurityGroup", "variableDeclarationType" : "DBSecurityGroup", "documentation" : "", "variableSetterType" : "DBSecurityGroup", "simpleType" : "DBSecurityGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "DBSecurityGroup", "variableDeclarationType" : "DBSecurityGroup", "documentation" : "", "variableSetterType" : "DBSecurityGroup", "simpleType" : "DBSecurityGroup" }, "getterModel" : { "returnType" : "DBSecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSecurityGroup", "marshallLocationName" : "DBSecurityGroup", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBSecurityGroup", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

                                                                                                                                                                                                                                  \n@param dBSecurityGroups A list of DBSecurityGroup instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

                                                                                                                                                                                                                                  \n@return A list of DBSecurityGroup instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

                                                                                                                                                                                                                                  \n@param dBSecurityGroups A list of DBSecurityGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param dBSecurityGroups A list of DBSecurityGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBSecurityGroupsResult", "variableType" : "DescribeDBSecurityGroupsResult", "variableDeclarationType" : "DescribeDBSecurityGroupsResult", "documentation" : null, "variableSetterType" : "DescribeDBSecurityGroupsResult", "simpleType" : "DescribeDBSecurityGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeDBSecurityGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBSecurityGroups" : { "documentation" : "

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

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

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSecurityGroups", "marshallLocationName" : "DBSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBSecurityGroup", "memberLocationName" : "DBSecurityGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBSecurityGroup", "variable" : { "variableName" : "member", "variableType" : "DBSecurityGroup", "variableDeclarationType" : "DBSecurityGroup", "documentation" : "", "variableSetterType" : "DBSecurityGroup", "simpleType" : "DBSecurityGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "DBSecurityGroup", "variableDeclarationType" : "DBSecurityGroup", "documentation" : "", "variableSetterType" : "DBSecurityGroup", "simpleType" : "DBSecurityGroup" }, "getterModel" : { "returnType" : "DBSecurityGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSecurityGroup", "marshallLocationName" : "DBSecurityGroup", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBSecurityGroup", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

                                                                                                                                                                                                                                  \n@param dBSecurityGroups A list of DBSecurityGroup instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

                                                                                                                                                                                                                                  \n@return A list of DBSecurityGroup instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

                                                                                                                                                                                                                                  \n@param dBSecurityGroups A list of DBSecurityGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A list of DBSecurityGroup instances.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param dBSecurityGroups A list of DBSecurityGroup instances.\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.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "DescribeReservedDBInstancesOfferingsRequest" : { "c2jName" : "DescribeReservedDBInstancesOfferingsMessage", "documentation" : "

                                                                                                                                                                                                                                  ", "shapeName" : "DescribeReservedDBInstancesOfferingsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstancesOfferingId", "c2jName" : "ReservedDBInstancesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOfferingId", "marshallLocationName" : "ReservedDBInstancesOfferingId", "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 offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  \n@return The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  \n@return The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "String", "variable" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "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" : "/**

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  \n@param duration Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  \n@return Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  \n@param duration Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  \n@param duration Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "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" : "/**

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  \n@param productDescription Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  \n@return Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  \n@param productDescription Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  \n@param productDescription Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "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 offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  \n@return The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  ", "name" : "MultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultiAZ", "marshallLocationName" : "MultiAZ", "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 Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  \n@return The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.\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.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  ", "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@return The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.\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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.\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.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "describeReservedDBInstancesOfferingsRequest", "variableType" : "DescribeReservedDBInstancesOfferingsRequest", "variableDeclarationType" : "DescribeReservedDBInstancesOfferingsRequest", "documentation" : null, "variableSetterType" : "DescribeReservedDBInstancesOfferingsRequest", "simpleType" : "DescribeReservedDBInstancesOfferingsRequest" }, "marshaller" : { "action" : "DescribeReservedDBInstancesOfferings", "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.

                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "ReservedDBInstancesOfferingId" : { "documentation" : "

                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstancesOfferingId", "c2jName" : "ReservedDBInstancesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOfferingId", "marshallLocationName" : "ReservedDBInstancesOfferingId", "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 offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  \n@return The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only the available offering that matches the specified reservation identifier.

                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  ", "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@return The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.\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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstanceClass" : { "documentation" : "

                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  \n@return The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Duration" : { "documentation" : "

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "String", "variable" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "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" : "/**

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  \n@param duration Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  \n@return Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  \n@param duration Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                  \n@param duration Duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductDescription" : { "documentation" : "

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "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" : "/**

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  \n@param productDescription Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  \n@return Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  \n@param productDescription Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.

                                                                                                                                                                                                                                  \n@param productDescription Product description filter value. Specify this parameter to show only the available offerings matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MultiAZ" : { "documentation" : "

                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  ", "name" : "MultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultiAZ", "marshallLocationName" : "MultiAZ", "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 Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  \n@return The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only the available offerings matching the specified Multi-AZ parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OfferingType" : { "documentation" : "

                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "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 offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  \n@return The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" \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.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "InsufficientStorageClusterCapacityException" : { "c2jName" : "InsufficientStorageClusterCapacityFault", "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.

                                                                                                                                                                                                                                  ", "shapeName" : "InsufficientStorageClusterCapacityException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientStorageClusterCapacityException", "variableType" : "InsufficientStorageClusterCapacityException", "variableDeclarationType" : "InsufficientStorageClusterCapacityException", "documentation" : null, "variableSetterType" : "InsufficientStorageClusterCapacityException", "simpleType" : "InsufficientStorageClusterCapacityException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientStorageClusterCapacity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AuthorizationQuotaExceededException" : { "c2jName" : "AuthorizationQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                  DB security group authorization quota has been reached.

                                                                                                                                                                                                                                  ", "shapeName" : "AuthorizationQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "authorizationQuotaExceededException", "variableType" : "AuthorizationQuotaExceededException", "variableDeclarationType" : "AuthorizationQuotaExceededException", "documentation" : null, "variableSetterType" : "AuthorizationQuotaExceededException", "simpleType" : "AuthorizationQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AuthorizationQuotaExceeded", "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.

                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.
                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "variableSetterType" : "AddSourceIdentifierToSubscriptionRequest", "simpleType" : "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.
                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "PurchaseReservedDBInstancesOfferingRequest" : { "c2jName" : "PurchaseReservedDBInstancesOfferingMessage", "documentation" : "

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

                                                                                                                                                                                                                                                  The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstancesOfferingId", "c2jName" : "ReservedDBInstancesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOfferingId", "marshallLocationName" : "ReservedDBInstancesOfferingId", "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 Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  \n@return The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstanceId", "c2jName" : "ReservedDBInstanceId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstanceId", "marshallLocationName" : "ReservedDBInstanceId", "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" : "/**

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  \n@return Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId Customer-specified identifier to track this reservation.

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

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                  The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  ", "name" : "DBInstanceCount", "c2jName" : "DBInstanceCount", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "dBInstanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "dBInstanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceCount", "marshallLocationName" : "DBInstanceCount", "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 instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  \n@param dBInstanceCount The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  \n@return The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  \n@param dBInstanceCount The number of instances to reserve.

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

                                                                                                                                                                                                                                                  The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  \n@param dBInstanceCount The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1\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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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" : "purchaseReservedDBInstancesOfferingRequest", "variableType" : "PurchaseReservedDBInstancesOfferingRequest", "variableDeclarationType" : "PurchaseReservedDBInstancesOfferingRequest", "documentation" : null, "variableSetterType" : "PurchaseReservedDBInstancesOfferingRequest", "simpleType" : "PurchaseReservedDBInstancesOfferingRequest" }, "marshaller" : { "action" : "PurchaseReservedDBInstancesOffering", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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.*/" }, "ReservedDBInstancesOfferingId" : { "documentation" : "

                                                                                                                                                                                                                                                  The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstancesOfferingId", "c2jName" : "ReservedDBInstancesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOfferingId", "marshallLocationName" : "ReservedDBInstancesOfferingId", "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 Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  \n@return The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706

                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The ID of the Reserved DB instance offering to purchase.

                                                                                                                                                                                                                                                  Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedDBInstanceId" : { "documentation" : "

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstanceId", "c2jName" : "ReservedDBInstanceId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstanceId", "marshallLocationName" : "ReservedDBInstanceId", "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" : "/**

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  \n@return Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId Customer-specified identifier to track this reservation.

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

                                                                                                                                                                                                                                                  Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID

                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId Customer-specified identifier to track this reservation.

                                                                                                                                                                                                                                                  Example: myreservationID\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstanceCount" : { "documentation" : "

                                                                                                                                                                                                                                                  The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  ", "name" : "DBInstanceCount", "c2jName" : "DBInstanceCount", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "dBInstanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                  The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "dBInstanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceCount", "marshallLocationName" : "DBInstanceCount", "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 instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  \n@param dBInstanceCount The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  \n@return The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  \n@param dBInstanceCount The number of instances to reserve.

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

                                                                                                                                                                                                                                                  The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1

                                                                                                                                                                                                                                                  \n@param dBInstanceCount The number of instances to reserve.

                                                                                                                                                                                                                                                  Default: 1\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InsufficientDBInstanceCapacityException" : { "c2jName" : "InsufficientDBInstanceCapacityFault", "documentation" : "

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

                                                                                                                                                                                                                                                  ", "shapeName" : "InsufficientDBInstanceCapacityException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientDBInstanceCapacityException", "variableType" : "InsufficientDBInstanceCapacityException", "variableDeclarationType" : "InsufficientDBInstanceCapacityException", "documentation" : null, "variableSetterType" : "InsufficientDBInstanceCapacityException", "simpleType" : "InsufficientDBInstanceCapacityException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientDBInstanceCapacity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeOrderableDBInstanceOptionsRequest" : { "c2jName" : "DescribeOrderableDBInstanceOptionsMessage", "documentation" : "

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

                                                                                                                                                                                                                                                  The name of the engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The name of the engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  \n@param engine The name of the engine to retrieve DB instance options for.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  \n@return The name of the engine to retrieve DB instance options for.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  \n@param engine The name of the engine to retrieve DB instance options for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  \n@param engine The name of the engine to retrieve DB instance options for.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                  The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  \n@param engineVersion The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  \n@return The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  \n@param engineVersion The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  \n@param engineVersion The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  \n@return The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                  The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  ", "name" : "LicenseModel", "c2jName" : "LicenseModel", "c2jShape" : "String", "variable" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LicenseModel", "marshallLocationName" : "LicenseModel", "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 license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  \n@param licenseModel The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  \n@return The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  \n@param licenseModel The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  \n@param licenseModel The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                  The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  ", "name" : "Vpc", "c2jName" : "Vpc", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "vpc", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                  The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "vpc", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Vpc", "marshallLocationName" : "Vpc", "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 VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  \n@param vpc The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  \n@return The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  \n@param vpc The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  \n@param vpc The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.\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.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 .

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "describeOrderableDBInstanceOptionsRequest", "variableType" : "DescribeOrderableDBInstanceOptionsRequest", "variableDeclarationType" : "DescribeOrderableDBInstanceOptionsRequest", "documentation" : null, "variableSetterType" : "DescribeOrderableDBInstanceOptionsRequest", "simpleType" : "DescribeOrderableDBInstanceOptionsRequest" }, "marshaller" : { "action" : "DescribeOrderableDBInstanceOptions", "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.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "Vpc" : { "documentation" : "

                                                                                                                                                                                                                                                  The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  ", "name" : "Vpc", "c2jName" : "Vpc", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "vpc", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                  The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "vpc", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Vpc", "marshallLocationName" : "Vpc", "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 VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  \n@param vpc The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  \n@return The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  \n@param vpc The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.

                                                                                                                                                                                                                                                  \n@param vpc The VPC filter value. Specify this parameter to show only the available VPC or non-VPC offerings.\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.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.*/" }, "DBInstanceClass" : { "documentation" : "

                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  \n@return The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.

                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only the available offerings matching the specified DB instance class.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

                                                                                                                                                                                                                                                  The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  \n@param engineVersion The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  \n@return The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  \n@param engineVersion The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.

                                                                                                                                                                                                                                                  \n@param engineVersion The engine version filter value. Specify this parameter to show only the available offerings matching the specified engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LicenseModel" : { "documentation" : "

                                                                                                                                                                                                                                                  The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  ", "name" : "LicenseModel", "c2jName" : "LicenseModel", "c2jShape" : "String", "variable" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LicenseModel", "marshallLocationName" : "LicenseModel", "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 license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  \n@param licenseModel The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  \n@return The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  \n@param licenseModel The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.

                                                                                                                                                                                                                                                  \n@param licenseModel The license model filter value. Specify this parameter to show only the available offerings matching the specified license model.\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 .

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "Engine" : { "documentation" : "

                                                                                                                                                                                                                                                  The name of the engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The name of the engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  \n@param engine The name of the engine to retrieve DB instance options for.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  \n@return The name of the engine to retrieve DB instance options for.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  \n@param engine The name of the engine to retrieve DB instance options for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The name of the engine to retrieve DB instance options for.

                                                                                                                                                                                                                                                  \n@param engine The name of the engine to retrieve DB instance options for.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SubscriptionAlreadyExistException" : { "c2jName" : "SubscriptionAlreadyExistFault", "documentation" : "

                                                                                                                                                                                                                                                  The supplied subscription name already exists.

                                                                                                                                                                                                                                                  ", "shapeName" : "SubscriptionAlreadyExistException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subscriptionAlreadyExistException", "variableType" : "SubscriptionAlreadyExistException", "variableDeclarationType" : "SubscriptionAlreadyExistException", "documentation" : null, "variableSetterType" : "SubscriptionAlreadyExistException", "simpleType" : "SubscriptionAlreadyExistException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubscriptionAlreadyExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InsufficientDBClusterCapacityException" : { "c2jName" : "InsufficientDBClusterCapacityFault", "documentation" : "

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

                                                                                                                                                                                                                                                  ", "shapeName" : "InsufficientDBClusterCapacityException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientDBClusterCapacityException", "variableType" : "InsufficientDBClusterCapacityException", "variableDeclarationType" : "InsufficientDBClusterCapacityException", "documentation" : null, "variableSetterType" : "InsufficientDBClusterCapacityException", "simpleType" : "InsufficientDBClusterCapacityException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientDBClusterCapacityFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "FailoverDBClusterRequest" : { "c2jName" : "FailoverDBClusterMessage", "documentation" : "

                                                                                                                                                                                                                                                  ", "shapeName" : "FailoverDBClusterRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                  A DB cluster identifier to force a failover for. 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" : "

                                                                                                                                                                                                                                                  A DB cluster identifier to force a failover for. 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
                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                  A DB cluster identifier to force a failover for. 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 A DB cluster identifier to force a failover for. 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" : "/**

                                                                                                                                                                                                                                                    A DB cluster identifier to force a failover for. 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 A DB cluster identifier to force a failover for. 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" : "/**

                                                                                                                                                                                                                                                      A DB cluster identifier to force a failover for. 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 A DB cluster identifier to force a failover for. 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" : "/**

                                                                                                                                                                                                                                                        A DB cluster identifier to force a failover for. 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 A DB cluster identifier to force a failover for. 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.*/" } ], "enums" : null, "variable" : { "variableName" : "failoverDBClusterRequest", "variableType" : "FailoverDBClusterRequest", "variableDeclarationType" : "FailoverDBClusterRequest", "documentation" : null, "variableSetterType" : "FailoverDBClusterRequest", "simpleType" : "FailoverDBClusterRequest" }, "marshaller" : { "action" : "FailoverDBCluster", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                          A DB cluster identifier to force a failover for. 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" : "

                                                                                                                                                                                                                                                          A DB cluster identifier to force a failover for. 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
                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                          A DB cluster identifier to force a failover for. 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 A DB cluster identifier to force a failover for. 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" : "/**

                                                                                                                                                                                                                                                            A DB cluster identifier to force a failover for. 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 A DB cluster identifier to force a failover for. 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" : "/**

                                                                                                                                                                                                                                                              A DB cluster identifier to force a failover for. 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 A DB cluster identifier to force a failover for. 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" : "/**

                                                                                                                                                                                                                                                                A DB cluster identifier to force a failover for. 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 A DB cluster identifier to force a failover for. 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.*/" } } }, "DBParameterGroupNotFoundException" : { "c2jName" : "DBParameterGroupNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                  DBParameterGroupName does not refer to an existing DB parameter group.

                                                                                                                                                                                                                                                                  ", "shapeName" : "DBParameterGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBParameterGroupNotFoundException", "variableType" : "DBParameterGroupNotFoundException", "variableDeclarationType" : "DBParameterGroupNotFoundException", "documentation" : null, "variableSetterType" : "DBParameterGroupNotFoundException", "simpleType" : "DBParameterGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBParameterGroupNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EventSubscriptionQuotaExceededException" : { "c2jName" : "EventSubscriptionQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                  You have reached the maximum number of event subscriptions.

                                                                                                                                                                                                                                                                  ", "shapeName" : "EventSubscriptionQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "eventSubscriptionQuotaExceededException", "variableType" : "EventSubscriptionQuotaExceededException", "variableDeclarationType" : "EventSubscriptionQuotaExceededException", "documentation" : null, "variableSetterType" : "EventSubscriptionQuotaExceededException", "simpleType" : "EventSubscriptionQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "EventSubscriptionQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeEventsResult" : { "c2jName" : "EventsMessage", "documentation" : "

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

                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeEventsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 Events 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 Events 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 Events 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 Events 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 Events 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 Events 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 Events 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 Events 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 Event instances.

                                                                                                                                                                                                                                                                  ", "name" : "Events", "c2jName" : "Events", "c2jShape" : "EventList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Event", "memberLocationName" : "Event", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Event", "variable" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "variableSetterType" : "Event", "simpleType" : "Event" }, "setterModel" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "variableSetterType" : "Event", "simpleType" : "Event" }, "getterModel" : { "returnType" : "Event", "documentation" : null }, "http" : { "unmarshallLocationName" : "Event", "marshallLocationName" : "Event", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Event", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  \n@return A list of Event instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEventsResult", "variableType" : "DescribeEventsResult", "variableDeclarationType" : "DescribeEventsResult", "documentation" : null, "variableSetterType" : "DescribeEventsResult", "simpleType" : "DescribeEventsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeEventsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Events" : { "documentation" : "

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  ", "name" : "Events", "c2jName" : "Events", "c2jShape" : "EventList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Event", "memberLocationName" : "Event", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Event", "variable" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "variableSetterType" : "Event", "simpleType" : "Event" }, "setterModel" : { "variableName" : "member", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : "", "variableSetterType" : "Event", "simpleType" : "Event" }, "getterModel" : { "returnType" : "Event", "documentation" : null }, "http" : { "unmarshallLocationName" : "Event", "marshallLocationName" : "Event", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Event", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  \n@return A list of Event instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of Event instances.

                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                  \n@param events A list of Event instances.\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 Events 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 Events request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 Events 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 Events 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 Events 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 Events 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 Events 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 Events 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 Events 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 Events 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.*/" } } }, "DescribePendingMaintenanceActionsResult" : { "c2jName" : "PendingMaintenanceActionsMessage", "documentation" : "

                                                                                                                                                                                                                                                                  Data returned from the DescribePendingMaintenanceActions action.

                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribePendingMaintenanceActionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

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

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pendingMaintenanceActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingMaintenanceActions", "marshallLocationName" : "PendingMaintenanceActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ResourcePendingMaintenanceActions", "memberLocationName" : "ResourcePendingMaintenanceActions", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourcePendingMaintenanceActions", "variable" : { "variableName" : "member", "variableType" : "ResourcePendingMaintenanceActions", "variableDeclarationType" : "ResourcePendingMaintenanceActions", "documentation" : "", "variableSetterType" : "ResourcePendingMaintenanceActions", "simpleType" : "ResourcePendingMaintenanceActions" }, "setterModel" : { "variableName" : "member", "variableType" : "ResourcePendingMaintenanceActions", "variableDeclarationType" : "ResourcePendingMaintenanceActions", "documentation" : "", "variableSetterType" : "ResourcePendingMaintenanceActions", "simpleType" : "ResourcePendingMaintenanceActions" }, "getterModel" : { "returnType" : "ResourcePendingMaintenanceActions", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourcePendingMaintenanceActions", "marshallLocationName" : "ResourcePendingMaintenanceActions", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "ResourcePendingMaintenanceActions", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActions A list of the pending maintenance actions for the resource.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                  \n@return A list of the pending maintenance actions for the resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActions A list of the pending maintenance actions for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActions A list of the pending maintenance actions for the resource.\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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } ], "enums" : null, "variable" : { "variableName" : "describePendingMaintenanceActionsResult", "variableType" : "DescribePendingMaintenanceActionsResult", "variableDeclarationType" : "DescribePendingMaintenanceActionsResult", "documentation" : null, "variableSetterType" : "DescribePendingMaintenanceActionsResult", "simpleType" : "DescribePendingMaintenanceActionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribePendingMaintenanceActionsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PendingMaintenanceActions" : { "documentation" : "

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

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

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pendingMaintenanceActions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingMaintenanceActions", "marshallLocationName" : "PendingMaintenanceActions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ResourcePendingMaintenanceActions", "memberLocationName" : "ResourcePendingMaintenanceActions", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ResourcePendingMaintenanceActions", "variable" : { "variableName" : "member", "variableType" : "ResourcePendingMaintenanceActions", "variableDeclarationType" : "ResourcePendingMaintenanceActions", "documentation" : "", "variableSetterType" : "ResourcePendingMaintenanceActions", "simpleType" : "ResourcePendingMaintenanceActions" }, "setterModel" : { "variableName" : "member", "variableType" : "ResourcePendingMaintenanceActions", "variableDeclarationType" : "ResourcePendingMaintenanceActions", "documentation" : "", "variableSetterType" : "ResourcePendingMaintenanceActions", "simpleType" : "ResourcePendingMaintenanceActions" }, "getterModel" : { "returnType" : "ResourcePendingMaintenanceActions", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourcePendingMaintenanceActions", "marshallLocationName" : "ResourcePendingMaintenanceActions", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "ResourcePendingMaintenanceActions", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActions A list of the pending maintenance actions for the resource.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                  \n@return A list of the pending maintenance actions for the resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActions A list of the pending maintenance actions for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  A list of the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActions A list of the pending maintenance actions for the resource.\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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "DeleteDBClusterSnapshotRequest" : { "c2jName" : "DeleteDBClusterSnapshotMessage", "documentation" : "

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

                                                                                                                                                                                                                                                                  The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  ", "name" : "DBClusterSnapshotIdentifier", "c2jName" : "DBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  \n@return The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.\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 delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDBClusterSnapshotRequest", "variableType" : "DeleteDBClusterSnapshotRequest", "variableDeclarationType" : "DeleteDBClusterSnapshotRequest", "documentation" : null, "variableSetterType" : "DeleteDBClusterSnapshotRequest", "simpleType" : "DeleteDBClusterSnapshotRequest" }, "marshaller" : { "action" : "DeleteDBClusterSnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBClusterSnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                  The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  ", "name" : "DBClusterSnapshotIdentifier", "c2jName" : "DBClusterSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  \n@return The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.\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 delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.

                                                                                                                                                                                                                                                                  \n@param dBClusterSnapshotIdentifier The identifier of the DB cluster snapshot to delete.

                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB cluster snapshot in the available state.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBSubnetGroupAlreadyExistsException" : { "c2jName" : "DBSubnetGroupAlreadyExistsFault", "documentation" : "

                                                                                                                                                                                                                                                                  DBSubnetGroupName is already used by an existing DB subnet group.

                                                                                                                                                                                                                                                                  ", "shapeName" : "DBSubnetGroupAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBSubnetGroupAlreadyExistsException", "variableType" : "DBSubnetGroupAlreadyExistsException", "variableDeclarationType" : "DBSubnetGroupAlreadyExistsException", "documentation" : null, "variableSetterType" : "DBSubnetGroupAlreadyExistsException", "simpleType" : "DBSubnetGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBSubnetGroupAlreadyExists", "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "variableSetterType" : "RevokeDBSecurityGroupIngressRequest", "simpleType" : "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" : { "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "cIDRIP", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eC2SecurityGroupOwnerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                  The specified resource ID was not found.

                                                                                                                                                                                                                                                                  ", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "variableSetterType" : "ResourceNotFoundException", "simpleType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteOptionGroupResult" : { "c2jName" : "DeleteOptionGroupResult", "documentation" : null, "shapeName" : "DeleteOptionGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteOptionGroupResult", "variableType" : "DeleteOptionGroupResult", "variableDeclarationType" : "DeleteOptionGroupResult", "documentation" : null, "variableSetterType" : "DeleteOptionGroupResult", "simpleType" : "DeleteOptionGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidDBSubnetGroupStateException" : { "c2jName" : "InvalidDBSubnetGroupStateFault", "documentation" : "

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

                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidDBSubnetGroupStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidDBSubnetGroupStateException", "variableType" : "InvalidDBSubnetGroupStateException", "variableDeclarationType" : "InvalidDBSubnetGroupStateException", "documentation" : null, "variableSetterType" : "InvalidDBSubnetGroupStateException", "simpleType" : "InvalidDBSubnetGroupStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDBSubnetGroupStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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, "variableSetterType" : "DBSnapshotNotFoundException", "simpleType" : "DBSnapshotNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBSnapshotNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateOptionGroupRequest" : { "c2jName" : "CreateOptionGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                  ", "shapeName" : "CreateOptionGroupRequest", "deprecated" : false, "required" : [ "OptionGroupName", "EngineName", "MajorEngineVersion", "OptionGroupDescription" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  \n@param optionGroupName Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  \n@return Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  \n@param optionGroupName Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

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

                                                                                                                                                                                                                                                                  Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  \n@param optionGroupName Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

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

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

                                                                                                                                                                                                                                                                  \n@param engineName Specifies the name of the engine that this option group should be associated with.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@return Specifies the name of the engine that this option group should be associated with.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@param engineName Specifies the name of the engine that this option group should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@param engineName Specifies the name of the engine that this option group should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

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

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

                                                                                                                                                                                                                                                                  \n@param majorEngineVersion Specifies the major version of the engine that this option group should be associated with.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@return Specifies the major version of the engine that this option group should be associated with.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@param majorEngineVersion Specifies the major version of the engine that this option group should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@param majorEngineVersion Specifies the major version of the engine that this option group should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  ", "name" : "OptionGroupDescription", "c2jName" : "OptionGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  \n@param optionGroupDescription The description of the option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  \n@return The description of the option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  \n@param optionGroupDescription The description of the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  \n@param optionGroupDescription The description of the option group.\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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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" : "createOptionGroupRequest", "variableType" : "CreateOptionGroupRequest", "variableDeclarationType" : "CreateOptionGroupRequest", "documentation" : null, "variableSetterType" : "CreateOptionGroupRequest", "simpleType" : "CreateOptionGroupRequest" }, "marshaller" : { "action" : "CreateOptionGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EngineName" : { "documentation" : "

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

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

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

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

                                                                                                                                                                                                                                                                  \n@param engineName Specifies the name of the engine that this option group should be associated with.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@return Specifies the name of the engine that this option group should be associated with.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@param engineName Specifies the name of the engine that this option group should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@param engineName Specifies the name of the engine that this option group should be associated with.\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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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.*/" }, "MajorEngineVersion" : { "documentation" : "

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

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

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

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

                                                                                                                                                                                                                                                                  \n@param majorEngineVersion Specifies the major version of the engine that this option group should be associated with.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@return Specifies the major version of the engine that this option group should be associated with.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@param majorEngineVersion Specifies the major version of the engine that this option group should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                  \n@param majorEngineVersion Specifies the major version of the engine that this option group should be associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  \n@param optionGroupName Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  \n@return Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  \n@param optionGroupName Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

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

                                                                                                                                                                                                                                                                  Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup

                                                                                                                                                                                                                                                                  \n@param optionGroupName Specifies the name of the option group to be created.

                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters or hyphens
                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens

                                                                                                                                                                                                                                                                  Example: myoptiongroup\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionGroupDescription" : { "documentation" : "

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  ", "name" : "OptionGroupDescription", "c2jName" : "OptionGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  \n@param optionGroupDescription The description of the option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  \n@return The description of the option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  \n@param optionGroupDescription The description of the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The description of the option group.

                                                                                                                                                                                                                                                                  \n@param optionGroupDescription The description of the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDBSecurityGroupsRequest" : { "c2jName" : "DescribeDBSecurityGroupsMessage", "documentation" : "

                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeDBSecurityGroupsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                  The name of the DB security group to return details for.

                                                                                                                                                                                                                                                                  ", "name" : "DBSecurityGroupName", "c2jName" : "DBSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The name of the DB security group to return details for.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 return details for.

                                                                                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group to return details for.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the DB security group to return details for.

                                                                                                                                                                                                                                                                  \n@return The name of the DB security group to return details for.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the DB security group to return details for.

                                                                                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group to return details for.\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 return details for.

                                                                                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group to return details for.\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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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" : "describeDBSecurityGroupsRequest", "variableType" : "DescribeDBSecurityGroupsRequest", "variableDeclarationType" : "DescribeDBSecurityGroupsRequest", "documentation" : null, "variableSetterType" : "DescribeDBSecurityGroupsRequest", "simpleType" : "DescribeDBSecurityGroupsRequest" }, "marshaller" : { "action" : "DescribeDBSecurityGroups", "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.*/" }, "DBSecurityGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                  The name of the DB security group to return details for.

                                                                                                                                                                                                                                                                  ", "name" : "DBSecurityGroupName", "c2jName" : "DBSecurityGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                  The name of the DB security group to return details for.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSecurityGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 return details for.

                                                                                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group to return details for.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the DB security group to return details for.

                                                                                                                                                                                                                                                                  \n@return The name of the DB security group to return details for.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                  The name of the DB security group to return details for.

                                                                                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group to return details for.\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 return details for.

                                                                                                                                                                                                                                                                  \n@param dBSecurityGroupName The name of the DB security group to return details for.\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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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 DescribeDBSecurityGroups 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.*/" } } }, "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 .

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "variableSetterType" : "DescribeEventSubscriptionsRequest", "simpleType" : "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.*/" }, "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.

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 .

                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "SNSNoAuthorizationException" : { "c2jName" : "SNSNoAuthorizationFault", "documentation" : "

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

                                                                                                                                                                                                                                                                  ", "shapeName" : "SNSNoAuthorizationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "sNSNoAuthorizationException", "variableType" : "SNSNoAuthorizationException", "variableDeclarationType" : "SNSNoAuthorizationException", "documentation" : null, "variableSetterType" : "SNSNoAuthorizationException", "simpleType" : "SNSNoAuthorizationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SNSNoAuthorization", "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
                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.

                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.

                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "variableSetterType" : "DescribeDBClustersRequest", "simpleType" : "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.

                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "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.

                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.*/" }, "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
                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "DescribeReservedDBInstancesRequest" : { "c2jName" : "DescribeReservedDBInstancesMessage", "documentation" : "

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeReservedDBInstancesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstanceId", "c2jName" : "ReservedDBInstanceId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstanceId", "marshallLocationName" : "ReservedDBInstanceId", "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 reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  \n@return The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstancesOfferingId", "c2jName" : "ReservedDBInstancesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOfferingId", "marshallLocationName" : "ReservedDBInstancesOfferingId", "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 offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  \n@return The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  \n@return The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "String", "variable" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "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 duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  \n@param duration The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  \n@return The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  \n@param duration The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  \n@param duration The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "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 product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  \n@param productDescription The product description filter value. Specify this parameter to show only those reservations matching the specified product description.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  \n@return The product description filter value. Specify this parameter to show only those reservations matching the specified product description.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  \n@param productDescription The product description filter value. Specify this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  \n@param productDescription The product description filter value. Specify this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "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 offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  \n@return The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  ", "name" : "MultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultiAZ", "marshallLocationName" : "MultiAZ", "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 Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  \n@return The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.\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.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@return The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.\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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.\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.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "describeReservedDBInstancesRequest", "variableType" : "DescribeReservedDBInstancesRequest", "variableDeclarationType" : "DescribeReservedDBInstancesRequest", "documentation" : null, "variableSetterType" : "DescribeReservedDBInstancesRequest", "simpleType" : "DescribeReservedDBInstancesRequest" }, "marshaller" : { "action" : "DescribeReservedDBInstances", "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.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "ReservedDBInstancesOfferingId" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstancesOfferingId", "c2jName" : "ReservedDBInstancesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOfferingId", "marshallLocationName" : "ReservedDBInstancesOfferingId", "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 offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  \n@return The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier filter value. Specify this parameter to show only purchased reservations matching the specified offering identifier.\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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@return The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.\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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstanceClass" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  \n@return The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.

                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class filter value. Specify this parameter to show only those reservations matching the specified DB instances class.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Duration" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "String", "variable" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "duration", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "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 duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  \n@param duration The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  \n@return The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  \n@param duration The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000

                                                                                                                                                                                                                                                                                  \n@param duration The duration filter value, specified in years or seconds. Specify this parameter to show only reservations for this duration.

                                                                                                                                                                                                                                                                                  Valid Values: 1 | 3 | 31536000 | 94608000\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedDBInstanceId" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstanceId", "c2jName" : "ReservedDBInstanceId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstanceId", "marshallLocationName" : "ReservedDBInstanceId", "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 reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  \n@return The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.

                                                                                                                                                                                                                                                                                  \n@param reservedDBInstanceId The reserved DB instance identifier filter value. Specify this parameter to show only the reservation that matches the specified reservation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductDescription" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "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 product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  \n@param productDescription The product description filter value. Specify this parameter to show only those reservations matching the specified product description.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  \n@return The product description filter value. Specify this parameter to show only those reservations matching the specified product description.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  \n@param productDescription The product description filter value. Specify this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The product description filter value. Specify this parameter to show only those reservations matching the specified product description.

                                                                                                                                                                                                                                                                                  \n@param productDescription The product description filter value. Specify this parameter to show only those reservations matching the specified product description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MultiAZ" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  ", "name" : "MultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultiAZ", "marshallLocationName" : "MultiAZ", "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 Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  \n@return The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.

                                                                                                                                                                                                                                                                                  \n@param multiAZ The Multi-AZ filter value. Specify this parameter to show only those reservations matching the specified Multi-AZ parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OfferingType" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "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 offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  \n@return The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\"

                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type filter value. Specify this parameter to show only the available offerings matching the specified offering type.

                                                                                                                                                                                                                                                                                  Valid Values: \"Partial Upfront\" | \"All Upfront\" | \"No Upfront\" \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.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "DBSubnetGroupNotAllowedException" : { "c2jName" : "DBSubnetGroupNotAllowedFault", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBSubnetGroupNotAllowedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBSubnetGroupNotAllowedException", "variableType" : "DBSubnetGroupNotAllowedException", "variableDeclarationType" : "DBSubnetGroupNotAllowedException", "documentation" : null, "variableSetterType" : "DBSubnetGroupNotAllowedException", "simpleType" : "DBSubnetGroupNotAllowedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBSubnetGroupNotAllowedFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InstanceQuotaExceededException" : { "c2jName" : "InstanceQuotaExceededFault", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "shapeName" : "InstanceQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "instanceQuotaExceededException", "variableType" : "InstanceQuotaExceededException", "variableDeclarationType" : "InstanceQuotaExceededException", "documentation" : null, "variableSetterType" : "InstanceQuotaExceededException", "simpleType" : "InstanceQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InstanceQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AccountQuota" : { "c2jName" : "AccountQuota", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "shapeName" : "AccountQuota", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "AccountQuotaName", "c2jName" : "AccountQuotaName", "c2jShape" : "String", "variable" : { "variableName" : "accountQuotaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "accountQuotaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountQuotaName", "marshallLocationName" : "AccountQuotaName", "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 Amazon RDS quota for this AWS account.

                                                                                                                                                                                                                                                                                  \n@param accountQuotaName The name of the Amazon RDS quota for this AWS account.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return The name of the Amazon RDS quota for this AWS account.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param accountQuotaName The name of the Amazon RDS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param accountQuotaName The name of the Amazon RDS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The amount currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  ", "name" : "Used", "c2jName" : "Used", "c2jShape" : "Long", "variable" : { "variableName" : "used", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                  The amount currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "used", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Used", "marshallLocationName" : "Used", "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 currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  \n@param used The amount currently used toward the quota maximum.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The amount currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  \n@return The amount currently used toward the quota maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The amount currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  \n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The amount currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  \n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum allowed value for the quota.

                                                                                                                                                                                                                                                                                  ", "name" : "Max", "c2jName" : "Max", "c2jShape" : "Long", "variable" : { "variableName" : "max", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum allowed value for the quota.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "max", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Max", "marshallLocationName" : "Max", "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 allowed value for the quota.

                                                                                                                                                                                                                                                                                  \n@param max The maximum allowed value for the quota.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum allowed value for the quota.

                                                                                                                                                                                                                                                                                  \n@return The maximum allowed value for the quota.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum allowed value for the quota.

                                                                                                                                                                                                                                                                                  \n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum allowed value for the quota.

                                                                                                                                                                                                                                                                                  \n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "accountQuota", "variableType" : "AccountQuota", "variableDeclarationType" : "AccountQuota", "documentation" : null, "variableSetterType" : "AccountQuota", "simpleType" : "AccountQuota" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Used" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The amount currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  ", "name" : "Used", "c2jName" : "Used", "c2jShape" : "Long", "variable" : { "variableName" : "used", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                  The amount currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "used", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Used", "marshallLocationName" : "Used", "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 currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  \n@param used The amount currently used toward the quota maximum.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The amount currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  \n@return The amount currently used toward the quota maximum.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The amount currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  \n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The amount currently used toward the quota maximum.

                                                                                                                                                                                                                                                                                  \n@param used The amount currently used toward the quota maximum.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Max" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum allowed value for the quota.

                                                                                                                                                                                                                                                                                  ", "name" : "Max", "c2jName" : "Max", "c2jShape" : "Long", "variable" : { "variableName" : "max", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                  The maximum allowed value for the quota.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "max", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Max", "marshallLocationName" : "Max", "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 allowed value for the quota.

                                                                                                                                                                                                                                                                                  \n@param max The maximum allowed value for the quota.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum allowed value for the quota.

                                                                                                                                                                                                                                                                                  \n@return The maximum allowed value for the quota.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum allowed value for the quota.

                                                                                                                                                                                                                                                                                  \n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The maximum allowed value for the quota.

                                                                                                                                                                                                                                                                                  \n@param max The maximum allowed value for the quota.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountQuotaName" : { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "AccountQuotaName", "c2jName" : "AccountQuotaName", "c2jShape" : "String", "variable" : { "variableName" : "accountQuotaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "accountQuotaName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccountQuotaName", "marshallLocationName" : "AccountQuotaName", "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 Amazon RDS quota for this AWS account.

                                                                                                                                                                                                                                                                                  \n@param accountQuotaName The name of the Amazon RDS quota for this AWS account.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return The name of the Amazon RDS quota for this AWS account.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param accountQuotaName The name of the Amazon RDS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param accountQuotaName The name of the Amazon RDS quota for this AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDBClusterParameterGroupRequest" : { "c2jName" : "CreateDBClusterParameterGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                  ", "shapeName" : "CreateDBClusterParameterGroupRequest", "deprecated" : false, "required" : [ "DBClusterParameterGroupName", "DBParameterGroupFamily", "Description" ], "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.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The description for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The description for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param description The description for the DB cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@return The description for the DB cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param description The description for the DB cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param description The description for the DB cluster parameter group.\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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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" : "createDBClusterParameterGroupRequest", "variableType" : "CreateDBClusterParameterGroupRequest", "variableDeclarationType" : "CreateDBClusterParameterGroupRequest", "documentation" : null, "variableSetterType" : "CreateDBClusterParameterGroupRequest", "simpleType" : "CreateDBClusterParameterGroupRequest" }, "marshaller" : { "action" : "CreateDBClusterParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBParameterGroupFamily" : { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.\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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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.*/" }, "Description" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The description for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The description for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param description The description for the DB cluster parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@return The description for the DB cluster parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param description The description for the DB cluster parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description for the DB cluster parameter group.

                                                                                                                                                                                                                                                                                  \n@param description The description for the DB cluster parameter group.\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.

                                                                                                                                                                                                                                                                                  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.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "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, "variableSetterType" : "OptionGroupAlreadyExistsException", "simpleType" : "OptionGroupAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "OptionGroupAlreadyExistsFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DBEngineVersion" : { "c2jName" : "DBEngineVersion", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBEngineVersion", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database engine.

                                                                                                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database engine.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                  \n@param engine The name of the database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database engine.

                                                                                                                                                                                                                                                                                  \n@return The name of the database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database engine.

                                                                                                                                                                                                                                                                                  \n@param engine The name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database engine.

                                                                                                                                                                                                                                                                                  \n@param engine The name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The version number of the database engine.

                                                                                                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The version number of the database engine.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                  \n@param engineVersion The version number of the database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The version number of the database engine.

                                                                                                                                                                                                                                                                                  \n@return The version number of the database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The version number of the database engine.

                                                                                                                                                                                                                                                                                  \n@param engineVersion The version number of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The version number of the database engine.

                                                                                                                                                                                                                                                                                  \n@param engineVersion The version number of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 family for the database engine.

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family for the database engine.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return The name of the DB parameter group family for the database engine.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family for the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family for the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the database engine.

                                                                                                                                                                                                                                                                                  ", "name" : "DBEngineDescription", "c2jName" : "DBEngineDescription", "c2jShape" : "String", "variable" : { "variableName" : "dBEngineDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the database engine.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBEngineDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBEngineDescription", "marshallLocationName" : "DBEngineDescription", "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 database engine.

                                                                                                                                                                                                                                                                                  \n@param dBEngineDescription The description of the database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine.

                                                                                                                                                                                                                                                                                  \n@return The description of the database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine.

                                                                                                                                                                                                                                                                                  \n@param dBEngineDescription The description of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine.

                                                                                                                                                                                                                                                                                  \n@param dBEngineDescription The description of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the database engine version.

                                                                                                                                                                                                                                                                                  ", "name" : "DBEngineVersionDescription", "c2jName" : "DBEngineVersionDescription", "c2jShape" : "String", "variable" : { "variableName" : "dBEngineVersionDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the database engine version.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBEngineVersionDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBEngineVersionDescription", "marshallLocationName" : "DBEngineVersionDescription", "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 database engine version.

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersionDescription The description of the database engine version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine version.

                                                                                                                                                                                                                                                                                  \n@return The description of the database engine version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine version.

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersionDescription The description of the database engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine version.

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersionDescription The description of the database engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "DefaultCharacterSet", "c2jName" : "DefaultCharacterSet", "c2jShape" : "CharacterSet", "variable" : { "variableName" : "defaultCharacterSet", "variableType" : "CharacterSet", "variableDeclarationType" : "CharacterSet", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "CharacterSet", "simpleType" : "CharacterSet" }, "setterModel" : { "variableName" : "defaultCharacterSet", "variableType" : "CharacterSet", "variableDeclarationType" : "CharacterSet", "documentation" : "", "variableSetterType" : "CharacterSet", "simpleType" : "CharacterSet" }, "getterModel" : { "returnType" : "CharacterSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCharacterSet", "marshallLocationName" : "DefaultCharacterSet", "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" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param defaultCharacterSet The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param defaultCharacterSet The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param defaultCharacterSet The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "SupportedCharacterSets", "c2jName" : "SupportedCharacterSets", "c2jShape" : "SupportedCharacterSetsList", "variable" : { "variableName" : "supportedCharacterSets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "supportedCharacterSets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedCharacterSets", "marshallLocationName" : "SupportedCharacterSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CharacterSet", "memberLocationName" : "CharacterSet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CharacterSet", "variable" : { "variableName" : "member", "variableType" : "CharacterSet", "variableDeclarationType" : "CharacterSet", "documentation" : "", "variableSetterType" : "CharacterSet", "simpleType" : "CharacterSet" }, "setterModel" : { "variableName" : "member", "variableType" : "CharacterSet", "variableDeclarationType" : "CharacterSet", "documentation" : "", "variableSetterType" : "CharacterSet", "simpleType" : "CharacterSet" }, "getterModel" : { "returnType" : "CharacterSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "CharacterSet", "marshallLocationName" : "CharacterSet", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "CharacterSet", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param supportedCharacterSets A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param supportedCharacterSets A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                  \n@param supportedCharacterSets A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "ValidUpgradeTarget", "c2jName" : "ValidUpgradeTarget", "c2jShape" : "ValidUpgradeTargetList", "variable" : { "variableName" : "validUpgradeTarget", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "validUpgradeTarget", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ValidUpgradeTarget", "marshallLocationName" : "ValidUpgradeTarget", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "UpgradeTarget", "memberLocationName" : "UpgradeTarget", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "UpgradeTarget", "variable" : { "variableName" : "member", "variableType" : "UpgradeTarget", "variableDeclarationType" : "UpgradeTarget", "documentation" : "", "variableSetterType" : "UpgradeTarget", "simpleType" : "UpgradeTarget" }, "setterModel" : { "variableName" : "member", "variableType" : "UpgradeTarget", "variableDeclarationType" : "UpgradeTarget", "documentation" : "", "variableSetterType" : "UpgradeTarget", "simpleType" : "UpgradeTarget" }, "getterModel" : { "returnType" : "UpgradeTarget", "documentation" : null }, "http" : { "unmarshallLocationName" : "UpgradeTarget", "marshallLocationName" : "UpgradeTarget", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "UpgradeTarget", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param validUpgradeTarget A list of engine versions that this database engine version can be upgraded to.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A list of engine versions that this database engine version can be upgraded to.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param validUpgradeTarget A list of engine versions that this database engine version can be upgraded to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                  \n@param validUpgradeTarget A list of engine versions that this database engine version can be upgraded to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dBEngineVersion", "variableType" : "DBEngineVersion", "variableDeclarationType" : "DBEngineVersion", "documentation" : null, "variableSetterType" : "DBEngineVersion", "simpleType" : "DBEngineVersion" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBParameterGroupFamily" : { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 family for the database engine.

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family for the database engine.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return The name of the DB parameter group family for the database engine.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family for the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupFamily The name of the DB parameter group family for the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBEngineDescription" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the database engine.

                                                                                                                                                                                                                                                                                  ", "name" : "DBEngineDescription", "c2jName" : "DBEngineDescription", "c2jShape" : "String", "variable" : { "variableName" : "dBEngineDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the database engine.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBEngineDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBEngineDescription", "marshallLocationName" : "DBEngineDescription", "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 database engine.

                                                                                                                                                                                                                                                                                  \n@param dBEngineDescription The description of the database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine.

                                                                                                                                                                                                                                                                                  \n@return The description of the database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine.

                                                                                                                                                                                                                                                                                  \n@param dBEngineDescription The description of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine.

                                                                                                                                                                                                                                                                                  \n@param dBEngineDescription The description of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultCharacterSet" : { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "DefaultCharacterSet", "c2jName" : "DefaultCharacterSet", "c2jShape" : "CharacterSet", "variable" : { "variableName" : "defaultCharacterSet", "variableType" : "CharacterSet", "variableDeclarationType" : "CharacterSet", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "CharacterSet", "simpleType" : "CharacterSet" }, "setterModel" : { "variableName" : "defaultCharacterSet", "variableType" : "CharacterSet", "variableDeclarationType" : "CharacterSet", "documentation" : "", "variableSetterType" : "CharacterSet", "simpleType" : "CharacterSet" }, "getterModel" : { "returnType" : "CharacterSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCharacterSet", "marshallLocationName" : "DefaultCharacterSet", "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" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param defaultCharacterSet The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param defaultCharacterSet The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param defaultCharacterSet The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API is not specified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SupportedCharacterSets" : { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "SupportedCharacterSets", "c2jName" : "SupportedCharacterSets", "c2jShape" : "SupportedCharacterSetsList", "variable" : { "variableName" : "supportedCharacterSets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "supportedCharacterSets", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SupportedCharacterSets", "marshallLocationName" : "SupportedCharacterSets", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CharacterSet", "memberLocationName" : "CharacterSet", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CharacterSet", "variable" : { "variableName" : "member", "variableType" : "CharacterSet", "variableDeclarationType" : "CharacterSet", "documentation" : "", "variableSetterType" : "CharacterSet", "simpleType" : "CharacterSet" }, "setterModel" : { "variableName" : "member", "variableType" : "CharacterSet", "variableDeclarationType" : "CharacterSet", "documentation" : "", "variableSetterType" : "CharacterSet", "simpleType" : "CharacterSet" }, "getterModel" : { "returnType" : "CharacterSet", "documentation" : null }, "http" : { "unmarshallLocationName" : "CharacterSet", "marshallLocationName" : "CharacterSet", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "CharacterSet", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param supportedCharacterSets A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param supportedCharacterSets A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                  \n@param supportedCharacterSets A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ValidUpgradeTarget" : { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "ValidUpgradeTarget", "c2jName" : "ValidUpgradeTarget", "c2jShape" : "ValidUpgradeTargetList", "variable" : { "variableName" : "validUpgradeTarget", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "validUpgradeTarget", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ValidUpgradeTarget", "marshallLocationName" : "ValidUpgradeTarget", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "UpgradeTarget", "memberLocationName" : "UpgradeTarget", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "UpgradeTarget", "variable" : { "variableName" : "member", "variableType" : "UpgradeTarget", "variableDeclarationType" : "UpgradeTarget", "documentation" : "", "variableSetterType" : "UpgradeTarget", "simpleType" : "UpgradeTarget" }, "setterModel" : { "variableName" : "member", "variableType" : "UpgradeTarget", "variableDeclarationType" : "UpgradeTarget", "documentation" : "", "variableSetterType" : "UpgradeTarget", "simpleType" : "UpgradeTarget" }, "getterModel" : { "returnType" : "UpgradeTarget", "documentation" : null }, "http" : { "unmarshallLocationName" : "UpgradeTarget", "marshallLocationName" : "UpgradeTarget", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "UpgradeTarget", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param validUpgradeTarget A list of engine versions that this database engine version can be upgraded to.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A list of engine versions that this database engine version can be upgraded to.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param validUpgradeTarget A list of engine versions that this database engine version can be upgraded to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                  \n@param validUpgradeTarget A list of engine versions that this database engine version can be upgraded to.\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.

                                                                                                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The version number of the database engine.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                  \n@param engineVersion The version number of the database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The version number of the database engine.

                                                                                                                                                                                                                                                                                  \n@return The version number of the database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The version number of the database engine.

                                                                                                                                                                                                                                                                                  \n@param engineVersion The version number of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The version number of the database engine.

                                                                                                                                                                                                                                                                                  \n@param engineVersion The version number of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBEngineVersionDescription" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the database engine version.

                                                                                                                                                                                                                                                                                  ", "name" : "DBEngineVersionDescription", "c2jName" : "DBEngineVersionDescription", "c2jShape" : "String", "variable" : { "variableName" : "dBEngineVersionDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The description of the database engine version.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBEngineVersionDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBEngineVersionDescription", "marshallLocationName" : "DBEngineVersionDescription", "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 database engine version.

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersionDescription The description of the database engine version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine version.

                                                                                                                                                                                                                                                                                  \n@return The description of the database engine version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine version.

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersionDescription The description of the database engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The description of the database engine version.

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersionDescription The description of the database engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database engine.

                                                                                                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database engine.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                  \n@param engine The name of the database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database engine.

                                                                                                                                                                                                                                                                                  \n@return The name of the database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database engine.

                                                                                                                                                                                                                                                                                  \n@param engine The name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database engine.

                                                                                                                                                                                                                                                                                  \n@param engine The name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidDBClusterStateException" : { "c2jName" : "InvalidDBClusterStateFault", "documentation" : "

                                                                                                                                                                                                                                                                                  The supplied value is not a valid DB cluster state.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidDBClusterStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidDBClusterStateException", "variableType" : "InvalidDBClusterStateException", "variableDeclarationType" : "InvalidDBClusterStateException", "documentation" : null, "variableSetterType" : "InvalidDBClusterStateException", "simpleType" : "InvalidDBClusterStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDBClusterStateFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteDBSubnetGroupRequest" : { "c2jName" : "DeleteDBSubnetGroupMessage", "documentation" : "

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

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  ", "name" : "DBSubnetGroupName", "c2jName" : "DBSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  \n@return The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

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

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDBSubnetGroupRequest", "variableType" : "DeleteDBSubnetGroupRequest", "variableDeclarationType" : "DeleteDBSubnetGroupRequest", "documentation" : null, "variableSetterType" : "DeleteDBSubnetGroupRequest", "simpleType" : "DeleteDBSubnetGroupRequest" }, "marshaller" : { "action" : "DeleteDBSubnetGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBSubnetGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  ", "name" : "DBSubnetGroupName", "c2jName" : "DBSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  \n@return The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

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

                                                                                                                                                                                                                                                                                  The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name of the database subnet group to delete.

                                                                                                                                                                                                                                                                                  You cannot delete the default subnet group.

                                                                                                                                                                                                                                                                                  Constraints:

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

                                                                                                                                                                                                                                                                                  Example: mySubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDBEngineVersionsResult" : { "c2jName" : "DBEngineVersionMessage", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeDBEngineVersionsResult", "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.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  ", "name" : "DBEngineVersions", "c2jName" : "DBEngineVersions", "c2jShape" : "DBEngineVersionList", "variable" : { "variableName" : "dBEngineVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBEngineVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBEngineVersions", "marshallLocationName" : "DBEngineVersions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBEngineVersion", "memberLocationName" : "DBEngineVersion", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBEngineVersion", "variable" : { "variableName" : "member", "variableType" : "DBEngineVersion", "variableDeclarationType" : "DBEngineVersion", "documentation" : "", "variableSetterType" : "DBEngineVersion", "simpleType" : "DBEngineVersion" }, "setterModel" : { "variableName" : "member", "variableType" : "DBEngineVersion", "variableDeclarationType" : "DBEngineVersion", "documentation" : "", "variableSetterType" : "DBEngineVersion", "simpleType" : "DBEngineVersion" }, "getterModel" : { "returnType" : "DBEngineVersion", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBEngineVersion", "marshallLocationName" : "DBEngineVersion", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBEngineVersion", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersions A list of DBEngineVersion elements.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  \n@return A list of DBEngineVersion elements.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersions A list of DBEngineVersion elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersions A list of DBEngineVersion elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBEngineVersionsResult", "variableType" : "DescribeDBEngineVersionsResult", "variableDeclarationType" : "DescribeDBEngineVersionsResult", "documentation" : null, "variableSetterType" : "DescribeDBEngineVersionsResult", "simpleType" : "DescribeDBEngineVersionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeDBEngineVersionsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBEngineVersions" : { "documentation" : "

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  ", "name" : "DBEngineVersions", "c2jName" : "DBEngineVersions", "c2jShape" : "DBEngineVersionList", "variable" : { "variableName" : "dBEngineVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBEngineVersions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBEngineVersions", "marshallLocationName" : "DBEngineVersions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBEngineVersion", "memberLocationName" : "DBEngineVersion", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBEngineVersion", "variable" : { "variableName" : "member", "variableType" : "DBEngineVersion", "variableDeclarationType" : "DBEngineVersion", "documentation" : "", "variableSetterType" : "DBEngineVersion", "simpleType" : "DBEngineVersion" }, "setterModel" : { "variableName" : "member", "variableType" : "DBEngineVersion", "variableDeclarationType" : "DBEngineVersion", "documentation" : "", "variableSetterType" : "DBEngineVersion", "simpleType" : "DBEngineVersion" }, "getterModel" : { "returnType" : "DBEngineVersion", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBEngineVersion", "marshallLocationName" : "DBEngineVersion", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBEngineVersion", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersions A list of DBEngineVersion elements.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  \n@return A list of DBEngineVersion elements.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersions A list of DBEngineVersion elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBEngineVersion elements.

                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                  \n@param dBEngineVersions A list of DBEngineVersion elements.\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.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "DescribeDBClustersResult" : { "c2jName" : "DBClusterMessage", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeDBClustersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeDBClusters 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 DescribeDBClusters request.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBClusters request.

                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBClusters request.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A pagination token that can be used in a subsequent DescribeDBClusters request.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBClusters 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 DescribeDBClusters request.

                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBClusters request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  ", "name" : "DBClusters", "c2jName" : "DBClusters", "c2jShape" : "DBClusterList", "variable" : { "variableName" : "dBClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusters", "marshallLocationName" : "DBClusters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBCluster", "memberLocationName" : "DBCluster", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBCluster", "variable" : { "variableName" : "member", "variableType" : "DBCluster", "variableDeclarationType" : "DBCluster", "documentation" : "", "variableSetterType" : "DBCluster", "simpleType" : "DBCluster" }, "setterModel" : { "variableName" : "member", "variableType" : "DBCluster", "variableDeclarationType" : "DBCluster", "documentation" : "", "variableSetterType" : "DBCluster", "simpleType" : "DBCluster" }, "getterModel" : { "returnType" : "DBCluster", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBCluster", "marshallLocationName" : "DBCluster", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBCluster", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  \n@param dBClusters Contains a list of DB clusters for the user.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  \n@return Contains a list of DB clusters for the user.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  \n@param dBClusters Contains a list of DB clusters for the user.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                  \n@param dBClusters Contains a list of DB clusters for the user.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBClustersResult", "variableType" : "DescribeDBClustersResult", "variableDeclarationType" : "DescribeDBClustersResult", "documentation" : null, "variableSetterType" : "DescribeDBClustersResult", "simpleType" : "DescribeDBClustersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeDBClustersResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBClusters" : { "documentation" : "

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  ", "name" : "DBClusters", "c2jName" : "DBClusters", "c2jShape" : "DBClusterList", "variable" : { "variableName" : "dBClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBClusters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusters", "marshallLocationName" : "DBClusters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBCluster", "memberLocationName" : "DBCluster", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBCluster", "variable" : { "variableName" : "member", "variableType" : "DBCluster", "variableDeclarationType" : "DBCluster", "documentation" : "", "variableSetterType" : "DBCluster", "simpleType" : "DBCluster" }, "setterModel" : { "variableName" : "member", "variableType" : "DBCluster", "variableDeclarationType" : "DBCluster", "documentation" : "", "variableSetterType" : "DBCluster", "simpleType" : "DBCluster" }, "getterModel" : { "returnType" : "DBCluster", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBCluster", "marshallLocationName" : "DBCluster", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBCluster", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  \n@param dBClusters Contains a list of DB clusters for the user.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  \n@return Contains a list of DB clusters for the user.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  \n@param dBClusters Contains a list of DB clusters for the user.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  Contains a list of DB clusters for the user.

                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                  \n@param dBClusters Contains a list of DB clusters for the user.\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 DescribeDBClusters 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 DescribeDBClusters request.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBClusters request.

                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBClusters request.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return A pagination token that can be used in a subsequent DescribeDBClusters request.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBClusters 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 DescribeDBClusters request.

                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBClusters request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDBSubnetGroupsResult" : { "c2jName" : "DBSubnetGroupMessage", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeDBSubnetGroupsResult", "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.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DBSubnetGroup instances.

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

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSubnetGroups", "marshallLocationName" : "DBSubnetGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBSubnetGroup", "memberLocationName" : "DBSubnetGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBSubnetGroup", "variable" : { "variableName" : "member", "variableType" : "DBSubnetGroup", "variableDeclarationType" : "DBSubnetGroup", "documentation" : "", "variableSetterType" : "DBSubnetGroup", "simpleType" : "DBSubnetGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "DBSubnetGroup", "variableDeclarationType" : "DBSubnetGroup", "documentation" : "", "variableSetterType" : "DBSubnetGroup", "simpleType" : "DBSubnetGroup" }, "getterModel" : { "returnType" : "DBSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSubnetGroup", "marshallLocationName" : "DBSubnetGroup", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBSubnetGroup", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroups A list of DBSubnetGroup instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

                                                                                                                                                                                                                                                                                  \n@return A list of DBSubnetGroup instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroups A list of DBSubnetGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroups A list of DBSubnetGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBSubnetGroupsResult", "variableType" : "DescribeDBSubnetGroupsResult", "variableDeclarationType" : "DescribeDBSubnetGroupsResult", "documentation" : null, "variableSetterType" : "DescribeDBSubnetGroupsResult", "simpleType" : "DescribeDBSubnetGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeDBSubnetGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBSubnetGroups" : { "documentation" : "

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

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

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBSubnetGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSubnetGroups", "marshallLocationName" : "DBSubnetGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBSubnetGroup", "memberLocationName" : "DBSubnetGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBSubnetGroup", "variable" : { "variableName" : "member", "variableType" : "DBSubnetGroup", "variableDeclarationType" : "DBSubnetGroup", "documentation" : "", "variableSetterType" : "DBSubnetGroup", "simpleType" : "DBSubnetGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "DBSubnetGroup", "variableDeclarationType" : "DBSubnetGroup", "documentation" : "", "variableSetterType" : "DBSubnetGroup", "simpleType" : "DBSubnetGroup" }, "getterModel" : { "returnType" : "DBSubnetGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSubnetGroup", "marshallLocationName" : "DBSubnetGroup", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBSubnetGroup", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroups A list of DBSubnetGroup instances.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

                                                                                                                                                                                                                                                                                  \n@return A list of DBSubnetGroup instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroups A list of DBSubnetGroup instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  A list of DBSubnetGroup instances.

                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroups A list of DBSubnetGroup instances.\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.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "SubscriptionNotFoundException" : { "c2jName" : "SubscriptionNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                  The subscription name does not exist.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "SubscriptionNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "subscriptionNotFoundException", "variableType" : "SubscriptionNotFoundException", "variableDeclarationType" : "SubscriptionNotFoundException", "documentation" : null, "variableSetterType" : "SubscriptionNotFoundException", "simpleType" : "SubscriptionNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubscriptionNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SNSTopicArnNotFoundException" : { "c2jName" : "SNSTopicArnNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                  The SNS topic ARN does not exist.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "SNSTopicArnNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "sNSTopicArnNotFoundException", "variableType" : "SNSTopicArnNotFoundException", "variableDeclarationType" : "SNSTopicArnNotFoundException", "documentation" : null, "variableSetterType" : "SNSTopicArnNotFoundException", "simpleType" : "SNSTopicArnNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SNSTopicArnNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DBSubnetGroupNotFoundException" : { "c2jName" : "DBSubnetGroupNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                  DBSubnetGroupName does not refer to an existing DB subnet group.

                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBSubnetGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBSubnetGroupNotFoundException", "variableType" : "DBSubnetGroupNotFoundException", "variableDeclarationType" : "DBSubnetGroupNotFoundException", "documentation" : null, "variableSetterType" : "DBSubnetGroupNotFoundException", "simpleType" : "DBSubnetGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBSubnetGroupNotFoundFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteDBSnapshotRequest" : { "c2jName" : "DeleteDBSnapshotMessage", "documentation" : "

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

                                                                                                                                                                                                                                                                                  The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  ", "name" : "DBSnapshotIdentifier", "c2jName" : "DBSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSnapshotIdentifier", "marshallLocationName" : "DBSnapshotIdentifier", "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 DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  \n@return The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDBSnapshotRequest", "variableType" : "DeleteDBSnapshotRequest", "variableDeclarationType" : "DeleteDBSnapshotRequest", "documentation" : null, "variableSetterType" : "DeleteDBSnapshotRequest", "simpleType" : "DeleteDBSnapshotRequest" }, "marshaller" : { "action" : "DeleteDBSnapshot", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBSnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                  The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  ", "name" : "DBSnapshotIdentifier", "c2jName" : "DBSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                  The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSnapshotIdentifier", "marshallLocationName" : "DBSnapshotIdentifier", "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 DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  \n@return The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                  The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.

                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier The DBSnapshot identifier.

                                                                                                                                                                                                                                                                                  Constraints: Must be the name of an existing DB snapshot in the available state.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDBInstanceReadReplicaRequest" : { "c2jName" : "CreateDBInstanceReadReplicaMessage", "documentation" : "", "shapeName" : "CreateDBInstanceReadReplicaRequest", "deprecated" : false, "required" : [ "DBInstanceIdentifier", "SourceDBInstanceIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "name" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                                                  \n@param dBInstanceIdentifier The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.*/", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@return The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.*/", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param dBInstanceIdentifier The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                  \n@param dBInstanceIdentifier The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                  • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                  • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                  • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                  • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                  • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                  • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                  ", "name" : "SourceDBInstanceIdentifier", "c2jName" : "SourceDBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceDBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                  • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                  • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                  • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                  • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                  • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                  • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceDBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDBInstanceIdentifier", "marshallLocationName" : "SourceDBInstanceIdentifier", "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 instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                  • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                  • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                  • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                  • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                  • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                  • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                  \n@param sourceDBInstanceIdentifier The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                  • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                  • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                  • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                  • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                  • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                  • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                  • */", "getterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                    • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                    • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                    • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                    • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                    • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                    • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                    \n@return The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                    • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                    • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                    • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                    • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                    • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                    • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                    • */", "fluentSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                      • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                      • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                      • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                      • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                      • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                      • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                      \n@param sourceDBInstanceIdentifier The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                      • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                      • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                      • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                      • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                      • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                      • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                        • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                        • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                        • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                        • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                        • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                        • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                        \n@param sourceDBInstanceIdentifier The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                        • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                        • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                        • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                        • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                        • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                        • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The compute and memory capacity of the Read Replica.

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

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The compute and memory capacity of the Read Replica.

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

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 compute and memory capacity of the Read Replica.

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

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          \n@param dBInstanceClass The compute and memory capacity of the Read Replica.

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

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The compute and memory capacity of the Read Replica.

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

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          \n@return The compute and memory capacity of the Read Replica.

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

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The compute and memory capacity of the Read Replica.

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

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          \n@param dBInstanceClass The compute and memory capacity of the Read Replica.

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

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The compute and memory capacity of the Read Replica.

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

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          \n@param dBInstanceClass The compute and memory capacity of the Read Replica.

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

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

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

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

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

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

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

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

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          \n@param availabilityZone The Amazon EC2 Availability Zone that the Read Replica will be created in.

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

                                                                                                                                                                                                                                                                                          Example: us-east-1d*/", "getterDocumentation" : "/**

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

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

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          \n@return The Amazon EC2 Availability Zone that the Read Replica will be created in.

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

                                                                                                                                                                                                                                                                                          Example: us-east-1d*/", "fluentSetterDocumentation" : "/**

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

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

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          \n@param availabilityZone The Amazon EC2 Availability Zone that the Read Replica will be created in.

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

                                                                                                                                                                                                                                                                                          Example: us-east-1d\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

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

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          \n@param availabilityZone The Amazon EC2 Availability Zone that the Read Replica will be created in.

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

                                                                                                                                                                                                                                                                                          Example: us-east-1d\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                          The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          \n@param port The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          \n@return The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          \n@param port The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

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

                                                                                                                                                                                                                                                                                          The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          \n@param port The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                          Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          ", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                          Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "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 that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          \n@return Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          ", "name" : "Iops", "c2jName" : "Iops", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                          The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Iops", "marshallLocationName" : "Iops", "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 Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          \n@param iops The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          \n@return The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          \n@param iops The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          \n@param iops The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          \n@param optionGroupName The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          \n@return The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          \n@param optionGroupName The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          \n@param optionGroupName The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                          Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                          Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "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 accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          \n@param publiclyAccessible Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          \n@return Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          \n@param publiclyAccessible Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          \n@param publiclyAccessible Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.\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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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 a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                          • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                          • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                            • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                            • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                          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" : "

                                                                                                                                                                                                                                                                                          Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                          • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                          • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                            • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                            • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                          Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                          Example: mySubnetgroup

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                          Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                          • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                          • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                            • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                            • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                          Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                          Example: mySubnetgroup

                                                                                                                                                                                                                                                                                          \n@param dBSubnetGroupName Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                          • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                          • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                            • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                            • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                          Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                          Example: mySubnetgroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                          • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                          • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                            • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                            • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                          Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                          Example: mySubnetgroup

                                                                                                                                                                                                                                                                                          \n@return Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                          • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                          • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                            • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                            • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                          Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                          Example: mySubnetgroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                          • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                          • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                            • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                            • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                          Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                          Example: mySubnetgroup

                                                                                                                                                                                                                                                                                          \n@param dBSubnetGroupName Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                          • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                          • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                            • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                            • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                          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" : "/**

                                                                                                                                                                                                                                                                                          Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                          • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                          • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                            • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                            • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                          Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                          Example: mySubnetgroup

                                                                                                                                                                                                                                                                                          \n@param dBSubnetGroupName Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                          • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                          • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                            • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                            • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                          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" : "

                                                                                                                                                                                                                                                                                          Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                          Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                          If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                          Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                          ", "name" : "StorageType", "c2jName" : "StorageType", "c2jShape" : "String", "variable" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                          Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                          If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                          Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StorageType", "marshallLocationName" : "StorageType", "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 storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                          Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                          If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                          Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                          \n@param storageType Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                          Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                          If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                          Default: io1 if the Iops parameter is specified; otherwise standard*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                          Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                          If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                          Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                          \n@return Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                          Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                          If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                          Default: io1 if the Iops parameter is specified; otherwise standard*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                          Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                          If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                          Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                          \n@param storageType Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                          Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                          If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                          Default: io1 if the Iops parameter is specified; otherwise standard\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                          Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                          If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                          Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                          \n@param storageType Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                          Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                          If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                          Default: io1 if the Iops parameter is specified; otherwise standard\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                          True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                          ", "name" : "CopyTagsToSnapshot", "c2jName" : "CopyTagsToSnapshot", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "copyTagsToSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                          True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "copyTagsToSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "CopyTagsToSnapshot", "marshallLocationName" : "CopyTagsToSnapshot", "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" : "/**

                                                                                                                                                                                                                                                                                          True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                          \n@param copyTagsToSnapshot True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                          \n@return True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                          \n@param copyTagsToSnapshot True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                          \n@param copyTagsToSnapshot True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          ", "name" : "MonitoringInterval", "c2jName" : "MonitoringInterval", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "monitoringInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                          The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "monitoringInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MonitoringInterval", "marshallLocationName" : "MonitoringInterval", "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 interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          \n@param monitoringInterval The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          \n@return The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          \n@param monitoringInterval The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          \n@param monitoringInterval The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                          The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          ", "name" : "MonitoringRoleArn", "c2jName" : "MonitoringRoleArn", "c2jShape" : "String", "variable" : { "variableName" : "monitoringRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "monitoringRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MonitoringRoleArn", "marshallLocationName" : "MonitoringRoleArn", "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 for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          \n@param monitoringRoleArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          \n@return The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          \n@param monitoringRoleArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          \n@param monitoringRoleArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDBInstanceReadReplicaRequest", "variableType" : "CreateDBInstanceReadReplicaRequest", "variableDeclarationType" : "CreateDBInstanceReadReplicaRequest", "documentation" : null, "variableSetterType" : "CreateDBInstanceReadReplicaRequest", "simpleType" : "CreateDBInstanceReadReplicaRequest" }, "marshaller" : { "action" : "CreateDBInstanceReadReplica", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MonitoringInterval" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          ", "name" : "MonitoringInterval", "c2jName" : "MonitoringInterval", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "monitoringInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                          The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "monitoringInterval", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MonitoringInterval", "marshallLocationName" : "MonitoringInterval", "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 interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          \n@param monitoringInterval The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          \n@return The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          \n@param monitoringInterval The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60

                                                                                                                                                                                                                                                                                          \n@param monitoringInterval The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the Read Replica. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 60.

                                                                                                                                                                                                                                                                                          If MonitoringRoleArn is specified, then you must also set MonitoringInterval to a value other than 0.

                                                                                                                                                                                                                                                                                          Valid Values: 0, 1, 5, 10, 15, 30, 60\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstanceIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                                                          ", "name" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                                                          \n@param dBInstanceIdentifier The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                                                          \n@return The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                                                          \n@param dBInstanceIdentifier The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.

                                                                                                                                                                                                                                                                                          \n@param dBInstanceIdentifier The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstanceClass" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The compute and memory capacity of the Read Replica.

                                                                                                                                                                                                                                                                                          Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The compute and memory capacity of the Read Replica.

                                                                                                                                                                                                                                                                                          Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 compute and memory capacity of the Read Replica.

                                                                                                                                                                                                                                                                                          Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          \n@param dBInstanceClass The compute and memory capacity of the Read Replica.

                                                                                                                                                                                                                                                                                          Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The compute and memory capacity of the Read Replica.

                                                                                                                                                                                                                                                                                          Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          \n@return The compute and memory capacity of the Read Replica.

                                                                                                                                                                                                                                                                                          Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The compute and memory capacity of the Read Replica.

                                                                                                                                                                                                                                                                                          Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          \n@param dBInstanceClass The compute and memory capacity of the Read Replica.

                                                                                                                                                                                                                                                                                          Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The compute and memory capacity of the Read Replica.

                                                                                                                                                                                                                                                                                          Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.

                                                                                                                                                                                                                                                                                          \n@param dBInstanceClass The compute and memory capacity of the Read Replica.

                                                                                                                                                                                                                                                                                          Valid Values: db.m1.small | db.m1.medium | db.m1.large | db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge | db.m3.medium | db.m3.large | db.m3.xlarge | db.m3.2xlarge | db.m4.large | db.m4.xlarge | db.m4.2xlarge | db.m4.4xlarge | db.m4.10xlarge | db.r3.large | db.r3.xlarge | db.r3.2xlarge | db.r3.4xlarge | db.r3.8xlarge | db.t2.micro | db.t2.small | db.t2.medium | db.t2.large

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Iops" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          ", "name" : "Iops", "c2jName" : "Iops", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                          The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Iops", "marshallLocationName" : "Iops", "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 Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          \n@param iops The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          \n@return The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          \n@param iops The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

                                                                                                                                                                                                                                                                                          \n@param iops The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MonitoringRoleArn" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          ", "name" : "MonitoringRoleArn", "c2jName" : "MonitoringRoleArn", "c2jShape" : "String", "variable" : { "variableName" : "monitoringRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "monitoringRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MonitoringRoleArn", "marshallLocationName" : "MonitoringRoleArn", "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 for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          \n@param monitoringRoleArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          \n@return The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          \n@param monitoringRoleArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.

                                                                                                                                                                                                                                                                                          \n@param monitoringRoleArn The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess. For information on creating a monitoring role, go to To create an IAM role for Amazon RDS Enhanced Monitoring.

                                                                                                                                                                                                                                                                                          If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZone" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone that the Read Replica will be created in.

                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone in the endpoint's region.

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone that the Read Replica will be created in.

                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone in the endpoint's region.

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone that the Read Replica will be created in.

                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone in the endpoint's region.

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          \n@param availabilityZone The Amazon EC2 Availability Zone that the Read Replica will be created in.

                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone in the endpoint's region.

                                                                                                                                                                                                                                                                                          Example: us-east-1d*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone that the Read Replica will be created in.

                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone in the endpoint's region.

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          \n@return The Amazon EC2 Availability Zone that the Read Replica will be created in.

                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone in the endpoint's region.

                                                                                                                                                                                                                                                                                          Example: us-east-1d*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone that the Read Replica will be created in.

                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone in the endpoint's region.

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          \n@param availabilityZone The Amazon EC2 Availability Zone that the Read Replica will be created in.

                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone in the endpoint's region.

                                                                                                                                                                                                                                                                                          Example: us-east-1d\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The Amazon EC2 Availability Zone that the Read Replica will be created in.

                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone in the endpoint's region.

                                                                                                                                                                                                                                                                                          Example: us-east-1d

                                                                                                                                                                                                                                                                                          \n@param availabilityZone The Amazon EC2 Availability Zone that the Read Replica will be created in.

                                                                                                                                                                                                                                                                                          Default: A random, system-chosen Availability Zone in the endpoint's region.

                                                                                                                                                                                                                                                                                          Example: us-east-1d\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoMinorVersionUpgrade" : { "documentation" : "

                                                                                                                                                                                                                                                                                          Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          ", "name" : "AutoMinorVersionUpgrade", "c2jName" : "AutoMinorVersionUpgrade", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                          Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "autoMinorVersionUpgrade", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutoMinorVersionUpgrade", "marshallLocationName" : "AutoMinorVersionUpgrade", "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 that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          \n@return Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          \n@param autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the Read Replica during the maintenance window.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PubliclyAccessible" : { "documentation" : "

                                                                                                                                                                                                                                                                                          Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          ", "name" : "PubliclyAccessible", "c2jName" : "PubliclyAccessible", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                          Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "publiclyAccessible", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PubliclyAccessible", "marshallLocationName" : "PubliclyAccessible", "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 accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          \n@param publiclyAccessible Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          \n@return Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          \n@param publiclyAccessible Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.

                                                                                                                                                                                                                                                                                          \n@param publiclyAccessible Specifies the accessibility options for the DB instance. A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address. A value of false specifies an internal instance with a DNS name that resolves to a private IP address.

                                                                                                                                                                                                                                                                                          Default: The default behavior varies depending on whether a VPC has been requested or not. The following list shows the default behavior in each case.

                                                                                                                                                                                                                                                                                          • Default VPC:true
                                                                                                                                                                                                                                                                                          • VPC:false

                                                                                                                                                                                                                                                                                          If no DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be publicly accessible. If a specific DB subnet group has been specified as part of the request and the PubliclyAccessible value has not been set, the DB instance will be private.\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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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.*/" }, "Port" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                          The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          \n@param port The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          \n@return The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          \n@param port The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535

                                                                                                                                                                                                                                                                                          \n@param port The port number that the DB instance uses for connections.

                                                                                                                                                                                                                                                                                          Default: Inherits from the source DB instance

                                                                                                                                                                                                                                                                                          Valid Values: 1150-65535\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          \n@param optionGroupName The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          \n@return The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          \n@param optionGroupName The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                          The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.

                                                                                                                                                                                                                                                                                          \n@param optionGroupName The option group the DB instance will be associated with. If omitted, the default option group for the engine specified will be used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceDBInstanceIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                          The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                          • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                          • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                          • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                          • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                          • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                          ", "name" : "SourceDBInstanceIdentifier", "c2jName" : "SourceDBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceDBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                          The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                          • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                          • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                          • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                          • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                          • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceDBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDBInstanceIdentifier", "marshallLocationName" : "SourceDBInstanceIdentifier", "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 instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                          • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                          • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                          • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                          • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                          • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                          \n@param sourceDBInstanceIdentifier The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                          • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                          • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                          • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                          • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                          • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                          • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                            The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                            • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                            • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                            • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                            • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                            • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                            • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                            \n@return The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                            • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                            • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                            • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                            • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                            • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                            • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                              The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                              • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                              • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                              • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                              • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                              • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                              • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                              \n@param sourceDBInstanceIdentifier The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                              • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                              • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                              • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                              • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                              • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                              • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                                • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                                • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                                • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                                • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                                • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                                \n@param sourceDBInstanceIdentifier The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas.

                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
                                                                                                                                                                                                                                                                                                • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
                                                                                                                                                                                                                                                                                                • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
                                                                                                                                                                                                                                                                                                • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
                                                                                                                                                                                                                                                                                                • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
                                                                                                                                                                                                                                                                                                • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StorageType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                                  Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                                  If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                                  ", "name" : "StorageType", "c2jName" : "StorageType", "c2jShape" : "String", "variable" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                                  Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                                  If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StorageType", "marshallLocationName" : "StorageType", "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 storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                                  Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                                  If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                                  \n@param storageType Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                                  Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                                  If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                                  Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                                  If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                                  \n@return Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                                  Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                                  If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                                  Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                                  If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                                  \n@param storageType Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                                  Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                                  If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                                  Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                                  If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard

                                                                                                                                                                                                                                                                                                  \n@param storageType Specifies the storage type to be associated with the Read Replica.

                                                                                                                                                                                                                                                                                                  Valid values: standard | gp2 | io1

                                                                                                                                                                                                                                                                                                  If you specify io1, you must also include a value for the Iops parameter.

                                                                                                                                                                                                                                                                                                  Default: io1 if the Iops parameter is specified; otherwise standard\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CopyTagsToSnapshot" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                                  ", "name" : "CopyTagsToSnapshot", "c2jName" : "CopyTagsToSnapshot", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "copyTagsToSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                  True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "copyTagsToSnapshot", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "CopyTagsToSnapshot", "marshallLocationName" : "CopyTagsToSnapshot", "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" : "/**

                                                                                                                                                                                                                                                                                                  True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                                  \n@param copyTagsToSnapshot True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                                  \n@return True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                                  \n@param copyTagsToSnapshot True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.

                                                                                                                                                                                                                                                                                                  \n@param copyTagsToSnapshot True to copy all tags from the Read Replica to snapshots of the Read Replica; otherwise false. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBSubnetGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                                  • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                                  • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                                    • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                                    • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                                  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" : "

                                                                                                                                                                                                                                                                                                  Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                                  • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                                  • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                                    • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                                    • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                  Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                                  • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                                  • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                                    • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                                    • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                                  • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                                  • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                                    • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                                    • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                                  • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                                  • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                                    • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                                    • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                  \n@return Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                                  • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                                  • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                                    • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                                    • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                                  • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                                  • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                                    • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                                    • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                                  • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                                  • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                                    • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                                    • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                                  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" : "/**

                                                                                                                                                                                                                                                                                                  Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                                  • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                                  • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                                    • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                                    • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName Specifies a DB subnet group for the DB instance. The new DB instance will be created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance is not created in a VPC.

                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                  • Can only be specified if the source DB instance identifier specifies a DB instance in another region.
                                                                                                                                                                                                                                                                                                  • The specified DB subnet group must be in the same region in which the operation is running.
                                                                                                                                                                                                                                                                                                  • All Read Replicas in one region that are created from the same source DB instance must either:
                                                                                                                                                                                                                                                                                                    • Specify DB subnet groups from the same VPC. All these Read Replicas will be created in the same VPC.
                                                                                                                                                                                                                                                                                                    • Not specify a DB subnet group. All these Read Replicas will be created outside of any VPC.

                                                                                                                                                                                                                                                                                                  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.*/" } } }, "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, "variableSetterType" : "SubscriptionCategoryNotFoundException", "simpleType" : "SubscriptionCategoryNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SubscriptionCategoryNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ModifyOptionGroupRequest" : { "c2jName" : "ModifyOptionGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyOptionGroupRequest", "deprecated" : false, "required" : [ "OptionGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  \n@param optionGroupName The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  \n@return The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  \n@param optionGroupName The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  \n@param optionGroupName The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  ", "name" : "OptionsToInclude", "c2jName" : "OptionsToInclude", "c2jShape" : "OptionConfigurationList", "variable" : { "variableName" : "optionsToInclude", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "optionsToInclude", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionsToInclude", "marshallLocationName" : "OptionsToInclude", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OptionConfiguration", "memberLocationName" : "OptionConfiguration", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OptionConfiguration", "variable" : { "variableName" : "member", "variableType" : "OptionConfiguration", "variableDeclarationType" : "OptionConfiguration", "documentation" : "", "variableSetterType" : "OptionConfiguration", "simpleType" : "OptionConfiguration" }, "setterModel" : { "variableName" : "member", "variableType" : "OptionConfiguration", "variableDeclarationType" : "OptionConfiguration", "documentation" : "", "variableSetterType" : "OptionConfiguration", "simpleType" : "OptionConfiguration" }, "getterModel" : { "returnType" : "OptionConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionConfiguration", "marshallLocationName" : "OptionConfiguration", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "OptionConfiguration", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  \n@param optionsToInclude Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  \n@return Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  \n@param optionsToInclude Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setOptionsToInclude(java.util.Collection)} or {@link #withOptionsToInclude(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                  \n@param optionsToInclude Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  ", "name" : "OptionsToRemove", "c2jName" : "OptionsToRemove", "c2jShape" : "OptionNamesList", "variable" : { "variableName" : "optionsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "optionsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionsToRemove", "marshallLocationName" : "OptionsToRemove", "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" : null, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  \n@param optionsToRemove Options in this list are removed from the option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  \n@return Options in this list are removed from the option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  \n@param optionsToRemove Options in this list are removed from the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setOptionsToRemove(java.util.Collection)} or {@link #withOptionsToRemove(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                  \n@param optionsToRemove Options in this list are removed from the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                  Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  ", "name" : "ApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "variable" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                  Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyImmediately", "marshallLocationName" : "ApplyImmediately", "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 whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  \n@param applyImmediately Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  \n@return Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  \n@param applyImmediately Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  \n@param applyImmediately Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyOptionGroupRequest", "variableType" : "ModifyOptionGroupRequest", "variableDeclarationType" : "ModifyOptionGroupRequest", "documentation" : null, "variableSetterType" : "ModifyOptionGroupRequest", "simpleType" : "ModifyOptionGroupRequest" }, "marshaller" : { "action" : "ModifyOptionGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplyImmediately" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  ", "name" : "ApplyImmediately", "c2jName" : "ApplyImmediately", "c2jShape" : "Boolean", "variable" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                  Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "applyImmediately", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyImmediately", "marshallLocationName" : "ApplyImmediately", "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 whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  \n@param applyImmediately Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  \n@return Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  \n@param applyImmediately Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.

                                                                                                                                                                                                                                                                                                  \n@param applyImmediately Indicates whether the changes should be applied immediately, or during the next maintenance window for each instance associated with the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionsToRemove" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  ", "name" : "OptionsToRemove", "c2jName" : "OptionsToRemove", "c2jShape" : "OptionNamesList", "variable" : { "variableName" : "optionsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "optionsToRemove", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionsToRemove", "marshallLocationName" : "OptionsToRemove", "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" : null, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  \n@param optionsToRemove Options in this list are removed from the option group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  \n@return Options in this list are removed from the option group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  \n@param optionsToRemove Options in this list are removed from the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are removed from the option group.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setOptionsToRemove(java.util.Collection)} or {@link #withOptionsToRemove(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                  \n@param optionsToRemove Options in this list are removed from the option group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  \n@param optionGroupName The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  \n@return The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  \n@param optionGroupName The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance

                                                                                                                                                                                                                                                                                                  \n@param optionGroupName The name of the option group to be modified.

                                                                                                                                                                                                                                                                                                  Permanent options, such as the TDE option for Oracle Advanced Security TDE, cannot be removed from an option group, and that option group cannot be removed from a DB instance once it is associated with a DB instance\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionsToInclude" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  ", "name" : "OptionsToInclude", "c2jName" : "OptionsToInclude", "c2jShape" : "OptionConfigurationList", "variable" : { "variableName" : "optionsToInclude", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "optionsToInclude", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionsToInclude", "marshallLocationName" : "OptionsToInclude", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OptionConfiguration", "memberLocationName" : "OptionConfiguration", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OptionConfiguration", "variable" : { "variableName" : "member", "variableType" : "OptionConfiguration", "variableDeclarationType" : "OptionConfiguration", "documentation" : "", "variableSetterType" : "OptionConfiguration", "simpleType" : "OptionConfiguration" }, "setterModel" : { "variableName" : "member", "variableType" : "OptionConfiguration", "variableDeclarationType" : "OptionConfiguration", "documentation" : "", "variableSetterType" : "OptionConfiguration", "simpleType" : "OptionConfiguration" }, "getterModel" : { "returnType" : "OptionConfiguration", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionConfiguration", "marshallLocationName" : "OptionConfiguration", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "OptionConfiguration", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  \n@param optionsToInclude Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  \n@return Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  \n@param optionsToInclude Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setOptionsToInclude(java.util.Collection)} or {@link #withOptionsToInclude(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                  \n@param optionsToInclude Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteOptionGroupRequest" : { "c2jName" : "DeleteOptionGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DeleteOptionGroupRequest", "deprecated" : false, "required" : [ "OptionGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@param optionGroupName The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@return The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@param optionGroupName The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@param optionGroupName The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteOptionGroupRequest", "variableType" : "DeleteOptionGroupRequest", "variableDeclarationType" : "DeleteOptionGroupRequest", "documentation" : null, "variableSetterType" : "DeleteOptionGroupRequest", "simpleType" : "DeleteOptionGroupRequest" }, "marshaller" : { "action" : "DeleteOptionGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OptionGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@param optionGroupName The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@return The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@param optionGroupName The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@param optionGroupName The name of the option group to be deleted.

                                                                                                                                                                                                                                                                                                  You cannot delete default option groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyEventSubscriptionRequest" : { "c2jName" : "ModifyEventSubscriptionMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyEventSubscriptionRequest", "deprecated" : false, "required" : [ "SubscriptionName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the RDS event notification subscription.

                                                                                                                                                                                                                                                                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the RDS event notification subscription.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the RDS event notification subscription.

                                                                                                                                                                                                                                                                                                  \n@return The name of the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the RDS event notification subscription.

                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription.\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.

                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription.\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.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-snapshot

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "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" : "

                                                                                                                                                                                                                                                                                                  A Boolean value; set to true to activate the subscription.

                                                                                                                                                                                                                                                                                                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                  A Boolean value; set to true to activate the subscription.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value; set to true to activate the subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A Boolean value; set to true to activate the subscription.

                                                                                                                                                                                                                                                                                                  \n@return A Boolean value; set to true to activate the subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A Boolean value; set to true to activate the subscription.

                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value; set to true to activate the subscription.\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.

                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value; set to true to activate the subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyEventSubscriptionRequest", "variableType" : "ModifyEventSubscriptionRequest", "variableDeclarationType" : "ModifyEventSubscriptionRequest", "documentation" : null, "variableSetterType" : "ModifyEventSubscriptionRequest", "simpleType" : "ModifyEventSubscriptionRequest" }, "marshaller" : { "action" : "ModifyEventSubscription", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Enabled" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  A Boolean value; set to true to activate the subscription.

                                                                                                                                                                                                                                                                                                  ", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                  A Boolean value; set to true to activate the subscription.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value; set to true to activate the subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A Boolean value; set to true to activate the subscription.

                                                                                                                                                                                                                                                                                                  \n@return A Boolean value; set to true to activate the subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  A Boolean value; set to true to activate the subscription.

                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value; set to true to activate the subscription.\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.

                                                                                                                                                                                                                                                                                                  \n@param enabled A Boolean value; set to true to activate the subscription.\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.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "SubscriptionName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the RDS event notification subscription.

                                                                                                                                                                                                                                                                                                  ", "name" : "SubscriptionName", "c2jName" : "SubscriptionName", "c2jShape" : "String", "variable" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the RDS event notification subscription.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the RDS event notification subscription.

                                                                                                                                                                                                                                                                                                  \n@return The name of the RDS event notification subscription.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                  The name of the RDS event notification subscription.

                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription.\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.

                                                                                                                                                                                                                                                                                                  \n@param subscriptionName The name of the RDS event notification subscription.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-snapshot

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-snapshot\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.

                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.
                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.

                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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, "variableSetterType" : "DescribePendingMaintenanceActionsRequest", "simpleType" : "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" : { "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.
                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "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.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "variableSetterType" : "Endpoint", "simpleType" : "Endpoint" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "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.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "address", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "DBSecurityGroupQuotaExceededException" : { "c2jName" : "DBSecurityGroupQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Request would result in user exceeding the allowed number of DB security groups.

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBSecurityGroupQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBSecurityGroupQuotaExceededException", "variableType" : "DBSecurityGroupQuotaExceededException", "variableDeclarationType" : "DBSecurityGroupQuotaExceededException", "documentation" : null, "variableSetterType" : "DBSecurityGroupQuotaExceededException", "simpleType" : "DBSecurityGroupQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "QuotaExceeded.DBSecurityGroup", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DBParameterGroupStatus" : { "c2jName" : "DBParameterGroupStatus", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The status of the DB parameter group.

                                                                                                                                                                                                                                                                                                                  This data type is used as a response element in the following actions:

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBParameterGroupStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the DP parameter group.

                                                                                                                                                                                                                                                                                                                  ", "name" : "DBParameterGroupName", "c2jName" : "DBParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the DP parameter group.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DP parameter group.

                                                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupName The name of the DP parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the DP parameter group.

                                                                                                                                                                                                                                                                                                                  \n@return The name of the DP parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the DP parameter group.

                                                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupName The name of the DP parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the DP parameter group.

                                                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupName The name of the DP parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterApplyStatus", "marshallLocationName" : "ParameterApplyStatus", "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 status of parameter updates.

                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                                                  \n@return The status of parameter updates.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dBParameterGroupStatus", "variableType" : "DBParameterGroupStatus", "variableDeclarationType" : "DBParameterGroupStatus", "documentation" : null, "variableSetterType" : "DBParameterGroupStatus", "simpleType" : "DBParameterGroupStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParameterApplyStatus" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterApplyStatus", "c2jName" : "ParameterApplyStatus", "c2jShape" : "String", "variable" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterApplyStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterApplyStatus", "marshallLocationName" : "ParameterApplyStatus", "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 status of parameter updates.

                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                                                  \n@return The status of parameter updates.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The status of parameter updates.

                                                                                                                                                                                                                                                                                                                  \n@param parameterApplyStatus The status of parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the DP parameter group.

                                                                                                                                                                                                                                                                                                                  ", "name" : "DBParameterGroupName", "c2jName" : "DBParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The name of the DP parameter group.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DP parameter group.

                                                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupName The name of the DP parameter group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the DP parameter group.

                                                                                                                                                                                                                                                                                                                  \n@return The name of the DP parameter group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the DP parameter group.

                                                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupName The name of the DP parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The name of the DP parameter group.

                                                                                                                                                                                                                                                                                                                  \n@param dBParameterGroupName The name of the DP parameter group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBSnapshot" : { "c2jName" : "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.

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBSnapshot", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "DBSnapshotIdentifier", "c2jName" : "DBSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSnapshotIdentifier", "marshallLocationName" : "DBSnapshotIdentifier", "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 identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier Specifies the identifier for the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the identifier for the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier Specifies the identifier for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier Specifies the identifier for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  ", "name" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceIdentifier Specifies the DB instance identifier of the DB instance this DB snapshot was created from.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the DB instance identifier of the DB instance this DB snapshot was created from.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceIdentifier Specifies the DB instance identifier of the DB instance this DB snapshot was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceIdentifier Specifies the DB instance identifier of the DB instance this DB snapshot was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCreateTime", "marshallLocationName" : "SnapshotCreateTime", "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 time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@return Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engine Specifies the name of the database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the name of the database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engine Specifies the name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engine Specifies the name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  ", "name" : "AllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllocatedStorage", "marshallLocationName" : "AllocatedStorage", "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 allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the allocated storage size in gigabytes (GB).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the status of this DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the status of this DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 this DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the status of this DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the status of this DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the status of this DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the status of this DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the status of this DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the status of this DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the status of this DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param port Specifies the port that the database engine was listening on at the time of the snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the port that the database engine was listening on at the time of the snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param port Specifies the port that the database engine was listening on at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param port Specifies the port that the database engine was listening on at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "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 VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId Provides the VPC ID associated with the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Provides the VPC ID associated with the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId Provides the VPC ID associated with the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId Provides the VPC ID associated with the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  ", "name" : "InstanceCreateTime", "c2jName" : "InstanceCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "instanceCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "instanceCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceCreateTime", "marshallLocationName" : "InstanceCreateTime", "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 time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param instanceCreateTime Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param instanceCreateTime Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param instanceCreateTime Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Provides the master username for the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Provides the master username for the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Provides the master username for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Provides the master username for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Specifies the version of the database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the version of the database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Specifies the version of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Specifies the version of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  ", "name" : "LicenseModel", "c2jName" : "LicenseModel", "c2jShape" : "String", "variable" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LicenseModel", "marshallLocationName" : "LicenseModel", "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" : "/**

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  \n@param licenseModel License model information for the restored DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  \n@return License model information for the restored DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  \n@param licenseModel License model information for the restored DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  \n@param licenseModel License model information for the restored DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType Provides the type of the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Provides the type of the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType Provides the type of the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType Provides the type of the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Iops", "c2jName" : "Iops", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Iops", "marshallLocationName" : "Iops", "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 Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param iops Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param iops Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param iops Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param optionGroupName Provides the option group name for the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Provides the option group name for the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param optionGroupName Provides the option group name for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param optionGroupName Provides the option group name for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  ", "name" : "PercentProgress", "c2jName" : "PercentProgress", "c2jShape" : "Integer", "variable" : { "variableName" : "percentProgress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "percentProgress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PercentProgress", "marshallLocationName" : "PercentProgress", "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 percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  \n@param percentProgress The percentage of the estimated data that has been transferred.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  \n@return The percentage of the estimated data that has been transferred.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  \n@param percentProgress The percentage of the estimated data that has been transferred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  \n@param percentProgress The percentage of the estimated data that has been transferred.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceRegion", "c2jName" : "SourceRegion", "c2jShape" : "String", "variable" : { "variableName" : "sourceRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceRegion", "marshallLocationName" : "SourceRegion", "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 region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The region that the DB snapshot was created in or copied from.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  \n@return The region that the DB snapshot was created in or copied from.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The region that the DB snapshot was created in or copied from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The region that the DB snapshot was created in or copied from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceDBSnapshotIdentifier", "c2jName" : "SourceDBSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDBSnapshotIdentifier", "marshallLocationName" : "SourceDBSnapshotIdentifier", "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 snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  \n@param sourceDBSnapshotIdentifier The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  \n@return The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  \n@param sourceDBSnapshotIdentifier The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  \n@param sourceDBSnapshotIdentifier The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "StorageType", "c2jName" : "StorageType", "c2jShape" : "String", "variable" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StorageType", "marshallLocationName" : "StorageType", "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 storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param storageType Specifies the storage type associated with DB Snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the storage type associated with DB Snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param storageType Specifies the storage type associated with DB Snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param storageType Specifies the storage type associated with DB Snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The ARN from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  ", "name" : "TdeCredentialArn", "c2jName" : "TdeCredentialArn", "c2jShape" : "String", "variable" : { "variableName" : "tdeCredentialArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The ARN from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "tdeCredentialArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TdeCredentialArn", "marshallLocationName" : "TdeCredentialArn", "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 from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The ARN from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  \n@return The ARN from the Key Store with which to associate the instance for TDE encryption.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The ARN from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The ARN from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies whether the DB snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Encrypted", "c2jName" : "Encrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies whether the DB snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encrypted", "marshallLocationName" : "Encrypted", "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 snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted Specifies whether the DB snapshot is encrypted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies whether the DB snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies whether the DB snapshot is encrypted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies whether the DB snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted Specifies whether the DB snapshot is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies whether the DB snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted Specifies whether the DB snapshot is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dBSnapshot", "variableType" : "DBSnapshot", "variableDeclarationType" : "DBSnapshot", "documentation" : null, "variableSetterType" : "DBSnapshot", "simpleType" : "DBSnapshot" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotType", "c2jName" : "SnapshotType", "c2jShape" : "String", "variable" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snapshotType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType Provides the type of the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Provides the type of the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType Provides the type of the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the type of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param snapshotType Provides the type of the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceRegion" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceRegion", "c2jName" : "SourceRegion", "c2jShape" : "String", "variable" : { "variableName" : "sourceRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceRegion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceRegion", "marshallLocationName" : "SourceRegion", "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 region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The region that the DB snapshot was created in or copied from.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  \n@return The region that the DB snapshot was created in or copied from.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The region that the DB snapshot was created in or copied from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The region that the DB snapshot was created in or copied from.

                                                                                                                                                                                                                                                                                                                  \n@param sourceRegion The region that the DB snapshot was created in or copied from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstanceIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  ", "name" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceIdentifier Specifies the DB instance identifier of the DB instance this DB snapshot was created from.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the DB instance identifier of the DB instance this DB snapshot was created from.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceIdentifier Specifies the DB instance identifier of the DB instance this DB snapshot was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceIdentifier Specifies the DB instance identifier of the DB instance this DB snapshot was created from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceCreateTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  ", "name" : "InstanceCreateTime", "c2jName" : "InstanceCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "instanceCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "instanceCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceCreateTime", "marshallLocationName" : "InstanceCreateTime", "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 time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param instanceCreateTime Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param instanceCreateTime Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param instanceCreateTime Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBSnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "DBSnapshotIdentifier", "c2jName" : "DBSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSnapshotIdentifier", "marshallLocationName" : "DBSnapshotIdentifier", "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 identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier Specifies the identifier for the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the identifier for the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier Specifies the identifier for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the identifier for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param dBSnapshotIdentifier Specifies the identifier for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllocatedStorage" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  ", "name" : "AllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "Integer", "variable" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllocatedStorage", "marshallLocationName" : "AllocatedStorage", "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 allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the allocated storage size in gigabytes (GB).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Iops" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Iops", "c2jName" : "Iops", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Iops", "marshallLocationName" : "Iops", "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 Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param iops Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param iops Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param iops Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PercentProgress" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  ", "name" : "PercentProgress", "c2jName" : "PercentProgress", "c2jShape" : "Integer", "variable" : { "variableName" : "percentProgress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "percentProgress", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "PercentProgress", "marshallLocationName" : "PercentProgress", "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 percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  \n@param percentProgress The percentage of the estimated data that has been transferred.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  \n@return The percentage of the estimated data that has been transferred.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  \n@param percentProgress The percentage of the estimated data that has been transferred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The percentage of the estimated data that has been transferred.

                                                                                                                                                                                                                                                                                                                  \n@param percentProgress The percentage of the estimated data that has been transferred.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Encrypted" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies whether the DB snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Encrypted", "c2jName" : "Encrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies whether the DB snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "encrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encrypted", "marshallLocationName" : "Encrypted", "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 snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted Specifies whether the DB snapshot is encrypted.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies whether the DB snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies whether the DB snapshot is encrypted.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies whether the DB snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted Specifies whether the DB snapshot is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies whether the DB snapshot is encrypted.

                                                                                                                                                                                                                                                                                                                  \n@param encrypted Specifies whether the DB snapshot is encrypted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TdeCredentialArn" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The ARN from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  ", "name" : "TdeCredentialArn", "c2jName" : "TdeCredentialArn", "c2jShape" : "String", "variable" : { "variableName" : "tdeCredentialArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The ARN from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "tdeCredentialArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TdeCredentialArn", "marshallLocationName" : "TdeCredentialArn", "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 from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The ARN from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  \n@return The ARN from the Key Store with which to associate the instance for TDE encryption.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The ARN from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The ARN from the Key Store with which to associate the instance for TDE encryption.

                                                                                                                                                                                                                                                                                                                  \n@param tdeCredentialArn The ARN from the Key Store with which to associate the instance for TDE encryption.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZone" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "AvailabilityZone", "c2jName" : "AvailabilityZone", "c2jShape" : "String", "variable" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "availabilityZone", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param availabilityZone Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LicenseModel" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  ", "name" : "LicenseModel", "c2jName" : "LicenseModel", "c2jShape" : "String", "variable" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "licenseModel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LicenseModel", "marshallLocationName" : "LicenseModel", "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" : "/**

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  \n@param licenseModel License model information for the restored DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  \n@return License model information for the restored DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  \n@param licenseModel License model information for the restored DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  License model information for the restored DB instance.

                                                                                                                                                                                                                                                                                                                  \n@param licenseModel License model information for the restored DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engine Specifies the name of the database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the name of the database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engine Specifies the name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the name of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engine Specifies the name of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "String", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "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 VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId Provides the VPC ID associated with the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Provides the VPC ID associated with the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId Provides the VPC ID associated with the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the VPC ID associated with the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param vpcId Provides the VPC ID associated with the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the status of this DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the status of this DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 this DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the status of this DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the status of this DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the status of this DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the status of this DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the status of this DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the status of this DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the status of this DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SourceDBSnapshotIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  ", "name" : "SourceDBSnapshotIdentifier", "c2jName" : "SourceDBSnapshotIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "sourceDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceDBSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SourceDBSnapshotIdentifier", "marshallLocationName" : "SourceDBSnapshotIdentifier", "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 snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  \n@param sourceDBSnapshotIdentifier The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  \n@return The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  \n@param sourceDBSnapshotIdentifier The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.

                                                                                                                                                                                                                                                                                                                  \n@param sourceDBSnapshotIdentifier The DB snapshot Arn that the DB snapshot was copied from. It only has value in case of cross customer or cross region copy.\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 was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "Port", "c2jName" : "Port", "c2jShape" : "Integer", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param port Specifies the port that the database engine was listening on at the time of the snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the port that the database engine was listening on at the time of the snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param port Specifies the port that the database engine was listening on at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine was listening on at the time of the snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param port Specifies the port that the database engine was listening on at the time of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MasterUsername" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Provides the master username for the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Provides the master username for the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Provides the master username for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the master username for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Provides the master username for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OptionGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "OptionGroupName", "c2jName" : "OptionGroupName", "c2jShape" : "String", "variable" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param optionGroupName Provides the option group name for the DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Provides the option group name for the DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param optionGroupName Provides the option group name for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the option group name for the DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param optionGroupName Provides the option group name for the DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotCreateTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  ", "name" : "SnapshotCreateTime", "c2jName" : "SnapshotCreateTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "snapshotCreateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotCreateTime", "marshallLocationName" : "SnapshotCreateTime", "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 time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@return Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                  \n@param snapshotCreateTime Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StorageType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  ", "name" : "StorageType", "c2jName" : "StorageType", "c2jShape" : "String", "variable" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "storageType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StorageType", "marshallLocationName" : "StorageType", "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 storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param storageType Specifies the storage type associated with DB Snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the storage type associated with DB Snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param storageType Specifies the storage type associated with DB Snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the storage type associated with DB Snapshot.

                                                                                                                                                                                                                                                                                                                  \n@param storageType Specifies the storage type associated with DB Snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Specifies the version of the database engine.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@return Specifies the version of the database engine.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Specifies the version of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                  Specifies the version of the database engine.

                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Specifies the version of the database engine.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyDBParameterGroupRequest" : { "c2jName" : "ModifyDBParameterGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyDBParameterGroupRequest", "deprecated" : false, "required" : [ "DBParameterGroupName", "Parameters" ], "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
                                                                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                                                                  ", "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
                                                                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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
                                                                                                                                                                                                                                                                                                                  • 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 dBParameterGroupName The name of the DB parameter group.

                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                  • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                  • 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 parameter group.

                                                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                                                    • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                    • 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 parameter group.

                                                                                                                                                                                                                                                                                                                    Constraints:

                                                                                                                                                                                                                                                                                                                    • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                    • 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 parameter group.

                                                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                                                      • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                      • 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 dBParameterGroupName The name of the DB parameter group.

                                                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                                                      • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                      • 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 parameter group.

                                                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                                                        • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                        • 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 dBParameterGroupName The name of the DB parameter group.

                                                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                                                        • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                        • 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" : "

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Parameter", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. \n@param parameters An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. \n@return An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. \n@param parameters An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. \n

                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                          \n@param parameters An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyDBParameterGroupRequest", "variableType" : "ModifyDBParameterGroupRequest", "variableDeclarationType" : "ModifyDBParameterGroupRequest", "documentation" : null, "variableSetterType" : "ModifyDBParameterGroupRequest", "simpleType" : "ModifyDBParameterGroupRequest" }, "marshaller" : { "action" : "ModifyDBParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Parameter", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. \n@param parameters An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. \n@return An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. \n@param parameters An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                          An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover. \n

                                                                                                                                                                                                                                                                                                                          NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                          \n@param parameters An array of parameter names, values, and the apply method for the parameter update. At least one parameter name, value, and apply method must be supplied; subsequent arguments are optional. A maximum of 20 parameters can be modified in a single request.

                                                                                                                                                                                                                                                                                                                          Valid Values (for the application method): immediate | pending-reboot

                                                                                                                                                                                                                                                                                                                          You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters, and changes are applied when you reboot the DB instance without failover.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBParameterGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                          The name of the DB parameter group.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                                                                          ", "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
                                                                                                                                                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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
                                                                                                                                                                                                                                                                                                                          • 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 dBParameterGroupName The name of the DB parameter group.

                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                          • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                          • 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 parameter group.

                                                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                                                            • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                            • 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 parameter group.

                                                                                                                                                                                                                                                                                                                            Constraints:

                                                                                                                                                                                                                                                                                                                            • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                            • 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 parameter group.

                                                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                                                              • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                              • 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 dBParameterGroupName The name of the DB parameter group.

                                                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                                                              • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                              • 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 parameter group.

                                                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                                                • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                                • 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 dBParameterGroupName The name of the DB parameter group.

                                                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                                                • Must be the name of an existing DB parameter group
                                                                                                                                                                                                                                                                                                                                • 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.*/" } } }, "VpcSecurityGroupMembership" : { "c2jName" : "VpcSecurityGroupMembership", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  This data type is used as a response element for queries on VPC security group membership.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "VpcSecurityGroupMembership", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcSecurityGroupId", "c2jName" : "VpcSecurityGroupId", "c2jShape" : "String", "variable" : { "variableName" : "vpcSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The name of the VPC security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the VPC security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The name of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The name of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the VPC security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "vpcSecurityGroupMembership", "variableType" : "VpcSecurityGroupMembership", "variableDeclarationType" : "VpcSecurityGroupMembership", "documentation" : null, "variableSetterType" : "VpcSecurityGroupMembership", "simpleType" : "VpcSecurityGroupMembership" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The status of the VPC security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The status of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param status The status of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcSecurityGroupId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcSecurityGroupId", "c2jName" : "VpcSecurityGroupId", "c2jShape" : "String", "variable" : { "variableName" : "vpcSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "vpcSecurityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The name of the VPC security group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@return The name of the VPC security group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The name of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                  The name of the VPC security group.

                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroupId The name of the VPC security group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResetDBClusterParameterGroupResult" : { "c2jName" : "DBClusterParameterGroupNameMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ResetDBClusterParameterGroupResult", "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.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "resetDBClusterParameterGroupResult", "variableType" : "ResetDBClusterParameterGroupResult", "variableDeclarationType" : "ResetDBClusterParameterGroupResult", "documentation" : null, "variableSetterType" : "ResetDBClusterParameterGroupResult", "simpleType" : "ResetDBClusterParameterGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "ResetDBClusterParameterGroupResult", "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.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "DBParameterGroupQuotaExceededException" : { "c2jName" : "DBParameterGroupQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  Request would result in user exceeding the allowed number of DB parameter groups.

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBParameterGroupQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBParameterGroupQuotaExceededException", "variableType" : "DBParameterGroupQuotaExceededException", "variableDeclarationType" : "DBParameterGroupQuotaExceededException", "documentation" : null, "variableSetterType" : "DBParameterGroupQuotaExceededException", "simpleType" : "DBParameterGroupQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBParameterGroupQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeDBInstancesRequest" : { "c2jName" : "DescribeDBInstancesMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeDBInstancesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • 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" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                  The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • 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
                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 instance identifier. If this parameter is specified, information from only the specific DB instance 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 dBInstanceIdentifier The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                  • 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 instance identifier. If this parameter is specified, information from only the specific DB instance 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 instance identifier. If this parameter is specified, information from only the specific DB instance 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 instance identifier. If this parameter is specified, information from only the specific DB instance 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 dBInstanceIdentifier The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

                                                                                                                                                                                                                                                                                                                                      Constraints:

                                                                                                                                                                                                                                                                                                                                      • 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 instance identifier. If this parameter is specified, information from only the specific DB instance 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 dBInstanceIdentifier The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

                                                                                                                                                                                                                                                                                                                                        Constraints:

                                                                                                                                                                                                                                                                                                                                        • 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.

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 DescribeDBInstances 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 DescribeDBInstances request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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" : "describeDBInstancesRequest", "variableType" : "DescribeDBInstancesRequest", "variableDeclarationType" : "DescribeDBInstancesRequest", "documentation" : null, "variableSetterType" : "DescribeDBInstancesRequest", "simpleType" : "DescribeDBInstancesRequest" }, "marshaller" : { "action" : "DescribeDBInstances", "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.

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.*/" }, "DBInstanceIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

                                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                                          • 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" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                          The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

                                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                                          • 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
                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 instance identifier. If this parameter is specified, information from only the specific DB instance 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 dBInstanceIdentifier The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

                                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                                          • 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 instance identifier. If this parameter is specified, information from only the specific DB instance 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 instance identifier. If this parameter is specified, information from only the specific DB instance 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 instance identifier. If this parameter is specified, information from only the specific DB instance 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 dBInstanceIdentifier The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

                                                                                                                                                                                                                                                                                                                                              Constraints:

                                                                                                                                                                                                                                                                                                                                              • 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 instance identifier. If this parameter is specified, information from only the specific DB instance 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 dBInstanceIdentifier The user-supplied instance identifier. If this parameter is specified, information from only the specific DB instance is returned. This parameter isn't case-sensitive.

                                                                                                                                                                                                                                                                                                                                                Constraints:

                                                                                                                                                                                                                                                                                                                                                • 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 DescribeDBInstances 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 DescribeDBInstances request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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 DescribeDBInstances 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.*/" } } }, "ModifyDBSubnetGroupRequest" : { "c2jName" : "ModifyDBSubnetGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyDBSubnetGroupRequest", "deprecated" : false, "required" : [ "DBSubnetGroupName", "SubnetIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBSubnetGroupName", "c2jName" : "DBSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  \n@return The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The description for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBSubnetGroupDescription", "c2jName" : "DBSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "dBSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The description for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSubnetGroupDescription", "marshallLocationName" : "DBSubnetGroupDescription", "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 for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupDescription The description for the DB subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The description for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@return The description for the DB subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The description for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupDescription The description for the DB subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The description for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupDescription The description for the DB subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "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" : "SubnetIdentifier", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds The EC2 subnet IDs for the DB subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@return The EC2 subnet IDs for the DB subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds The EC2 subnet IDs for the DB subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds The EC2 subnet IDs for the DB subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyDBSubnetGroupRequest", "variableType" : "ModifyDBSubnetGroupRequest", "variableDeclarationType" : "ModifyDBSubnetGroupRequest", "documentation" : null, "variableSetterType" : "ModifyDBSubnetGroupRequest", "simpleType" : "ModifyDBSubnetGroupRequest" }, "marshaller" : { "action" : "ModifyDBSubnetGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBSubnetGroupDescription" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The description for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBSubnetGroupDescription", "c2jName" : "DBSubnetGroupDescription", "c2jShape" : "String", "variable" : { "variableName" : "dBSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The description for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSubnetGroupDescription", "marshallLocationName" : "DBSubnetGroupDescription", "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 for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupDescription The description for the DB subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The description for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@return The description for the DB subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The description for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupDescription The description for the DB subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The description for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupDescription The description for the DB subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetIds" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdentifierList", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "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" : "SubnetIdentifier", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds The EC2 subnet IDs for the DB subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@return The EC2 subnet IDs for the DB subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds The EC2 subnet IDs for the DB subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The EC2 subnet IDs for the DB subnet group.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIds The EC2 subnet IDs for the DB subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBSubnetGroupName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBSubnetGroupName", "c2jName" : "DBSubnetGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  \n@return The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup

                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroupName The name for the DB subnet group. This value is stored as a lowercase string.

                                                                                                                                                                                                                                                                                                                                                  Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

                                                                                                                                                                                                                                                                                                                                                  Example: mySubnetgroup\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Subnet" : { "c2jName" : "Subnet", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This data type is used as a response element in the DescribeDBSubnetGroups action.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "Subnet", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "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 identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier Specifies the identifier of the subnet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the identifier of the subnet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier Specifies the identifier of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier Specifies the identifier of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "SubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "setterModel" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetAvailabilityZone", "marshallLocationName" : "SubnetAvailabilityZone", "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 subnetAvailabilityZone */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param subnetAvailabilityZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param subnetAvailabilityZone \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the status of the subnet.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetStatus", "c2jName" : "SubnetStatus", "c2jShape" : "String", "variable" : { "variableName" : "subnetStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the status of the subnet.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subnetStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetStatus", "marshallLocationName" : "SubnetStatus", "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 subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus Specifies the status of the subnet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the status of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the status of the subnet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the status of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus Specifies the status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the status of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus Specifies the status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "subnet", "variableType" : "Subnet", "variableDeclarationType" : "Subnet", "documentation" : null, "variableSetterType" : "Subnet", "simpleType" : "Subnet" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubnetStatus" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the status of the subnet.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetStatus", "c2jName" : "SubnetStatus", "c2jShape" : "String", "variable" : { "variableName" : "subnetStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the status of the subnet.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subnetStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetStatus", "marshallLocationName" : "SubnetStatus", "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 subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus Specifies the status of the subnet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the status of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the status of the subnet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the status of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus Specifies the status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the status of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetStatus Specifies the status of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetAvailabilityZone" : { "documentation" : "", "name" : "SubnetAvailabilityZone", "c2jName" : "SubnetAvailabilityZone", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "setterModel" : { "variableName" : "subnetAvailabilityZone", "variableType" : "AvailabilityZone", "variableDeclarationType" : "AvailabilityZone", "documentation" : "", "variableSetterType" : "AvailabilityZone", "simpleType" : "AvailabilityZone" }, "getterModel" : { "returnType" : "AvailabilityZone", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetAvailabilityZone", "marshallLocationName" : "SubnetAvailabilityZone", "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 subnetAvailabilityZone */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param subnetAvailabilityZone \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param subnetAvailabilityZone \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "SubnetIdentifier", "c2jName" : "SubnetIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subnetIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIdentifier", "marshallLocationName" : "SubnetIdentifier", "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 identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier Specifies the identifier of the subnet.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the identifier of the subnet.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier Specifies the identifier of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the identifier of the subnet.

                                                                                                                                                                                                                                                                                                                                                  \n@param subnetIdentifier Specifies the identifier of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeOptionGroupsResult" : { "c2jName" : "OptionGroups", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeOptionGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "OptionGroupsList", "c2jName" : "OptionGroupsList", "c2jShape" : "OptionGroupsList", "variable" : { "variableName" : "optionGroupsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "optionGroupsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroupsList", "marshallLocationName" : "OptionGroupsList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OptionGroup", "memberLocationName" : "OptionGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OptionGroup", "variable" : { "variableName" : "member", "variableType" : "OptionGroup", "variableDeclarationType" : "OptionGroup", "documentation" : "", "variableSetterType" : "OptionGroup", "simpleType" : "OptionGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "OptionGroup", "variableDeclarationType" : "OptionGroup", "documentation" : "", "variableSetterType" : "OptionGroup", "simpleType" : "OptionGroup" }, "getterModel" : { "returnType" : "OptionGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroup", "marshallLocationName" : "OptionGroup", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "OptionGroup", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  \n@param optionGroupsList List of option groups.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  \n@return List of option groups.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  \n@param optionGroupsList List of option groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setOptionGroupsList(java.util.Collection)} or {@link #withOptionGroupsList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param optionGroupsList List of option groups.\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.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "describeOptionGroupsResult", "variableType" : "DescribeOptionGroupsResult", "variableDeclarationType" : "DescribeOptionGroupsResult", "documentation" : null, "variableSetterType" : "DescribeOptionGroupsResult", "simpleType" : "DescribeOptionGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeOptionGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OptionGroupsList" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "OptionGroupsList", "c2jName" : "OptionGroupsList", "c2jShape" : "OptionGroupsList", "variable" : { "variableName" : "optionGroupsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "optionGroupsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroupsList", "marshallLocationName" : "OptionGroupsList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OptionGroup", "memberLocationName" : "OptionGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OptionGroup", "variable" : { "variableName" : "member", "variableType" : "OptionGroup", "variableDeclarationType" : "OptionGroup", "documentation" : "", "variableSetterType" : "OptionGroup", "simpleType" : "OptionGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "OptionGroup", "variableDeclarationType" : "OptionGroup", "documentation" : "", "variableSetterType" : "OptionGroup", "simpleType" : "OptionGroup" }, "getterModel" : { "returnType" : "OptionGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "OptionGroup", "marshallLocationName" : "OptionGroup", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "OptionGroup", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  \n@param optionGroupsList List of option groups.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  \n@return List of option groups.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  \n@param optionGroupsList List of option groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  List of option groups.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setOptionGroupsList(java.util.Collection)} or {@link #withOptionGroupsList(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param optionGroupsList List of option groups.\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.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "ReservedDBInstancesOffering" : { "c2jName" : "ReservedDBInstancesOffering", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ReservedDBInstancesOffering", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstancesOfferingId", "c2jName" : "ReservedDBInstancesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOfferingId", "marshallLocationName" : "ReservedDBInstancesOfferingId", "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 offering identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@return The offering identifier.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The DB instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The DB instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class for the reserved DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@return The DB instance class for the reserved DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class for the reserved DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class for the reserved DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "Integer", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "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 duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  \n@param duration The duration of the offering in seconds.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  \n@return The duration of the offering in seconds.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  \n@param duration The duration of the offering in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  \n@param duration The duration of the offering in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "FixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "variable" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "FixedPrice", "marshallLocationName" : "FixedPrice", "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 fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param fixedPrice The fixed price charged for this offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@return The fixed price charged for this offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "UsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "variable" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsagePrice", "marshallLocationName" : "UsagePrice", "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 hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param usagePrice The hourly price charged for this offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@return The hourly price charged for this offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "CurrencyCode", "c2jName" : "CurrencyCode", "c2jShape" : "String", "variable" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrencyCode", "marshallLocationName" : "CurrencyCode", "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 currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the reserved DB instance offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  \n@return The currency code for the reserved DB instance offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the reserved DB instance offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the reserved DB instance offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "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 database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param productDescription The database engine used by the offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  \n@return The database engine used by the offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param productDescription The database engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param productDescription The database engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The offering type.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The offering type.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "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 offering type.

                                                                                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering type.

                                                                                                                                                                                                                                                                                                                                                  \n@return The offering type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering type.

                                                                                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering type.

                                                                                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates if the offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "MultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "Boolean", "variable" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates if the offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultiAZ", "marshallLocationName" : "MultiAZ", "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 offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  \n@param multiAZ Indicates if the offering applies to Multi-AZ deployments.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates if the offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates if the offering applies to Multi-AZ deployments.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates if the offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  \n@param multiAZ Indicates if the offering applies to Multi-AZ deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates if the offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  \n@param multiAZ Indicates if the offering applies to Multi-AZ deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "RecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "variable" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharges", "marshallLocationName" : "RecurringCharges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecurringCharge", "memberLocationName" : "RecurringCharge", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecurringCharge", "variable" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "setterModel" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "getterModel" : { "returnType" : "RecurringCharge", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharge", "marshallLocationName" : "RecurringCharge", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "RecurringCharge", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@param recurringCharges The recurring price charged to run this reserved DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@return The recurring price charged to run this reserved DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@param recurringCharges The recurring price charged to run this reserved DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecurringCharges(java.util.Collection)} or {@link #withRecurringCharges(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param recurringCharges The recurring price charged to run this reserved DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "reservedDBInstancesOffering", "variableType" : "ReservedDBInstancesOffering", "variableDeclarationType" : "ReservedDBInstancesOffering", "documentation" : null, "variableSetterType" : "ReservedDBInstancesOffering", "simpleType" : "ReservedDBInstancesOffering" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "FixedPrice" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "FixedPrice", "c2jName" : "FixedPrice", "c2jShape" : "Double", "variable" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "fixedPrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "FixedPrice", "marshallLocationName" : "FixedPrice", "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 fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param fixedPrice The fixed price charged for this offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@return The fixed price charged for this offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The fixed price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param fixedPrice The fixed price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReservedDBInstancesOfferingId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstancesOfferingId", "c2jName" : "ReservedDBInstancesOfferingId", "c2jShape" : "String", "variable" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "reservedDBInstancesOfferingId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOfferingId", "marshallLocationName" : "ReservedDBInstancesOfferingId", "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 offering identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@return The offering identifier.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering identifier.

                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferingId The offering identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UsagePrice" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "UsagePrice", "c2jName" : "UsagePrice", "c2jShape" : "Double", "variable" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "usagePrice", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "UsagePrice", "marshallLocationName" : "UsagePrice", "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 hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param usagePrice The hourly price charged for this offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@return The hourly price charged for this offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The hourly price charged for this offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param usagePrice The hourly price charged for this offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstanceClass" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The DB instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBInstanceClass", "c2jName" : "DBInstanceClass", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The DB instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceClass", "marshallLocationName" : "DBInstanceClass", "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 instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class for the reserved DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@return The DB instance class for the reserved DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class for the reserved DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB instance class for the reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@param dBInstanceClass The DB instance class for the reserved DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Duration" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Duration", "c2jName" : "Duration", "c2jShape" : "Integer", "variable" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "duration", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Duration", "marshallLocationName" : "Duration", "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 duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  \n@param duration The duration of the offering in seconds.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  \n@return The duration of the offering in seconds.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  \n@param duration The duration of the offering in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The duration of the offering in seconds.

                                                                                                                                                                                                                                                                                                                                                  \n@param duration The duration of the offering in seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RecurringCharges" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "RecurringCharges", "c2jName" : "RecurringCharges", "c2jShape" : "RecurringChargeList", "variable" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "recurringCharges", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharges", "marshallLocationName" : "RecurringCharges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RecurringCharge", "memberLocationName" : "RecurringCharge", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RecurringCharge", "variable" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "setterModel" : { "variableName" : "member", "variableType" : "RecurringCharge", "variableDeclarationType" : "RecurringCharge", "documentation" : "", "variableSetterType" : "RecurringCharge", "simpleType" : "RecurringCharge" }, "getterModel" : { "returnType" : "RecurringCharge", "documentation" : null }, "http" : { "unmarshallLocationName" : "RecurringCharge", "marshallLocationName" : "RecurringCharge", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "RecurringCharge", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@param recurringCharges The recurring price charged to run this reserved DB instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@return The recurring price charged to run this reserved DB instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n@param recurringCharges The recurring price charged to run this reserved DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The recurring price charged to run this reserved DB instance.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setRecurringCharges(java.util.Collection)} or {@link #withRecurringCharges(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param recurringCharges The recurring price charged to run this reserved DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ProductDescription" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ProductDescription", "c2jName" : "ProductDescription", "c2jShape" : "String", "variable" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "productDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ProductDescription", "marshallLocationName" : "ProductDescription", "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 database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param productDescription The database engine used by the offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  \n@return The database engine used by the offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param productDescription The database engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The database engine used by the offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param productDescription The database engine used by the offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MultiAZ" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates if the offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "MultiAZ", "c2jName" : "MultiAZ", "c2jShape" : "Boolean", "variable" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates if the offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "multiAZ", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultiAZ", "marshallLocationName" : "MultiAZ", "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 offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  \n@param multiAZ Indicates if the offering applies to Multi-AZ deployments.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates if the offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates if the offering applies to Multi-AZ deployments.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates if the offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  \n@param multiAZ Indicates if the offering applies to Multi-AZ deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates if the offering applies to Multi-AZ deployments.

                                                                                                                                                                                                                                                                                                                                                  \n@param multiAZ Indicates if the offering applies to Multi-AZ deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OfferingType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The offering type.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "OfferingType", "c2jName" : "OfferingType", "c2jShape" : "String", "variable" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The offering type.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "offeringType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OfferingType", "marshallLocationName" : "OfferingType", "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 offering type.

                                                                                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering type.

                                                                                                                                                                                                                                                                                                                                                  \n@return The offering type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering type.

                                                                                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The offering type.

                                                                                                                                                                                                                                                                                                                                                  \n@param offeringType The offering type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CurrencyCode" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "CurrencyCode", "c2jName" : "CurrencyCode", "c2jShape" : "String", "variable" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "currencyCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CurrencyCode", "marshallLocationName" : "CurrencyCode", "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 currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the reserved DB instance offering.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  \n@return The currency code for the reserved DB instance offering.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the reserved DB instance offering.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The currency code for the reserved DB instance offering.

                                                                                                                                                                                                                                                                                                                                                  \n@param currencyCode The currency code for the reserved DB instance offering.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SnapshotQuotaExceededException" : { "c2jName" : "SnapshotQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Request would result in user exceeding the allowed number of DB snapshots.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "SnapshotQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "snapshotQuotaExceededException", "variableType" : "SnapshotQuotaExceededException", "variableDeclarationType" : "SnapshotQuotaExceededException", "documentation" : null, "variableSetterType" : "SnapshotQuotaExceededException", "simpleType" : "SnapshotQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotQuotaExceeded", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DBSecurityGroupNotFoundException" : { "c2jName" : "DBSecurityGroupNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  DBSecurityGroupName does not refer to an existing DB security group.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBSecurityGroupNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBSecurityGroupNotFoundException", "variableType" : "DBSecurityGroupNotFoundException", "variableDeclarationType" : "DBSecurityGroupNotFoundException", "documentation" : null, "variableSetterType" : "DBSecurityGroupNotFoundException", "simpleType" : "DBSecurityGroupNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBSecurityGroupNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeCertificatesResult" : { "c2jName" : "CertificateMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Data returned by the DescribeCertificates action.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeCertificatesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Certificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "variable" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Certificates", "marshallLocationName" : "Certificates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Certificate", "memberLocationName" : "Certificate", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Certificate", "variable" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "variableSetterType" : "Certificate", "simpleType" : "Certificate" }, "setterModel" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "variableSetterType" : "Certificate", "simpleType" : "Certificate" }, "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "unmarshallLocationName" : "Certificate", "marshallLocationName" : "Certificate", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Certificate", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  \n@param certificates The list of Certificate objects for the AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  \n@return The list of Certificate objects for the AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  \n@param certificates The list of Certificate objects for the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param certificates The list of Certificate objects for the AWS account.\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 DescribeCertificates 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 DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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" : "describeCertificatesResult", "variableType" : "DescribeCertificatesResult", "variableDeclarationType" : "DescribeCertificatesResult", "documentation" : null, "variableSetterType" : "DescribeCertificatesResult", "simpleType" : "DescribeCertificatesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeCertificatesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Certificates" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Certificates", "c2jName" : "Certificates", "c2jShape" : "CertificateList", "variable" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "certificates", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Certificates", "marshallLocationName" : "Certificates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Certificate", "memberLocationName" : "Certificate", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Certificate", "variable" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "variableSetterType" : "Certificate", "simpleType" : "Certificate" }, "setterModel" : { "variableName" : "member", "variableType" : "Certificate", "variableDeclarationType" : "Certificate", "documentation" : "", "variableSetterType" : "Certificate", "simpleType" : "Certificate" }, "getterModel" : { "returnType" : "Certificate", "documentation" : null }, "http" : { "unmarshallLocationName" : "Certificate", "marshallLocationName" : "Certificate", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Certificate", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  \n@param certificates The list of Certificate objects for the AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  \n@return The list of Certificate objects for the AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  \n@param certificates The list of Certificate objects for the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The list of Certificate objects for the AWS account.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param certificates The list of Certificate objects for the AWS account.\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 DescribeCertificates 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 DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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 DescribeCertificates 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.*/" } } }, "Parameter" : { "c2jName" : "Parameter", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions.

                                                                                                                                                                                                                                                                                                                                                  This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "Parameter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "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 parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterName Specifies the name of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the name of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterName Specifies the name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterName Specifies the name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "variable" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterValue", "marshallLocationName" : "ParameterValue", "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 value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterValue Specifies the value of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the value of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterValue Specifies the value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterValue Specifies the value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param description Provides a description of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@return Provides a description of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param description Provides a description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param description Provides a description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates the source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates the source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "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 source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  \n@param source Indicates the source of the parameter value.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates the source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates the source of the parameter value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates the source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  \n@param source Indicates the source of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates the source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  \n@param source Indicates the source of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ApplyType", "c2jName" : "ApplyType", "c2jShape" : "String", "variable" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyType Specifies the engine specific parameters type.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the engine specific parameters type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyType Specifies the engine specific parameters type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyType Specifies the engine specific parameters type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param dataType Specifies the valid data type for the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the valid data type for the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param dataType Specifies the valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param dataType Specifies the valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "variable" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param allowedValues Specifies the valid range of values for the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the valid range of values for the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param allowedValues Specifies the valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param allowedValues Specifies the valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "IsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "variable" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "MinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinimumEngineVersion", "marshallLocationName" : "MinimumEngineVersion", "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 earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  \n@return The earliest engine version to which the parameter can apply.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ApplyMethod", "c2jName" : "ApplyMethod", "c2jShape" : "ApplyMethod", "variable" : { "variableName" : "applyMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "applyMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyMethod", "marshallLocationName" : "ApplyMethod", "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" : "ApplyMethod", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyMethod Indicates when to apply parameter updates.\n@see ApplyMethod*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates when to apply parameter updates.\n@see ApplyMethod*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyMethod Indicates when to apply parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplyMethod*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyMethod Indicates when to apply parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplyMethod*/" } ], "enums" : null, "variable" : { "variableName" : "parameter", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : null, "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplyMethod" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ApplyMethod", "c2jName" : "ApplyMethod", "c2jShape" : "ApplyMethod", "variable" : { "variableName" : "applyMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "applyMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ApplyMethod", "marshallLocationName" : "ApplyMethod", "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" : "ApplyMethod", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyMethod Indicates when to apply parameter updates.\n@see ApplyMethod*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates when to apply parameter updates.\n@see ApplyMethod*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyMethod Indicates when to apply parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplyMethod*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates when to apply parameter updates.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyMethod Indicates when to apply parameter updates.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplyMethod*/" }, "Source" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates the source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Source", "c2jName" : "Source", "c2jShape" : "String", "variable" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates the source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "source", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Source", "marshallLocationName" : "Source", "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 source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  \n@param source Indicates the source of the parameter value.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates the source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates the source of the parameter value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates the source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  \n@param source Indicates the source of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates the source of the parameter value.

                                                                                                                                                                                                                                                                                                                                                  \n@param source Indicates the source of the parameter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowedValues" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "AllowedValues", "c2jName" : "AllowedValues", "c2jShape" : "String", "variable" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "allowedValues", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param allowedValues Specifies the valid range of values for the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the valid range of values for the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param allowedValues Specifies the valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid range of values for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param allowedValues Specifies the valid range of values for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param description Provides a description of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@return Provides a description of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param description Provides a description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Provides a description of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param description Provides a description of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsModifiable" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "IsModifiable", "c2jName" : "IsModifiable", "c2jShape" : "Boolean", "variable" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isModifiable", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.

                                                                                                                                                                                                                                                                                                                                                  \n@param isModifiable Indicates whether (true) or not (false) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DataType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DataType", "c2jName" : "DataType", "c2jShape" : "String", "variable" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dataType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param dataType Specifies the valid data type for the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the valid data type for the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param dataType Specifies the valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the valid data type for the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param dataType Specifies the valid data type for the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MinimumEngineVersion" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "MinimumEngineVersion", "c2jName" : "MinimumEngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "minimumEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinimumEngineVersion", "marshallLocationName" : "MinimumEngineVersion", "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 earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  \n@return The earliest engine version to which the parameter can apply.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The earliest engine version to which the parameter can apply.

                                                                                                                                                                                                                                                                                                                                                  \n@param minimumEngineVersion The earliest engine version to which the parameter can apply.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterValue" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterValue", "c2jName" : "ParameterValue", "c2jShape" : "String", "variable" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterValue", "marshallLocationName" : "ParameterValue", "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 value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterValue Specifies the value of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the value of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterValue Specifies the value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the value of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterValue Specifies the value of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApplyType" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ApplyType", "c2jName" : "ApplyType", "c2jShape" : "String", "variable" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "applyType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyType Specifies the engine specific parameters type.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the engine specific parameters type.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyType Specifies the engine specific parameters type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the engine specific parameters type.

                                                                                                                                                                                                                                                                                                                                                  \n@param applyType Specifies the engine specific parameters type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ParameterName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ParameterName", "c2jName" : "ParameterName", "c2jShape" : "String", "variable" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the parameter.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "parameterName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ParameterName", "marshallLocationName" : "ParameterName", "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 parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterName Specifies the name of the parameter.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the name of the parameter.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterName Specifies the name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the parameter.

                                                                                                                                                                                                                                                                                                                                                  \n@param parameterName Specifies the name of the parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDBLogFilesResult" : { "c2jName" : "DescribeDBLogFilesResponse", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The response from a call to DescribeDBLogFiles.

                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeDBLogFilesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DescribeDBLogFiles", "c2jName" : "DescribeDBLogFiles", "c2jShape" : "DescribeDBLogFilesList", "variable" : { "variableName" : "describeDBLogFiles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "describeDBLogFiles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DescribeDBLogFiles", "marshallLocationName" : "DescribeDBLogFiles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DescribeDBLogFilesDetails", "memberLocationName" : "DescribeDBLogFilesDetails", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DescribeDBLogFilesDetails", "variable" : { "variableName" : "member", "variableType" : "DescribeDBLogFilesDetails", "variableDeclarationType" : "DescribeDBLogFilesDetails", "documentation" : "", "variableSetterType" : "DescribeDBLogFilesDetails", "simpleType" : "DescribeDBLogFilesDetails" }, "setterModel" : { "variableName" : "member", "variableType" : "DescribeDBLogFilesDetails", "variableDeclarationType" : "DescribeDBLogFilesDetails", "documentation" : "", "variableSetterType" : "DescribeDBLogFilesDetails", "simpleType" : "DescribeDBLogFilesDetails" }, "getterModel" : { "returnType" : "DescribeDBLogFilesDetails", "documentation" : null }, "http" : { "unmarshallLocationName" : "DescribeDBLogFilesDetails", "marshallLocationName" : "DescribeDBLogFilesDetails", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DescribeDBLogFilesDetails", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param describeDBLogFiles The DB log files returned.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  \n@return The DB log files returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param describeDBLogFiles The DB log files returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDescribeDBLogFiles(java.util.Collection)} or {@link #withDescribeDBLogFiles(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param describeDBLogFiles The DB log files returned.\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 DescribeDBLogFiles 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 DescribeDBLogFiles request.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBLogFiles request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBLogFiles request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeDBLogFiles request.

                                                                                                                                                                                                                                                                                                                                                  \n@return A pagination token that can be used in a subsequent DescribeDBLogFiles request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeDBLogFiles request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBLogFiles 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 DescribeDBLogFiles request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBLogFiles request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBLogFilesResult", "variableType" : "DescribeDBLogFilesResult", "variableDeclarationType" : "DescribeDBLogFilesResult", "documentation" : null, "variableSetterType" : "DescribeDBLogFilesResult", "simpleType" : "DescribeDBLogFilesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeDBLogFilesResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DescribeDBLogFiles" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DescribeDBLogFiles", "c2jName" : "DescribeDBLogFiles", "c2jShape" : "DescribeDBLogFilesList", "variable" : { "variableName" : "describeDBLogFiles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "describeDBLogFiles", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DescribeDBLogFiles", "marshallLocationName" : "DescribeDBLogFiles", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DescribeDBLogFilesDetails", "memberLocationName" : "DescribeDBLogFilesDetails", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DescribeDBLogFilesDetails", "variable" : { "variableName" : "member", "variableType" : "DescribeDBLogFilesDetails", "variableDeclarationType" : "DescribeDBLogFilesDetails", "documentation" : "", "variableSetterType" : "DescribeDBLogFilesDetails", "simpleType" : "DescribeDBLogFilesDetails" }, "setterModel" : { "variableName" : "member", "variableType" : "DescribeDBLogFilesDetails", "variableDeclarationType" : "DescribeDBLogFilesDetails", "documentation" : "", "variableSetterType" : "DescribeDBLogFilesDetails", "simpleType" : "DescribeDBLogFilesDetails" }, "getterModel" : { "returnType" : "DescribeDBLogFilesDetails", "documentation" : null }, "http" : { "unmarshallLocationName" : "DescribeDBLogFilesDetails", "marshallLocationName" : "DescribeDBLogFilesDetails", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DescribeDBLogFilesDetails", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param describeDBLogFiles The DB log files returned.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  \n@return The DB log files returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  \n@param describeDBLogFiles The DB log files returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  The DB log files returned.

                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDescribeDBLogFiles(java.util.Collection)} or {@link #withDescribeDBLogFiles(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                  \n@param describeDBLogFiles The DB log files returned.\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 DescribeDBLogFiles 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 DescribeDBLogFiles request.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBLogFiles request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBLogFiles request.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeDBLogFiles request.

                                                                                                                                                                                                                                                                                                                                                  \n@return A pagination token that can be used in a subsequent DescribeDBLogFiles request.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                  A pagination token that can be used in a subsequent DescribeDBLogFiles request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBLogFiles 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 DescribeDBLogFiles request.

                                                                                                                                                                                                                                                                                                                                                  \n@param marker A pagination token that can be used in a subsequent DescribeDBLogFiles request.\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

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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, "variableSetterType" : "CopyDBClusterSnapshotRequest", "simpleType" : "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" : { "Tags" : { "documentation" : "", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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.*/" }, "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

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "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

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceDBClusterSnapshotIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "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.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-snapshot

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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.

                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "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.
                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "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.

                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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, "variableSetterType" : "CreateEventSubscriptionRequest", "simpleType" : "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" : { "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.
                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "sourceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "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" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Tag", "simpleType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "variableSetterType" : "Tag", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Tag", "simple" : false, "map" : false }, "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "eventCategories", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "snsTopicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "subscriptionName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-snapshot

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sourceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-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-parameter-group | db-security-group | db-snapshot\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDBClusterParameterGroupsResult" : { "c2jName" : "DBClusterParameterGroupsMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeDBClusterParameterGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  An optional pagination token provided by a previous DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterParameterGroups", "c2jName" : "DBClusterParameterGroups", "c2jShape" : "DBClusterParameterGroupList", "variable" : { "variableName" : "dBClusterParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBClusterParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterParameterGroups", "marshallLocationName" : "DBClusterParameterGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBClusterParameterGroup", "memberLocationName" : "DBClusterParameterGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBClusterParameterGroup", "variable" : { "variableName" : "member", "variableType" : "DBClusterParameterGroup", "variableDeclarationType" : "DBClusterParameterGroup", "documentation" : "", "variableSetterType" : "DBClusterParameterGroup", "simpleType" : "DBClusterParameterGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "DBClusterParameterGroup", "variableDeclarationType" : "DBClusterParameterGroup", "documentation" : "", "variableSetterType" : "DBClusterParameterGroup", "simpleType" : "DBClusterParameterGroup" }, "getterModel" : { "returnType" : "DBClusterParameterGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterParameterGroup", "marshallLocationName" : "DBClusterParameterGroup", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBClusterParameterGroup", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroups A list of DB cluster parameter groups.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A list of DB cluster parameter groups.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroups A list of DB cluster parameter groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDBClusterParameterGroups(java.util.Collection)} or {@link #withDBClusterParameterGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroups A list of DB cluster parameter groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBClusterParameterGroupsResult", "variableType" : "DescribeDBClusterParameterGroupsResult", "variableDeclarationType" : "DescribeDBClusterParameterGroupsResult", "documentation" : null, "variableSetterType" : "DescribeDBClusterParameterGroupsResult", "simpleType" : "DescribeDBClusterParameterGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeDBClusterParameterGroupsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DBClusterParameterGroups" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterParameterGroups", "c2jName" : "DBClusterParameterGroups", "c2jShape" : "DBClusterParameterGroupList", "variable" : { "variableName" : "dBClusterParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBClusterParameterGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterParameterGroups", "marshallLocationName" : "DBClusterParameterGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBClusterParameterGroup", "memberLocationName" : "DBClusterParameterGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBClusterParameterGroup", "variable" : { "variableName" : "member", "variableType" : "DBClusterParameterGroup", "variableDeclarationType" : "DBClusterParameterGroup", "documentation" : "", "variableSetterType" : "DBClusterParameterGroup", "simpleType" : "DBClusterParameterGroup" }, "setterModel" : { "variableName" : "member", "variableType" : "DBClusterParameterGroup", "variableDeclarationType" : "DBClusterParameterGroup", "documentation" : "", "variableSetterType" : "DBClusterParameterGroup", "simpleType" : "DBClusterParameterGroup" }, "getterModel" : { "returnType" : "DBClusterParameterGroup", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterParameterGroup", "marshallLocationName" : "DBClusterParameterGroup", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBClusterParameterGroup", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroups A list of DB cluster parameter groups.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A list of DB cluster parameter groups.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroups A list of DB cluster parameter groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of DB cluster parameter groups.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDBClusterParameterGroups(java.util.Collection)} or {@link #withDBClusterParameterGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroups A list of DB cluster parameter groups.\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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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 DescribeDBClusterParameterGroups 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.*/" } } }, "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "variableSetterType" : "RecurringCharge", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "recurringChargeFrequency", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Double", "simpleType" : "Double" }, "setterModel" : { "variableName" : "recurringChargeAmount", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "variableSetterType" : "Double", "simpleType" : "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.*/" } } }, "InvalidDBSubnetGroupException" : { "c2jName" : "InvalidDBSubnetGroupFault", "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidDBSubnetGroupException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidDBSubnetGroupException", "variableType" : "InvalidDBSubnetGroupException", "variableDeclarationType" : "InvalidDBSubnetGroupException", "documentation" : null, "variableSetterType" : "InvalidDBSubnetGroupException", "simpleType" : "InvalidDBSubnetGroupException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDBSubnetGroupFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ResourcePendingMaintenanceActions" : { "c2jName" : "ResourcePendingMaintenanceActions", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Describes the pending maintenance actions for a resource.

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ResourcePendingMaintenanceActions", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The ARN of the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ResourceIdentifier", "c2jName" : "ResourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "resourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The ARN of the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  \n@param resourceIdentifier The ARN of the resource that has pending maintenance actions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The ARN of the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The ARN of the resource that has pending maintenance actions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The ARN of the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  \n@param resourceIdentifier The ARN of the resource that has pending maintenance actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The ARN of the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  \n@param resourceIdentifier The ARN of the resource that has pending maintenance actions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "PendingMaintenanceActionDetails", "c2jName" : "PendingMaintenanceActionDetails", "c2jShape" : "PendingMaintenanceActionDetails", "variable" : { "variableName" : "pendingMaintenanceActionDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pendingMaintenanceActionDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingMaintenanceActionDetails", "marshallLocationName" : "PendingMaintenanceActionDetails", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PendingMaintenanceAction", "memberLocationName" : "PendingMaintenanceAction", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PendingMaintenanceAction", "variable" : { "variableName" : "member", "variableType" : "PendingMaintenanceAction", "variableDeclarationType" : "PendingMaintenanceAction", "documentation" : "", "variableSetterType" : "PendingMaintenanceAction", "simpleType" : "PendingMaintenanceAction" }, "setterModel" : { "variableName" : "member", "variableType" : "PendingMaintenanceAction", "variableDeclarationType" : "PendingMaintenanceAction", "documentation" : "", "variableSetterType" : "PendingMaintenanceAction", "simpleType" : "PendingMaintenanceAction" }, "getterModel" : { "returnType" : "PendingMaintenanceAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingMaintenanceAction", "marshallLocationName" : "PendingMaintenanceAction", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "PendingMaintenanceAction", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActionDetails A list that provides details about the pending maintenance actions for the resource.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A list that provides details about the pending maintenance actions for the resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActionDetails A list that provides details about the pending maintenance actions for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPendingMaintenanceActionDetails(java.util.Collection)} or {@link #withPendingMaintenanceActionDetails(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActionDetails A list that provides details about the pending maintenance actions for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resourcePendingMaintenanceActions", "variableType" : "ResourcePendingMaintenanceActions", "variableDeclarationType" : "ResourcePendingMaintenanceActions", "documentation" : null, "variableSetterType" : "ResourcePendingMaintenanceActions", "simpleType" : "ResourcePendingMaintenanceActions" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The ARN of the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ResourceIdentifier", "c2jName" : "ResourceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "resourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The ARN of the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "resourceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  \n@param resourceIdentifier The ARN of the resource that has pending maintenance actions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The ARN of the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The ARN of the resource that has pending maintenance actions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The ARN of the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  \n@param resourceIdentifier The ARN of the resource that has pending maintenance actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The ARN of the resource that has pending maintenance actions.

                                                                                                                                                                                                                                                                                                                                                                  \n@param resourceIdentifier The ARN of the resource that has pending maintenance actions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PendingMaintenanceActionDetails" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "PendingMaintenanceActionDetails", "c2jName" : "PendingMaintenanceActionDetails", "c2jShape" : "PendingMaintenanceActionDetails", "variable" : { "variableName" : "pendingMaintenanceActionDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "pendingMaintenanceActionDetails", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingMaintenanceActionDetails", "marshallLocationName" : "PendingMaintenanceActionDetails", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PendingMaintenanceAction", "memberLocationName" : "PendingMaintenanceAction", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PendingMaintenanceAction", "variable" : { "variableName" : "member", "variableType" : "PendingMaintenanceAction", "variableDeclarationType" : "PendingMaintenanceAction", "documentation" : "", "variableSetterType" : "PendingMaintenanceAction", "simpleType" : "PendingMaintenanceAction" }, "setterModel" : { "variableName" : "member", "variableType" : "PendingMaintenanceAction", "variableDeclarationType" : "PendingMaintenanceAction", "documentation" : "", "variableSetterType" : "PendingMaintenanceAction", "simpleType" : "PendingMaintenanceAction" }, "getterModel" : { "returnType" : "PendingMaintenanceAction", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingMaintenanceAction", "marshallLocationName" : "PendingMaintenanceAction", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "PendingMaintenanceAction", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActionDetails A list that provides details about the pending maintenance actions for the resource.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A list that provides details about the pending maintenance actions for the resource.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActionDetails A list that provides details about the pending maintenance actions for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list that provides details about the pending maintenance actions for the resource.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setPendingMaintenanceActionDetails(java.util.Collection)} or {@link #withPendingMaintenanceActionDetails(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param pendingMaintenanceActionDetails A list that provides details about the pending maintenance actions for the resource.\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, "variableSetterType" : "DBInstanceAlreadyExistsException", "simpleType" : "DBInstanceAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBInstanceAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidDBParameterGroupStateException" : { "c2jName" : "InvalidDBParameterGroupStateFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The DB parameter group cannot be deleted because it is in use.

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "InvalidDBParameterGroupStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidDBParameterGroupStateException", "variableType" : "InvalidDBParameterGroupStateException", "variableDeclarationType" : "InvalidDBParameterGroupStateException", "documentation" : null, "variableSetterType" : "InvalidDBParameterGroupStateException", "simpleType" : "InvalidDBParameterGroupStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDBParameterGroupState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DBCluster" : { "c2jName" : "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBCluster", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "AllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllocatedStorage", "marshallLocationName" : "AllocatedStorage", "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 allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the allocated storage size in gigabytes (GB).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  \n@param availabilityZones Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  \n@param availabilityZones Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  \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 Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "BackupRetentionPeriod", "c2jName" : "BackupRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  \n@param backupRetentionPeriod Specifies the number of days for which automatic DB snapshots are retained.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the number of days for which automatic DB snapshots are retained.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  \n@param backupRetentionPeriod Specifies the number of days for which automatic DB snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  \n@param backupRetentionPeriod Specifies the number of days for which automatic DB snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "CharacterSetName", "c2jName" : "CharacterSetName", "c2jShape" : "String", "variable" : { "variableName" : "characterSetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "characterSetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  \n@param characterSetName If present, specifies the name of the character set that this cluster is associated with.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  \n@return If present, specifies the name of the character set that this cluster is associated with.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  \n@param characterSetName If present, specifies the name of the character set that this cluster is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  \n@param characterSetName If present, specifies the name of the character set that this cluster is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param databaseName Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param databaseName Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param databaseName Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterIdentifier Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterIdentifier Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterIdentifier Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the DB cluster parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterParameterGroup", "c2jName" : "DBClusterParameterGroup", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterParameterGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the DB cluster parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterParameterGroup", "marshallLocationName" : "DBClusterParameterGroup", "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 parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroup Specifies the name of the DB cluster parameter group for the DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the DB cluster parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the name of the DB cluster parameter group for the DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the DB cluster parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroup Specifies the name of the DB cluster parameter group for the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the DB cluster parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroup Specifies the name of the DB cluster parameter group for the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBSubnetGroup", "c2jName" : "DBSubnetGroup", "c2jShape" : "String", "variable" : { "variableName" : "dBSubnetGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSubnetGroup", "marshallLocationName" : "DBSubnetGroup", "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 information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroup Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroup Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroup Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the current state of this DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the current state of this DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the current state of this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the current state of this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "PercentProgress", "c2jName" : "PercentProgress", "c2jShape" : "String", "variable" : { "variableName" : "percentProgress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "percentProgress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PercentProgress", "marshallLocationName" : "PercentProgress", "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 progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  \n@param percentProgress Specifies the progress of the operation as a percentage.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the progress of the operation as a percentage.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  \n@param percentProgress Specifies the progress of the operation as a percentage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  \n@param percentProgress Specifies the progress of the operation as a percentage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "EarliestRestorableTime", "c2jName" : "EarliestRestorableTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "earliestRestorableTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "earliestRestorableTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EarliestRestorableTime", "marshallLocationName" : "EarliestRestorableTime", "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 earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param earliestRestorableTime Specifies the earliest time to which a database can be restored with point-in-time restore.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the earliest time to which a database can be restored with point-in-time restore.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param earliestRestorableTime Specifies the earliest time to which a database can be restored with point-in-time restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param earliestRestorableTime Specifies the earliest time to which a database can be restored with point-in-time restore.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "String", "variable" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "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 connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param endpoint Specifies the connection endpoint for the primary instance of the DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the connection endpoint for the primary instance of the DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param endpoint Specifies the connection endpoint for the primary instance of the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param endpoint Specifies the connection endpoint for the primary instance of the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engine Provides the name of the database engine to be used for this DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Provides the name of the database engine to be used for this DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engine Provides the name of the database engine to be used for this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engine Provides the name of the database engine to be used for this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Indicates the database engine version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates the database engine version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Indicates the database engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Indicates the database engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "LatestRestorableTime", "c2jName" : "LatestRestorableTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "latestRestorableTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "latestRestorableTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LatestRestorableTime", "marshallLocationName" : "LatestRestorableTime", "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 latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param latestRestorableTime Specifies the latest time to which a database can be restored with point-in-time restore.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the latest time to which a database can be restored with point-in-time restore.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param latestRestorableTime Specifies the latest time to which a database can be restored with point-in-time restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param latestRestorableTime Specifies the latest time to which a database can be restored with point-in-time restore.\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" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine is listening on.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Contains the master username for the DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Contains the master username for the DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Contains the master username for the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Contains the master username for the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterOptionGroupMemberships", "c2jName" : "DBClusterOptionGroupMemberships", "c2jShape" : "DBClusterOptionGroupMemberships", "variable" : { "variableName" : "dBClusterOptionGroupMemberships", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBClusterOptionGroupMemberships", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterOptionGroupMemberships", "marshallLocationName" : "DBClusterOptionGroupMemberships", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBClusterOptionGroupStatus", "memberLocationName" : "DBClusterOptionGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBClusterOptionGroupStatus", "variable" : { "variableName" : "member", "variableType" : "DBClusterOptionGroupStatus", "variableDeclarationType" : "DBClusterOptionGroupStatus", "documentation" : "", "variableSetterType" : "DBClusterOptionGroupStatus", "simpleType" : "DBClusterOptionGroupStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "DBClusterOptionGroupStatus", "variableDeclarationType" : "DBClusterOptionGroupStatus", "documentation" : "", "variableSetterType" : "DBClusterOptionGroupStatus", "simpleType" : "DBClusterOptionGroupStatus" }, "getterModel" : { "returnType" : "DBClusterOptionGroupStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterOptionGroup", "marshallLocationName" : "DBClusterOptionGroup", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBClusterOptionGroupStatus", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterOptionGroupMemberships Provides the list of option group memberships for this DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Provides the list of option group memberships for this DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterOptionGroupMemberships Provides the list of option group memberships for this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDBClusterOptionGroupMemberships(java.util.Collection)} or {@link #withDBClusterOptionGroupMemberships(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterOptionGroupMemberships Provides the list of option group memberships for this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "PreferredBackupWindow", "c2jName" : "PreferredBackupWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredBackupWindow Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredBackupWindow Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredBackupWindow Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterMembers", "c2jName" : "DBClusterMembers", "c2jShape" : "DBClusterMemberList", "variable" : { "variableName" : "dBClusterMembers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBClusterMembers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterMembers", "marshallLocationName" : "DBClusterMembers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBClusterMember", "memberLocationName" : "DBClusterMember", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBClusterMember", "variable" : { "variableName" : "member", "variableType" : "DBClusterMember", "variableDeclarationType" : "DBClusterMember", "documentation" : "", "variableSetterType" : "DBClusterMember", "simpleType" : "DBClusterMember" }, "setterModel" : { "variableName" : "member", "variableType" : "DBClusterMember", "variableDeclarationType" : "DBClusterMember", "documentation" : "", "variableSetterType" : "DBClusterMember", "simpleType" : "DBClusterMember" }, "getterModel" : { "returnType" : "DBClusterMember", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterMember", "marshallLocationName" : "DBClusterMember", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBClusterMember", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterMembers Provides the list of instances that make up the DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Provides the list of instances that make up the DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterMembers Provides the list of instances that make up the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDBClusterMembers(java.util.Collection)} or {@link #withDBClusterMembers(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterMembers Provides the list of instances that make up the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcSecurityGroups", "c2jName" : "VpcSecurityGroups", "c2jShape" : "VpcSecurityGroupMembershipList", "variable" : { "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroups", "marshallLocationName" : "VpcSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "VpcSecurityGroupMembership", "memberLocationName" : "VpcSecurityGroupMembership", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "VpcSecurityGroupMembership", "variable" : { "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "variableDeclarationType" : "VpcSecurityGroupMembership", "documentation" : "", "variableSetterType" : "VpcSecurityGroupMembership", "simpleType" : "VpcSecurityGroupMembership" }, "setterModel" : { "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "variableDeclarationType" : "VpcSecurityGroupMembership", "documentation" : "", "variableSetterType" : "VpcSecurityGroupMembership", "simpleType" : "VpcSecurityGroupMembership" }, "getterModel" : { "returnType" : "VpcSecurityGroupMembership", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupMembership", "marshallLocationName" : "VpcSecurityGroupMembership", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "VpcSecurityGroupMembership", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroups Provides a list of VPC security groups that the DB cluster belongs to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Provides a list of VPC security groups that the DB cluster belongs to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroups Provides a list of VPC security groups that the DB cluster belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroups(java.util.Collection)} or {@link #withVpcSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroups Provides a list of VPC security groups that the DB cluster belongs to.\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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "StorageEncrypted", "c2jName" : "StorageEncrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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" : "

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DbClusterResourceId", "c2jName" : "DbClusterResourceId", "c2jShape" : "String", "variable" : { "variableName" : "dbClusterResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dbClusterResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DbClusterResourceId", "marshallLocationName" : "DbClusterResourceId", "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 region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dbClusterResourceId The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dbClusterResourceId The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dbClusterResourceId The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dBCluster", "variableType" : "DBCluster", "variableDeclarationType" : "DBCluster", "documentation" : null, "variableSetterType" : "DBCluster", "simpleType" : "DBCluster" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DatabaseName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DatabaseName", "c2jName" : "DatabaseName", "c2jShape" : "String", "variable" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "databaseName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param databaseName Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param databaseName Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param databaseName Contains the name of the initial database of this DB cluster that was provided at create time, if one was specified when the DB cluster was created. This same name is returned for the life of the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StorageEncrypted" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "StorageEncrypted", "c2jName" : "StorageEncrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies whether the DB cluster is encrypted.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "storageEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "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.*/" }, "AvailabilityZones" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  \n@param availabilityZones Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  \n@param availabilityZones Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.

                                                                                                                                                                                                                                                                                                                                                                  \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 Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PercentProgress" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "PercentProgress", "c2jName" : "PercentProgress", "c2jShape" : "String", "variable" : { "variableName" : "percentProgress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "percentProgress", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PercentProgress", "marshallLocationName" : "PercentProgress", "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 progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  \n@param percentProgress Specifies the progress of the operation as a percentage.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the progress of the operation as a percentage.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  \n@param percentProgress Specifies the progress of the operation as a percentage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the progress of the operation as a percentage.

                                                                                                                                                                                                                                                                                                                                                                  \n@param percentProgress Specifies the progress of the operation as a percentage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CharacterSetName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "CharacterSetName", "c2jName" : "CharacterSetName", "c2jShape" : "String", "variable" : { "variableName" : "characterSetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "characterSetName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  \n@param characterSetName If present, specifies the name of the character set that this cluster is associated with.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  \n@return If present, specifies the name of the character set that this cluster is associated with.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  \n@param characterSetName If present, specifies the name of the character set that this cluster is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If present, specifies the name of the character set that this cluster is associated with.

                                                                                                                                                                                                                                                                                                                                                                  \n@param characterSetName If present, specifies the name of the character set that this cluster is associated with.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Engine" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engine Provides the name of the database engine to be used for this DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Provides the name of the database engine to be used for this DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engine Provides the name of the database engine to be used for this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the name of the database engine to be used for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engine Provides the name of the database engine to be used for this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "KmsKeyId", "c2jName" : "KmsKeyId", "c2jShape" : "String", "variable" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "kmsKeyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param kmsKeyId If StorageEncrypted is true, the KMS key identifier for the encrypted DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DbClusterResourceId" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DbClusterResourceId", "c2jName" : "DbClusterResourceId", "c2jShape" : "String", "variable" : { "variableName" : "dbClusterResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dbClusterResourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DbClusterResourceId", "marshallLocationName" : "DbClusterResourceId", "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 region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dbClusterResourceId The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dbClusterResourceId The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dbClusterResourceId The region-unique, immutable identifier for the DB cluster. This identifier is found in AWS CloudTrail log entries whenever the KMS key for the DB cluster is accessed.\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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "hostedZoneId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "DBClusterMembers" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterMembers", "c2jName" : "DBClusterMembers", "c2jShape" : "DBClusterMemberList", "variable" : { "variableName" : "dBClusterMembers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBClusterMembers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterMembers", "marshallLocationName" : "DBClusterMembers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBClusterMember", "memberLocationName" : "DBClusterMember", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBClusterMember", "variable" : { "variableName" : "member", "variableType" : "DBClusterMember", "variableDeclarationType" : "DBClusterMember", "documentation" : "", "variableSetterType" : "DBClusterMember", "simpleType" : "DBClusterMember" }, "setterModel" : { "variableName" : "member", "variableType" : "DBClusterMember", "variableDeclarationType" : "DBClusterMember", "documentation" : "", "variableSetterType" : "DBClusterMember", "simpleType" : "DBClusterMember" }, "getterModel" : { "returnType" : "DBClusterMember", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterMember", "marshallLocationName" : "DBClusterMember", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBClusterMember", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterMembers Provides the list of instances that make up the DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Provides the list of instances that make up the DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterMembers Provides the list of instances that make up the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of instances that make up the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDBClusterMembers(java.util.Collection)} or {@link #withDBClusterMembers(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterMembers Provides the list of instances that make up the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Indicates the database engine version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates the database engine version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Indicates the database engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Indicates the database engine version.

                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion Indicates the database engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BackupRetentionPeriod" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "BackupRetentionPeriod", "c2jName" : "BackupRetentionPeriod", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "backupRetentionPeriod", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  \n@param backupRetentionPeriod Specifies the number of days for which automatic DB snapshots are retained.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the number of days for which automatic DB snapshots are retained.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  \n@param backupRetentionPeriod Specifies the number of days for which automatic DB snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the number of days for which automatic DB snapshots are retained.

                                                                                                                                                                                                                                                                                                                                                                  \n@param backupRetentionPeriod Specifies the number of days for which automatic DB snapshots are retained.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterOptionGroupMemberships" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterOptionGroupMemberships", "c2jName" : "DBClusterOptionGroupMemberships", "c2jShape" : "DBClusterOptionGroupMemberships", "variable" : { "variableName" : "dBClusterOptionGroupMemberships", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "dBClusterOptionGroupMemberships", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterOptionGroupMemberships", "marshallLocationName" : "DBClusterOptionGroupMemberships", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DBClusterOptionGroupStatus", "memberLocationName" : "DBClusterOptionGroup", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DBClusterOptionGroupStatus", "variable" : { "variableName" : "member", "variableType" : "DBClusterOptionGroupStatus", "variableDeclarationType" : "DBClusterOptionGroupStatus", "documentation" : "", "variableSetterType" : "DBClusterOptionGroupStatus", "simpleType" : "DBClusterOptionGroupStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "DBClusterOptionGroupStatus", "variableDeclarationType" : "DBClusterOptionGroupStatus", "documentation" : "", "variableSetterType" : "DBClusterOptionGroupStatus", "simpleType" : "DBClusterOptionGroupStatus" }, "getterModel" : { "returnType" : "DBClusterOptionGroupStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterOptionGroup", "marshallLocationName" : "DBClusterOptionGroup", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "DBClusterOptionGroupStatus", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterOptionGroupMemberships Provides the list of option group memberships for this DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Provides the list of option group memberships for this DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterOptionGroupMemberships Provides the list of option group memberships for this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides the list of option group memberships for this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setDBClusterOptionGroupMemberships(java.util.Collection)} or {@link #withDBClusterOptionGroupMemberships(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterOptionGroupMemberships Provides the list of option group memberships for this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredBackupWindow" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "PreferredBackupWindow", "c2jName" : "PreferredBackupWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredBackupWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredBackupWindow Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredBackupWindow Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredBackupWindow Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllocatedStorage" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "AllocatedStorage", "c2jName" : "AllocatedStorage", "c2jShape" : "IntegerOptional", "variable" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "allocatedStorage", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllocatedStorage", "marshallLocationName" : "AllocatedStorage", "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 allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the allocated storage size in gigabytes (GB).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the allocated storage size in gigabytes (GB).

                                                                                                                                                                                                                                                                                                                                                                  \n@param allocatedStorage Specifies the allocated storage size in gigabytes (GB).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterIdentifier", "c2jName" : "DBClusterIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterIdentifier Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterIdentifier Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterIdentifier Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcSecurityGroups" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "VpcSecurityGroups", "c2jName" : "VpcSecurityGroups", "c2jShape" : "VpcSecurityGroupMembershipList", "variable" : { "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "vpcSecurityGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroups", "marshallLocationName" : "VpcSecurityGroups", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "VpcSecurityGroupMembership", "memberLocationName" : "VpcSecurityGroupMembership", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "VpcSecurityGroupMembership", "variable" : { "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "variableDeclarationType" : "VpcSecurityGroupMembership", "documentation" : "", "variableSetterType" : "VpcSecurityGroupMembership", "simpleType" : "VpcSecurityGroupMembership" }, "setterModel" : { "variableName" : "member", "variableType" : "VpcSecurityGroupMembership", "variableDeclarationType" : "VpcSecurityGroupMembership", "documentation" : "", "variableSetterType" : "VpcSecurityGroupMembership", "simpleType" : "VpcSecurityGroupMembership" }, "getterModel" : { "returnType" : "VpcSecurityGroupMembership", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSecurityGroupMembership", "marshallLocationName" : "VpcSecurityGroupMembership", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "VpcSecurityGroupMembership", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroups Provides a list of VPC security groups that the DB cluster belongs to.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Provides a list of VPC security groups that the DB cluster belongs to.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroups Provides a list of VPC security groups that the DB cluster belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Provides a list of VPC security groups that the DB cluster belongs to.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setVpcSecurityGroups(java.util.Collection)} or {@link #withVpcSecurityGroups(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param vpcSecurityGroups Provides a list of VPC security groups that the DB cluster belongs to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PreferredMaintenanceWindow" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "PreferredMaintenanceWindow", "c2jName" : "PreferredMaintenanceWindow", "c2jShape" : "String", "variable" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "preferredMaintenanceWindow", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

                                                                                                                                                                                                                                                                                                                                                                  \n@param preferredMaintenanceWindow Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EarliestRestorableTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "EarliestRestorableTime", "c2jName" : "EarliestRestorableTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "earliestRestorableTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "earliestRestorableTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "EarliestRestorableTime", "marshallLocationName" : "EarliestRestorableTime", "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 earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param earliestRestorableTime Specifies the earliest time to which a database can be restored with point-in-time restore.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the earliest time to which a database can be restored with point-in-time restore.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param earliestRestorableTime Specifies the earliest time to which a database can be restored with point-in-time restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the earliest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param earliestRestorableTime Specifies the earliest time to which a database can be restored with point-in-time restore.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the current state of this DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the current state of this DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the current state of this DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the current state of this DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param status Specifies the current state of this DB cluster.\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" : "IntegerOptional", "variable" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the port that the database engine is listening on.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "port", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.*/" }, "MasterUsername" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "MasterUsername", "c2jName" : "MasterUsername", "c2jShape" : "String", "variable" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "masterUsername", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Contains the master username for the DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Contains the master username for the DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Contains the master username for the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Contains the master username for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param masterUsername Contains the master username for the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBClusterParameterGroup" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the DB cluster parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterParameterGroup", "c2jName" : "DBClusterParameterGroup", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterParameterGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the DB cluster parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBClusterParameterGroup", "marshallLocationName" : "DBClusterParameterGroup", "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 parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroup Specifies the name of the DB cluster parameter group for the DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the DB cluster parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the name of the DB cluster parameter group for the DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the DB cluster parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroup Specifies the name of the DB cluster parameter group for the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the name of the DB cluster parameter group for the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroup Specifies the name of the DB cluster parameter group for the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBSubnetGroup" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBSubnetGroup", "c2jName" : "DBSubnetGroup", "c2jShape" : "String", "variable" : { "variableName" : "dBSubnetGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBSubnetGroup", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBSubnetGroup", "marshallLocationName" : "DBSubnetGroup", "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 information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroup Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroup Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBSubnetGroup Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Endpoint" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "String", "variable" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "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 connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param endpoint Specifies the connection endpoint for the primary instance of the DB cluster.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the connection endpoint for the primary instance of the DB cluster.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param endpoint Specifies the connection endpoint for the primary instance of the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the connection endpoint for the primary instance of the DB cluster.

                                                                                                                                                                                                                                                                                                                                                                  \n@param endpoint Specifies the connection endpoint for the primary instance of the DB cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestRestorableTime" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "LatestRestorableTime", "c2jName" : "LatestRestorableTime", "c2jShape" : "TStamp", "variable" : { "variableName" : "latestRestorableTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specifies the latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "latestRestorableTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LatestRestorableTime", "marshallLocationName" : "LatestRestorableTime", "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 latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param latestRestorableTime Specifies the latest time to which a database can be restored with point-in-time restore.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@return Specifies the latest time to which a database can be restored with point-in-time restore.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param latestRestorableTime Specifies the latest time to which a database can be restored with point-in-time restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  Specifies the latest time to which a database can be restored with point-in-time restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param latestRestorableTime Specifies the latest time to which a database can be restored with point-in-time restore.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ModifyDBClusterParameterGroupRequest" : { "c2jName" : "ModifyDBClusterParameterGroupMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ModifyDBClusterParameterGroupRequest", "deprecated" : false, "required" : [ "DBClusterParameterGroupName", "Parameters" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterParameterGroupName", "c2jName" : "DBClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to modify.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the DB cluster parameter group to modify.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to modify.\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 modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Parameter", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@param parameters A list of parameters in the DB cluster parameter group to modify.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A list of parameters in the DB cluster parameter group to modify.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@param parameters A list of parameters in the DB cluster parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param parameters A list of parameters in the DB cluster parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "modifyDBClusterParameterGroupRequest", "variableType" : "ModifyDBClusterParameterGroupRequest", "variableDeclarationType" : "ModifyDBClusterParameterGroupRequest", "documentation" : null, "variableSetterType" : "ModifyDBClusterParameterGroupRequest", "simpleType" : "ModifyDBClusterParameterGroupRequest" }, "marshaller" : { "action" : "ModifyDBClusterParameterGroup", "verb" : "POST", "target" : null, "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Parameters", "c2jName" : "Parameters", "c2jShape" : "ParametersList", "variable" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameters", "marshallLocationName" : "Parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Parameter", "memberLocationName" : "Parameter", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Parameter", "variable" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "setterModel" : { "variableName" : "member", "variableType" : "Parameter", "variableDeclarationType" : "Parameter", "documentation" : "", "variableSetterType" : "Parameter", "simpleType" : "Parameter" }, "getterModel" : { "returnType" : "Parameter", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parameter", "marshallLocationName" : "Parameter", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Parameter", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@param parameters A list of parameters in the DB cluster parameter group to modify.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A list of parameters in the DB cluster parameter group to modify.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@param parameters A list of parameters in the DB cluster parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of parameters in the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setParameters(java.util.Collection)} or {@link #withParameters(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param parameters A list of parameters in the DB cluster parameter group to modify.\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 modify.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DBClusterParameterGroupName", "c2jName" : "DBClusterParameterGroupName", "c2jShape" : "String", "variable" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterParameterGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to modify.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the DB cluster parameter group to modify.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the DB cluster parameter group to modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to modify.\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 modify.

                                                                                                                                                                                                                                                                                                                                                                  \n@param dBClusterParameterGroupName The name of the DB cluster parameter group to modify.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeReservedDBInstancesOfferingsResult" : { "c2jName" : "ReservedDBInstancesOfferingMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action.

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeReservedDBInstancesOfferingsResult", "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstancesOfferings", "c2jName" : "ReservedDBInstancesOfferings", "c2jShape" : "ReservedDBInstancesOfferingList", "variable" : { "variableName" : "reservedDBInstancesOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "reservedDBInstancesOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOfferings", "marshallLocationName" : "ReservedDBInstancesOfferings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReservedDBInstancesOffering", "memberLocationName" : "ReservedDBInstancesOffering", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReservedDBInstancesOffering", "variable" : { "variableName" : "member", "variableType" : "ReservedDBInstancesOffering", "variableDeclarationType" : "ReservedDBInstancesOffering", "documentation" : "", "variableSetterType" : "ReservedDBInstancesOffering", "simpleType" : "ReservedDBInstancesOffering" }, "setterModel" : { "variableName" : "member", "variableType" : "ReservedDBInstancesOffering", "variableDeclarationType" : "ReservedDBInstancesOffering", "documentation" : "", "variableSetterType" : "ReservedDBInstancesOffering", "simpleType" : "ReservedDBInstancesOffering" }, "getterModel" : { "returnType" : "ReservedDBInstancesOffering", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOffering", "marshallLocationName" : "ReservedDBInstancesOffering", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "ReservedDBInstancesOffering", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferings A list of reserved DB instance offerings.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A list of reserved DB instance offerings.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferings A list of reserved DB instance offerings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReservedDBInstancesOfferings(java.util.Collection)} or {@link #withReservedDBInstancesOfferings(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferings A list of reserved DB instance offerings.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeReservedDBInstancesOfferingsResult", "variableType" : "DescribeReservedDBInstancesOfferingsResult", "variableDeclarationType" : "DescribeReservedDBInstancesOfferingsResult", "documentation" : null, "variableSetterType" : "DescribeReservedDBInstancesOfferingsResult", "simpleType" : "DescribeReservedDBInstancesOfferingsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : "DescribeReservedDBInstancesOfferingsResult", "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ReservedDBInstancesOfferings" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ReservedDBInstancesOfferings", "c2jName" : "ReservedDBInstancesOfferings", "c2jShape" : "ReservedDBInstancesOfferingList", "variable" : { "variableName" : "reservedDBInstancesOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "reservedDBInstancesOfferings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOfferings", "marshallLocationName" : "ReservedDBInstancesOfferings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ReservedDBInstancesOffering", "memberLocationName" : "ReservedDBInstancesOffering", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ReservedDBInstancesOffering", "variable" : { "variableName" : "member", "variableType" : "ReservedDBInstancesOffering", "variableDeclarationType" : "ReservedDBInstancesOffering", "documentation" : "", "variableSetterType" : "ReservedDBInstancesOffering", "simpleType" : "ReservedDBInstancesOffering" }, "setterModel" : { "variableName" : "member", "variableType" : "ReservedDBInstancesOffering", "variableDeclarationType" : "ReservedDBInstancesOffering", "documentation" : "", "variableSetterType" : "ReservedDBInstancesOffering", "simpleType" : "ReservedDBInstancesOffering" }, "getterModel" : { "returnType" : "ReservedDBInstancesOffering", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReservedDBInstancesOffering", "marshallLocationName" : "ReservedDBInstancesOffering", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "ReservedDBInstancesOffering", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferings A list of reserved DB instance offerings.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  \n@return A list of reserved DB instance offerings.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferings A list of reserved DB instance offerings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  A list of reserved DB instance offerings.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setReservedDBInstancesOfferings(java.util.Collection)} or {@link #withReservedDBInstancesOfferings(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param reservedDBInstancesOfferings A list of reserved DB instance offerings.\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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "ReservedDBInstanceNotFoundException" : { "c2jName" : "ReservedDBInstanceNotFoundFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The specified reserved DB Instance not found.

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "ReservedDBInstanceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "reservedDBInstanceNotFoundException", "variableType" : "ReservedDBInstanceNotFoundException", "variableDeclarationType" : "ReservedDBInstanceNotFoundException", "documentation" : null, "variableSetterType" : "ReservedDBInstanceNotFoundException", "simpleType" : "ReservedDBInstanceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ReservedDBInstanceNotFound", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterOptionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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, "variableSetterType" : "DBClusterOptionGroupStatus", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBClusterOptionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" } } }, "StorageTypeNotSupportedException" : { "c2jName" : "StorageTypeNotSupportedFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  StorageType specified cannot be associated with the DB Instance.

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "StorageTypeNotSupportedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "storageTypeNotSupportedException", "variableType" : "StorageTypeNotSupportedException", "variableDeclarationType" : "StorageTypeNotSupportedException", "documentation" : null, "variableSetterType" : "StorageTypeNotSupportedException", "simpleType" : "StorageTypeNotSupportedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "StorageTypeNotSupported", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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, "variableSetterType" : "AddTagsToResourceResult", "simpleType" : "AddTagsToResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DBSnapshotAttribute" : { "c2jName" : "DBSnapshotAttribute", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Contains the name and values of a manual DB snapshot attribute

                                                                                                                                                                                                                                                                                                                                                                  Manual DB snapshot attributes are used to authorize other AWS accounts to restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API.

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBSnapshotAttribute", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : true, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "String", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "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 manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeName The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeName The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeName The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "AttributeValues", "c2jName" : "AttributeValues", "c2jShape" : "AttributeValueList", "variable" : { "variableName" : "attributeValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "attributeValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValues", "marshallLocationName" : "AttributeValues", "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" : "AttributeValue", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValue", "marshallLocationName" : "AttributeValue", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeValues The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeValues The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeValues(java.util.Collection)} or {@link #withAttributeValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeValues The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dBSnapshotAttribute", "variableType" : "DBSnapshotAttribute", "variableDeclarationType" : "DBSnapshotAttribute", "documentation" : null, "variableSetterType" : "DBSnapshotAttribute", "simpleType" : "DBSnapshotAttribute" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AttributeValues" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "AttributeValues", "c2jName" : "AttributeValues", "c2jShape" : "AttributeValueList", "variable" : { "variableName" : "attributeValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "attributeValues", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValues", "marshallLocationName" : "AttributeValues", "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" : "AttributeValue", "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" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeValue", "marshallLocationName" : "AttributeValue", "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "String", "simple" : true, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeValues The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeValues The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.

                                                                                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                                                                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setAttributeValues(java.util.Collection)} or {@link #withAttributeValues(java.util.Collection)} if you want to override the existing values.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeValues The value(s) for the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  If the AttributeName field is restore, then this field returns a list of AWS account ids that are authorized to copy or restore the manual DB snapshot. If a value of all is in the list, then the manual DB snapshot is public and available for any AWS account to copy or restore.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AttributeName" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "AttributeName", "c2jName" : "AttributeName", "c2jShape" : "String", "variable" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "attributeName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AttributeName", "marshallLocationName" : "AttributeName", "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 manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeName The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  \n@return The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeName The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                  The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.

                                                                                                                                                                                                                                                                                                                                                                  \n@param attributeName The name of the manual DB snapshot attribute.

                                                                                                                                                                                                                                                                                                                                                                  An attribute name of restore applies to the list of AWS accounts that have permission to copy or restore the manual DB snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDBLogFilesRequest" : { "c2jName" : "DescribeDBLogFilesMessage", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DescribeDBLogFilesRequest", "deprecated" : false, "required" : [ "DBInstanceIdentifier" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                  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" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                  The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                  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
                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                  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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                  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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                    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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                    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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                      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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                      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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                        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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                        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" : "

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                          ", "name" : "FilenameContains", "c2jName" : "FilenameContains", "c2jShape" : "String", "variable" : { "variableName" : "filenameContains", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "filenameContains", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FilenameContains", "marshallLocationName" : "FilenameContains", "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                          \n@param filenameContains Filters the available log files for log file names that contain the specified string.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                          \n@return Filters the available log files for log file names that contain the specified string.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                          \n@param filenameContains Filters the available log files for log file names that contain the specified string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                          \n@param filenameContains Filters the available log files for log file names that contain the specified string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "name" : "FileLastWritten", "c2jName" : "FileLastWritten", "c2jShape" : "Long", "variable" : { "variableName" : "fileLastWritten", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "fileLastWritten", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "FileLastWritten", "marshallLocationName" : "FileLastWritten", "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param fileLastWritten Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@return Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param fileLastWritten Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param fileLastWritten Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          ", "name" : "FileSize", "c2jName" : "FileSize", "c2jShape" : "Long", "variable" : { "variableName" : "fileSize", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "fileSize", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "FileSize", "marshallLocationName" : "FileSize", "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          \n@param fileSize Filters the available log files for files larger than the specified size.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          \n@return Filters the available log files for files larger than the specified size.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          \n@param fileSize Filters the available log files for files larger than the specified size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          \n@param fileSize Filters the available log files for files larger than the specified size.\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.

                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.

                                                                                                                                                                                                                                                                                                                                                                          ", "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.

                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                          \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.*/", "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.

                                                                                                                                                                                                                                                                                                                                                                          \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.*/", "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.

                                                                                                                                                                                                                                                                                                                                                                          \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.\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.

                                                                                                                                                                                                                                                                                                                                                                          \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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                          ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                          The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                          \n@param marker The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                          \n@param marker The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                          \n@param marker The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBLogFilesRequest", "variableType" : "DescribeDBLogFilesRequest", "variableDeclarationType" : "DescribeDBLogFilesRequest", "documentation" : null, "variableSetterType" : "DescribeDBLogFilesRequest", "simpleType" : "DescribeDBLogFilesRequest" }, "marshaller" : { "action" : "DescribeDBLogFiles", "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.

                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "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.*/" }, "FileSize" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          ", "name" : "FileSize", "c2jName" : "FileSize", "c2jShape" : "Long", "variable" : { "variableName" : "fileSize", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "fileSize", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "FileSize", "marshallLocationName" : "FileSize", "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          \n@param fileSize Filters the available log files for files larger than the specified size.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          \n@return Filters the available log files for files larger than the specified size.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          \n@param fileSize Filters the available log files for files larger than the specified size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                          Filters the available log files for files larger than the specified size.

                                                                                                                                                                                                                                                                                                                                                                          \n@param fileSize Filters the available log files for files larger than the specified size.\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.

                                                                                                                                                                                                                                                                                                                                                                          ", "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.

                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                          \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.*/", "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.

                                                                                                                                                                                                                                                                                                                                                                          \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.*/", "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.

                                                                                                                                                                                                                                                                                                                                                                          \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.\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.

                                                                                                                                                                                                                                                                                                                                                                          \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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBInstanceIdentifier" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                          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" : "DBInstanceIdentifier", "c2jName" : "DBInstanceIdentifier", "c2jShape" : "String", "variable" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                          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
                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBInstanceIdentifier", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBInstanceIdentifier", "marshallLocationName" : "DBInstanceIdentifier", "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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                          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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                          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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                            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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                            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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                              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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                              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 customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                                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 dBInstanceIdentifier The customer-assigned name of the DB instance that contains the log files you want to list.

                                                                                                                                                                                                                                                                                                                                                                                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.*/" }, "FileLastWritten" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "FileLastWritten", "c2jName" : "FileLastWritten", "c2jShape" : "Long", "variable" : { "variableName" : "fileLastWritten", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "fileLastWritten", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "FileLastWritten", "marshallLocationName" : "FileLastWritten", "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param fileLastWritten Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                                  \n@return Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param fileLastWritten Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param fileLastWritten Filters the available log files for files written since the specified date, in POSIX timestamp format with milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FilenameContains" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "FilenameContains", "c2jName" : "FilenameContains", "c2jShape" : "String", "variable" : { "variableName" : "filenameContains", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "filenameContains", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "FilenameContains", "marshallLocationName" : "FilenameContains", "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param filenameContains Filters the available log files for log file names that contain the specified string.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                                  \n@return Filters the available log files for log file names that contain the specified string.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param filenameContains Filters the available log files for log file names that contain the specified string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  Filters the available log files for log file names that contain the specified string.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param filenameContains Filters the available log files for log file names that contain the specified string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "String", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param marker The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                                  \n@return The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param marker The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param marker The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up to MaxRecords.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDBEngineVersionsRequest" : { "c2jName" : "DescribeDBEngineVersionsMessage", "documentation" : "", "shapeName" : "DescribeDBEngineVersionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  The database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  The database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param engine The database engine to return.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  The database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                  \n@return The database engine to return.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  The database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param engine The database engine to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  The database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                  \n@param engine The database engine to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                  \n@return The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                  The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  The name of a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                  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" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  The name of a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                  Constraints:

                                                                                                                                                                                                                                                                                                                                                                                  • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                                                                                                                                                                                                                  • First character must be a letter
                                                                                                                                                                                                                                                                                                                                                                                  • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                  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 dBParameterGroupFamily The name of a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                  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 a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                    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 a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                    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 a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                      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 dBParameterGroupFamily The name of a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                      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 a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                        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 dBParameterGroupFamily The name of a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                        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" : "

                                                                                                                                                                                                                                                                                                                                                                                          Not currently supported.

                                                                                                                                                                                                                                                                                                                                                                                          ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                          Not currently supported.

                                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          Not currently supported.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param filters Not currently supported.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          Not currently supported.

                                                                                                                                                                                                                                                                                                                                                                                          \n@return Not currently supported.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          Not currently supported.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param filters Not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          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 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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                          Default: 100

                                                                                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                          ", "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                          Default: 100

                                                                                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                          Default: 100

                                                                                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                          Default: 100

                                                                                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                          Default: 100

                                                                                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                          \n@return The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                          Default: 100

                                                                                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                          Default: 100

                                                                                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                          Default: 100

                                                                                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 20, maximum 100.\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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                          Default: 100

                                                                                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                          Default: 100

                                                                                                                                                                                                                                                                                                                                                                                          Constraints: Minimum 20, maximum 100.\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.

                                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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" : "

                                                                                                                                                                                                                                                                                                                                                                                          Indicates that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                          ", "name" : "DefaultOnly", "c2jName" : "DefaultOnly", "c2jShape" : "Boolean", "variable" : { "variableName" : "defaultOnly", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                          Indicates that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "defaultOnly", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultOnly", "marshallLocationName" : "DefaultOnly", "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 that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param defaultOnly Indicates that only the default version of the specified engine or engine and major version combination is returned.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          Indicates that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                          \n@return Indicates that only the default version of the specified engine or engine and major version combination is returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          Indicates that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param defaultOnly Indicates that only the default version of the specified engine or engine and major version combination is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          Indicates that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param defaultOnly Indicates that only the default version of the specified engine or engine and major version combination is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                          If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                          ", "name" : "ListSupportedCharacterSets", "c2jName" : "ListSupportedCharacterSets", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "listSupportedCharacterSets", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                          If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "listSupportedCharacterSets", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ListSupportedCharacterSets", "marshallLocationName" : "ListSupportedCharacterSets", "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 this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param listSupportedCharacterSets If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                          \n@return If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param listSupportedCharacterSets If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param listSupportedCharacterSets If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDBEngineVersionsRequest", "variableType" : "DescribeDBEngineVersionsRequest", "variableDeclarationType" : "DescribeDBEngineVersionsRequest", "documentation" : null, "variableSetterType" : "DescribeDBEngineVersionsRequest", "simpleType" : "DescribeDBEngineVersionsRequest" }, "marshaller" : { "action" : "DescribeDBEngineVersions", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                          Not currently supported.

                                                                                                                                                                                                                                                                                                                                                                                          ", "name" : "Filters", "c2jName" : "Filters", "c2jShape" : "FilterList", "variable" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                          Not currently supported.

                                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "filters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "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" : "", "variableSetterType" : "Filter", "simpleType" : "Filter" }, "setterModel" : { "variableName" : "member", "variableType" : "Filter", "variableDeclarationType" : "Filter", "documentation" : "", "variableSetterType" : "Filter", "simpleType" : "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, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "simpleType" : "Filter", "simple" : false, "map" : false }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          Not currently supported.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param filters Not currently supported.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          Not currently supported.

                                                                                                                                                                                                                                                                                                                                                                                          \n@return Not currently supported.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          Not currently supported.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param filters Not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                          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 Not currently supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DBParameterGroupFamily" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                          The name of a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                          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" : "DBParameterGroupFamily", "c2jName" : "DBParameterGroupFamily", "c2jShape" : "String", "variable" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                          The name of a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                          Constraints:

                                                                                                                                                                                                                                                                                                                                                                                          • Must be 1 to 255 alphanumeric characters
                                                                                                                                                                                                                                                                                                                                                                                          • First character must be a letter
                                                                                                                                                                                                                                                                                                                                                                                          • Cannot end with a hyphen or contain two consecutive hyphens
                                                                                                                                                                                                                                                                                                                                                                                          ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "dBParameterGroupFamily", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DBParameterGroupFamily", "marshallLocationName" : "DBParameterGroupFamily", "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 a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                          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 dBParameterGroupFamily The name of a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                          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 a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                            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 a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                            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 a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                              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 dBParameterGroupFamily The name of a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                              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 a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                                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 dBParameterGroupFamily The name of a specific DB parameter group family to return details for.

                                                                                                                                                                                                                                                                                                                                                                                                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.*/" }, "MaxRecords" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxRecords", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.\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 than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param maxRecords The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved.

                                                                                                                                                                                                                                                                                                                                                                                                  Default: 100

                                                                                                                                                                                                                                                                                                                                                                                                  Constraints: Minimum 20, maximum 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ListSupportedCharacterSets" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "ListSupportedCharacterSets", "c2jName" : "ListSupportedCharacterSets", "c2jShape" : "BooleanOptional", "variable" : { "variableName" : "listSupportedCharacterSets", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "listSupportedCharacterSets", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ListSupportedCharacterSets", "marshallLocationName" : "ListSupportedCharacterSets", "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 this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param listSupportedCharacterSets If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@return If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param listSupportedCharacterSets If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param listSupportedCharacterSets If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultOnly" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  Indicates that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "DefaultOnly", "c2jName" : "DefaultOnly", "c2jShape" : "Boolean", "variable" : { "variableName" : "defaultOnly", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  Indicates that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "defaultOnly", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultOnly", "marshallLocationName" : "DefaultOnly", "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 that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param defaultOnly Indicates that only the default version of the specified engine or engine and major version combination is returned.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  Indicates that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@return Indicates that only the default version of the specified engine or engine and major version combination is returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  Indicates that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param defaultOnly Indicates that only the default version of the specified engine or engine and major version combination is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  Indicates that only the default version of the specified engine or engine and major version combination is returned.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param defaultOnly Indicates that only the default version of the specified engine or engine and major version combination is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EngineVersion" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "EngineVersion", "c2jName" : "EngineVersion", "c2jShape" : "String", "variable" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param engineVersion The database engine version to return.

                                                                                                                                                                                                                                                                                                                                                                                                  Example: 5.1.49\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.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.*/" }, "Engine" : { "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  The database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "name" : "Engine", "c2jName" : "Engine", "c2jShape" : "String", "variable" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  The database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engine", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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 database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param engine The database engine to return.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  The database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The database engine to return.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  The database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param engine The database engine to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                                                                                                                                                  The database engine to return.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param engine The database engine to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DBClusterQuotaExceededException" : { "c2jName" : "DBClusterQuotaExceededFault", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  User attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "shapeName" : "DBClusterQuotaExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "dBClusterQuotaExceededException", "variableType" : "DBClusterQuotaExceededException", "variableDeclarationType" : "DBClusterQuotaExceededException", "documentation" : null, "variableSetterType" : "DBClusterQuotaExceededException", "simpleType" : "DBClusterQuotaExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DBClusterQuotaExceededFault", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "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.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "optionGroupDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "engineName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "majorEngineVersion", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "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